Trying to wrap my head around conditional statements/implication and the respective truthtable in propositional logic. Read a number of the related posts on here. I understand that there is no causal relationship between $A$ and $B$, so from a false proposition anything can follow.
This made sense to me especially with the "promise" analogy: $A \Rightarrow B$ is a promise, that can only be broken when after a true condition $A$, $B$ is false (second row of the truth table). If the condition isn't met then the promise can't possibly be broken, no matter $B$. With most real life examples this makes perfect sense to me: "If you write an A in an exam, then you get a Dollar", "if you finish supper, then you get dessert" etc.
However one particular math example confuses it again for me:
$A:$ $x$ is an even number
$B:$ $x$ is divisible by two
How can $A \Rightarrow B$ be true when $A$ is false? An odd number is never going to be divisible by two. It's like saying an odd number is even. What am I missing here? What's my misconception? Am I understanding it generally wrong?
Also on a related note, what's the proper terminology for the "if-part" and the "then-part" of a conditional statement?