Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Subobject.mk_le_mk_of_comm

∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {B A₁ A₂ : C} {f₁ : A₁ ⟶ B} {f₂ : A₂ ⟶ B}
  [inst_1 : CategoryTheory.Mono f₁] [inst_2 : CategoryTheory.Mono f₂] (g : A₁ ⟶ A₂),
  CategoryTheory.CategoryStruct.comp g f₂ = f₁ → CategoryTheory.Subobject.mk f₁ ≤ CategoryTheory.Subobject.mk f₂
Defined in
Mathlib.CategoryTheory.Subobject.Basic
Cited by
7 results in Mathlib
Foundations
Depth 34 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.MonoCategoryTheory.Mono

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.

Cited by7

Results whose statement or proof uses this declaration.