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. Coprime(a,b) → Coprime(a · a,b · b)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. (forall pff_divisor_ffd_square_source. (exists pff_left_ffd_square_source. (a) = pff_divisor_ffd_square_source * pff_left_ffd_square_source) -> (exists pff_right_ffd_square_source. (b) = pff_divisor_ffd_square_source * pff_right_ffd_square_source) -> pff_divisor_ffd_square_source = 1) -> (forall pff_divisor_ffd_square_result. (exists pff_left_ffd_square_result. (a * a) = pff_divisor_ffd_square_result * pff_left_ffd_square_result) -> (exists pff_right_ffd_square_result. (b * b) = pff_divisor_ffd_square_result * pff_right_ffd_square_result) -> pff_divisor_ffd_square_result = 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.
01Fix variables and assumptionsL1–3
02Establish hrightL4–13
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply coprime mul right.
- L4
have hright : Coprime(a,b · b)Definitions: Coprime(a,b · b)Original native command in the exact edition - L5
specialize coprime_mul_right (a) - L6
specialize coprime_mul_right (b) - L7
specialize coprime_mul_right (b) - L8
apply coprime_mul_right - L9
exact hcoprime - L10
exact hcoprime - L11
specialize coprime_mul_left (a) - L12
specialize coprime_mul_left (a) - L13
specialize coprime_mul_left (b * b)
Original defined command ledger · 16 lines
- 0001
intro a - 0002
intro b - 0003
intro hcoprime - 0004
have hright : Coprime(a,b · b)Exact native replay line
have hright : forall pff_divisor_ffd_square_middle. (exists pff_left_ffd_square_middle. (a) = pff_divisor_ffd_square_middle * pff_left_ffd_square_middle) -> (exists pff_right_ffd_square_middle. (b * b) = pff_divisor_ffd_square_middle * pff_right_ffd_square_middle) -> pff_divisor_ffd_square_middle = 1 - 0005
specialize coprime_mul_right (a) - 0006
specialize coprime_mul_right (b) - 0007
specialize coprime_mul_right (b) - 0008
apply coprime_mul_right - 0009
exact hcoprime - 0010
exact hcoprime - 0011
specialize coprime_mul_left (a) - 0012
specialize coprime_mul_left (a) - 0013
specialize coprime_mul_left (b * b) - 0014
apply coprime_mul_left - 0015
exact hright - 0016
exact hright