Theorems · Theorem · commutative algebra
ModuleCat.linearIndependent_leftExact
∀ {ι : Type u_1} {ι' : Type u_2} {R : Type u_3} [inst : Ring R] {S : CategoryTheory.ShortComplex (ModuleCat R)},
S.Exact →
∀ {v : ι → ↑S.X₁},
LinearIndependent R v →
∀ {u : ι ⊕ ι' → ↑S.X₂},
LinearIndependent R (⇑(CategoryTheory.ConcreteCategory.hom S.g) ∘ u ∘ Sum.inr) →
CategoryTheory.Mono S.f →
u ∘ Sum.inl = ⇑(CategoryTheory.ConcreteCategory.hom S.f) ∘ v → LinearIndependent R uIn the commutative diagram
``
f g
0 --→ X₁ --→ X₂ --→ X₃
↑ ↑ ↑
v| u| w|
ι → ι ⊕ ι' ← ι'
`
where the top row is an exact sequence of modules and the maps on the bottom are Sum.inl and
Sum.inr. If u is injective and v and w are linearly independent, then u` is linearly
independent.
- Defined in
- Mathlib.Algebra.Category.ModuleCat.Free
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 105 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Ring
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
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
- RingHom.idstatement · cited by 18,349
- LinearMapstatement · cited by 10,215
- Ringstatement and proof · cited by 7,463
- CategoryTheory.ConcreteCategory.homstatement and proof · cited by 4,022
- CategoryTheory.ShortComplexstatement and proof · cited by 1,850
- ModuleCatstatement and proof · cited by 1,429
- CategoryTheory.ShortComplex.X₂statement and proof · cited by 1,115
- ModuleCat.carrierstatement and proof · cited by 997
- CategoryTheory.Monostatement and proof · cited by 893
- CategoryTheory.ShortComplex.X₁statement and proof · cited by 889
- CategoryTheory.ShortComplex.X₃statement · cited by 876
Cited by2
Results whose statement or proof uses this declaration.
- Profinite.NobelingProof.GoodProducts.linearIndependentAuxproof · cited by 1
- ModuleCat.linearIndependent_shortExactproof · cited by 0