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 first-order arithmetic statement
forall a b h. (a + a) + b = h + h -> exists k. b = k + kConstructive proof overview
Generated structural guide
If an additive even block plus a tail is even, the tail has its own constructive additive half witness.
The unchanged tactic script uses 3 declared prerequisites and contains 31 exact native proof lines.
dependency-curried kernel-checked theorem body; Alpha enrollment and checked-use authority follow separately sealed release evidence; Stable membership remains unchanged
Proof neighborhood
Direct dependencies
TS0033 pairing_double_equals_two_mul even_sum_parity_cases Alpha theorem; checked-use authorized even_not_odd Stable theorem; checked-use authorizedDirect dependents
Formal native tactic body
Dependencies are introduced as named hypotheses before line 1. Local theorem links identify exact declared prerequisites. This exact body belongs to a complete independently kernel-checked constructive proof bundle and has Alpha checked-use authority; it does not imply Stable membership.
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.
- L5
have hsum : exists k. (a + a) + b = 2 * k
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.
- L10
have hdouble : exists k. a + a = 2 * k
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.
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 exact command ledger · 31 lines
- 0001
intro a - 0002
intro b - 0003
intro h - 0004
intro heven - 0005
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 : exists k. a + a = 2 * k - 0011
exists a - 0012
apply pairing_double_equals_two_mul - 0013
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