Theorems · Definition · category theory
CategoryTheory.InducedCategory.Hom.noConfusion
{P : Sort u} →
{C : Type u₁} →
{D : Type u₂} →
{inst : CategoryTheory.Category.{v, u₂} D} →
{F : C → D} →
{X Y : CategoryTheory.InducedCategory D F} →
{t : X.Hom Y} →
{C' : Type u₁} →
{D' : Type u₂} →
{inst' : CategoryTheory.Category.{v, u₂} D'} →
{F' : C' → D'} →
{X' Y' : CategoryTheory.InducedCategory D' F'} →
{t' : X'.Hom Y'} →
C = C' →
D = D' →
inst ≍ inst' →
F ≍ F' →
X ≍ X' → Y ≍ Y' → t ≍ t' → CategoryTheory.InducedCategory.Hom.noConfusionType P t t'- Defined in
- Mathlib.CategoryTheory.InducedCategory
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 6 from the axioms · uses no axioms
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.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homproof · cited by 32,603
- CategoryTheory.InducedCategorystatement and proof · cited by 71
- CategoryTheory.InducedCategory.Homstatement and proof · cited by 12
- CategoryTheory.InducedCategory.Hom.casesOnproof · cited by 2
- CategoryTheory.InducedCategory.Hom.noConfusionTypestatement · cited by 0
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.InducedCategory.Hom.mk.noConfusionproof · cited by 1