I have the following propositional logic theory:
T = {$(A\vee B)\wedge\neg C, B\rightarrow (D\vee C), A\leftrightarrow B$}
I have to answer what of the following formulas is a logical consequence of this theory:
- $\neg B$
- $\neg C$
- $C$
- $A$
I know I can check it by doing semantic trees for every formula. But that takes a long time since I have to do four trees. I cannot allow so much time wasted since it is a question from a test in school and we are limited by time. How would you solve it faster than?