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 c. (exists gap. gap + a = c) -> (exists pp_odd_pi_difference_a. (a) = 2 * pp_odd_pi_difference_a + 1) -> (exists pp_odd_pi_difference_c. (c) = 2 * pp_odd_pi_difference_c + 1) -> exists t. c = a + 2 * tConstructive proof overview
Generated structural guide
The natural difference of ordered odd numbers has a constructive even-half witness.
The unchanged tactic script uses 3 declared prerequisites and contains 41 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
odd_sum_parity_cases Alpha theorem; checked-use authorized even_odd_exclusive_pointwise Stable theorem; checked-use authorized add_comm 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.
01Fix variables and assumptionsL1–5
02Separate the logical casesL6–6
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L6
cases hbound
03Establish hsumL7–7
Establish this local claim before using it. It is not an additional assumption.
- L7
have hsum : exists pp_odd_pi_difference_sum. (a + x) = 2 * pp_odd_pi_difference_sum + 1
04Separate the logical casesL8–8
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L8
cases hc
05Construct an explicit witnessL9–9
Supply the displayed value, then prove that it has the required property.
- L9
exists x1
06Calculate and transport equalitiesL10–11
07Use earlier factsL12–14
08Establish hparityL15–19
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply odd sum parity cases.
- L15
have hparity : (((exists pp_even_pi_difference_parity_first_even. (a) = 2 * pp_even_pi_difference_parity_first_even) /\ (exists pp_odd_pi_difference_parity_second_odd. (x) = 2 * pp_odd_pi_difference_parity_second_odd + 1)) \/ ((exists pp_odd_pi_difference_parity_first_odd. (a) = 2 * pp_odd_pi_difference_parity_first_odd + 1) /\ (exists pp_even_pi_difference_parity_second_even. (x) = 2 * pp_even_pi_difference_parity_second_even))) - L16
specialize odd_sum_parity_cases a - L17
specialize odd_sum_parity_cases x - L18
apply odd_sum_parity_cases - L19
exact hsum
09Separate the logical casesL20–24
10Use earlier factsL25–30
Instantiate or apply named facts and discharge the corresponding proof obligations.
11Separate the logical casesL31–32
12Construct an explicit witnessL33–33
Supply the displayed value, then prove that it has the required property.
- L33
exists x1
13Calculate and transport equalitiesL34–36
14Use earlier factsL37–38
15Calculate and transport equalitiesL39–40
16Use earlier factsL41–41
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L41
exact hparity_right_right_witness
Original exact command ledger · 41 lines
- 0001
intro a - 0002
intro c - 0003
intro hbound - 0004
intro ha - 0005
intro hc - 0006
cases hbound - 0007
have hsum : exists pp_odd_pi_difference_sum. (a + x) = 2 * pp_odd_pi_difference_sum + 1 - 0008
cases hc - 0009
exists x1 - 0010
trans c - 0011
trans x + a - 0012
apply add_comm - 0013
exact hbound_witness - 0014
exact hc_witness - 0015
have hparity : (((exists pp_even_pi_difference_parity_first_even. (a) = 2 * pp_even_pi_difference_parity_first_even) /\ (exists pp_odd_pi_difference_parity_second_odd. (x) = 2 * pp_odd_pi_difference_parity_second_odd + 1)) \/ ((exists pp_odd_pi_difference_parity_first_odd. (a) = 2 * pp_odd_pi_difference_parity_first_odd + 1) /\ (exists pp_even_pi_difference_parity_second_even. (x) = 2 * pp_even_pi_difference_parity_second_even))) - 0016
specialize odd_sum_parity_cases a - 0017
specialize odd_sum_parity_cases x - 0018
apply odd_sum_parity_cases - 0019
exact hsum - 0020
cases hparity - 0021
cases hparity_left - 0022
exfalso - 0023
cases hparity_left_left - 0024
cases ha - 0025
specialize even_odd_exclusive_pointwise a - 0026
specialize even_odd_exclusive_pointwise x1 - 0027
specialize even_odd_exclusive_pointwise x2 - 0028
apply even_odd_exclusive_pointwise - 0029
exact hparity_left_left_witness - 0030
exact ha_witness - 0031
cases hparity_right - 0032
cases hparity_right_right - 0033
exists x1 - 0034
trans a + x - 0035
trans x + a - 0036
symm - 0037
exact hbound_witness - 0038
apply add_comm - 0039
congr - 0040
refl - 0041
exact hparity_right_right_witness