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. ∀ c. ∀ t. Coprime(a,c) → c = a + 2 · t → Coprime(a + t,t)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 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)Proof neighborhood
Direct theorem prerequisites
PF001L pythagorean_half_hypotenuse_reassociation mul_one · Stable closed add_comm · 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 (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
- 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 defined 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 : Dvd(divisor,a)Exact native replay line
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 : Dvd(divisor,c)Exact native replay line
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