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

schrodingerEquation

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)

 171noncomputable def schrodingerEquation (ψ : ℝ → ℂ) (H : ℂ → ℂ) : ℝ → ℂ :=

proof body

Definition body.

 172  fun x => I * (H (ψ x))  -- Simplified
 173
 174/-- Electromagnetism: Phasors simplify AC analysis.
 175    V(t) = V₀ cos(ωt + φ) ↔ V₀ e^{i(ωt + φ)} -/

depends on (5)

Lean names referenced from this declaration's body.