def
definition
boolean_freeOrbit_isNNO
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.Foundation.UniversalForcing.NaturalNumberObject on GitHub at line 291.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
288/-- Despite the carrier collapse, the iteration object is itself a
289natural-number object — the same one as in the continuous positive-ratio
290realization. -/
291def boolean_freeOrbit_isNNO :
292 IsNaturalNumberObject
293 (N := StrictLogicRealization.FreeOrbit strictBooleanRealization)
294 LogicNat.identity LogicNat.step :=
295 logicNat_isNNO
296
297end Strict.DiscreteBoolean
298
299end UniversalForcing
300end Foundation
301end IndisputableMonolith