Theorems · Theorem · field theory
Polynomial.card_support_eq
∀ {R : Type u_1} [inst : Semiring R] {f : Polynomial R} {n : ℕ},
f.support.card = n ↔
∃ k x, ∃ (_ : StrictMono k) (_ : ∀ (i : Fin n), x i ≠ 0), f = ∑ i, Polynomial.C (x i) * Polynomial.X ^ k i- Defined in
- Mathlib.Algebra.Polynomial.EraseLead
- 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.
Cites42
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.sumstatement and proof · cited by 5,195
- Set.rangeproof · cited by 4,705
- mul_oneproof · cited by 3,885
- Finset.univstatement and proof · cited by 3,473
- Finset.cardstatement and proof · cited by 2,327
- Finset.sum_congrproof · cited by 2,323
- MulZeroClass.mul_zeroproof · cited by 2,091
- Polynomial.Xstatement and proof · cited by 1,639
Cited by3
Results whose statement or proof uses this declaration.
- Polynomial.card_support_eq_threeproof · cited by 1
- Polynomial.card_support_eq_twoproof · cited by 0
- Polynomial.card_support_eq_oneproof · cited by 0