theorem
proved
strict_peano_surface
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.Foundation.UniversalForcing.Strict.Invariance on GitHub at line 33.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
30 (StrictLogicRealization.arith S)
31
32/-- The Peano surface for every strict realization. -/
33theorem strict_peano_surface (R : StrictLogicRealization) :
34 ArithmeticOf.PeanoSurface (StrictLogicRealization.arith R) :=
35 StrictLogicRealization.peano_surface R
36
37end Invariance
38end Strict
39end UniversalForcing
40end Foundation
41end IndisputableMonolith