I'm teaching my little sister propositional logic per her request.
I was trying to explain to her why $A \implies B$ holds whenever $A$ is false, and I didn't succeed with that.
I referred her to the definition: $A \implies B$ is true if whenever $A$ true, $B$ is true. If $A$ is false, then it is "never" true. If we want to test whether the implication is true, we need to check if $B$ follows when $A$ is true, but $A$ is never true, so we need not check anything, hence the implication is true.
Is my reasoning even correct? I forgot how to do these stuff anyway.
Please help me explain this idea. It would be nice if you can give an intuitive way to think about it as well.