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.
-
H
in IndisputableMonolith.Algebra.CostAlgebra
decl_use
-
H
in IndisputableMonolith.Cost.FunctionalEquation
decl_use
-
Observable
in IndisputableMonolith.Foundation.RecognitionForcing
decl_use
-
Observable
in IndisputableMonolith.Measurement.RSNative.Core
decl_use
-
RSHilbertSpace
in IndisputableMonolith.Quantum.HilbertSpace
decl_use
-
L
in IndisputableMonolith.Recognition
decl_use
-
L
in IndisputableMonolith.Recognition.Cycle3
decl_use