Theorems · Theorem · commutative algebra
MvPolynomial.universalFactorizationMap_freeMonic
∀ (R : Type u_1) [inst : CommRing R] (n m k : ℕ) (hn : n = m + k),
Polynomial.map (↑(MvPolynomial.universalFactorizationMap R n m k hn)) (Polynomial.freeMonic R n) =
Polynomial.map
(algebraMap (MvPolynomial (Fin m) R) (TensorProduct R (MvPolynomial (Fin m) R) (MvPolynomial (Fin k) R)))
(Polynomial.freeMonic R m) *
Polynomial.map (↑Algebra.TensorProduct.includeRight) (Polynomial.freeMonic R k)- 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.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- Polynomialstatement · cited by 5,681
- Finsuppstatement · cited by 5,255
- Algebra.algebraMapstatement and proof · cited by 4,706
- AlgHomstatement · cited by 3,236
- TensorProductstatement and proof · cited by 2,545
- MvPolynomialstatement and proof · cited by 2,140
- Polynomial.mapstatement and proof · cited by 806
- RingHomClass.toRingHomstatement and proof · cited by 746
- Equiv.apply_symm_applyproof · cited by 346
- Algebra.TensorProduct.includeRightstatement and proof · cited by 165
Cited by1
Results whose statement or proof uses this declaration.
- MvPolynomial.finite_universalFactorizationMapproof · cited by 0