LeanCat / CAT_statement /S_0002.lean
scicraft's picture
Upload folder using huggingface_hub
916823d verified
import Mathlib
open CategoryTheory
variable {C : Type*} [Category C]
theorem monic_of_comp_monic {X Y Z : C} (g : XY) (f : YZ)
[Mono (g ≫ f)] : Mono g := by
sorry