Theorems · Theorem · ring theory
CoalgHom.mk_coe
∀ {R : Type u_1} {A : Type u_2} {B : Type u_3} [inst : CommSemiring R] [inst_1 : AddCommMonoid A] [inst_2 : Module R A]
[inst_3 : AddCommMonoid B] [inst_4 : Module R B] [inst_5 : CoalgebraStruct R A] [inst_6 : CoalgebraStruct R B]
{f : A →ₗc[R] B} (h₁ : ∀ (x y : A), f (x + y) = f x + f y)
(h₂ :
∀ (m : R) (x : A),
{ toFun := ⇑f, map_add' := h₁ }.toFun (m • x) = (RingHom.id R) m • { toFun := ⇑f, map_add' := h₁ }.toFun x)
(h₃ : CoalgebraStruct.counit ∘ₗ { toFun := ⇑f, map_add' := h₁, map_smul' := h₂ } = CoalgebraStruct.counit)
(h₄ :
TensorProduct.map { toFun := ⇑f, map_add' := h₁, map_smul' := h₂ }
{ toFun := ⇑f, map_add' := h₁, map_smul' := h₂ } ∘ₗ
CoalgebraStruct.comul =
CoalgebraStruct.comul ∘ₗ { toFun := ⇑f, map_add' := h₁, map_smul' := h₂ }),
{ toFun := ⇑f, map_add' := h₁, map_smul' := h₂, counit_comp := h₃, map_comp_comul := h₄ } = f- Defined in
- Mathlib.RingTheory.Coalgebra.Hom
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 65 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- LinearMapstatement · cited by 10,215
- RingHomstatement · cited by 10,189
- TensorProductstatement · cited by 2,545
- LinearMap.compstatement and proof · cited by 1,642
- TensorProduct.mapstatement and proof · cited by 250
- CoalgebraStructstatement and proof · cited by 230
- AddHom.toFunstatement and proof · cited by 168
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.