Theorems · Definition · category theory
Function.Exact.splitSurjectiveEquiv
{R : Type u_1} →
{M : Type u_2} →
{N : Type u_4} →
{P : Type u_6} →
[inst : Semiring R] →
[inst_1 : AddCommGroup M] →
[inst_2 : AddCommGroup N] →
[inst_3 : AddCommGroup P] →
[inst_4 : Module R M] →
[inst_5 : Module R N] →
[inst_6 : Module R P] →
{f : M →ₗ[R] N} →
{g : N →ₗ[R] P} →
Function.Exact ⇑f ⇑g →
Function.Injective ⇑f →
{ l // g ∘ₗ l = LinearMap.id } ≃
{ e // f = ↑e.symm ∘ₗ LinearMap.inl R M P ∧ g = LinearMap.snd R M P ∘ₗ ↑e }Given an exact sequence 0 → M → N → P, giving a section P → N is equivalent to giving a
splitting N ≃ M × P.
- Defined in
- Mathlib.Algebra.Exact.Basic
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 39 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement and proof · cited by 10,215
- Equivstatement · cited by 8,337
- LinearEquivstatement and proof · cited by 3,317
- LinearMap.compstatement and proof · cited by 1,642
- LinearEquiv.symmstatement and proof · cited by 1,461
- LinearEquiv.toLinearMapstatement and proof · cited by 1,171
- LinearMap.idstatement and proof · cited by 625
Cited by5
Results whose statement or proof uses this declaration.
- Algebra.Generators.cotangentCompLocalizationAwayEquivproof · cited by 6
- Function.Exact.split_tfae'proof · cited by 3
- Algebra.Generators.snd_comp_cotangentCompLocalizationAwayEquivproof · cited by 1
- Algebra.Generators.cotangentCompLocalizationAwayEquiv_symm_comp_inlproof · cited by 1
- Function.Exact.split_tfaeproof · cited by 1