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
∀ x. ∀ y. ∀ z. PrimitivePythagorean(x,y,z) → OppositeParity(x,y)Every 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 x y z. ((((x) * (x) + (y) * (y) = (z) * (z)) /\ (forall pff_divisor_pairwise_source. (exists pff_left_pairwise_source. (x) = pff_divisor_pairwise_source * pff_left_pairwise_source) -> (exists pff_right_pairwise_source. (y) = pff_divisor_pairwise_source * pff_right_pairwise_source) -> pff_divisor_pairwise_source = 1))) -> ((((exists pp_even_primitive_leg_result_first_even. (x) = 2 * pp_even_primitive_leg_result_first_even) /\ (exists pp_odd_primitive_leg_result_second_odd. (y) = 2 * pp_odd_primitive_leg_result_second_odd + 1)) \/ ((exists pp_odd_primitive_leg_result_first_odd. (x) = 2 * pp_odd_primitive_leg_result_first_odd + 1) /\ (exists pp_even_primitive_leg_result_second_even. (y) = 2 * pp_even_primitive_leg_result_second_even))))Proof neighborhood
Direct theorem prerequisites
PF0013 pythagorean_coordinate_parity_choice PF000Z pythagorean_primitive_legs_not_both_even PF0012 pythagorean_triple_legs_not_both_oddDirect 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 (3)
01Fix variables and assumptionsL1–4
02Establish hfirstL5–7
03Establish hsecondL8–10
04Separate the logical casesL11–13
05Use earlier factsL14–20
Instantiate or apply named facts and discharge the corresponding proof obligations.
06Separate the logical casesL21–22
07Use earlier factsL23–24
08Separate the logical casesL25–27
09Use earlier factsL28–29
10Separate the logical casesL30–30
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L30
exfalso
11Use earlier factsL31–34
12Separate the logical casesL35–35
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L35
cases hprimitive
Original defined command ledger · 38 lines
- 0001
intro a - 0002
intro b - 0003
intro c - 0004
intro hprimitive - 0005
have hfirst : Even(a) ∨ Odd(a)Exact native replay line
have hfirst : (exists q. a = 2 * q) \/ (exists q. a = 2 * q + 1) - 0006
specialize pythagorean_coordinate_parity_choice a - 0007
exact pythagorean_coordinate_parity_choice - 0008
have hsecond : Even(b) ∨ Odd(b)Exact native replay line
have hsecond : (exists q. b = 2 * q) \/ (exists q. b = 2 * q + 1) - 0009
specialize pythagorean_coordinate_parity_choice b - 0010
exact pythagorean_coordinate_parity_choice - 0011
cases hfirst - 0012
cases hsecond - 0013
exfalso - 0014
specialize pythagorean_primitive_legs_not_both_even a - 0015
specialize pythagorean_primitive_legs_not_both_even b - 0016
specialize pythagorean_primitive_legs_not_both_even c - 0017
apply pythagorean_primitive_legs_not_both_even - 0018
exact hprimitive - 0019
exact hfirst_left - 0020
exact hsecond_left - 0021
left - 0022
split - 0023
exact hfirst_left - 0024
exact hsecond_right - 0025
cases hsecond - 0026
right - 0027
split - 0028
exact hfirst_right - 0029
exact hsecond_left - 0030
exfalso - 0031
specialize pythagorean_triple_legs_not_both_odd a - 0032
specialize pythagorean_triple_legs_not_both_odd b - 0033
specialize pythagorean_triple_legs_not_both_odd c - 0034
apply pythagorean_triple_legs_not_both_odd - 0035
cases hprimitive - 0036
exact hprimitive_left - 0037
exact hfirst_right - 0038
exact hsecond_right