def
definition
def or abbrev
strictModular_arith_equiv_logicNat
show as:
view Lean formalization →
formal statement (Lean)
52def strictModular_arith_equiv_logicNat (n : ℕ) [Fact (1 < n)] :
53 (StrictLogicRealization.arith (strictModularRealization n)).peano.carrier
54 ≃ ArithmeticFromLogic.LogicNat :=
proof body
Definition body.
55 (StrictLogicRealization.toLightweight (strictModularRealization n)).orbitEquivLogicNat
56
57end Modular
58end Strict
59end UniversalForcing
60end Foundation
61end IndisputableMonolith