How is the statement $\bot \to \top$ true? If, for example, I take the statement
$P = 2$ is an odd number
$Q = 5$ is an odd number
Then $P$ is false and $Q$ is true.
Clearly, false implies true translates to
if $2$ is an odd number then 5 is an odd number
which means that
if $2$ is not an odd number (i.e. even) then $5$ is not an odd number
which is clearly false as $2$ is indeed an even number. Please help me to find what I’m missing out in this. Thanks for your help!
You seem to think that an implication $P\implies Q$ also implies its so-called converse, which is the statement $\text{not }P\implies \text{not }Q$. This is not true.
For instance, take the statement "if it's raining outside, then the ground is wet". This is (usually) true, while the converse statement "if it's not raining, then the ground is dry" is not true, because there are many other ways for the ground to become wet.
What an implication $P\implies Q$ does imply is the so-called contrapositive $\text{not }Q\implies \text{not }P$. The contrapositive of the above statement is "if the ground is dry, then it's not raining", which you will recognize as a (again, usually) true statement.
Also, back to your problem of comprehending why $\text{false}\implies\text{true}$ is considered true, this some times clashes with people's intuition (as it has with yours). I like to explain it by thinking of implications as promises. Thus "If 2 is an odd number, then 5 is an odd number" can be rephrased as "If 2 is an odd number, then I can promise you that 5 is an odd number". This is a promise that I can (provably) keep (or rather, no one can make me break it), and therefore the statement is considered true.
To draw that promise analogy further, "If it's raining outside, then I promise that the ground is wet" is (usually) a safe promise, while "If it's not raining outside, then I promise the ground isn't wet" is not so safe (maybe some kids played with a water hose, or the road was just pressure washed, or something).