theorem
proved
components_at_D3
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Physics.WEndoForcing on GitHub at line 91.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
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