Mathlib Map

Theorems · Definition · category theory

CategoryTheory.RingObjCat.Hom.mk.noConfusion

{C : Type u} →
  {inst : CategoryTheory.Category.{v, u} C} →
    {inst_1 : CategoryTheory.CartesianMonoidalCategory C} →
      {inst_2 : CategoryTheory.BraidedCategory C} →
        {R₁ R₂ : CategoryTheory.RingObjCat C} →
          {P : Sort u_1} →
            {hom : R₁.X ⟶ R₂.X} →
              {isRingHom : CategoryTheory.IsRingHom hom} →
                {hom' : R₁.X ⟶ R₂.X} →
                  {isRingHom' : CategoryTheory.IsRingHom hom'} →
                    { hom := hom, isRingHom := isRingHom } = { hom := hom', isRingHom := isRingHom' } →
                      (hom ≍ hom' → P) → P
Defined in
Mathlib.CategoryTheory.Monoidal.Ring
Cited by
1 results in Mathlib
Foundations
Depth 11 from the axioms · uses no axioms

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 by1

Results whose statement or proof uses this declaration.