Mathlib Map

Theorems · Definition · commutative algebra

Algebra.Generators.comp

{R : Type u} →
  {S : Type v} →
    {ι : Type w} →
      [inst : CommRing R] →
        [inst_1 : CommRing S] →
          [inst_2 : Algebra R S] →
            {ι' : Type u_1} →
              {T : Type u_2} →
                [inst_3 : CommRing T] →
                  [inst_4 : Algebra R T] →
                    [inst_5 : Algebra S T] →
                      [IsScalarTower R S T] →
                        Algebra.Generators S T ι' → Algebra.Generators R S ι → Algebra.Generators R T (ι' ⊕ ι)

Given two families of generators S[X] → T and R[Y] → S, we may construct the family of generators R[X, Y] → T.

Defined in
Mathlib.RingTheory.Extension.Generators
Cited by
52 results in Mathlib
Foundations
Depth 98 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingCommRingAlgebraCommRingAlgebraAlgebraIsScalarTower

Around this declaration

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

Algebra.Generators.ofComp · cited by 32Generators.ofCompAlgebra.Generators.toComp · cited by 24Generators.toCompAlgebra.Generators.H1Cotangent.δ · cited by 11H1Cotangent.δAlgebra.Generators.CotangentSpace.compEquiv · cited by 9CotangentSpace.compEquivAlgebra.Presentation.comp · cited by 7Presentation.compAlgebra.Generators.ofComp_val · cited by 7Generators.ofComp_valAlgebra.Generators.cotangentCompLocalizationAwayEquiv · cited by 6Generators.cotangentCompL…Algebra.Generators.Cotangent.exact · cited by 6Cotangent.exactAlgebra.Generators.compLocalizationAwayAlgHom · cited by 5Generators.compLocalizati…Algebra.Generators.cotangentCompAwaySec · cited by 5Generators.cotangentCompA…Algebra.Generators.toAlgHom_ofComp_surjective · cited by 5Generators.toAlgHom_ofCom…Algebra.Generators.CotangentSpace.compEquiv_symm_inr · cited by 4CotangentSpace.compEquiv_…Algebra.Generators.CotangentSpace.fst_compEquiv · cited by 4CotangentSpace.fst_compEq…Algebra.Generators.CotangentSpace.map_toComp_injective · cited by 4CotangentSpace.map_toComp…Algebra.Generators.H1Cotangent.map_comp_cotangentComplex_baseChange · cited by 4H1Cotangent.map_comp_cota…DFunLike.coe · cited by 62936DFunLike.coeCommRing · cited by 17173CommRingAlgebra · cited by 11388AlgebraFinsupp · cited by 5255FinsuppAlgebra.algebraMap · cited by 4706Algebra.algebraMapIsScalarTower · cited by 3896IsScalarTowerAlgHom.toRingHom · cited by 490AlgHom.toRingHomFinsupp.sum · cited by 481Finsupp.sumAddMonoidAlgebra.coeff · cited by 365AddMonoidAlgebra.coeffRingHom.toAlgebra · cited by 337RingHom.toAlgebraMvPolynomial.aeval · cited by 298MvPolynomial.aevalMvPolynomial.monomial · cited by 253MvPolynomial.monomialFinsupp.mapDomain · cited by 168Finsupp.mapDomainMvPolynomial.rename · cited by 168MvPolynomial.renameAlgebra.Generators · cited by 152Algebra.GeneratorsGenerators.compCITED BYCITES

Cites17

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

Cited by61

Results whose statement or proof uses this declaration.