Theorems · Definition · category theory
lequivProdOfRightSplitExact
{R : Type u} →
{A : Type uA} →
{M : Type uM} →
{B : Type uB} →
[inst : Ring R] →
[inst_1 : AddCommGroup A] →
[inst_2 : AddCommGroup B] →
[inst_3 : AddCommGroup M] →
[inst_4 : Module R A] →
[inst_5 : Module R B] →
[inst_6 : Module R M] →
{j : A →ₗ[R] M} →
{g : M →ₗ[R] B} →
{f : B →ₗ[R] M} →
Function.Injective ⇑j → j.range = g.ker → g ∘ₗ f = LinearMap.id → (A × B) ≃ₗ[R] MThe isomorphism A × B ≃ₗ[R] M coming from a right split exact sequence 0 ⟶ A ⟶ M ⟶ B ⟶ 0
of modules.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 106 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement and proof · cited by 10,215
- Ringstatement and proof · cited by 7,463
- Submodulestatement · cited by 7,192
- LinearEquivstatement and proof · cited by 3,317
- LinearMap.compstatement and proof · cited by 1,642
- LinearEquiv.symmproof · cited by 1,461
- LinearMap.rangestatement and proof · cited by 893
- LinearMap.kerstatement and proof · cited by 848
Cited by2
Results whose statement or proof uses this declaration.
- Module.equiv_free_prod_directSumproof · cited by 2
- Module.torsion_by_prime_power_decompositionproof · cited by 1