Primality and GCD on pnat #
This file extends the theory of ℕ+ with gcd, lcm and Prime functions, analogous to those on
Nat.
The canonical map from Nat.Primes to ℕ+
Instances For
Equations
- Nat.Primes.coePNat = { coe := Nat.Primes.toPNat }
Prime numbers #
Coprime numbers and gcd #
@[deprecated PNat.gcd_eq_left_iff_dvd (since := "2025-11-14")]
Alias of the reverse direction of PNat.gcd_eq_left_iff_dvd.