Theorems · Theorem · linear algebra
linearIndependent_sum
∀ {ι : Type u'} {ι' : Type u_1} {R : Type u_2} {M : Type u_4} [inst : Ring R] [inst_1 : AddCommGroup M]
[inst_2 : Module R M] {v : ι ⊕ ι' → M},
LinearIndependent R v ↔
LinearIndependent R (v ∘ Sum.inl) ∧
LinearIndependent R (v ∘ Sum.inr) ∧
Disjoint (Submodule.span R (Set.range (v ∘ Sum.inl))) (Submodule.span R (Set.range (v ∘ Sum.inr)))- Cited by
- 3 results in Mathlib
- Foundations
- Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- RingAddCommGroupModule
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.
- Setproof · cited by 53,352
- Modulestatement and proof · cited by 20,661
- Finsetproof · cited by 13,712
- AddCommGroupstatement and proof · cited by 12,871
- SetLike.coeproof · cited by 8,199
- Ringstatement and proof · cited by 7,463
- Submodulestatement · cited by 7,192
- Set.imageproof · cited by 5,609
- Finset.sumproof · cited by 5,195
- Set.preimageproof · cited by 4,946
- Set.rangestatement and proof · cited by 4,705
- Finset.sum_congrproof · cited by 2,323
Cited by3
Results whose statement or proof uses this declaration.
- ModuleCat.linearIndependent_leftExactproof · cited by 2
- LinearIndependent.sum_typeproof · cited by 2
- linearIndependent_option'proof · cited by 1