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
∀ m. ∀ n. ∀ d. m · m = n · n + d → Coprime(m,n) → Coprime(d,m · n)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 m n d. m * m = n * n + d -> (forall pff_divisor_primitive_parameters. (exists pff_left_primitive_parameters. (m) = pff_divisor_primitive_parameters * pff_left_primitive_parameters) -> (exists pff_right_primitive_parameters. (n) = pff_divisor_primitive_parameters * pff_right_primitive_parameters) -> pff_divisor_primitive_parameters = 1) -> (forall pff_divisor_gap_product_result. (exists pff_left_gap_product_result. (d) = pff_divisor_gap_product_result * pff_left_gap_product_result) -> (exists pff_right_gap_product_result. (m * n) = pff_divisor_gap_product_result * pff_right_gap_product_result) -> pff_divisor_gap_product_result = 1)Proof neighborhood
Direct theorem prerequisites
PF000P pythagorean_square_gap_coprime_first_parameter PF000Q pythagorean_square_gap_coprime_second_parameter coprime_mul_right · Stable closedDirect 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–5
02Use earlier factsL6–15
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L6
specialize coprime_mul_right d - L7
specialize coprime_mul_right m - L8
specialize coprime_mul_right n - L9
apply coprime_mul_right - L10
specialize pythagorean_square_gap_coprime_first_parameter m - L11
specialize pythagorean_square_gap_coprime_first_parameter n - L12
specialize pythagorean_square_gap_coprime_first_parameter d - L13
apply pythagorean_square_gap_coprime_first_parameter - L14
exact hgap - L15
exact hcoprime
03Use earlier factsL16–21
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original defined command ledger · 21 lines
- 0001
intro m - 0002
intro n - 0003
intro d - 0004
intro hgap - 0005
intro hcoprime - 0006
specialize coprime_mul_right d - 0007
specialize coprime_mul_right m - 0008
specialize coprime_mul_right n - 0009
apply coprime_mul_right - 0010
specialize pythagorean_square_gap_coprime_first_parameter m - 0011
specialize pythagorean_square_gap_coprime_first_parameter n - 0012
specialize pythagorean_square_gap_coprime_first_parameter d - 0013
apply pythagorean_square_gap_coprime_first_parameter - 0014
exact hgap - 0015
exact hcoprime - 0016
specialize pythagorean_square_gap_coprime_second_parameter m - 0017
specialize pythagorean_square_gap_coprime_second_parameter n - 0018
specialize pythagorean_square_gap_coprime_second_parameter d - 0019
apply pythagorean_square_gap_coprime_second_parameter - 0020
exact hgap - 0021
exact hcoprime