Mathlib Map

Theorems · Definition · ring theory

AlgEquiv.ofInjective

{R : Type u} →
  {A : Type v} →
    {B : Type w} →
      [inst : CommSemiring R] →
        [inst_1 : Semiring A] →
          [inst_2 : Semiring B] →
            [inst_3 : Algebra R A] → [inst_4 : Algebra R B] → (f : A →ₐ[R] B) → Function.Injective ⇑f → A ≃ₐ[R] ↥f.range

Restrict an injective algebra homomorphism to an algebra isomorphism

Defined in
Mathlib.Algebra.Algebra.Subalgebra.Basic
Cited by
16 results in Mathlib
Foundations
Depth 35 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommSemiringSemiringSemiringAlgebraAlgebra

Around this declaration

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

AlgEquiv.ofInjectiveField · cited by 19AlgEquiv.ofInjectiveFieldAlgebraicIndependent.aevalEquiv · cited by 17AlgebraicIndependent.aeva…Subalgebra.LinearDisjoint.mulMapLeftOfSupEqTop · cited by 5LinearDisjoint.mulMapLeft…Subalgebra.LinearDisjoint.mulMap · cited by 4LinearDisjoint.mulMapMvPolynomial.supportedEquivMvPolynomial · cited by 3MvPolynomial.supportedEqu…IntermediateField.equivMap · cited by 2IntermediateField.equivMapAlgebra.TensorProduct.isField_of_isAlgebraic · cited by 2TensorProduct.isField_of_…StarAlgEquiv.ofInjective · cited by 2StarAlgEquiv.ofInjectiveSubalgebra.equivMapOfInjective · cited by 2Subalgebra.equivMapOfInje…MvPolynomial.supportedEquivMvPolynomial_symm_X · cited by 1MvPolynomial.supportedEqu…IntermediateField.LinearDisjoint.isDomain · cited by 1LinearDisjoint.isDomainAlgebraicIndependent.sumElim_of_tower · cited by 1AlgebraicIndependent.sumE…Algebra.TensorProduct.not_isField_of_transcendental · cited by 1TensorProduct.not_isField…Subalgebra.LinearDisjoint.isDomain_of_injective · cited by 1LinearDisjoint.isDomain_o…IntermediateField.LinearDisjoint.of_isField · cited by 1LinearDisjoint.of_isFieldDFunLike.coe · cited by 62936DFunLike.coeSemiring · cited by 13802SemiringAlgebra · cited by 11388AlgebraCommSemiring · cited by 10911CommSemiringAlgHom · cited by 3236AlgHomAlgEquiv · cited by 1681AlgEquivSubalgebra · cited by 1353SubalgebraAlgHom.range · cited by 169AlgHom.rangeAlgEquiv.ofLeftInverse · cited by 2AlgEquiv.ofLeftInverseAlgEquiv.ofInjectiveCITED BYCITES

Cites9

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

Cited by25

Results whose statement or proof uses this declaration.