pith. machine review for the scientific record. sign in
structure definition def or abbrev

ConfigSpaceDecomposition

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)

  67structure ConfigSpaceDecomposition where
  68  spatial_dims : ℕ := 3        -- From D=3 (T9)

proof body

Definition body.

  69  temporal_dim : ℕ := 1        -- From 8-tick cycle (T6)
  70  balance_dim : ℕ := 1         -- From conservation constraint (T3)
  71  total_eq : spatial_dims + temporal_dim + balance_dim = configSpaceDim := by native_decide
  72
  73/-- The canonical decomposition. -/

used by (1)

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

depends on (7)

Lean names referenced from this declaration's body.