Theorems · Definition · category theory
CategoryTheory.Meq.pullback
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
{J : CategoryTheory.GrothendieckTopology C} →
{D : Type w} →
[inst_1 : CategoryTheory.Category.{w', w} D] →
{FD : D → D → Type u_1} →
{CD : D → Type t} →
[inst_2 : (X Y : D) → FunLike (FD X Y) (CD X) (CD Y)] →
[inst_3 : CategoryTheory.ConcreteCategory D FD] →
{Y X : C} →
{P : CategoryTheory.Functor Cᵒᵖ D} →
{S : J.Cover X} →
CategoryTheory.Meq P S → (f : Y ⟶ X) → CategoryTheory.Meq P ((J.pullback f).obj S)Pull back a term of Meq P S with respect to a morphism f : Y ⟶ X in C.
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 42 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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.compproof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- Oppositestatement and proof · cited by 8,081
- FunLikestatement and proof · cited by 2,560
- CategoryTheory.GrothendieckTopologystatement and proof · cited by 1,415
- CategoryTheory.ConcreteCategorystatement and proof · cited by 421
- CategoryTheory.GrothendieckTopology.Coverstatement and proof · cited by 211
- CategoryTheory.GrothendieckTopology.Cover.Arrowproof · cited by 99
- CategoryTheory.GrothendieckTopology.Cover.Arrow.Yproof · cited by 78
Cited by5
Results whose statement or proof uses this declaration.
- CategoryTheory.GrothendieckTopology.Plus.res_mk_eq_mk_pullbackstatement and proof · cited by 2
- CategoryTheory.GrothendieckTopology.Plus.sepproof · cited by 2
- CategoryTheory.GrothendieckTopology.Plus.exists_of_sepproof · cited by 0
- CategoryTheory.Meq.pullback_applystatement · cited by 0
- CategoryTheory.Meq.pullback_refinestatement · cited by 0