Theorems · Theorem · field theory
Polynomial.coeff_divByMonic_X_sub_C
∀ {R : Type u} [inst : Ring R] (p : Polynomial R) (a : R) (n : ℕ),
(p /ₘ (Polynomial.X - Polynomial.C a)).coeff n = ∑ i ∈ Finset.Icc (n + 1) p.natDegree, a ^ (i - (n + 1)) * p.coeff i- Defined in
- Mathlib.Algebra.Polynomial.Div
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 123 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Ring
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites41
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Finsetproof · cited by 13,712
- RingHomstatement · cited by 10,189
- Ringstatement and proof · cited by 7,463
- Polynomialstatement and proof · cited by 5,681
- Finset.sumstatement and proof · cited by 5,195
- one_mulproof · cited by 2,841
- Nontrivialproof · cited by 2,416
- Finset.sum_congrproof · cited by 2,323
- mul_assocproof · cited by 1,667
- Polynomial.Xstatement and proof · cited by 1,639
- Polynomial.Cstatement and proof · cited by 1,598
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.