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

logicSystemsCert

definition
show as:
view math explainer →
module
IndisputableMonolith.Mathematics.LogicSystemsFromConfigDim
domain
Mathematics
line
28 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Mathematics.LogicSystemsFromConfigDim on GitHub at line 28.

browse module

All declarations in this module, on Recognition.

explainer page

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

depends on

formal source

  25structure LogicSystemsCert where
  26  five_systems : Fintype.card LogicSystem = 5
  27
  28def logicSystemsCert : LogicSystemsCert where
  29  five_systems := logicSystem_count
  30
  31end IndisputableMonolith.Mathematics.LogicSystemsFromConfigDim