Theorems · Definition · category theory
CategoryTheory.MonoOver.liftComp
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
{D : Type u₂} →
[inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
{X Z : C} →
{Y : D} →
(F : CategoryTheory.Functor (CategoryTheory.Over X) (CategoryTheory.Over Y)) →
(G : CategoryTheory.Functor (CategoryTheory.Over Y) (CategoryTheory.Over Z)) →
(h₁ :
∀ (f : CategoryTheory.MonoOver X),
CategoryTheory.Mono (F.obj ((CategoryTheory.MonoOver.forget X).obj f)).hom) →
(h₂ :
∀ (f : CategoryTheory.MonoOver Y),
CategoryTheory.Mono (G.obj ((CategoryTheory.MonoOver.forget Y).obj f)).hom) →
(CategoryTheory.MonoOver.lift F h₁).comp (CategoryTheory.MonoOver.lift G h₂) ≅
CategoryTheory.MonoOver.lift (F.comp G) ⋯MonoOver.lift commutes with composition of functors.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 31 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
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Isostatement · cited by 3,963
- CategoryTheory.Overstatement and proof · cited by 935
- CategoryTheory.Monostatement and proof · cited by 893
- CategoryTheory.Iso.reflproof · cited by 727
- CategoryTheory.Over.leftstatement · cited by 541
- CategoryTheory.Over.homstatement and proof · cited by 370
- CategoryTheory.MonoOverstatement and proof · cited by 115
- CategoryTheory.Over.isMonostatement · cited by 111
Cited by3
Results whose statement or proof uses this declaration.
- CategoryTheory.MonoOver.mapCompproof · cited by 3
- CategoryTheory.MonoOver.pullbackCompproof · cited by 1
- CategoryTheory.MonoOver.sliceproof · cited by 0