Zulip Chat Archive
Stream: mathlib4
Topic: ext_iff lemmas in CategoryTheory
Floris van Doorn (May 17 2024 at 17:22):
Is there a reason that ext-lemmas in category theory have no ext_iff
version? E.g. CategoryTheory.Limits.pullback.hom_ext_iff
for docs#CategoryTheory.Limits.pullback.hom_ext.
For example src#AlgebraicGeometry.Scheme.Pullback.cocycle seems like it could become a 1/2-line proof with simp [pullback.hom_ext_iff, some more lemmas]
Floris van Doorn (May 17 2024 at 17:32):
I noticed this when cleaning up AlgebraicGeometry.Pullbacks
(#12995)
Kim Morrison (May 20 2024 at 01:49):
No, just oversight. It would be great to add these.
Last updated: May 02 2025 at 03:31 UTC