To negate the following statement:
$\exists a \in \Bbb R$ such that $a >0$ and $\forall x \in \Bbb R$; if $x \ge a$, then $2^{-x} < \frac{1}{50}$.
Note that for negation we do the following:
"A and B" changes to "not A or not B".
"if A, then B" changes to "A and not B".
"For all $x, A(x)$" changes to "There exist $x$ such that not $A(x)$".
"There exists $x$ such that $A(x)$" changes to "For every $x$, not $A(x)$".
So my result after negating the given statement is:
$\forall a \in \Bbb R; a \le 0$ or $\exists x \in \Bbb R$, $x \ge a$ and $2^{-x} \ge \frac{1}{50}$.
Is the negation of the given statement correct?
Thank You.
$\forall a \in \mathbb{R} \text{ with } a > 0 \exists x \in \mathbb{R}: x \geq a \text{ and } 2^{-x} \geq 1/50$.