pith. machine review for the scientific record. sign in
theorem proved term proof

transition_bounded

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)

  58theorem transition_bounded (Ω t : ℝ) : transitionProbability Ω t ≤ 1 := by

proof body

Term-mode proof.

  59  unfold transitionProbability
  60  have h := Real.sin_sq_le_one (Ω * t / 2)
  61  exact h
  62
  63/-! ## The Zeno Effect -/
  64
  65/-- Survival probability after one measurement.
  66    If initially in |0⟩, measure and find |0⟩ with probability 1 - P(t). -/

depends on (9)

Lean names referenced from this declaration's body.