def
definition
governanceFailureCert
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.Governance.GovernanceFailureModesFromConfigDim on GitHub at line 30.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
27structure GovernanceFailureCert where
28 five_failures : Fintype.card GovernanceFailure = 5
29
30def governanceFailureCert : GovernanceFailureCert where
31 five_failures := governanceFailure_count
32
33end IndisputableMonolith.Governance.GovernanceFailureModesFromConfigDim