Zulip Chat Archive

Stream: new members

Topic: locally injective function


Alena Gusakov (Apr 05 2023 at 18:17):

Hi, I just have a question about best practices - if I wanted to say that a function is locally injective on a specific subset of the domain, what's the recommended way to go about it? I figure I can just write a Prop definition for it but I want to make sure I'm not missing out on useful API that way. Thanks!

Sebastien Gouezel (Apr 05 2023 at 18:18):

docs#set.inj_on


Last updated: Dec 20 2023 at 11:08 UTC