Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Short Truth-Table: Or Elim checks out when it should not #76

Closed
Bram28 opened this issue Feb 16, 2022 · 0 comments · Fixed by #77
Closed

Bug: Short Truth-Table: Or Elim checks out when it should not #76

Bram28 opened this issue Feb 16, 2022 · 0 comments · Fixed by #77
Labels
bug Something isn't working short truth table

Comments

@Bram28
Copy link
Member

Bram28 commented Feb 16, 2022

image

See image: I made the A from line 1 True, and the Or Elim rule checked out. This should not be the case: just because the whole disjunction is True does not mean that A is True. The same thing happens when I set the right side to True (or both): the rule checks out, but it should not. I can even set one of the sides to False, and it will check out. Only when I set both sides to False will the rule not check out. So .. it seems like it's checking for compatibility (yes, it is compatible with the truth of the disjunctions that A is True ... or False for that matter), but the rule should of course be checking for whether the new values are forced.

@Bram28 Bram28 added bug Something isn't working short truth table labels Feb 16, 2022
@charlestian23 charlestian23 linked a pull request Mar 8, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working short truth table
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants