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. ∀ a. ∀ b. ∀ c. ∀ d. ModEq(m,a,b) → ModEq(m,c,d) → ModEq(m,a + c,b + d)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 a b c d. (exists u v. a + m * u = b + m * v) -> (exists r s. c + m * r = d + m * s) -> exists x y. (a + c) + m * x = (b + d) + m * yProof 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 (3)
01Fix variables and assumptionsL1–7
02Separate the logical casesL8–11
03Construct an explicit witnessL12–13
04Calculate and transport equalitiesL14–16
05Use earlier factsL17–17
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L17
apply mul_add
06Calculate and transport equalitiesL18–18
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L18
trans (m * x2 + c) + (a + m * x)
07Use earlier factsL19–19
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L19
apply add_permute_outer
08Calculate and transport equalitiesL20–21
09Use earlier factsL22–22
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L22
apply add_comm
10Calculate and transport equalitiesL23–24
11Use earlier factsL25–25
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L25
apply add_comm
12Calculate and transport equalitiesL26–27
13Use earlier factsL28–29
14Calculate and transport equalitiesL30–30
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L30
trans (d + m * x3) + (b + m * x1)
15Use earlier factsL31–31
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L31
apply add_comm
16Calculate and transport equalitiesL32–33
17Use earlier factsL34–34
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L34
apply add_comm
18Calculate and transport equalitiesL35–37
19Use earlier factsL38–38
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L38
apply add_permute_outer
20Calculate and transport equalitiesL39–41
21Use earlier factsL42–42
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L42
apply mul_add
Original defined command ledger · 42 lines
- 0001
intro m - 0002
intro a - 0003
intro b - 0004
intro c - 0005
intro d - 0006
intro hab - 0007
intro hcd - 0008
cases hab - 0009
cases hab_witness - 0010
cases hcd - 0011
cases hcd_witness - 0012
exists x2 + x - 0013
exists x3 + x1 - 0014
trans (a + c) + (m * x2 + m * x) - 0015
congr - 0016
refl - 0017
apply mul_add - 0018
trans (m * x2 + c) + (a + m * x) - 0019
apply add_permute_outer - 0020
trans (c + m * x2) + (a + m * x) - 0021
congr - 0022
apply add_comm - 0023
refl - 0024
trans (a + m * x) + (c + m * x2) - 0025
apply add_comm - 0026
trans (b + m * x1) + (d + m * x3) - 0027
congr - 0028
exact hab_witness_witness - 0029
exact hcd_witness_witness - 0030
trans (d + m * x3) + (b + m * x1) - 0031
apply add_comm - 0032
trans (m * x3 + d) + (b + m * x1) - 0033
congr - 0034
apply add_comm - 0035
refl - 0036
trans (b + d) + (m * x3 + m * x1) - 0037
symm - 0038
apply add_permute_outer - 0039
congr - 0040
refl - 0041
symm - 0042
apply mul_add