theorem
proved
W_decomposition
show as:
view math explainer →
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
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