Theorems · Theorem · category theory
CategoryTheory.Subobject.inf_map
∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] [inst_1 : CategoryTheory.Limits.HasPullbacks C] {X Y : C}
(g : Y ⟶ X) [inst_2 : CategoryTheory.Mono g] (f₁ f₂ : CategoryTheory.Subobject Y),
(CategoryTheory.Subobject.map g).obj (f₁ ⊓ f₂) =
(CategoryTheory.Subobject.map g).obj f₁ ⊓ (CategoryTheory.Subobject.map g).obj f₂⊓ commutes with map.
- Defined in
- Mathlib.CategoryTheory.Subobject.Lattice
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 43 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
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.ObjectProperty.FullSubcategory.objproof · cited by 1,316
- CategoryTheory.Monostatement and proof · cited by 893
- CategoryTheory.Over.leftproof · cited by 541
- CategoryTheory.Limits.HasPullbacksstatement and proof · cited by 439
- CategoryTheory.Subobjectstatement and proof · cited by 385
- Quotient.mk''proof · cited by 132
- CategoryTheory.MonoOverproof · cited by 115
- CategoryTheory.Subobject.pullbackproof · cited by 54
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.