Theorems · Theorem · commutative algebra
MvPolynomial.degreeOf_eq_natDegree
∀ {R : Type u} {σ : Type u_1} [inst : CommSemiring R] [inst_1 : DecidableEq σ] (a : σ) (p : MvPolynomial σ R),
MvPolynomial.degreeOf a p =
((MvPolynomial.optionEquivLeft R { b // b ≠ a })
((MvPolynomial.rename ⇑(Equiv.optionSubtypeNe a).symm) p)).natDegreeThe MvPolynomial.degreeOf of a particular variable in a multivariate polynomial
is equal to the Polynomial.natDegree of the single-variable polynomial
obtained by treating the multivariable polynomial as a single variable polynomial
over multivariable polynomials in the remaining variables
- Defined in
- Mathlib.Algebra.MvPolynomial.Equiv
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 117 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommSemiringDecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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
- CommSemiringstatement and proof · cited by 10,911
- Equivstatement · cited by 8,337
- Polynomialstatement · cited by 5,681
- Finsuppstatement · cited by 5,255
- Equiv.symmstatement and proof · cited by 3,681
- AlgHomstatement · cited by 3,236
- MvPolynomialstatement and proof · cited by 2,140
- AlgEquivstatement · cited by 1,681
- Polynomial.natDegreestatement · cited by 1,105
- Equiv.injectiveproof · cited by 464
- MvPolynomial.renamestatement and proof · cited by 168
Cited by2
Results whose statement or proof uses this declaration.
- MvPolynomial.degreeOf_mul_eqproof · cited by 2
- MvPolynomial.degreeOf_C_mulproof · cited by 0