pith. machine review for the scientific record. sign in
structure definition def or abbrev

Observable

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

  12structure Observable (H : Type*) [RSHilbertSpace H] where
  13  /-- Bounded linear operator -/
  14  op : H →L[ℂ] H
  15  /-- Self-adjoint condition -/
  16  self_adjoint : ∀ x y : H, ⟪op x, y⟫_ℂ = ⟪x, op y⟫_ℂ
  17
  18/-- Projection operator -/

used by (11)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (7)

Lean names referenced from this declaration's body.