def
definition
graphTheoryDepthCert
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Mathematics.GraphTheoryDepthFromRS on GitHub at line 44.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
41 euler_q3 : q3EulerChar = 2
42 chromatic_q3 : q3ChromaticNumber = 2
43
44def graphTheoryDepthCert : GraphTheoryDepthCert where
45 five_theorems := graphTheoremCount
46 euler_q3 := q3Euler_eq_2
47 chromatic_q3 := q3Chromatic_bipartite
48
49end IndisputableMonolith.Mathematics.GraphTheoryDepthFromRS