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
∀ c. ∀ i. ∀ j. ∀ gap. ∀ d. j = i + gap → Dvd(d,S (S i · c)) → Dvd(d,S (S j · c)) → Dvd(d,gap · c)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
3 occurrences
In local proof propositions
0 occurrences
Exact expanded native-PA statement
forall c i j gap d. j = i + gap -> (exists u. S ((S i) * c) = d * u) -> (exists v. S ((S j) * c) = d * v) -> exists w. gap * c = d * wProof 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–8
02Establish hstepL9–18
Establish this local claim before using it. It is not an additional assumption.
- L9
have hstep : S ((S j) * c) = S ((S i) * c) * 1 + gap * c - L10
rewrite hij - L11
specialize add_succ_left i - L12
specialize add_succ_left gap - L13
rewrite <- add_succ_left - L14
simp [add_mul, zero_add] - L15
symm - L16
specialize add_succ_left_before (S i * c) - L17
specialize add_succ_left_before (gap * c) - L18
exact add_succ_left_before
03Use earlier factsL19–27
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original defined command ledger · 27 lines
- 0001
intro c - 0002
intro i - 0003
intro j - 0004
intro gap - 0005
intro d - 0006
intro hij - 0007
intro hmi - 0008
intro hmj - 0009
have hstep : S ((S j) * c) = S ((S i) * c) * 1 + gap * c - 0010
rewrite hij - 0011
specialize add_succ_left i - 0012
specialize add_succ_left gap - 0013
rewrite <- add_succ_left - 0014
simp [add_mul, zero_add] - 0015
symm - 0016
specialize add_succ_left_before (S i * c) - 0017
specialize add_succ_left_before (gap * c) - 0018
exact add_succ_left_before - 0019
specialize divides_remainder d - 0020
specialize divides_remainder (S ((S j) * c)) - 0021
specialize divides_remainder (S ((S i) * c)) - 0022
specialize divides_remainder 1 - 0023
specialize divides_remainder (gap * c) - 0024
apply divides_remainder - 0025
exact hmj - 0026
exact hmi - 0027
exact hstep