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) → Coprime(x,y) ∧ (Coprime(x,z) ∧ Coprime(y,z))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))) -> ((forall pff_divisor_pairwise_legs. (exists pff_left_pairwise_legs. (x) = pff_divisor_pairwise_legs * pff_left_pairwise_legs) -> (exists pff_right_pairwise_legs. (y) = pff_divisor_pairwise_legs * pff_right_pairwise_legs) -> pff_divisor_pairwise_legs = 1) /\ ((forall pff_divisor_first_hypotenuse_result. (exists pff_left_first_hypotenuse_result. (x) = pff_divisor_first_hypotenuse_result * pff_left_first_hypotenuse_result) -> (exists pff_right_first_hypotenuse_result. (z) = pff_divisor_first_hypotenuse_result * pff_right_first_hypotenuse_result) -> pff_divisor_first_hypotenuse_result = 1) /\ (forall pff_divisor_second_hypotenuse_result. (exists pff_left_second_hypotenuse_result. (y) = pff_divisor_second_hypotenuse_result * pff_left_second_hypotenuse_result) -> (exists pff_right_second_hypotenuse_result. (z) = pff_divisor_second_hypotenuse_result * pff_right_second_hypotenuse_result) -> pff_divisor_second_hypotenuse_result = 1)))Proof neighborhood
Direct theorem prerequisites
PF000W pythagorean_primitive_hypotenuse_coprime_first_leg PF000X pythagorean_primitive_hypotenuse_coprime_second_legDirect 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 (2)
01Fix variables and assumptionsL1–4
02Establish hlegsL5–5
Establish this local claim before using it. It is not an additional assumption.
03Separate the logical casesL6–6
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L6
cases hprimitive
04Use earlier factsL7–7
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L7
exact hprimitive_right
05Separate the logical casesL8–8
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L8
split
06Use earlier factsL9–9
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L9
exact hlegs
07Separate the logical casesL10–10
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L10
split
08Use earlier factsL11–20
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L11
specialize pythagorean_primitive_hypotenuse_coprime_first_leg x - L12
specialize pythagorean_primitive_hypotenuse_coprime_first_leg y - L13
specialize pythagorean_primitive_hypotenuse_coprime_first_leg z - L14
apply pythagorean_primitive_hypotenuse_coprime_first_leg - L15
exact hprimitive - L16
specialize pythagorean_primitive_hypotenuse_coprime_second_leg x - L17
specialize pythagorean_primitive_hypotenuse_coprime_second_leg y - L18
specialize pythagorean_primitive_hypotenuse_coprime_second_leg z - L19
apply pythagorean_primitive_hypotenuse_coprime_second_leg - L20
exact hprimitive
Original defined command ledger · 20 lines
- 0001
intro x - 0002
intro y - 0003
intro z - 0004
intro hprimitive - 0005
have hlegs : Coprime(x,y)Exact native replay line
have hlegs : forall pff_divisor_pairwise_local. (exists pff_left_pairwise_local. (x) = pff_divisor_pairwise_local * pff_left_pairwise_local) -> (exists pff_right_pairwise_local. (y) = pff_divisor_pairwise_local * pff_right_pairwise_local) -> pff_divisor_pairwise_local = 1 - 0006
cases hprimitive - 0007
exact hprimitive_right - 0008
split - 0009
exact hlegs - 0010
split - 0011
specialize pythagorean_primitive_hypotenuse_coprime_first_leg x - 0012
specialize pythagorean_primitive_hypotenuse_coprime_first_leg y - 0013
specialize pythagorean_primitive_hypotenuse_coprime_first_leg z - 0014
apply pythagorean_primitive_hypotenuse_coprime_first_leg - 0015
exact hprimitive - 0016
specialize pythagorean_primitive_hypotenuse_coprime_second_leg x - 0017
specialize pythagorean_primitive_hypotenuse_coprime_second_leg y - 0018
specialize pythagorean_primitive_hypotenuse_coprime_second_leg z - 0019
apply pythagorean_primitive_hypotenuse_coprime_second_leg - 0020
exact hprimitive