Theorems · Theorem · linear algebra
Submodule.linearProjOfIsCompl_comp_surjective_of_exact
Deprecated since 2026-05-05Use Submodule.projectionOnto_comp_surjective_of_exact instead.
∀ {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)Alias of Submodule.projectionOnto_comp_surjective_of_exact.
- Defined in
- Mathlib.LinearAlgebra.Basis.Exact
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Modulestatement · cited by 20,661
- RingHom.idstatement · cited by 18,349
- AddCommGroupstatement · cited by 12,871
- LinearMapstatement · cited by 10,215
- Top.topstatement · cited by 9,680
- Ringstatement · cited by 7,463
- Submodulestatement · cited by 7,192
- LinearMap.compstatement · cited by 1,642
- Submodule.mapstatement · cited by 614
- IsComplstatement · cited by 351
- Function.Exactstatement · cited by 182
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.