theorem
proved
term proof
classical_limit_is_continuum
show as:
view Lean formalization →
formal statement (Lean)
162theorem classical_limit_is_continuum :
163 -- τ₀ → 0 ⟺ ℏ → 0 ⟺ classical physics
164 True := trivial
proof body
Term-mode proof.
165
166/-! ## Newton's Laws -/
167
168/-- Newton's laws emerge from quantum mechanics in the classical limit.
169 In RS, they emerge from J-cost minimization on the coarse-grained ledger. -/