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.
Exact expanded first-order arithmetic statement
forall a c t. (forall pff_divisor_pi_half_source. (exists pff_left_pi_half_source. (a) = pff_divisor_pi_half_source * pff_left_pi_half_source) -> (exists pff_right_pi_half_source. (c) = pff_divisor_pi_half_source * pff_right_pi_half_source) -> pff_divisor_pi_half_source = 1) -> c = a + 2 * t -> (forall pff_divisor_pi_half_result. (exists pff_left_pi_half_result. (a + t) = pff_divisor_pi_half_result * pff_left_pi_half_result) -> (exists pff_right_pi_half_result. (t) = pff_divisor_pi_half_result * pff_right_pi_half_result) -> pff_divisor_pi_half_result = 1)Constructive proof overview
Generated structural guide
Every common divisor of the two half-factors divides the original odd leg and hypotenuse, so the factors are coprime.
The unchanged tactic script uses 5 declared prerequisites and contains 38 exact native proof lines.
dependency-curried kernel-checked theorem body; Alpha enrollment and checked-use authority follow separately sealed release evidence; Stable membership remains unchanged
Proof neighborhood
Direct dependencies
divides_remainder Stable theorem; checked-use authorized multiple_add Stable theorem; checked-use authorized PF001L pythagorean_half_hypotenuse_reassociation mul_one Stable theorem; checked-use authorized add_comm Stable theorem; checked-use authorizedDirect dependents
Formal native tactic body
Dependencies are introduced as named hypotheses before line 1. Local theorem links identify exact declared prerequisites. This exact body belongs to a complete independently kernel-checked constructive proof bundle and has Alpha checked-use authority; it does not imply Stable membership.
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 (1)
01Fix variables and assumptionsL1–8
02Establish haL9–18
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply divides remainder.
03Use earlier factsL19–19
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L19
apply add_comm
04Calculate and transport equalitiesL20–21
05Use earlier factsL22–22
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L22
apply mul_one
06Calculate and transport equalitiesL23–23
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L23
refl
07Establish hcL24–33
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply multiple add.
- L24
have hc : exists q. c = divisor * q - L25
rewrite hgap - L26
specialize pythagorean_half_hypotenuse_reassociation a - L27
specialize pythagorean_half_hypotenuse_reassociation t - L28
rewrite pythagorean_half_hypotenuse_reassociation - L29
specialize multiple_add divisor - L30
specialize multiple_add (a + t) - L31
specialize multiple_add t - L32
apply multiple_add - L33
exact hu
Original exact command ledger · 38 lines
- 0001
intro a - 0002
intro c - 0003
intro t - 0004
intro hcop - 0005
intro hgap - 0006
intro divisor - 0007
intro hu - 0008
intro hv - 0009
have ha : exists q. a = divisor * q - 0010
specialize divides_remainder divisor - 0011
specialize divides_remainder (a + t) - 0012
specialize divides_remainder t - 0013
specialize divides_remainder 1 - 0014
specialize divides_remainder a - 0015
apply divides_remainder - 0016
exact hu - 0017
exact hv - 0018
trans t + a - 0019
apply add_comm - 0020
congr - 0021
symm - 0022
apply mul_one - 0023
refl - 0024
have hc : exists q. c = divisor * q - 0025
rewrite hgap - 0026
specialize pythagorean_half_hypotenuse_reassociation a - 0027
specialize pythagorean_half_hypotenuse_reassociation t - 0028
rewrite pythagorean_half_hypotenuse_reassociation - 0029
specialize multiple_add divisor - 0030
specialize multiple_add (a + t) - 0031
specialize multiple_add t - 0032
apply multiple_add - 0033
exact hu - 0034
exact hv - 0035
specialize hcop divisor - 0036
apply hcop - 0037
exact ha - 0038
exact hc