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.
Statement with defined notation
∀ p. ∀ k. ∀ m. ∀ t. p = S k → t + m = p → ModEq(p,k · m,t)Every purple notation token opens its conservative definition. This is a reading surface; the compiler expands the statement before the unchanged kernel checks it.
Definitions used by this theorem
In the theorem statement
1 occurrences
In local proof propositions
0 occurrences
Exact expanded native-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)Proof neighborhood
Direct theorem prerequisites
Direct theorem dependents
Definition-aware tactic body
Only local propositions introduced by have or suffices are compacted. The untrusted compiler re-expands each one before the original tactic script is replayed; defined notation is never accepted by the kernel. Open the exact replay line beneath every changed command.
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 defined 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