Theorems · Theorem · category theory
CategoryTheory.Functor.ext
∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {D : Type u₂} [inst_1 : CategoryTheory.Category.{v₂, u₂} D]
{F G : CategoryTheory.Functor C D} (h_obj : ∀ (X : C), F.obj X = G.obj X),
autoParam
(∀ (X Y : C) (f : X ⟶ Y),
F.map f =
CategoryTheory.CategoryStruct.comp (CategoryTheory.eqToHom ⋯)
(CategoryTheory.CategoryStruct.comp (G.map f) (CategoryTheory.eqToHom ⋯)))
CategoryTheory.Functor.ext._auto_1 →
F = GProving equality between functors. This isn't an extensionality lemma, because usually you don't really want to do this.
- Defined in
- Mathlib.CategoryTheory.EqToHom
- Cited by
- 31 results in Mathlib
- Foundations
- Depth 13 from the axioms · uses 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
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- 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 and proof · cited by 860
Cited by31
Results whose statement or proof uses this declaration.
- CategoryTheory.Functor.ext_of_isoproof · cited by 28
- CategoryTheory.Functor.hextproof · cited by 15
- CategoryTheory.Paths.ext_functorproof · cited by 6
- CategoryTheory.Functor.eq_of_isoproof · cited by 4
- CategoryTheory.Localization.Construction.facproof · cited by 3
- CategoryTheory.Localization.Construction.uniqproof · cited by 2
- CategoryTheory.Functor.curry_obj_uncurry_objproof · cited by 2
- CategoryTheory.Functor.uncurry_obj_curry_objproof · cited by 2
- CategoryTheory.Under.mapComp_eqproof · cited by 2
- CategoryTheory.Paths.lift_uniqueproof · cited by 1
- CategoryTheory.Discrete.functor_extproof · cited by 1
- AlgebraicTopology.map_alternatingFaceMapComplexproof · cited by 1