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

components_at_D3

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

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

A cached Ask Recognition explainer exists for this declaration.

open explainer

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