Current library: Alpha v34, 4,223 checked-use theorems; Stable remains 432. Historical first admissions, original proof editions, and non-admitted aliases are preserved. Exact original first-admission records.
Exact expanded first-order arithmetic statement
forall m t p s. m = p * s -> exists w. (m * t) * (m * t) = (p * m) * wConstructive proof overview
Generated structural guide
Whenever the old modulus contains its lifting factor, every squared modulus shift is divisible by the next modulus.
The unchanged tactic script uses 3 declared prerequisites and contains 24 exact native proof lines.
Alpha v34 checked-use · first admitted v25 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
mul_shuffle_four Alpha theorem; checked-use authorized mul_assoc Stable theorem; checked-use authorized mul_comm Stable theorem; checked-use authorizedDirect dependents
Formal native tactic body
Dependencies are introduced as named hypotheses before line 1. Local theorem links identify exact declared prerequisites. This exact body belongs to a complete independently kernel-checked constructive proof bundle and has Alpha checked-use authority; it does not imply Stable membership.
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–5
02Construct an explicit witnessL6–6
Supply the displayed value, then prove that it has the required property.
- L6
exists s * (t * t)
03Calculate and transport equalitiesL7–7
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L7
trans (m * m) * (t * t)
04Use earlier factsL8–8
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L8
apply mul_shuffle_four
05Calculate and transport equalitiesL9–12
06Use earlier factsL13–13
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L13
exact hfactor
07Calculate and transport equalitiesL14–15
08Use earlier factsL16–16
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L16
apply mul_assoc
09Calculate and transport equalitiesL17–19
10Use earlier factsL20–20
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L20
apply mul_comm
11Calculate and transport equalitiesL21–21
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L21
symm
12Use earlier factsL22–22
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L22
apply mul_assoc
13Calculate and transport equalitiesL23–23
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L23
refl
14Use earlier factsL24–24
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L24
apply mul_assoc
Original exact command ledger · 24 lines
- 0001
intro m - 0002
intro t - 0003
intro p - 0004
intro s - 0005
intro hfactor - 0006
exists s * (t * t) - 0007
trans (m * m) * (t * t) - 0008
apply mul_shuffle_four - 0009
trans ((p * m) * s) * (t * t) - 0010
congr - 0011
trans (p * s) * m - 0012
congr - 0013
exact hfactor - 0014
refl - 0015
trans p * (s * m) - 0016
apply mul_assoc - 0017
trans p * (m * s) - 0018
congr - 0019
refl - 0020
apply mul_comm - 0021
symm - 0022
apply mul_assoc - 0023
refl - 0024
apply mul_assoc
Separate complete second-wave branches: Full G095 proof · Alpha v27.