Commit 2026-03-13 11:18 21011521
View on Github →feat(CategoryTheory/Limits): IsPullback.mono_fst_of_mono and similar (#35871)
This lemma is more convenient than going through MorphismProperty.IsStableUnderBasechange.
We use (inst : Mono f := by infer_instance) instead of [Mono f] because on occasion, these proof arguments are not by inferInstance, and this design lets us more easily use the lemma in such cases.