Theorems · Theorem · commutative algebra
MvPolynomial.pderiv_inl_universalFactorizationMap_X
∀ (R : Type u_1) [inst : CommRing R] (n m k : ℕ) (hn : n = m + k) (i : Fin m) (j : Fin n),
(MvPolynomial.pderiv (Sum.inl 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 < k then MvPolynomial.X (Sum.inr ⟨↑j - ↑i, h⟩) else if ↑j - ↑i = k 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.
Cites59
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
- zero_addproof · cited by 2,366
- Finset.sum_congrproof · cited by 2,323
- MvPolynomialstatement and proof · cited by 2,140
Cited by1
Results whose statement or proof uses this declaration.
- MvPolynomial.universalFactorizationMapPresentation_jacobiMatrixproof · cited by 1