How can I prove an equation is always false?
For example:
$b = b + 1$
is false for all values of $b$. Very simple to see.
Now given a more complicated equation, such as:
$b = \sin(\sin(b) - 0.56)$
How can I prove that some value of $b$ does (or does not) satisfy the equation? For all equations not just this one?
AKA: I am not trying to find a value of $b$, just if any $b$ can satisfy the equation.