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

Hamiltonian

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

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Quantum.Observables on GitHub at line 24.

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

  21  idempotent : op.comp op = op
  22
  23/-- Hamiltonian operator -/
  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