Theorems · Definition · algebraic geometry
Polynomial.homogenize
{R : Type u_1} → [inst : CommSemiring R] → Polynomial R → ℕ → MvPolynomial (Fin 2) RGiven a polynomial p and a number n ≥ natDegree p,
returns a homogeneous bivariate polynomial q of degree n such that q(x, 1) = p(x).
It is defined as ∑ k + l = n, a_k X_0^k X_1^l, where a_k is the kth coefficient of p.
- Defined in
- Mathlib.Algebra.Polynomial.Homogenize
- Cited by
- 30 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommSemiring
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- CommSemiringstatement and proof · cited by 10,911
- Polynomialstatement and proof · cited by 5,681
- Finset.sumproof · cited by 5,195
- MvPolynomialstatement · cited by 2,140
- Polynomial.coeffproof · cited by 1,045
- Finsupp.singleproof · cited by 943
- MvPolynomial.monomialproof · cited by 253
- Finset.HasAntidiagonal.antidiagonalproof · cited by 218
- Finsupp.updateproof · cited by 52
Cited by32
Results whose statement or proof uses this declaration.
- Polynomial.toTupleMvPolynomialproof · cited by 6
- Polynomial.homogenizeLMproof · cited by 4
- Polynomial.homogenize_X_powstatement and proof · cited by 3
- Polynomial.homogenize_monomialstatement · cited by 3
- Polynomial.homogenize_zerostatement · cited by 3
- Polynomial.aeval_homogenize_X_onestatement · cited by 2
- Polynomial.homogenize_C_mulstatement and proof · cited by 2
- Polynomial.coeff_homogenizestatement and proof · cited by 2
- Polynomial.homogenize_addstatement · cited by 2
- Polynomial.homogenize_mulstatement and proof · cited by 2
- Polynomial.isHomogeneous_homogenizestatement · cited by 2
- Polynomial.eval_homogenizestatement · cited by 1