structure
definition
GraphInvariantsCert
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.Mathematics.GraphInvariantsFromConfigDim on GitHub at line 28.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
used by
formal source
25
26theorem graphInvariant_count : Fintype.card GraphInvariant = 5 := by decide
27
28structure GraphInvariantsCert where
29 five_invariants : Fintype.card GraphInvariant = 5
30
31def graphInvariantsCert : GraphInvariantsCert where
32 five_invariants := graphInvariant_count
33
34end IndisputableMonolith.Mathematics.GraphInvariantsFromConfigDim