theorem
proved
peano_surface
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Foundation.UniversalForcing on GitHub at line 61.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
used by
formal source
58
59/-- The Peano surface is available for the forced arithmetic of every
60realization. -/
61theorem peano_surface (R : LogicRealization) :
62 ArithmeticOf.PeanoSurface (arithmeticOf R) :=
63 ArithmeticOf.extracted_peanoSurface R
64
65end UniversalForcing
66end Foundation
67end IndisputableMonolith