theorem
proved
term proof
critical_modes_specification
show as:
view Lean formalization →
formal statement (Lean)
167theorem critical_modes_specification :
168 ∀ (t g : ℝ), t > 0 → g > 0 →
169 criticalModes t g = -Real.log (t / tau0_seconds) / (g * Real.log phi) := by
proof body
Term-mode proof.
170 intro t g ht hg
171 unfold criticalModes
172 simp [ht, hg]
173
174/-! ## Qubit Decoherence Examples -/
175
176/-- Typical superconducting qubit parameters. -/