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

Hamiltonian

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)

  24structure Hamiltonian (H : Type*) [RSHilbertSpace H] extends Observable H where
  25  /-- Energy must be bounded below -/
  26  bounded_below : ∃ E₀ : ℝ, ∀ ψ : NormalizedState H,
  27    (⟪op ψ.vec, ψ.vec⟫_ℂ).re ≥ E₀
  28
  29end IndisputableMonolith.Quantum

used by (26)

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

depends on (8)

Lean names referenced from this declaration's body.