Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.ObjectProperty.IsStrongGenerator.isIso_of_mono

∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {P : CategoryTheory.ObjectProperty C},
  P.IsStrongGenerator →
    ∀ ⦃X Y : C⦄ (i : X ⟶ Y) [CategoryTheory.Mono i],
      (∀ (G : C), P G → Function.Surjective fun f => CategoryTheory.CategoryStruct.comp f i) → CategoryTheory.IsIso i
Defined in
Mathlib.CategoryTheory.Generator.StrongGenerator
Cited by
3 results in Mathlib
Foundations
Depth 47 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Mono

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites8

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by3

Results whose statement or proof uses this declaration.