Theorems · Theorem · category theory
CategoryTheory.conj_eqToHom_iff_heq
∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {W X Y Z : C} (f : W ⟶ X) (g : Y ⟶ Z) (h : W = Y)
(h' : X = Z),
f =
CategoryTheory.CategoryStruct.comp (CategoryTheory.eqToHom h)
(CategoryTheory.CategoryStruct.comp g (CategoryTheory.eqToHom ⋯)) ↔
f ≍ gTwo morphisms are conjugate via eqToHom if and only if they are heterogeneously equal. Note this used to be in the Functor namespace, where it doesn't belong.
- Defined in
- Mathlib.CategoryTheory.EqToHom
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 7 from the axioms · uses propext
- Assumes
- CategoryTheory.Category
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.CategoryStruct.idproof · cited by 6,235
- CategoryTheory.Category.comp_idproof · cited by 2,119
- CategoryTheory.Category.id_compproof · cited by 1,998
- CategoryTheory.eqToHomstatement · cited by 860
Cited by5
Results whose statement or proof uses this declaration.
- CategoryTheory.Functor.hextproof · cited by 15
- CategoryTheory.eqToHom_comp_heqproof · cited by 2
- ContinuousMap.Homotopy.eq_path_of_eq_imageproof · cited by 2
- CategoryTheory.conj_eqToHom_iff_heq'proof · cited by 1
- ContinuousMap.Homotopy.evalAt_eqproof · cited by 1