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
forall a b c. ~(a = 0) -> a * b = a * c -> b = cEvery purple notation token opens its conservative definition. Expanding the displayed statement recovers the exact first-order Peano-arithmetic formula checked by the unchanged kernel.
Definitions used by this theorem
In the theorem statement
0 occurrences
In local proof propositions
0 occurrences
Exact expanded native-PA statement
forall a b c. ~(a = 0) -> a * b = a * c -> b = cProof neighborhood
Direct theorem prerequisites
Direct theorem dependents
Definition-aware tactic body
Only local propositions introduced by have or suffices are compacted. Every changed line has an exact-AST conservative-expansion receipt; the kernel still receives the immutable original tactic script.
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 (4)
01Fix variables and assumptionsL1–1
Work with arbitrary variables or the premises of the current implication.
- L1
intro a
02Induction on bL2–5
03Establish hzL6–9
04Establish factorsL10–14
05Separate the logical casesL15–16
06Use earlier factsL17–18
07Calculate and transport equalitiesL19–19
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L19
symm
08Use earlier factsL20–20
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L20
exact factors_right
09Fix variables and assumptionsL21–21
Work with arbitrary variables or the premises of the current implication.
- L21
intro c
10Induction on cL22–24
11Separate the logical casesL25–25
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L25
exfalso
12Use earlier factsL26–31
13Calculate and transport equalitiesL32–32
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L32
rewrite PA5 at h
14Use earlier factsL33–33
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L33
exact h
15Fix variables and assumptionsL34–35
16Calculate and transport equalitiesL36–36
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L36
congr
17Use earlier factsL37–39
18Calculate and transport equalitiesL40–41
19Use earlier factsL42–42
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L42
exact h
Original defined command ledger · 42 lines
- 0001
intro a - 0002
induction b - 0003
intro c - 0004
intro ha - 0005
intro h - 0006
have hz : a * c = 0 - 0007
symm - 0008
rewrite PA5 at h - 0009
exact h - 0010
have factors : a = 0 \/ c = 0 - 0011
specialize mul_eq_zero a - 0012
specialize mul_eq_zero c - 0013
apply mul_eq_zero - 0014
exact hz - 0015
cases factors - 0016
exfalso - 0017
apply ha - 0018
exact factors_left - 0019
symm - 0020
exact factors_right - 0021
intro c - 0022
induction c - 0023
intro ha - 0024
intro h - 0025
exfalso - 0026
specialize mul_ne_zero a - 0027
specialize mul_ne_zero (S b) - 0028
apply mul_ne_zero - 0029
exact ha - 0030
specialize succ_ne_zero b - 0031
exact succ_ne_zero - 0032
rewrite PA5 at h - 0033
exact h - 0034
intro ha - 0035
intro h - 0036
congr - 0037
apply IH - 0038
exact ha - 0039
apply add_right_cancel - 0040
rewrite PA6 at h - 0041
rewrite PA6 at h - 0042
exact h