Theorems · Theorem · linear algebra
LinearMap.ofIsCompl_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} (h : IsCompl p q) {φ₁ φ₂ : ↥p →ₗ[R] F}
{ψ₁ ψ₂ : ↥q →ₗ[R] F},
LinearMap.ofIsCompl h (φ₁ + φ₂) (ψ₁ + ψ₂) = LinearMap.ofIsCompl h φ₁ ψ₁ + LinearMap.ofIsCompl h φ₂ ψ₂- Defined in
- Mathlib.LinearAlgebra.Projection
- Cited by
- 1 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.
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
- 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
- IsComplstatement and proof · cited by 351
- LinearMap.ofIsComplstatement · cited by 19
- LinearMap.ofIsCompl_eqproof · cited by 6
- LinearMap.ofIsCompl_apply_leftproof · cited by 5
- LinearMap.ofIsCompl_apply_rightproof · cited by 5
Cited by1
Results whose statement or proof uses this declaration.
- ContinuousLinearMap.ofIsTopCompl_addproof · cited by 0