theorem
proved
universal_peano_surface
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Foundation.UniversalForcing.Invariance.Universal on GitHub at line 34.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
31 ArithmeticOf.equivOfInitial (arithmeticOf R) (arithmeticOf S)
32
33/-- Peano surface is available for every realization's forced arithmetic. -/
34theorem universal_peano_surface (R : LogicRealization) :
35 ArithmeticOf.PeanoSurface (arithmeticOf R) :=
36 peano_surface R
37
38end Universal
39end Invariance
40end UniversalForcing
41end Foundation
42end IndisputableMonolith