Mathlib Map

Theorems · Definition · category theory

CoalgCat.ofHom

{R : Type u} →
  [inst : CommRing R] →
    {X Y : Type v} →
      [inst_1 : AddCommGroup X] →
        [inst_2 : Module R X] →
          [inst_3 : AddCommGroup Y] →
            [inst_4 : Module R Y] →
              [inst_5 : Coalgebra R X] → [inst_6 : Coalgebra R Y] → (X →ₗc[R] Y) → (CoalgCat.of R X ⟶ CoalgCat.of R Y)

Typecheck a CoalgHom as a morphism in CoalgCat R.

Defined in
Mathlib.Algebra.Category.CoalgCat.Basic
Cited by
7 results in Mathlib
Foundations
Depth 71 from the axioms · uses propext, Quot.sound
Assumes
CommRingAddCommGroupModuleAddCommGroupModuleCoalgebraCoalgebra

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 by8

Results whose statement or proof uses this declaration.