theorem
proved
term proof
logicInt_finite_phase_separates
show as:
view Lean formalization →
formal statement (Lean)
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 :=
proof body
Term-mode proof.
63 finite_phase_separates_nonidentity (reciprocalIntegerLedger_of_logicInt h)
64
65end LogicLedgerInterop
66end NumberTheory
67end IndisputableMonolith