Mathlib Map

Theorems · Definition · ring theory

AlgEquiv.ofLinearEquiv_symm.aux

{R : Type uR} →
  {A₁ : Type uA₁} →
    {A₂ : Type uA₂} →
      [inst : CommSemiring R] →
        [inst_1 : Semiring A₁] →
          [inst_2 : Semiring A₂] →
            [inst_3 : Algebra R A₁] →
              [inst_4 : Algebra R A₂] →
                (l : A₁ ≃ₗ[R] A₂) → l 1 = 1 → (∀ (x y : A₁), l (x * y) = l x * l y) → A₂ ≃ₐ[R] A₁

Auxiliary definition to avoid looping in dsimp with AlgEquiv.ofLinearEquiv_symm.

Defined in
Mathlib.Algebra.Algebra.Equiv
Cited by
5 results in Mathlib
Foundations
Depth 28 from the axioms · uses propext, Quot.sound
Assumes
CommSemiringSemiringSemiringAlgebraAlgebra

Around this declaration

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

Cites9

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

Cited by5

Results whose statement or proof uses this declaration.