def
definition
logicSystemsCert
show as:
view math explainer →
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
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