Theorems · Inductive type · linear algebra
LinearMap.IsProj
{S : Type u_5} →
[inst : Semiring S] →
{M : Type u_6} →
[inst_1 : AddCommMonoid M] → [inst_2 : Module S M] → Submodule S M → {F : Type u_7} → [FunLike F M M] → F → PropA linear endomorphism of a module E is a projection onto a submodule p if it sends every element
of E to p and fixes every element of p.
The definition allow more generally any FunLike type and not just linear maps, so that it can be
used for example with ContinuousLinearMap or Matrix.
- Defined in
- Mathlib.LinearAlgebra.Projection
- Cited by
- 23 results in Mathlib
- Foundations
- Depth 3 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Modulestatement · cited by 20,661
- Semiringstatement · cited by 13,802
- AddCommMonoidstatement · cited by 12,281
- Submodulestatement · cited by 7,192
- FunLikestatement · cited by 2,560
Cited by26
Results whose statement or proof uses this declaration.
- LinearMap.IsIdempotentElem.isProj_rangestatement · cited by 8
- LinearMap.IsProj.isComplstatement and proof · cited by 6
- LinearMap.IsProj.map_idstatement and proof · cited by 6
- LinearMap.IsProj.codRestrictstatement and proof · cited by 4
- LinearMap.IsProj.map_memstatement and proof · cited by 3
- LinearMap.IsProj.rangestatement and proof · cited by 3
- LinearMap.IsProj.tracestatement and proof · cited by 3
- LinearMap.IsProj.isIdempotentElemstatement and proof · cited by 2
- LinearMap.IsProj.mem_iff_map_idstatement and proof · cited by 2
- Representation.isProj_averageMapstatement · cited by 2
- LinearMap.IsProj.codRestrict_applystatement and proof · cited by 1
- LinearMap.IsProj.codRestrict_apply_codstatement and proof · cited by 1