Theorems · Definition · category theory
CategoryTheory.Iso.eHomCongr
(V : Type u') →
[inst : CategoryTheory.Category.{v', u'} V] →
[inst_1 : CategoryTheory.MonoidalCategory V] →
{C : Type u} →
[inst_2 : CategoryTheory.Category.{v, u} C] →
[inst_3 : CategoryTheory.EnrichedOrdinaryCategory V C] →
{X Y X₁ Y₁ : C} → (X ≅ X₁) → (Y ≅ Y₁) → ((X ⟶[V] Y) ≅ X₁ ⟶[V] Y₁)Given isomorphisms α : X ≅ X₁ and β : Y ≅ Y₁ in C, we can construct
an isomorphism between V objects X ⟶[V] Y and X₁ ⟶[V] Y₁.
- Defined in
- Mathlib.CategoryTheory.Enriched.HomCongr
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 27 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- CategoryTheory.CategoryStruct.compproof · cited by 17,999
- CategoryTheory.Iso.homproof · cited by 7,684
- CategoryTheory.Iso.invproof · cited by 6,514
- CategoryTheory.Isostatement and proof · cited by 3,963
- CategoryTheory.MonoidalCategorystatement and proof · cited by 3,095
- CategoryTheory.EnrichedCategory.Homstatement · cited by 114
- CategoryTheory.EnrichedOrdinaryCategorystatement and proof · cited by 109
- CategoryTheory.eHomWhiskerLeftproof · cited by 26
- CategoryTheory.eHomWhiskerRightproof · cited by 25
Cited by9
Results whose statement or proof uses this declaration.
- CategoryTheory.Iso.eHomCongr_compstatement · cited by 2
- CategoryTheory.Iso.eHomCongr_homstatement and proof · cited by 2
- CategoryTheory.Iso.eHomCongr_inv_compstatement · cited by 1
- CategoryTheory.Iso.eHomCongr_comp_assocstatement and proof · cited by 0
- CategoryTheory.Iso.eHomCongr_invstatement and proof · cited by 0
- CategoryTheory.Iso.eHomCongr_inv_comp_assocstatement and proof · cited by 0
- CategoryTheory.Iso.eHomCongr_reflstatement · cited by 0
- CategoryTheory.Iso.eHomCongr_symmstatement · cited by 0
- CategoryTheory.Iso.eHomCongr_transstatement · cited by 0