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. ∀ b. ∀ h. PrimitiveFermatFourCounterexample(a,b,h) → PrimitivePythagorean(a · a,b · b,h)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 a b h. ((((~((a) = 0) /\ (~((b) = 0) /\ (~((h) = 0) /\ ((a) * (a) * (a) * (a) + (b) * (b) * (b) * (b) = (h) * (h)))))) /\ (forall pff_divisor_triangle_source. (exists pff_left_triangle_source. (a) = pff_divisor_triangle_source * pff_left_triangle_source) -> (exists pff_right_triangle_source. (b) = pff_divisor_triangle_source * pff_right_triangle_source) -> pff_divisor_triangle_source = 1))) -> ((((a * a) * (a * a) + (b * b) * (b * b) = (h) * (h)) /\ (forall pff_divisor_ffd_square_triangle. (exists pff_left_ffd_square_triangle. (a * a) = pff_divisor_ffd_square_triangle * pff_left_ffd_square_triangle) -> (exists pff_right_ffd_square_triangle. (b * b) = pff_divisor_ffd_square_triangle * pff_right_ffd_square_triangle) -> pff_divisor_ffd_square_triangle = 1)))Proof 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.
Named ingredients (2)
01Fix variables and assumptionsL1–4
02Separate the logical casesL5–9
Original defined command ledger · 13 lines
- 0001
intro a - 0002
intro b - 0003
intro h - 0004
intro hprimitive - 0005
cases hprimitive - 0006
cases hprimitive_left - 0007
cases hprimitive_left_right - 0008
cases hprimitive_left_right_right - 0009
split - 0010
apply fermat_four_counterexample_is_pythagorean - 0011
exact hprimitive_left_right_right_right - 0012
apply fermat_four_coprime_squares - 0013
exact hprimitive_right