pith. machine review for the scientific record. sign in
theorem proved term proof

logicInt_finite_phase_separates

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

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

depends on (7)

Lean names referenced from this declaration's body.