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

bool_peano_surface

proved
show as:
view math explainer →
module
IndisputableMonolith.Foundation.DiscreteLogicRealization
domain
Foundation
line
78 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Foundation.DiscreteLogicRealization on GitHub at line 78.

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

  75    (UniversalForcing.arithmeticOf boolRealization) (UniversalForcing.arithmeticOf R)
  76
  77/-- The Boolean realization's forced arithmetic has the Peano surface. -/
  78theorem bool_peano_surface :
  79    ArithmeticOf.PeanoSurface (UniversalForcing.arithmeticOf boolRealization) :=
  80  UniversalForcing.peano_surface boolRealization
  81
  82end DiscreteLogicRealization
  83end Foundation
  84end IndisputableMonolith