Mathlib Map

Theorems · Definition · commutative algebra

AlgEquiv.extendScalarsHomOfSurjective

{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] → Function.Surjective ⇑(algebraMap R S) → (A ≃ₐ[R] A) ≃* A ≃ₐ[S] A

Any f : A ≃ₐ[R] B is also an S-algebra isomorphism if the R-algebra structure on A and B factors via a surjective ring homomorphism R →+* S.

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

Around this declaration

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

Cites11

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

Cited by3

Results whose statement or proof uses this declaration.