It was my understanding that the conditional statement (->) in truth tables was only false in circumstances where the variables you are comparing are TF. However, when comparing ~pvq to r the last line is FF yet most sources that I go to label it as false. Is there another caveat that I don't know about?
Thanks for any help!
In the last line,
$$\lnot p \lor q = \lnot F \lor F = T \lor F = T$$
Thus
$$\lnot p \lor q \to r = T \to F$$ is false.