Theorems · Theorem · linear algebra
linearIndepOn_union_iff
∀ {ι : Type u'} {R : Type u_2} {s : Set ι} {M : Type u_4} {v : ι → M} [inst : Ring R] [inst_1 : AddCommGroup M]
[inst_2 : Module R M] {t : Set ι},
Disjoint s t →
(LinearIndepOn R v (s ∪ t) ↔
LinearIndepOn R v s ∧ LinearIndepOn R v t ∧ Disjoint (Submodule.span R (v '' s)) (Submodule.span R (v '' t)))- Cited by
- 2 results in Mathlib
- Foundations
- Depth 86 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.
Cites22
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Modulestatement and proof · cited by 20,661
- Semiringproof · cited by 13,802
- AddCommGroupstatement and proof · cited by 12,871
- AddCommMonoidproof · cited by 12,281
- Ringstatement and proof · cited by 7,463
- Submodulestatement and proof · cited by 7,192
- Set.Elemproof · cited by 7,166
- PartialOrderproof · cited by 6,410
- Set.imagestatement and proof · cited by 5,609
- Set.preimageproof · cited by 4,946
- Set.extproof · cited by 2,266
Cited by2
Results whose statement or proof uses this declaration.
- linearIndepOn_union_iff_quotientproof · cited by 1
- linearIndepOn_id_union_iffproof · cited by 0