Seth M. answered 02/17/20
Expert help with Python, Java, JavaScript, C++, Philosophy, and Logic
We proceeded as follows. Lines in bold were premises or provided as part of the assignment:
- ~(A&B)
- ~(A&~B) / ~A
- | A AIP
- | | B AIP
- | | A&B 3,4 Conjunction
- | | (A&B) & ~(A&B) 1,5 Conjunction
- | ~B 4, AIP Discharged
- | A&~B 3,7 Conjunction
- | (A&~B) & ~(A&~B) 2,8 Conjuction
- ~A 3, AIP Discharged