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

Short Truth Table Bug: And Elim Checks out when it should not #57

Closed
Bram28 opened this issue Dec 11, 2021 · 0 comments
Closed

Short Truth Table Bug: And Elim Checks out when it should not #57

Bram28 opened this issue Dec 11, 2021 · 0 comments
Assignees
Labels
bug Something isn't working short truth table

Comments

@Bram28
Copy link
Member

Bram28 commented Dec 11, 2021

When you have a true Conjunction, with one of the conjuncts being false, then you can set the other Conjunct to false, and the Conjunction (And) Elimination rule will check out:

image

This should not happen: you can only set a conjunct to False if the Conjunction itself is False, and the other conjunct is True.

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

No branches or pull requests

3 participants