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

setTheoryCert

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

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Mathematics.SetTheoryFromRS on GitHub at line 42.

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

  39  power_set_256 : powerSetQ3 = 256
  40  structure_match : powerSetQ3 = 2 ^ (2 ^ 3)
  41
  42def setTheoryCert : SetTheoryCert where
  43  five_axioms := fundamentalZFCount
  44  power_set_256 := powerSetQ3_eq_256
  45  structure_match := powerSetQ3_2_2D
  46
  47end IndisputableMonolith.Mathematics.SetTheoryFromRS