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 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 * sStructural proof guide
Generated structural guide
Balanced congruence descends from a multiple modulus to every divisor modulus.
Use the direct prerequisites mul_assoc as previously established PA formulas.
The proof proceeds by case analysis (3), equality transport (2).
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 Stable checked-use theorem is independently kernel-checked when replayed.
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 exact 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