Theorems · Definition · linear algebra
LinearMap.proj
{R : Type u} →
{ι : Type x} →
[inst : Semiring R] →
{φ : ι → Type i} →
[inst_1 : (i : ι) → AddCommMonoid (φ i)] →
[inst_2 : (i : ι) → Module R (φ i)] → (i : ι) → ((i : ι) → φ i) →ₗ[R] φ iThe projections from a family of modules are linear maps.
Note: this definition would be called Pi.evalLinearMap if we followed the pattern established by
Pi.evalAddHom, Pi.evalMonoidHom, Pi.evalRingHom, ...
- Defined in
- Mathlib.LinearAlgebra.Pi
- Cited by
- 71 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses Quot.sound
- Assumes
- SemiringAddCommMonoidModule
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- LinearMapstatement · cited by 10,215
- Function.evalproof · cited by 140
Cited by95
Results whose statement or proof uses this declaration.
- MvPowerSeries.coeffproof · cited by 273
- ContinuousLinearMap.projproof · cited by 77
- Finset.weightedVSubOfPointproof · cited by 42
- Finset.weightedVSubOfPoint_applyproof · cited by 39
- MvPowerSeries.coeff_monomialproof · cited by 17
- Matrix.det_applyproof · cited by 16
- QuadraticMap.piproof · cited by 14
- Matrix.detRowAlternatingproof · cited by 14
- LinearMap.lsumproof · cited by 10
- ExteriorAlgebra.liftAlternatingproof · cited by 9
- Submodule.quotientPiLiftproof · cited by 6
- hasFDerivAtFilter_finConsproof · cited by 6