Mathlib Map

Theorems · Definition · commutative algebra

Subalgebra.restrictScalars

(R : Type u) →
  {S : Type v} →
    {A : Type w} →
      [inst : CommSemiring R] →
        [inst_1 : CommSemiring S] →
          [inst_2 : Semiring A] →
            [inst_3 : Algebra R S] →
              [inst_4 : Algebra S A] → [inst_5 : Algebra R A] → [IsScalarTower R S A] → Subalgebra S A → Subalgebra R A

Given a tower A / ↥U / S / R of algebras, where U is an S-subalgebra of A, reinterpret U as an R-subalgebra of A.

Defined in
Mathlib.Algebra.Algebra.Subalgebra.Tower
Cited by
36 results in Mathlib
Foundations
Depth 25 from the axioms · uses propext, Quot.sound
Assumes
CommSemiringCommSemiringSemiringAlgebraAlgebraAlgebraIsScalarTower

Around this declaration

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

IntermediateField.restrictScalars · cited by 66IntermediateField.restric…isIntegral_trans · cited by 15isIntegral_transAlgebra.adjoin_union_eq_adjoin_adjoin · cited by 8Algebra.adjoin_union_eq_a…IntermediateField.sup_toSubalgebra_of_isAlgebraic_right · cited by 6IntermediateField.sup_toS…IntermediateField.adjoin_intermediateField_toSubalgebra_of_isAlgebraic · cited by 5IntermediateField.adjoin_…Subalgebra.restrictScalars_top · cited by 4Subalgebra.restrictScalar…Subalgebra.mem_restrictScalars · cited by 4Subalgebra.mem_restrictSc…ContinuousMap.starSubalgebra_topologicalClosure_eq_top_of_separatesPoints · cited by 4ContinuousMap.starSubalge…Algebra.adjoin_algebraMap_image_union_eq_adjoin_adjoin · cited by 3Algebra.adjoin_algebraMap…Algebra.restrictScalars_adjoin · cited by 3Algebra.restrictScalars_a…Algebra.FiniteType.of_restrictScalars_finiteType · cited by 3FiniteType.of_restrictSca…MeasureTheory.ext_of_forall_mem_subalgebra_integral_eq_of_pseudoEMetric_complete_countable · cited by 3MeasureTheory.ext_of_fora…Subalgebra.restrictScalars_injective · cited by 2Subalgebra.restrictScalar…Subalgebra.SeparatesPoints.rclike_to_real · cited by 2SeparatesPoints.rclike_to…Algebra.adjoin_restrictScalars · cited by 2Algebra.adjoin_restrictSc…Semiring · cited by 13802SemiringAlgebra · cited by 11388AlgebraCommSemiring · cited by 10911CommSemiringIsScalarTower · cited by 3896IsScalarTowerSubalgebra · cited by 1353SubalgebraSubalgebra.toSubsemiring · cited by 115Subalgebra.toSubsemiringSubalgebra.restrictScalarsCITED BYCITES

Cites6

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

Cited by38

Results whose statement or proof uses this declaration.