Quantifiers Math Example 2

Follow the full solution, then compare it with the other examples linked below.

Example 2

medium
Negate the statement โˆ€xโˆˆR,โ€…โ€Šx2โ‰ฅ0\forall x \in \mathbb{R},\; x^2 \ge 0 and determine the truth value of both the original and its negation.

Solution

  1. 1
    The original: โˆ€xโˆˆR,โ€…โ€Šx2โ‰ฅ0\forall x \in \mathbb{R},\; x^2 \ge 0. Since squares of real numbers are always non-negative, this is True.
  2. 2
    Negate by switching โˆ€\forall to โˆƒ\exists and negating the predicate: โˆƒxโˆˆR,โ€…โ€Šx2<0\exists x \in \mathbb{R},\; x^2 < 0.
  3. 3
    This says some real number has a negative square. Since no such real number exists, the negation is False.
  4. 4
    As expected, the original and its negation have opposite truth values.

Answer

Original:ย True.ยฌ(โˆ€x,โ€…โ€Šx2โ‰ฅ0)=(โˆƒx,โ€…โ€Šx2<0):โ€…โ€ŠFalse.\text{Original: True.}\quad \neg(\forall x,\; x^2 \ge 0) = (\exists x,\; x^2 < 0):\;\text{False.}
The negation of โˆ€x,P(x)\forall x, P(x) is โˆƒx,ยฌP(x)\exists x, \neg P(x). A statement and its negation always have opposite truth values, which provides a consistency check.

About Quantifiers

Symbols specifying the scope of a predicate: โˆ€\forall (for all, universal) and โˆƒ\exists (there exists, existential).

Learn more about Quantifiers โ†’

More Quantifiers Examples