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
∀ a. ∀ c. Le(a,c) → Odd(a) → Odd(c) → ∃ x. c = a + 2 · xEvery 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 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 * tProof neighborhood
Direct theorem prerequisites
Direct 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.
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.
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 : OppositeParity(a,x)Definitions: OppositeParity(a,x)Original native command in the exact edition - 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 defined 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 : Odd(a + x)Exact native replay line
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 : OppositeParity(a,x)Exact native replay line
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