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

universal_peano_surface

proved
show as:
view math explainer →
module
IndisputableMonolith.Foundation.UniversalForcing.Invariance.Universal
domain
Foundation
line
34 · github
papers citing
none yet

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

A cached Ask Recognition explainer exists for this declaration.

open explainer

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