Theorems · Theorem · commutative algebra
Submodule.goursat_surjective
∀ {R : Type u_1} {M : Type u_2} {N : Type u_3} [inst : Ring R] [inst_1 : AddCommGroup M] [inst_2 : Module R M]
[inst_3 : AddCommGroup N] [inst_4 : Module R N] {L : Submodule R (M × N)},
Function.Surjective (Prod.fst ∘ ⇑L.subtype) →
Function.Surjective (Prod.snd ∘ ⇑L.subtype) →
∃ e, (L.goursatFst.mkQ.prodMap L.goursatSnd.mkQ ∘ₗ L.subtype).range = (↑e).graphGoursat's lemma for a submodule of a product with surjective projections.
If L is a submodule of M × N which projects fully on both factors, then there exist submodules
M' ≤ M and N' ≤ N such that M' × N' ≤ L and the image of L in (M ⧸ M') × (N ⧸ N') is the
graph of an isomorphism of R-modules (M ⧸ M') ≃ (N ⧸ N').
M and N can be explicitly constructed as L.goursatFst and L.goursatSnd respectively.
- Defined in
- Mathlib.LinearAlgebra.Goursat
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites44
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 · cited by 18,349
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement · cited by 10,215
- Ringstatement and proof · cited by 7,463
- Submodulestatement and proof · cited by 7,192
- LinearEquivstatement · cited by 3,317
- AddSubgroupproof · cited by 3,232
- HasQuotient.Quotientstatement and proof · cited by 2,301
- LinearMap.compstatement and proof · cited by 1,642
- LinearEquiv.toLinearMapstatement and proof · cited by 1,171
Cited by1
Results whose statement or proof uses this declaration.
- Submodule.goursatproof · cited by 0