Theorems · Theorem · category theory
CategoryTheory.Subobject.map_comp
∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {X Y Z : C} (f : X ⟶ Y) (g : Y ⟶ Z)
[inst_1 : CategoryTheory.Mono f] [inst_2 : CategoryTheory.Mono g] (x : CategoryTheory.Subobject X),
(CategoryTheory.Subobject.map (CategoryTheory.CategoryStruct.comp f g)).obj x =
(CategoryTheory.Subobject.map g).obj ((CategoryTheory.Subobject.map f).obj x)- Defined in
- Mathlib.CategoryTheory.Subobject.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 36 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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 · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement · cited by 17,999
- CategoryTheory.Monostatement and proof · cited by 893
- CategoryTheory.Subobjectstatement and proof · cited by 385
- CategoryTheory.Iso.appproof · cited by 253
- CategoryTheory.MonoOverproof · cited by 115
- Quotient.inductionOn'proof · cited by 69
- CategoryTheory.Subobject.mapstatement · cited by 19
- CategoryTheory.MonoOver.mapCompproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Subobject.inf_mapproof · cited by 0