I was taking the coursera of "Introduction for Mathematical thinking". In one lecture, we are given the following truth table about:
$$\begin{array}{c|c|c} φ &ψ &φ \implies ψ\\ \hline T &T &T\\ T &F &F\\ F &T &T\\ F &F &T \end{array}$$
The first two lines are easy to understand.
But what about third and fourth lines?
Let me make two examples:
"I am a dog"(False) implies that "I am a student"(True); this is true.
"I am a dog"(False) implies that "I am an American"(False); this is true.
The above two claims are ridiculous!
How can they be true? Did I make any mistakes for these two claims?
Edit: Thanks for answering the questions! It seems all about the definition of vacuous truth.