theorem
proved
bool_peano_surface
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Foundation.DiscreteLogicRealization on GitHub at line 78.
browse module
All declarations in this module, on Recognition.
explainer page
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