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

booleanAlgebraCert

definition
show as:
view math explainer →
module
IndisputableMonolith.Mathematics.BooleanAlgebraFromRS
domain
Mathematics
line
43 · github
papers citing
none yet

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

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

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