theorem
proved
logicInt_finite_phase_separates
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.NumberTheory.LogicLedgerInterop on GitHub at line 58.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
55
56/-- Recovered non-identity integer ledgers have a finite phase separating
57them from identity. -/
58theorem logicInt_finite_phase_separates
59 {z : LogicInt}
60 (h : LogicIntNonIdentityReciprocal z) :
61 ∃ c : ℕ, 0 < c ∧
62 ((reciprocalIntegerLedger_of_logicInt h).carrier : ZMod c) ≠ 1 :=
63 finite_phase_separates_nonidentity (reciprocalIntegerLedger_of_logicInt h)
64
65end LogicLedgerInterop
66end NumberTheory
67end IndisputableMonolith