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

ConstitutionalFormsCert

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

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Governance.ConstitutionalFormsFromConfigDim 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

used by

formal source

  25
  26theorem constitutionalForm_count : Fintype.card ConstitutionalForm = 5 := by decide
  27
  28structure ConstitutionalFormsCert where
  29  five_forms : Fintype.card ConstitutionalForm = 5
  30
  31def constitutionalFormsCert : ConstitutionalFormsCert where
  32  five_forms := constitutionalForm_count
  33
  34end IndisputableMonolith.Governance.ConstitutionalFormsFromConfigDim