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

topologicalCharge_count

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

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Physics.TopologicalChargesFromConfigDim on GitHub at line 24.

browse module

All declarations in this module, on Recognition.

explainer page

A cached Ask Recognition explainer exists for this declaration.

open explainer

depends on

used by

formal source

  21  | skyrmion
  22  deriving DecidableEq, Repr, BEq, Fintype
  23
  24theorem topologicalCharge_count :
  25    Fintype.card TopologicalCharge = 5 := by decide
  26
  27structure TopologicalChargesCert where
  28  five_charges : Fintype.card TopologicalCharge = 5
  29
  30def topologicalChargesCert : TopologicalChargesCert where
  31  five_charges := topologicalCharge_count
  32
  33end IndisputableMonolith.Physics.TopologicalChargesFromConfigDim