Theorems · Theorem · commutative algebra
Submodule.LinearDisjoint.linearIndependent_right_of_flat
∀ {R : Type u} {S : Type v} [inst : CommRing R] [inst_1 : Ring S] [inst_2 : Algebra R S] {M N : Submodule R S},
M.LinearDisjoint N →
∀ [Module.Flat R ↥M] {ι : Type u_1} {n : ι → ↥N}, LinearIndependent R n → (M.mulRightMap n).ker = ⊥If M and N are linearly disjoint, if M is a flat R-module, then for any family of
R-linearly independent elements { n_i } of N, they are also M-linearly independent,
in the sense that the R-linear map from ι →₀ M to S which maps { m_i }
to the sum of m_i * n_i (Submodule.mulRightMap M n) has trivial kernel.
- Defined in
- Mathlib.LinearAlgebra.LinearDisjoint
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 103 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- DFunLike.coeproof · cited by 62,936
- RingHom.idstatement · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- Algebrastatement and proof · cited by 11,388
- Ringstatement and proof · cited by 7,463
- Submodulestatement and proof · cited by 7,192
- Finsuppstatement · cited by 5,255
- Bot.botstatement · cited by 4,720
- LinearEquiv.symmproof · cited by 1,461
- LinearMap.kerstatement · cited by 848
- LinearIndependentstatement and proof · cited by 560
- Module.Flatstatement and proof · cited by 279
Cited by2
Results whose statement or proof uses this declaration.
- Subalgebra.LinearDisjoint.linearIndependent_right_of_flatproof · cited by 3