please state whether this is true/false:
Let p = true, q = false, r = true
$\neg r \implies (p \wedge \neg q) = true$ [correct?]
false $\implies$ true that will be true right?
please state whether this is true/false:
Let p = true, q = false, r = true
$\neg r \implies (p \wedge \neg q) = true$ [correct?]
false $\implies$ true that will be true right?
Your conclusion, and reasoning, are correct. However, you did more truth evaluations than necessary. Since $\lnot r$ is false, it is irrelevant that $p\land \lnot q$ is true. The implication would hold even if $p\land \lnot q$ happened to be false.