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