class
definition
def or abbrev
RSHilbertSpace
show as:
view Lean formalization →
formal statement (Lean)
14class RSHilbertSpace (H : Type*) extends
15 SeminormedAddCommGroup H,
16 InnerProductSpace ℂ H,
17 CompleteSpace H,
18 TopologicalSpace.SeparableSpace H
19
20/-- Normalized state (unit vector) -/