Theorems · Definition · ring theory
AlgEquiv.ofLinearEquiv
{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₂Upgrade a linear equivalence to an algebra equivalence, given that it distributes over multiplication and the identity
- Defined in
- Mathlib.Algebra.Algebra.Equiv
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 27 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- RingHom.idstatement and proof · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- LinearEquivstatement and proof · cited by 3,317
- AlgEquivstatement · cited by 1,681
- LinearEquiv.symmproof · cited by 1,461
Cited by25
Results whose statement or proof uses this declaration.
- LinearMap.toMatrixAlgEquivproof · cited by 19
- LinearMap.toMatrixAlgEquiv'proof · cited by 12
- Algebra.TensorProduct.cancelBaseChangeproof · cited by 10
- Algebra.TensorProduct.tensorTensorTensorCommproof · cited by 8
- Algebra.TensorProduct.assocproof · cited by 8
- AlgEquiv.ofLinearEquiv_applystatement and proof · cited by 7
- SkewMonoidAlgebra.domCongrAlgproof · cited by 7
- Algebra.IsPushout.cancelBaseChangeAlgproof · cited by 6
- AlgEquiv.ofLinearEquiv_symm.auxproof · cited by 5
- Algebra.TensorProduct.prodRightproof · cited by 5
- Algebra.TensorProduct.quotIdealMapEquivTensorQuotproof · cited by 5
- Matrix.toLpLinAlgEquivproof · cited by 4