$P_n$ and $Q_n$ are propositions which has a truth value $n$ where $n \in (T,F)$
So i want to access the truth value of $P\Rightarrow Q$
So
$P_T$ and $Q_T$, $(P \Rightarrow Q)_T$
$P_T$ and $Q_F$, $(P \Rightarrow Q)_F$
$P_F$ and $Q_T$, $(P \Rightarrow Q)_T$
$P_F$ and $Q_F$, $(P \Rightarrow Q)_T$
I don't really understand the last 2 statements. Can anyone explain them?
Like for (2), If P is true then Q is false, then $P \Rightarrow Q$ is false. that is self evidential. But how about (3) and (4) i can't seem to understand