def
definition
strictModular_arith_equiv_logicNat
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.Foundation.UniversalForcing.Strict.Modular on GitHub at line 52.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
49 norm_num at hval
50 simp [zmodCost, hne]
51
52def strictModular_arith_equiv_logicNat (n : ℕ) [Fact (1 < n)] :
53 (StrictLogicRealization.arith (strictModularRealization n)).peano.carrier
54 ≃ ArithmeticFromLogic.LogicNat :=
55 (StrictLogicRealization.toLightweight (strictModularRealization n)).orbitEquivLogicNat
56
57end Modular
58end Strict
59end UniversalForcing
60end Foundation
61end IndisputableMonolith