Theorems · Definition · linear algebra
LinearMap.equivProdOfSurjectiveOfIsCompl
{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] →
{G : Type u_4} →
[inst_5 : AddCommGroup G] →
[inst_6 : Module R G] →
(f : E →ₗ[R] F) →
(g : E →ₗ[R] G) → f.range = ⊤ → g.range = ⊤ → IsCompl f.ker g.ker → E ≃ₗ[R] F × GIf f : E →ₗ[R] F and g : E →ₗ[R] G are two surjective linear maps and
their kernels are complement of each other, then x ↦ (f x, g x) defines
a linear equivalence E ≃ₗ[R] F × G.
- Defined in
- Mathlib.LinearAlgebra.Projection
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 72 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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 and proof · cited by 18,349
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement and proof · cited by 10,215
- Top.topstatement and proof · cited by 9,680
- Ringstatement and proof · cited by 7,463
- Submodulestatement · cited by 7,192
- LinearEquivstatement · cited by 3,317
- LinearMap.rangestatement and proof · cited by 893
- LinearMap.kerstatement and proof · cited by 848
- IsComplstatement and proof · cited by 351
- LinearEquiv.ofBijectiveproof · cited by 60
Cited by4
Results whose statement or proof uses this declaration.
- ContinuousLinearMap.equivProdOfSurjectiveOfIsComplproof · cited by 9
- LinearMap.equivProdOfSurjectiveOfIsCompl_applystatement · cited by 0
- ContinuousLinearMap.equivProdOfSurjectiveOfIsCompl_toLinearEquivstatement · cited by 0
- LinearMap.coe_equivProdOfSurjectiveOfIsComplstatement · cited by 0