Zulip Chat Archive
Stream: Is there code for X?
Topic: Ici (0 : Nat) = univ
Ruben Van de Velde (Oct 16 2023 at 20:36):
@Yaël Dillies this sounds likes something you'd have written :)
(It's just a docs#bot_eq_zero away from docs#Ici_bot , but that's kinda unintuitive in my opinion)
Ruben Van de Velde (Oct 16 2023 at 20:38):
Actually, the code I'm looking at is for (0 : ℝ≥0∞), but same question
Yaël Dillies (Oct 16 2023 at 20:38):
Nope. We don't have that. Correct generality is CanonicallyOrderedAddCommMonoid.
Ruben Van de Velde (Oct 16 2023 at 20:43):
Would it be worth adding / where should it go?
Yaël Dillies (Oct 16 2023 at 20:58):
I'm honestly not so in favour of duplicating all bot lemmas to zero.
Yaël Dillies (Oct 16 2023 at 20:59):
I would only be favour when there's a simp confluence issue.
Eric Wieser (Oct 16 2023 at 21:02):
I think there's a simp feature request hiding here; simp already knows how to apply add_comm in moderation without causing loops. Perhaps it could learn to apply bot_eq_zero and zero_eq_bot (or whatever the lemmas are called) simultaneously without loop.
Last updated: May 02 2025 at 03:31 UTC