Primality and GCD on pnat #
This file extends the theory of ℕ+
with gcd
, lcm
and Prime
functions, analogous to those on
Nat
.
Equations
- Nat.Primes.coePNat = { coe := Nat.Primes.toPNat }
This file extends the theory of ℕ+
with gcd
, lcm
and Prime
functions, analogous to those on
Nat
.