Theorems · Theorem · commutative algebra
ModuleCat.linearIndependent_shortExact
∀ {ι : Type u_1} {ι' : Type u_2} {R : Type u_3} [inst : Ring R] {S : CategoryTheory.ShortComplex (ModuleCat R)},
S.ShortExact →
∀ {v : ι → ↑S.X₁},
LinearIndependent R v →
∀ {w : ι' → ↑S.X₃},
LinearIndependent R w →
LinearIndependent R
(Sum.elim (⇑(CategoryTheory.ConcreteCategory.hom S.f) ∘ v)
(Function.invFun (ModuleCat.Hom.hom S.g).toFun ∘ w))Given a short exact sequence 0 ⟶ X₁ ⟶ X₂ ⟶ X₃ ⟶ 0 of R-modules and linearly independent
families v : ι → N and w : ι' → P, we get a linearly independent family ι ⊕ ι' → M
- Defined in
- Mathlib.Algebra.Category.ModuleCat.Free
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 106 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.
Cites28
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
- Moduleproof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- Semiringproof · cited by 13,802
- AddCommMonoidproof · cited by 12,281
- 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 · cited by 1,115
- ModuleCat.carrierstatement and proof · cited by 997
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.