Mathlib Map

Theorems · Theorem · commutative algebra

Submodule.LinearDisjoint.not_linearIndependent_pair_of_commute_of_flat_left

∀ {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] (a b : ↥(M ⊓ N)), Commute ↑a ↑b → ¬LinearIndependent R ![a, b]

If M and N are linearly disjoint, if M 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 104 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingRingAlgebraNontrivialModule.Flat

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites31

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by2

Results whose statement or proof uses this declaration.