Zulip Chat Archive
Stream: lean4
Topic: constructor
Antoine Chambert-Loir (Feb 27 2024 at 19:03):
Today, a student typed constructor when he had to prove an Or formula, and Lean answered by picking up the left branch of the or, without any hint that the other branch was possible.
Is this the expected behaviour for the constructor tactic?
Damiano Testa (Feb 27 2024 at 19:04):
Unfortunately yes, there is an issue about it: let me look it up!
Damiano Testa (Feb 27 2024 at 19:05):
Damiano Testa (Feb 27 2024 at 19:06):
(as you can see from the issue, I was bitten by this for Decidable
.)
Kyle Miller (Feb 27 2024 at 19:30):
Here's the previous thread about this, linked to from the issue.
Last updated: May 02 2025 at 03:31 UTC