Theorems · Theorem · commutative algebra
Algebra.adjoin_eq_adjoin_union
∀ (R : Type uR) {A : Type uA} {B : Type uB} [inst : CommSemiring R] [inst_1 : CommSemiring A] [inst_2 : Algebra R A]
[inst_3 : CommSemiring B] [inst_4 : Algebra R B] [inst_5 : Algebra A B] [inst_6 : IsScalarTower R A B] (s : Set A)
(t : Set B),
Algebra.adjoin R s = ⊤ →
Subalgebra.restrictScalars R (Algebra.adjoin A t) = Algebra.adjoin R (⇑(algebraMap A B) '' s ∪ t)If A is spanned over R by s, then the algebra spanned over A by t is the equal to the
algebra spanned over R by s ∪ t.
- Defined in
- Mathlib.RingTheory.Adjoin.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 76 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- RingHomstatement · cited by 10,189
- Top.topstatement and proof · cited by 9,680
- Set.imagestatement and proof · cited by 5,609
- Algebra.algebraMapstatement and proof · cited by 4,706
- IsScalarTowerstatement and proof · cited by 3,896
- Subalgebrastatement and proof · cited by 1,353
- Algebra.adjoinstatement and proof · cited by 535
- IsScalarTower.toAlgHomproof · cited by 232
Cited by1
Results whose statement or proof uses this declaration.
- Polynomial.SplittingFieldAux.adjoin_rootSetproof · cited by 0