I recently showed a problem to someone and they stated the following:
If $a<b$ then $a\le b$.
I find this very confusing how can if we stated that $a$ is strictly less than $b$ how can we then say that $a$ is less than $b$ and could be equal to $b$? For example if I wanted to solve an equation where a strict inequality was stated putting $x\le b$ would be incorrect right?
$a\le b$ is an abbreviation for $a<b\lor a=b$ ($\lor$ denoting the inclusive or, which satisfies $p\implies(p\lor q)$).