As @lulu said, you should explain all notation because you are using it in a very non-standard way.
My answer attempts to show the machinery of expectation (hence the integrals). A more elegant, integral-free way to show this is given by @grand_chat's answer.
This can be made clearer using indicator notation:
$$1_{S}(x) = 1 \iff x\in S,\;\;0\text{ otherwise}$$
$$E[X] = \int_{\mathbb{R^+}} xdP = \int_{[0,r)}xdP + \int_{[r,\infty)}xdP$$
$$=\int_{\mathbb{R^+}}x1_{[0,r)}(x)dP + \int_{\mathbb{R^+}}x1_{[r,\infty)}(x)dP $$
Now, if $X\geq 0$ and $c>0$ then:
$$E[X1_{[c,\infty)}]=\int_{\mathbb{R^+}}x1_{[c,\infty)}(x)dP = E[X] - \int_{\mathbb{R^+}}x1_{[0,c)}(x)dP$$
Since $X\geq 0$,
$$\int_{\mathbb{R^+}}x1_{[0,c)}(x)dP \geq 0 \implies E[X1_{[c,\infty)}] \leq E[X]$$
For $E[X1_{>c}]>cP(X>c)$ you can see that:
$$\int_{\mathbb{R^+}} x1_{>c} dP = \int_c^{\infty} x dP > \int_c^{\infty} c dP$$