Divisibility over ℤ #
This file collects results for the integers that use ring theory in their proofs or cases of ℤ being examples of structures in ring theory.
Main statements #
Int.Prime.dvd_mul'
: A prime number dividing a product in ℤ divides at least one factor.Int.exists_prime_and_dvd
: Every non-unit integer has a prime divisor.Int.prime_iff_natAbs_prime
: Primality in ℤ corresponds to primality of its absolute value in ℕ.Int.span_natAbs
: The principal ideal generated bya.natAbs
is equal to that ofa
.
Tags #
prime, irreducible, integers, normalization monoid, gcd monoid, greatest common divisor
@[deprecated Int.isCoprime_iff_nat_coprime (since := "2025-01-23")]
Alias of Int.isCoprime_iff_nat_coprime
.