Theorems · Theorem · commutative algebra
Polynomial.isIntegral_coeff_prod
∀ {R : Type u_1} {S : Type u_2} {ι : Type u_3} [inst : CommRing R] [inst_1 : CommRing S] [inst_2 : Algebra R S]
(s : Finset ι) (p : ι → Polynomial S),
(∀ i ∈ s, ∀ (j : ℕ), IsIntegral R ((p i).coeff j)) → ∀ (j : ℕ), IsIntegral R ((s.prod p).coeff j)- Defined in
- Mathlib.RingTheory.Polynomial.IsIntegral
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 137 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommRingstatement and proof · cited by 17,173
- Finsetstatement and proof · cited by 13,712
- Algebrastatement and proof · cited by 11,388
- Polynomialstatement and proof · cited by 5,681
- Finset.prodstatement and proof · cited by 2,356
- Polynomial.coeffstatement and proof · cited by 1,045
- IsIntegralstatement and proof · cited by 427
- Finset.HasAntidiagonal.antidiagonalproof · cited by 218
- Finset.prod_insertproof · cited by 109
- Finset.inductionproof · cited by 108
- Polynomial.coeff_mulproof · cited by 29
- IsIntegral.mulproof · cited by 24
Cited by1
Results whose statement or proof uses this declaration.
- Polynomial.isIntegral_coeff_of_factorsproof · cited by 1