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

magnetismType_count

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

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Materials.MagnetismTypesFromConfigDim 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  | ferrimagnetism
  22  deriving DecidableEq, Repr, BEq, Fintype
  23
  24theorem magnetismType_count : Fintype.card MagnetismType = 5 := by decide
  25
  26structure MagnetismTypesCert where
  27  five_types : Fintype.card MagnetismType = 5
  28
  29def magnetismTypesCert : MagnetismTypesCert where
  30  five_types := magnetismType_count
  31
  32end IndisputableMonolith.Materials.MagnetismTypesFromConfigDim