Zulip Chat Archive
Stream: Is there code for X?
Topic: equiv_embedding_image
Scott Morrison (May 09 2022 at 11:12):
Where is
def blah {α β : Type*} (r : α ↪ β) (s : set α) : s ≃ r '' s := sorry
Yaël Dillies (May 09 2022 at 11:40):
There is docs#equiv.image
Eric Wieser (May 09 2022 at 11:43):
Eric Wieser (May 09 2022 at 11:44):
I had an attempt to provide a computable version in #11347, but it's a pain to deal with "either has a left inverse or has an uninhabited domain"
Last updated: Dec 20 2023 at 11:08 UTC