def
definition
booleanAlgebraCert
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.Mathematics.BooleanAlgebraFromRS on GitHub at line 43.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
40 eight_atoms : atomCount = 8
41 atoms_2cubeD : atomCount = 2 ^ 3
42
43def booleanAlgebraCert : BooleanAlgebraCert where
44 five_ops := boolOpCount
45 eight_atoms := atomCount_eq_8
46 atoms_2cubeD := atoms_eq_2cubeD
47
48end IndisputableMonolith.Mathematics.BooleanAlgebraFromRS