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. ∀ a. ∀ b. ∀ q. ∀ r. Dvd(c,a) → Dvd(c,b) → a = b · q + r → Dvd(c,r)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 a b q r. (exists u. a = c * u) -> (exists v. b = c * v) -> a = b * q + r -> exists w. r = c * 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
02Separate the logical casesL9–10
03Use earlier factsL11–15
04Calculate and transport equalitiesL16–17
05Use earlier factsL18–18
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L18
exact ha_witness
06Calculate and transport equalitiesL19–19
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L19
trans b * q + r
07Use earlier factsL20–20
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L20
exact h
08Calculate and transport equalitiesL21–22
09Use earlier factsL23–23
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L23
apply mul_assoc
10Calculate and transport equalitiesL24–24
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L24
refl
Original defined command ledger · 24 lines
- 0001
intro c - 0002
intro a - 0003
intro b - 0004
intro q - 0005
intro r - 0006
intro ha - 0007
intro hb - 0008
intro h - 0009
cases ha - 0010
cases hb - 0011
specialize factor_difference c - 0012
specialize factor_difference x - 0013
specialize factor_difference (x1 * q) - 0014
specialize factor_difference r - 0015
apply factor_difference - 0016
trans a - 0017
symm - 0018
exact ha_witness - 0019
trans b * q + r - 0020
exact h - 0021
congr - 0022
rewrite hb_witness - 0023
apply mul_assoc - 0024
refl