Theorems · Theorem · linear algebra
Submodule.projectionOnto_comp_surjective_of_exact
∀ {R : Type u_1} {M : Type u_2} {K : Type u_3} {P : Type u_4} [inst : Ring R] [inst_1 : AddCommGroup M]
[inst_2 : AddCommGroup K] [inst_3 : AddCommGroup P] [inst_4 : Module R M] [inst_5 : Module R K] [inst_6 : Module R P]
{f : K →ₗ[R] M} {g : M →ₗ[R] P},
Function.Exact ⇑f ⇑g →
∀ {p q : Submodule R M} (hpq : IsCompl p q),
Submodule.map g q = ⊤ → Function.Surjective ⇑(p.projectionOnto q hpq ∘ₗ f)- Defined in
- Mathlib.LinearAlgebra.Basis.Exact
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 76 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites29
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setproof · cited by 53,352
- 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
- SetLike.coeproof · cited by 8,199
- Ringstatement and proof · cited by 7,463
- Submodulestatement and proof · cited by 7,192
- Set.univproof · cited by 3,945
- LinearMap.compstatement · cited by 1,642
Cited by2
Results whose statement or proof uses this declaration.
- Submodule.projectionOnto_comp_bijective_of_exactproof · cited by 2
- Submodule.linearProjOfIsCompl_comp_surjective_of_exactproof · cited by 0