Theorems · Theorem · ring theory
AlgEquiv.ofLinearEquiv_apply
∀ {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₂) (map_one : l 1 = 1)
(map_mul : ∀ (x y : A₁), l (x * y) = l x * l y) (a : A₁), (AlgEquiv.ofLinearEquiv l map_one map_mul) a = l a- Defined in
- Mathlib.Algebra.Algebra.Equiv
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 28 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
- AlgEquiv.ofLinearEquivstatement and proof · cited by 7
Cited by7
Results whose statement or proof uses this declaration.
- Matrix.det_mapproof · cited by 3
- LinearMap.toMatrixAlgEquiv_applyproof · cited by 2
- LinearMap.toMatrixAlgEquiv_compproof · cited by 1
- LinearMap.toMatrixAlgEquiv_idproof · cited by 1
- Matrix.trace_mapproof · cited by 1
- Algebra.IsPushout.cancelBaseChangeAlg_symm_tmulproof · cited by 1
- Algebra.IsPushout.cancelBaseChangeAlg_tmulproof · cited by 0