Implication used in boolean condition

18 Views Asked by At

Sorry if this is a basic problem. Is the following true:

$(p \rightarrow q) \land p \land r \vDash q \land r$?

A little more detail, I am trying to determine the following:

if $p \rightarrow q$ then is the follwing true: $p \land r \rightarrow q \land r$?