Zulip Chat Archive
Stream: Is there code for X?
Topic: Dependent left_inverse
Yakov Pechersky (Aug 27 2021 at 13:26):
In #8885, I define the "obvious" inverse to coercing to a "with_top R", which needs a hypothesis to hold. What's the canonical way of phrasing this property? Is it via docs#set.inv_on and friends?
Yakov Pechersky (Aug 27 2021 at 13:28):
Unfortunately even those don't provide a dependent proof that one is actually in the set, for either the f or f'
Yakov Pechersky (Aug 27 2021 at 13:28):
@Anne Baanen
Anne Baanen (Sep 01 2021 at 11:22):
Most of this "logic" stuff seems to avoid dependent functions, so I don't expect there is a property quite like the one we're looking for.
Last updated: Dec 20 2023 at 11:08 UTC