Theorems · Theorem · commutative algebra
Submodule.LinearDisjoint.linearIndependent_mul_of_flat_right
∀ {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 ↥N] {κ : Type u_1} {ι : Type u_2} {m : κ → ↥M} {n : ι → ↥N},
LinearIndependent R m → LinearIndependent R n → LinearIndependent R fun i => ↑(m i.1) * ↑(n i.2)If M and N are linearly disjoint, if N is flat, then for any family of
R-linearly independent elements { m_i } of M, and any family of
R-linearly independent elements { n_j } of N, the family { m_i * n_j } in S is
also R-linearly independent.
- Defined in
- Mathlib.LinearAlgebra.LinearDisjoint
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 107 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites32
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.idproof · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- Algebrastatement and proof · cited by 11,388
- LinearMapproof · cited by 10,215
- Ringstatement and proof · cited by 7,463
- Submodulestatement and proof · cited by 7,192
- Finsuppproof · cited by 5,255
- LinearEquivproof · cited by 3,317
- TensorProductproof · cited by 2,545
- LinearMap.compproof · cited by 1,642
- LinearEquiv.symmproof · cited by 1,461
Cited by2
Results whose statement or proof uses this declaration.
- Submodule.LinearDisjoint.linearIndependent_mul_of_flatproof · cited by 1
- Subalgebra.LinearDisjoint.linearIndependent_mul_of_flat_rightproof · cited by 0