Theorems · Definition · ring theory
AlgHom.ofLinearMap
{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) → f 1 = 1 → (∀ (x y : A), f (x * y) = f x * f y) → A →ₐ[R] BPromote a LinearMap to an AlgHom by supplying proofs about the behavior on 1 and *.
- Defined in
- Mathlib.Algebra.Algebra.Hom
- Cited by
- 11 results in Mathlib
- Foundations
- Depth 25 from the axioms · uses propext, Quot.sound
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.
- 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
- LinearMapstatement and proof · cited by 10,215
- AlgHomstatement · cited by 3,236
- AddMonoidHomproof · cited by 3,230
- LinearMap.toAddMonoidHomproof · cited by 101
Cited by36
Results whose statement or proof uses this declaration.
- Bialgebra.counitAlgHomproof · cited by 23
- Bialgebra.comulAlgHomproof · cited by 20
- AdicCompletion.evalₐproof · cited by 15
- TrivSqZeroExt.liftproof · cited by 10
- AlgHom.ofLinearMap_applystatement and proof · cited by 10
- Algebra.TensorProduct.mapOfCompatibleSMulproof · cited by 8
- Complex.liftAuxproof · cited by 7
- PiTensorProduct.constantBaseRingEquivproof · cited by 7
- RatFunc.laurentproof · cited by 7
- HopfAlgebra.antipodeAlgHomproof · cited by 5
- GradedTensorProduct.includeRightproof · cited by 5
- AlgHom.liftEquivproof · cited by 4