mathlib icon indicating copy to clipboard operation
mathlib copied to clipboard

feat(logic/function/basic): refine extend_apply

Open AntoineChambert-Loir opened this issue 3 years ago • 0 comments

Add function.extend_apply_of_unique which allows to rewrite function.extend f g e (f a) = g a not only when f is injective, what function.extend_apply does, but when f a = f b → g a = g b. Generalize a few similar lemmas in the same way.

TODO ? : rewrite function.extend_apply to use this function.


Open in Gitpod

AntoineChambert-Loir avatar Oct 13 '22 07:10 AntoineChambert-Loir