Zulip Chat Archive
Stream: general
Topic: squeeze_simp reports spurious `eq_self_iff_true`
Scott Morrison (May 18 2019 at 05:44):
@Simon Hudon, are you aware of the bug in squeeze_simp whereby it very often spuriously reports eq_self_iff_true
? If not, I'll provide some MWEs.
Mario Carneiro (May 18 2019 at 05:50):
simp
has some basic set of lemmas that it uses even if you don't say anything
Mario Carneiro (May 18 2019 at 05:50):
I'm not exactly sure what the list is
Johan Commelin (May 18 2019 at 06:59):
Aha, that's good to know. But those shouldn't be reported in the output of squeeze_simp
, I guess.
Simon Hudon (May 18 2019 at 15:14):
It should be easy to fix.
Simon Hudon (May 18 2019 at 15:33):
I just created #1047. It also removes overlap between suggestions and the arguments you're already providing.
Last updated: Dec 20 2023 at 11:08 UTC