Am just starting in mathematical logic. I learned that if I have an implication $A \rightarrow B$, and $A$ is false, then $A \rightarrow B$ is true.
But what if $A$ does not make sense ? For example, suppose $f:\mathbb{N} \rightarrow \mathbb{N}$ is a partial function and it so happens that for some $c \in \mathbb{N}$, we have $f(c)$ as undefined. If I have the implication $f(c) = 0 \rightarrow 1=0$, I guess $f(c) = 0$ should not be treated as false right ? since there's no way to compare an undefined $f(c)$ with $0$... Is it correct to say that the implication is neither true nor false but simply does not make sense ?