Mathlib Map

Theorems · Theorem · commutative algebra

Subalgebra.rank_sup_eq_rank_left_mul_rank_of_free

∀ {R : Type u_1} {S : Type u_2} [inst : CommRing R] [inst_1 : CommRing S] [inst_2 : Algebra R S] (A B : Subalgebra R S)
  [Module.Free R ↥A] [Module.Free ↥A ↥(Algebra.adjoin ↥A ↑B)],
  Module.rank R ↥(A ⊔ B) = Module.rank R ↥A * Module.rank ↥A ↥(Algebra.adjoin ↥A ↑B)
Defined in
Mathlib.Algebra.Algebra.Subalgebra.Rank
Cited by
2 results in Mathlib
Foundations
Depth 120 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingCommRingAlgebraModule.FreeModule.Free

Around this declaration

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

Cites18

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.