Theorems · Theorem · linear algebra
LinearMap.ofIsCompl_eq_add
∀ {R : Type u_1} [inst : Ring R] {E : Type u_2} [inst_1 : AddCommGroup E] [inst_2 : Module R E] {F : Type u_3}
[inst_3 : AddCommGroup F] [inst_4 : Module R F] {p q : Submodule R E} (hpq : IsCompl p q) {φ : ↥p →ₗ[R] F}
{ψ : ↥q →ₗ[R] F}, LinearMap.ofIsCompl hpq φ ψ = φ ∘ₗ p.projectionOnto q hpq + ψ ∘ₗ q.projectionOnto p ⋯- Defined in
- Mathlib.LinearAlgebra.Projection
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement and proof · cited by 10,215
- Ringstatement and proof · cited by 7,463
- Submodulestatement and proof · cited by 7,192
- add_zeroproof · cited by 2,707
- zero_addproof · cited by 2,366
- LinearMap.compstatement · cited by 1,642
- map_addproof · cited by 964
- LinearMap.extproof · cited by 844
Cited by3
Results whose statement or proof uses this declaration.
- LinearMap.ofIsCompl_subtype_zero_eqproof · cited by 1
- LinearMap.range_ofIsComplproof · cited by 1
- LinearMap.ofIsCompl_symmproof · cited by 0