Theorems · Theorem · field theory
Polynomial.support_trinomial
∀ {R : Type u} [inst : Semiring R] {k m n : ℕ},
k < m →
m < n →
∀ {x y z : R},
x ≠ 0 →
y ≠ 0 →
z ≠ 0 →
(Polynomial.C x * Polynomial.X ^ k + Polynomial.C y * Polynomial.X ^ m +
Polynomial.C z * Polynomial.X ^ n).support =
{k, m, n}- Defined in
- Mathlib.Algebra.Polynomial.Coeff
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 107 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Semiring
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
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
- Semiringstatement and proof · cited by 13,802
- Finsetstatement · cited by 13,712
- RingHomstatement · cited by 10,189
- Polynomialstatement · cited by 5,681
- mul_oneproof · cited by 3,885
- add_zeroproof · cited by 2,707
- zero_addproof · cited by 2,366
- MulZeroClass.mul_zeroproof · cited by 2,091
- Polynomial.Xstatement and proof · cited by 1,639
- Polynomial.Cstatement and proof · cited by 1,598
- LT.lt.ne'proof · cited by 1,417
Cited by3
Results whose statement or proof uses this declaration.
- Polynomial.card_support_trinomialproof · cited by 2
- Polynomial.isUnitTrinomial_iffproof · cited by 1
- Polynomial.trinomial_supportproof · cited by 1