Theorems · Theorem · category theory
CategoryTheory.congr_fun
∀ {C : Type u_1} [inst : CategoryTheory.Category.{v_1, u_1} C] {FC : outParam (C → C → Type u_2)}
{CC : outParam (C → Type w)} [inst_1 : outParam ((X Y : C) → FunLike (FC X Y) (CC X) (CC Y))]
[inst_2 : CategoryTheory.ConcreteCategory C FC] {X Y : C} {f g : X ⟶ Y},
f = g →
∀ (x : CategoryTheory.ToType X),
(CategoryTheory.ConcreteCategory.hom f) x = (CategoryTheory.ConcreteCategory.hom g) xAnalogue of congr_fun h x,
when h : f = g is an equality between morphisms in a concrete category.
- Cited by
- 10 results in Mathlib
- Foundations
- Depth 5 from the axioms · uses no axioms
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.
- DFunLike.coestatement and proof · cited by 62,936
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.ConcreteCategory.homstatement and proof · cited by 4,022
- FunLikestatement and proof · cited by 2,560
- CategoryTheory.ConcreteCategorystatement and proof · cited by 421
- CategoryTheory.ToTypestatement and proof · cited by 219
Cited by10
Results whose statement or proof uses this declaration.
- smoothSheafCommRing.forgetStalk_inv_comp_evalproof · cited by 3
- CompHausLike.mono_iff_injectiveproof · cited by 2
- TopCat.pullback_fst_rangeproof · cited by 2
- TopCat.pullback_snd_image_fst_preimageproof · cited by 2
- AddCommGrpCat.asHom_injectiveproof · cited by 1
- TopCat.GlueData.rel_equivproof · cited by 1
- CategoryTheory.ShortComplex.SnakeInput.δ_applyproof · cited by 1
- TopCat.pullback_fst_image_snd_preimageproof · cited by 1
- TopCat.pullback_snd_rangeproof · cited by 1
- PresheafOfModules.naturality_applyproof · cited by 0