Mathlib Map

Theorems · Theorem · number theory

MvPolynomial.C_dvd_iff_zmod

∀ {σ : Type u_1} (n : ℕ) (φ : MvPolynomial σ ℤ),
  MvPolynomial.C ↑n ∣ φ ↔ (MvPolynomial.map (Int.castRingHom (ZMod n))) φ = 0

A polynomial over the integers is divisible by n : ℕ if and only if it is zero over ZMod n.

Defined in
Mathlib.FieldTheory.Finite.Polynomial
Cited by
1 results in Mathlib
Foundations
Depth 92 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites10

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.