The exact G014 theorem is proved in this research checkpoint for m>1 and genuinely invertible a. Phi counts coprime residues independently of the conclusion. The broader coprime theorem also handles m=1 by congruence, not by asserting that one is a canonical remainder. No multiplicative-order or RSA theorem is claimed. The published atlas and Alpha membership are unchanged.
Exact theorem in conservative defined notation
∀ m. ∀ i. ∃ v. UnitProductFactor(m,i,v)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 17 original proof lines are preserved. Only local proposition formulas are abbreviated; every abbreviation has an exact binder-safe expansion check. The linked exact edition contains the unchanged replay script.
Read the argument
Proof checkpoints
This is a reading aid, not a new proof or a proof-tree certificate. Checkpoint groups are consecutive commands, not inferred branch boundaries. Every step links to the preserved script.
01Fix variables and assumptionsL1–2
02Establish hcL3–6
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply totient coprime decidable.
- L3
have hc : Coprime(i,m) ∨ ¬Coprime(i,m)Definitions: Coprime(i,m)Original native command in the exact edition - L4
specialize totient_coprime_decidable (i) - L5
specialize totient_coprime_decidable (m) - L6
apply totient_coprime_decidable
03Separate the logical casesL7–7
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L7
cases hc
04Construct an explicit witnessL8–8
Supply the displayed value, then prove that it has the required property.
- L8
exists i
05Separate the logical casesL9–10
06Use earlier factsL11–11
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L11
exact hc_left
07Calculate and transport equalitiesL12–12
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L12
refl
08Construct an explicit witnessL13–13
Supply the displayed value, then prove that it has the required property.
- L13
exists 1
09Separate the logical casesL14–15
10Use earlier factsL16–16
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L16
exact hc_right
11Calculate and transport equalitiesL17–17
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L17
refl
Original defined command ledger · 17 lines
- 0001
intro m - 0002
intro i - 0003
have hc : Coprime(i,m) ∨ ¬Coprime(i,m) - 0004
specialize totient_coprime_decidable (i) - 0005
specialize totient_coprime_decidable (m) - 0006
apply totient_coprime_decidable - 0007
cases hc - 0008
exists i - 0009
left - 0010
split - 0011
exact hc_left - 0012
refl - 0013
exists 1 - 0014
right - 0015
split - 0016
exact hc_right - 0017
refl