Mathlib Map

Theorems · Theorem · commutative algebra

Subalgebra.rank_sup_le_of_free

∀ {R : Type u} {S : Type v} [inst : CommRing R] [StrongRankCondition R] [inst_2 : CommRing S] [inst_3 : Algebra R S]
  (A B : Subalgebra R S) [Module.Free R ↥A] [Module.Free R ↥B],
  Module.rank R ↥(A ⊔ B) ≤ Module.rank R ↥A * Module.rank R ↥B

If A and B are subalgebras of a commutative R-algebra S, both of them are free R-algebras, then the rank of the rank of the subalgebra generated by A and B over R is less than or equal to the product of that of A and B.

Defined in
Mathlib.RingTheory.Adjoin.Dimension
Cited by
2 results in Mathlib
Foundations
Depth 116 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingStrongRankConditionCommRingAlgebraModule.FreeModule.Free

Around this declaration

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

Cites27

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.