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

strictModular_arith_equiv_logicNat

definition
show as:
view math explainer →
module
IndisputableMonolith.Foundation.UniversalForcing.Strict.Modular
domain
Foundation
line
52 · github
papers citing
none yet

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

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

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