def
definition
numberSystemCert
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.Mathematics.ElementaryRegularNumberSystems on GitHub at line 31.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
used by
formal source
28structure NumberSystemCert where
29 five_systems : Fintype.card NumberSystem = 5
30
31def numberSystemCert : NumberSystemCert where
32 five_systems := numberSystem_count
33
34end IndisputableMonolith.Mathematics.ElementaryRegularNumberSystems