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

dimension_forced

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)

 383theorem dimension_forced : ∃! D : Dimension, RSCompatibleDimension D := by

proof body

Term-mode proof.

 384  use 3
 385  constructor
 386  · exact D3_compatible
 387  · intro D hD
 388    exact dimension_unique D hD
 389
 390/-! ## Physical Interpretation -/
 391
 392/-- The spatial dimension of the physical world. -/

used by (3)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (11)

Lean names referenced from this declaration's body.