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

signature_unique

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)

 328theorem signature_unique :
 329    temporal_dim = 1 ∧ spatial_dim = 3 ∧
 330    (∀ d_t d_s : ℕ, d_t + d_s = spacetime_dim → d_t = 1 → d_s = 3) := by

proof body

Term-mode proof.

 331  refine ⟨rfl, rfl, fun d_t d_s h1 h2 => ?_⟩
 332  rw [h2, spacetime_dim_eq_four] at h1; omega
 333
 334/-! ## §11  The Mass Gap as the Minimum Spacetime Excitation -/
 335
 336/-- The mass gap sets the minimum spatial excitation energy. -/

depends on (12)

Lean names referenced from this declaration's body.