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. ∀ b. ∀ c. ∀ l. ∀ v. UnitProductPrefix(m,b,c,l) → UnitProductFactor(m,l,v) → ∃ x. ∃ y. UnitProductPrefix(m,x,y,S l)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 47 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–7
02Use earlier factsL8–11
03Separate the logical casesL12–14
04Construct an explicit witnessL15–16
05Fix variables and assumptionsL17–18
06Establish hsL19–23
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply finite lt succ eq or lt.
07Separate the logical casesL24–24
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L24
cases hs
08Construct an explicit witnessL25–25
Supply the displayed value, then prove that it has the required property.
- L25
exists v
09Separate the logical casesL26–26
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L26
split
10Calculate and transport equalitiesL27–28
11Use earlier factsL29–29
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L29
exact beta_prefix_extend_witness_witness_left
12Calculate and transport equalitiesL30–32
13Use earlier factsL33–33
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L33
exact hv
14Establish hpL34–37
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply h.
- L34
have hp : ∃ w. BetaAt(b,c,i,w) ∧ UnitProductFactor(m,i,w)Definitions: BetaAt(b,c,i,w)UnitProductFactor(m,i,w)Original native command in the exact edition - L35
specialize h (i) - L36
apply h - L37
exact hs_right
15Separate the logical casesL38–39
16Construct an explicit witnessL40–40
Supply the displayed value, then prove that it has the required property.
- L40
exists x2
17Separate the logical casesL41–41
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L41
split
18Use earlier factsL42–47
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original defined command ledger · 47 lines
- 0001
intro m - 0002
intro b - 0003
intro c - 0004
intro l - 0005
intro v - 0006
intro h - 0007
intro hv - 0008
specialize beta_prefix_extend l - 0009
specialize beta_prefix_extend b - 0010
specialize beta_prefix_extend c - 0011
specialize beta_prefix_extend v - 0012
cases beta_prefix_extend - 0013
cases beta_prefix_extend_witness - 0014
cases beta_prefix_extend_witness_witness - 0015
exists x - 0016
exists x1 - 0017
intro i - 0018
intro hi - 0019
have hs : i = l ∨ Lt(i,l) - 0020
specialize finite_lt_succ_eq_or_lt (l) - 0021
specialize finite_lt_succ_eq_or_lt (i) - 0022
apply finite_lt_succ_eq_or_lt - 0023
exact hi - 0024
cases hs - 0025
exists v - 0026
split - 0027
rewrite hs_left - 0028
rewrite hs_left - 0029
exact beta_prefix_extend_witness_witness_left - 0030
rewrite hs_left - 0031
rewrite hs_left - 0032
rewrite hs_left - 0033
exact hv - 0034
have hp : ∃ w. BetaAt(b,c,i,w) ∧ UnitProductFactor(m,i,w) - 0035
specialize h (i) - 0036
apply h - 0037
exact hs_right - 0038
cases hp - 0039
cases hp_witness - 0040
exists x2 - 0041
split - 0042
specialize beta_prefix_extend_witness_witness_right (i) - 0043
specialize beta_prefix_extend_witness_witness_right (x2) - 0044
apply beta_prefix_extend_witness_witness_right - 0045
exact hs_right - 0046
exact hp_witness_left - 0047
exact hp_witness_right