Theorems · Theorem · commutative algebra
MvPolynomial.pderiv_inr_universalFactorizationMap_X
∀ (R : Type u_1) [inst : CommRing R] (n m k : ℕ) (hn : n = m + k) (i : Fin k) (j : Fin n),
(MvPolynomial.pderiv (Sum.inr i))
((MvPolynomial.tensorEquivSum R (Fin m) (Fin k) R)
((MvPolynomial.universalFactorizationMap R n m k hn) (MvPolynomial.X j))) =
if ↑j < ↑i then 0
else if h : ↑j - ↑i < m then MvPolynomial.X (Sum.inl ⟨↑j - ↑i, h⟩) else if ↑j - ↑i = m then 1 else 0- Cited by
- 1 results in Mathlib
- Foundations
- Depth 115 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites57
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
- CommRingstatement and proof · cited by 17,173
- Finsuppstatement · cited by 5,255
- Finset.sumproof · cited by 5,195
- mul_oneproof · cited by 3,885
- AlgHomstatement and proof · cited by 3,236
- one_mulproof · cited by 2,841
- add_zeroproof · cited by 2,707
- TensorProductstatement and proof · cited by 2,545
- Finset.sum_congrproof · cited by 2,323
- MvPolynomialstatement and proof · cited by 2,140
- MulZeroClass.mul_zeroproof · cited by 2,091
Cited by1
Results whose statement or proof uses this declaration.
- MvPolynomial.universalFactorizationMapPresentation_jacobiMatrixproof · cited by 1