Mathlib Map

Theorems · Definition · category theory

CommHopfAlgCat.ofHom

{R : Type u} →
  [inst : CommRing R] →
    {X Y : Type v} →
      {x : CommRing X} →
        {x_1 : CommRing Y} →
          {x_2 : HopfAlgebra R X} →
            {x_3 : HopfAlgebra R Y} →
              (X →ₐc[R] Y) →
                ({ X := X, commRing := x, hopfAlgebra := x_2 } ⟶ { X := Y, commRing := x_1, hopfAlgebra := x_3 })

Typecheck a BialgHom as a morphism in CommHopfAlgCat R.

Defined in
Mathlib.Algebra.Category.CommHopfAlgCat
Cited by
11 results in Mathlib
Foundations
Depth 75 from the axioms · uses propext, Quot.sound
Assumes
CommRing

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites6

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by13

Results whose statement or proof uses this declaration.