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
∀ n. ∀ a. ∀ b. Coprime(n,a) → Coprime(n,b) → Coprime(n,a · b)Every purple notation token opens its conservative definition. Expanding the displayed statement recovers the exact first-order Peano-arithmetic formula checked by the unchanged kernel.
Definitions used by this theorem
In the theorem statement
3 occurrences
In local proof propositions
3 occurrences
Exact expanded native-PA statement
forall n a b. (forall d. (exists x. n = d * x) -> (exists y. a = d * y) -> d = 1) -> (forall d. (exists x. n = d * x) -> (exists y. b = d * y) -> d = 1) -> forall d. (exists x. n = d * x) -> (exists y. a * b = d * y) -> d = 1Proof neighborhood
Direct theorem prerequisites
Direct theorem dependents
Definition-aware tactic body
Only local propositions introduced by have or suffices are compacted. Every changed line has an exact-AST conservative-expansion receipt; the kernel still receives the immutable original tactic script.
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
02Establish hanL6–10
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply coprime symm.
03Establish hbnL11–15
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply coprime symm.
04Establish habnL16–25
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply coprime mul left.
- L16
have habn : Coprime(a · b,n)Definitions: Coprime(a · b,n)Original native command in the exact edition - L17
specialize coprime_mul_left a - L18
specialize coprime_mul_left b - L19
specialize coprime_mul_left n - L20
apply coprime_mul_left - L21
exact han - L22
exact hbn - L23
specialize coprime_symm (a * b) - L24
specialize coprime_symm n - L25
apply coprime_symm
05Use earlier factsL26–26
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L26
exact habn
Original defined command ledger · 26 lines
- 0001
intro n - 0002
intro a - 0003
intro b - 0004
intro hna - 0005
intro hnb - 0006
have han : Coprime(a,n)Exact native replay line
have han : forall d. (exists x. a = d * x) -> (exists y. n = d * y) -> d = 1 - 0007
specialize coprime_symm n - 0008
specialize coprime_symm a - 0009
apply coprime_symm - 0010
exact hna - 0011
have hbn : Coprime(b,n)Exact native replay line
have hbn : forall d. (exists x. b = d * x) -> (exists y. n = d * y) -> d = 1 - 0012
specialize coprime_symm n - 0013
specialize coprime_symm b - 0014
apply coprime_symm - 0015
exact hnb - 0016
have habn : Coprime(a · b,n)Exact native replay line
have habn : forall d. (exists x. a * b = d * x) -> (exists y. n = d * y) -> d = 1 - 0017
specialize coprime_mul_left a - 0018
specialize coprime_mul_left b - 0019
specialize coprime_mul_left n - 0020
apply coprime_mul_left - 0021
exact han - 0022
exact hbn - 0023
specialize coprime_symm (a * b) - 0024
specialize coprime_symm n - 0025
apply coprime_symm - 0026
exact habn