First note that I am not a mathematician. I do use it for my studies, but I am not reading anything remotely complicated in regards to maths. That said, here is my question:
Today I found myself wanting to write a probability, first in terms of a fraction and then in terms of a decimal value. I wrote down this:
$$ P \geq \left( \frac{1}{2} \right)^3 = 0.125 $$
That is to say, the probability is at least a half to the power of three which equals $0.125$, but I am afraid that I am in fact writing the probability is at least a half to the power of three, which means that the probability equals $0.125$ which would be incorrect.
Does the equals sign bind stronger than greater-than-equals, meaning the first interpretation is correct, or do the have the same strength so that the second interpretation is the correct one?
If the latter is true, is there a different way to express the original meaning without using biimplication? I know I can write something like
$$ P \geq \left( \frac{1}{2} \right)^3 \Leftrightarrow P \geq 0.125 $$
but I like the other format better. If it had to do with multiplication instead of equalities I could use paranthesis to express the order of operations, but I do not think I have ever seen this used for clarifying the "order of equalitites"?
Thank you.