I have made an attempt to prove this formulas validity using semantic tableaux, but I'm not sure that I'm doing it correctly. Here is my attempt.
$(P \wedge Q) \to (P \wedge (P\to Q))$ is valid.
- $\neg ((P \wedge Q) \to (P \wedge (P\to Q)))$
- $P\wedge Q$
- $\neg (P \wedge (P \to Q))$
- $P$
- $Q$
- $\neg P$
X
- $\neg (P→Q)$
- $P$
- $\neg Q$
X
Would anyone be able to correct me on this or let me know if its correct.
Thank you in advance.