def
definition
def or abbrev
decoherenceTime
show as:
view Lean formalization →
formal statement (Lean)
113noncomputable def decoherenceTime (coupling N_env : ℝ) (hc : coupling > 0) (hN : N_env > 0) : ℝ :=
proof body
Definition body.
114 1 / (coupling * N_env)
115
116/-- **THEOREM**: Macroscopic objects decohere instantly. -/