pith. machine review for the scientific record. sign in
theorem

W_decomposition

proved
show as:
view math explainer →
module
IndisputableMonolith.Physics.WEndoForcing
domain
Physics
line
87 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Physics.WEndoForcing on GitHub at line 87.

browse module

All declarations in this module, on Recognition.

explainer page

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

depends on

formal source

  84    exact (W_endo_eq_17_iff d hd).mp hw
  85
  86/-- The decomposition: W = E_pass + F at D = 3. -/
  87theorem W_decomposition :
  88    W_endo 3 = passive_field_edges 3 + cube_faces 3 := rfl
  89
  90/-- Verify the components. -/
  91theorem components_at_D3 :
  92    passive_field_edges 3 = 11 ∧ cube_faces 3 = 6 := by
  93  constructor <;> native_decide
  94
  95end WEndoForcing
  96end Physics
  97end IndisputableMonolith