pith. machine review for the scientific record. sign in
structure

NormalizedState

definition
show as:
view math explainer →
module
IndisputableMonolith.Quantum.HilbertSpace
domain
Quantum
line
21 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Quantum.HilbertSpace on GitHub at line 21.

browse module

All declarations in this module, on Recognition.

explainer page

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

depends on

used by

formal source

  18  TopologicalSpace.SeparableSpace H
  19
  20/-- Normalized state (unit vector) -/
  21structure NormalizedState (H : Type*) [RSHilbertSpace H] where
  22  vec : H
  23  norm_one : ‖vec‖ = 1
  24
  25end IndisputableMonolith.Quantum