Prime numbers #
This file develops the theory of prime numbers: natural numbers p ≥ 2
whose only divisors are
p
and 1
.
@[deprecated Nat.not_prime_of_mul_eq (since := "2025-05-24")]
Alias of Nat.not_prime_of_mul_eq
.
Alias of the forward direction of Nat.coprime_two_left
.
Alias of the reverse direction of Nat.coprime_two_left
.
Alias of the reverse direction of Nat.coprime_two_right
.
Alias of the forward direction of Nat.coprime_two_right
.