Theorems · Theorem · field theory
Polynomial.card_support_eq_three
∀ {R : Type u_1} [inst : Semiring R] {f : Polynomial R},
f.support.card = 3 ↔
∃ k m n,
∃ (_ : k < m) (_ : m < n),
∃ x y z,
∃ (_ : x ≠ 0) (_ : y ≠ 0) (_ : z ≠ 0),
f =
Polynomial.C x * Polynomial.X ^ k + Polynomial.C y * Polynomial.X ^ m + Polynomial.C z * Polynomial.X ^ n- Defined in
- Mathlib.Algebra.Polynomial.EraseLead
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 109 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.
Cites15
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
- RingHomstatement · cited by 10,189
- Polynomialstatement and proof · cited by 5,681
- Finset.sumproof · cited by 5,195
- Finset.univproof · cited by 3,473
- Finset.cardstatement and proof · cited by 2,327
- Polynomial.Xstatement and proof · cited by 1,639
- Polynomial.Cstatement and proof · cited by 1,598
- StrictMonoproof · cited by 706
- Polynomial.supportstatement and proof · cited by 237
- Fin.sum_univ_castSuccproof · cited by 20
Cited by1
Results whose statement or proof uses this declaration.
- Polynomial.isUnitTrinomial_iffproof · cited by 1