Theorems · Theorem · linear algebra
LinearIndependent.map_injOn
∀ {ι : Type u'} {R : Type u_2} {M : Type u_4} {M' : Type u_5} {v : ι → M} [inst : Semiring R] [inst_1 : AddCommMonoid M]
[inst_2 : AddCommMonoid M'] [inst_3 : Module R M] [inst_4 : Module R M'],
LinearIndependent R v →
∀ (f : M →ₗ[R] M'), Set.InjOn ⇑f ↑(Submodule.span R (Set.range v)) → LinearIndependent R (⇑f ∘ v)If a linear map is injective on the span of a family of linearly independent vectors, then
the family stays linearly independent after composing with the linear map.
See LinearIndependent.map for the version with Set.InjOn replaced by Disjoint
when working over a ring.
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 81 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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 and proof · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- LinearMapstatement and proof · cited by 10,215
- SetLike.coestatement and proof · cited by 8,199
- Submodulestatement · cited by 7,192
- Set.rangestatement and proof · cited by 4,705
- Submodule.spanstatement and proof · cited by 1,504
- LinearIndependentstatement and proof · cited by 560
- Set.InjOnstatement and proof · cited by 543
Cited by7
Results whose statement or proof uses this declaration.
- Module.le_rank_iff_exists_linearMapproof · cited by 3
- Pi.linearIndependent_singleproof · cited by 3
- Finsupp.linearIndependent_singleproof · cited by 2
- strongRankCondition_iff_forall_rank_lt_aleph0proof · cited by 1
- LinearIndependent.of_isLocalizedModule_of_isRegularproof · cited by 1
- Module.Basis.card_le_card_of_leproof · cited by 0
- Module.Basis.card_le_card_of_submoduleproof · cited by 0