You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(taken from Mathlib) currently means that in any context, ¬Prime 1 should be added as a hypothesis. But it was perhaps intended to mean that in a context with h : Prime 1, Aesop should derive False.
Possible actions:
When adding a forward rule, unfold a leading Not in the conclusion. It should be possible to disable this behaviour via a builder option since adding a forward rule with negative conclusion is not necessarily wrong.
Warn when adding a forward rule with a negated conclusion.