I'm struggling understanding truth tables.
Let's denote a true proposition by 1 and a false proposition by 0. We will be considering the propositional operation, $\Rightarrow$ (implies).
The truth table looks like the following
\begin{array}{c|cc}\rightarrow & 0 & 1\\\hline\\0 & 1 & 1\\1 & 0 & 1\end{array}
Does this say that $(0 \land 0) \rightarrow 1$? If it does, what exactly does that mean -- are we looking at $(0\rightarrow0)$ as one proposition and saying it is true?
Can you please explain this in english -- using sentences like (x>5 for propositions instead of just writing $P$ or $Q$ for propositions)
EDIT