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 h. (a + a) + b = h + h -> exists k. b = k + kEvery purple notation token opens its conservative definition. This reading surface never changes the unchanged intuitionistic kernel or confers checked-use authority.
Definitions used by this theorem
In the theorem statement
In local proof propositions
Exact expanded first-order statement
forall a b h. (a + a) + b = h + h -> exists k. b = k + kProof neighborhood
Direct theorem prerequisites
TS0033 pairing_double_equals_two_mul even_sum_parity_cases · Alpha closed even_not_odd · Stable closedDirect theorem dependents
Definition-aware tactic body
Only propositions whose conservative expansion has been checked for exact first-order equivalence are compacted. Every changed line retains its immutable exact replay 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–4
02Establish hsumL5–5
Establish this local claim before using it. It is not an additional assumption.
03Construct an explicit witnessL6–6
Supply the displayed value, then prove that it has the required property.
- L6
exists h
04Calculate and transport equalitiesL7–7
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L7
trans h + h
05Use earlier factsL8–9
06Establish hdoubleL10–10
Establish this local claim before using it. It is not an additional assumption.
07Construct an explicit witnessL11–11
Supply the displayed value, then prove that it has the required property.
- L11
exists a
08Use earlier factsL12–12
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L12
apply pairing_double_equals_two_mul
09Establish hcasesL13–17
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply even sum parity cases.
- L13
have hcases : Even(a + a) ∧ Even(b) ∨ Odd(a + a) ∧ Odd(b)Definitions: Even(a + a)Even(b)Odd(a + a)Odd(b)Original native command in the exact edition - L14
specialize even_sum_parity_cases (a + a) - L15
specialize even_sum_parity_cases b - L16
apply even_sum_parity_cases - L17
exact hsum
10Separate the logical casesL18–20
11Construct an explicit witnessL21–21
Supply the displayed value, then prove that it has the required property.
- L21
exists x
12Calculate and transport equalitiesL22–22
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L22
trans 2 * x
13Use earlier factsL23–23
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L23
exact hcases_left_right_witness
14Calculate and transport equalitiesL24–24
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L24
symm
15Use earlier factsL25–25
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L25
apply pairing_double_equals_two_mul
16Separate the logical casesL26–27
Original defined command ledger · 31 lines
- 0001
intro a - 0002
intro b - 0003
intro h - 0004
intro heven - 0005
have hsum : Even(a + a + b)Exact native replay line
have hsum : exists k. (a + a) + b = 2 * k - 0006
exists h - 0007
trans h + h - 0008
exact heven - 0009
apply pairing_double_equals_two_mul - 0010
have hdouble : Even(a + a)Exact native replay line
have hdouble : exists k. a + a = 2 * k - 0011
exists a - 0012
apply pairing_double_equals_two_mul - 0013
have hcases : Even(a + a) ∧ Even(b) ∨ Odd(a + a) ∧ Odd(b)Exact native replay line
have hcases : (((exists k. a + a = 2 * k) /\ (exists k. b = 2 * k)) \/ ((exists k. a + a = 2 * k + 1) /\ (exists k. b = 2 * k + 1))) - 0014
specialize even_sum_parity_cases (a + a) - 0015
specialize even_sum_parity_cases b - 0016
apply even_sum_parity_cases - 0017
exact hsum - 0018
cases hcases - 0019
cases hcases_left - 0020
cases hcases_left_right - 0021
exists x - 0022
trans 2 * x - 0023
exact hcases_left_right_witness - 0024
symm - 0025
apply pairing_double_equals_two_mul - 0026
cases hcases_right - 0027
exfalso - 0028
specialize even_not_odd (a + a) - 0029
apply even_not_odd - 0030
exact hdouble - 0031
exact hcases_right_left