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
∀ m. ∀ P. ∀ x. ∀ a. Dvd(m,P) → ModEq(P,x,a) → ModEq(m,x,a)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 m P x a. (exists k. P = m * k) -> (exists u v. x + P * u = a + P * v) -> exists r s. x + m * r = a + m * sProof 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 (1)
01Fix variables and assumptionsL1–6
02Separate the logical casesL7–9
03Calculate and transport equalitiesL10–11
04Construct an explicit witnessL12–13
05Calculate and transport equalitiesL14–17
06Use earlier factsL18–18
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L18
apply mul_assoc
07Calculate and transport equalitiesL19–19
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L19
trans a + (m * x1) * x3
08Use earlier factsL20–20
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L20
exact hmod_witness_witness
09Calculate and transport equalitiesL21–22
10Use earlier factsL23–23
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L23
apply mul_assoc
Original defined command ledger · 23 lines
- 0001
intro m - 0002
intro P - 0003
intro x - 0004
intro a - 0005
intro hdiv - 0006
intro hmod - 0007
cases hdiv - 0008
cases hmod - 0009
cases hmod_witness - 0010
rewrite hdiv_witness at hmod_witness_witness - 0011
rewrite hdiv_witness at hmod_witness_witness - 0012
exists x1 * x2 - 0013
exists x1 * x3 - 0014
trans x + (m * x1) * x2 - 0015
congr - 0016
refl - 0017
symm - 0018
apply mul_assoc - 0019
trans a + (m * x1) * x3 - 0020
exact hmod_witness_witness - 0021
congr - 0022
refl - 0023
apply mul_assoc