Zulip Chat Archive
Stream: general
Topic: aesop forward reasoning; regression in Mathlib
Kim Morrison (Feb 27 2025 at 21:43):
@Jannis Limperg, just FYI, I added
#adaptation_note
/--
The `by measurability` argument of `lintegral_iSup` became slower after
https://github.com/leanprover-community/aesop/pull/199 was merged,
resulting in this declaration now requiring a larger `maxHeartbeats` limit.
-/
set_option maxHeartbeats 400000 in
in #22334.
Jannis Limperg (Feb 27 2025 at 21:56):
Thanks for the ping! I have an idea what might be causing this and will look at it tomorrow.
Jannis Limperg (Feb 28 2025 at 11:59):
fix: #22394
Eric Wieser (Feb 28 2025 at 12:04):
Duplicating lemmas with Not
unfolded doesn't seem ideal; should aesop have special support for unfolding Not
?
Jannis Limperg (Feb 28 2025 at 12:06):
Yes it should. :) I just need to decide to what degree this should be automatic.
Jannis Limperg (Feb 28 2025 at 12:09):
Last updated: May 02 2025 at 03:31 UTC