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 PA statement
forall p k m t. p = S k -> t + m = p -> (exists wpp_mod_left_gsd_predecessor_mod wpp_mod_right_gsd_predecessor_mod. (k * m) + p * wpp_mod_left_gsd_predecessor_mod = (t) + p * wpp_mod_right_gsd_predecessor_mod)Structural proof guide
Generated structural guide
The predecessor multiplier is congruent to the complementary remainder.
Use the direct prerequisites mul_one, mul_succ_left, add_assoc, add_comm as previously established PA formulas.
The proof proceeds by certified simplification (1).
Referenced ingredients
Proof neighborhood
Direct dependencies
Direct dependents
Formal native tactic body
Dependencies are introduced as named hypotheses before line 1. Linked names are exact direct references. This Alpha-v25 checked-use theorem is independently kernel-checked when replayed; it is not a Stable theorem.
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.
Named ingredients (2)
01Fix variables and assumptionsL1–6
02Construct an explicit witnessL7–8
03Calculate and transport equalitiesL9–11
04Use earlier factsL12–12
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L12
apply mul_one
05Calculate and transport equalitiesL13–16
06Use earlier factsL17–17
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L17
exact hsum
07Calculate and transport equalitiesL18–23
08Use earlier factsL24–24
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L24
apply mul_succ_left
09Calculate and transport equalitiesL25–28
10Use earlier factsL29–29
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L29
exact hp
11Calculate and transport equalitiesL30–30
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L30
refl
Original exact command ledger · 30 lines
- 0001
intro p - 0002
intro k - 0003
intro m - 0004
intro t - 0005
intro hp - 0006
intro hsum - 0007
exists 1 - 0008
exists m - 0009
trans k * m + p - 0010
congr - 0011
refl - 0012
apply mul_one - 0013
trans k * m + (t + m) - 0014
congr - 0015
refl - 0016
symm - 0017
exact hsum - 0018
trans t + (k * m + m) - 0019
simp [add_assoc, add_comm] - 0020
trans t + (S k) * m - 0021
congr - 0022
refl - 0023
symm - 0024
apply mul_succ_left - 0025
congr - 0026
refl - 0027
congr - 0028
symm - 0029
exact hp - 0030
refl