Theorems · Theorem · commutative algebra
Submodule.LinearDisjoint.not_linearIndependent_pair_of_commute_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 →
∀ [Nontrivial R],
Module.Flat R ↥M ∨ Module.Flat R ↥N → ∀ (a b : ↥(M ⊓ N)), Commute ↑a ↑b → ¬LinearIndependent R ![a, b]If M and N are linearly disjoint, if one of M and N is flat, then any two commutative
elements of ↥(M ⊓ N) are not R-linearly independent (namely, their span is not R ^ 2).
- Defined in
- Mathlib.LinearAlgebra.LinearDisjoint
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 105 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.
- 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
- Nontrivialstatement and proof · cited by 2,416
- Matrix.vecConsstatement · cited by 852
- Matrix.vecEmptystatement · cited by 832
- Commutestatement and proof · cited by 639
- LinearIndependentstatement · cited by 560
- Module.Flatstatement and proof · cited by 279
- Submodule.LinearDisjointstatement and proof · cited by 54
Cited by2
Results whose statement or proof uses this declaration.
- Submodule.LinearDisjoint.rank_inf_le_one_of_commute_of_flatproof · cited by 4
- Submodule.LinearDisjoint.not_linearIndependent_pair_of_flatproof · cited by 0