Theorems · Theorem · commutative algebra
Polynomial.toMatrix_sylvesterMap
∀ {m n : ℕ} {R : Type u_1} [inst : CommRing R] (f g : Polynomial R) (hf : f.natDegree ≤ m) (hg : g.natDegree ≤ n),
(LinearMap.toMatrix ((Polynomial.degreeLT.basis R m).prod (Polynomial.degreeLT.basis R n))
(Polynomial.degreeLT.basis R (m + n)))
(f.sylvesterMap g hf hg) =
(Matrix.reindex (Equiv.refl (Fin (m + n))) finSumFinEquiv.symm) (f.sylvester g m n)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 108 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.
Cites35
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
- RingHom.idstatement · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- LinearMapstatement · cited by 10,215
- Equivstatement · cited by 8,337
- Submodulestatement · cited by 7,192
- Polynomialstatement and proof · cited by 5,681
- Matrixstatement · cited by 4,303
- Equiv.symmstatement and proof · cited by 3,681
- LinearEquivstatement · cited by 3,317
- add_zeroproof · cited by 2,707
- zero_addproof · cited by 2,366
Cited by1
Results whose statement or proof uses this declaration.
- Polynomial.toMatrix_sylvesterMap'proof · cited by 2