Theorems · Definition · linear algebra
LinearMap.toMvPolynomial
{R : Type u_1} →
{M₁ : Type u_2} →
{M₂ : Type u_3} →
{ι₁ : Type u_4} →
{ι₂ : Type u_5} →
[inst : CommRing R] →
[inst_1 : AddCommGroup M₁] →
[inst_2 : AddCommGroup M₂] →
[inst_3 : Module R M₁] →
[inst_4 : Module R M₂] →
[Fintype ι₁] →
[Finite ι₂] →
[DecidableEq ι₁] →
Module.Basis ι₁ R M₁ → Module.Basis ι₂ R M₂ → (M₁ →ₗ[R] M₂) → ι₂ → MvPolynomial ι₁ RLet f : M₁ →ₗ[R] M₂ be an R-linear map
between modules M₁ and M₂ with bases b₁ and b₂ respectively.
Then LinearMap.toMvPolynomial b₁ b₂ f is the family of multivariate polynomials over R
that evaluates on an element x of M₁ (represented on the basis b₁)
to the element f x of M₂ (represented on the basis b₂).
- Cited by
- 17 results in Mathlib
- Foundations
- Depth 88 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement and proof · cited by 10,215
- Fintypestatement and proof · cited by 7,736
- Finitestatement and proof · cited by 3,029
- MvPolynomialstatement · cited by 2,140
- Module.Basisstatement and proof · cited by 1,477
- LinearMap.toMatrixproof · cited by 180
- Matrix.toMvPolynomialproof · cited by 14
Cited by18
Results whose statement or proof uses this declaration.
- LinearMap.polyCharpolyAuxproof · cited by 10
- LinearMap.polyCharpoly_monicproof · cited by 4
- LinearMap.toMvPolynomial_compstatement and proof · cited by 2
- LinearMap.polyCharpolyAux_baseChangeproof · cited by 2
- LinearMap.polyCharpolyAux_map_eq_toMatrix_charpolyproof · cited by 2
- LinearMap.polyCharpoly_coeff_isHomogeneousproof · cited by 2
- LinearMap.polyCharpoly_natDegreeproof · cited by 2
- LinearMap.toMvPolynomial_baseChangestatement · cited by 1
- LinearMap.toMvPolynomial_eval_eq_applystatement · cited by 1
- LinearMap.toMvPolynomial_isHomogeneousstatement · cited by 1
- LinearMap.polyCharpoly_coeff_eq_zero_of_basisproof · cited by 1
- LinearMap.toMvPolynomial_addstatement · cited by 0