Logical Quantifiers: For all such that

  • Thread starter mliuzzolino
  • Start date
NOT P(x)". In your example, the negation would be "there exists an x such that NOT (f(x) < 2 or f(x) > 5)".
  • #1
mliuzzolino
58
0

Homework Statement



Negate the following statement:
For all x such that 0 < x < 1, f(x) <2 or f(x) > 5.


Homework Equations



I understand the universal quantifier is used as, "For all x, p(x)."
and the existential quantifier is used as, "There exists x such that p(x)."

I understand how to negate these alone; however, in this problem I am confused by "For all x such that..."


The Attempt at a Solution



Symbolic Statement:
\forall x \ni 0 < x < 1, f(x) < 2 or f(x) > 5.



Negation 1:

\exists x \ni 0 < x < 1, [f(x) = 2 or f(x) > 2] and [f(x) = 5 or f(x) < 5].


Negation 2:

\exists x \forall [x = 0 or x < 0] and [x = 1 or x > 1], [f(x) = 2 or f(x) > 2] and [f(x) = 5 or f(x) < 5].
 
Physics news on Phys.org
  • #2
So, how would you negate "For all x, p(x)."?
 
  • #3
Statement: For all x, p(x).

Negation: There exists an x such that ~p(x).
 
  • #4
mliuzzolino said:

Homework Statement



Negate the following statement:
For all x such that 0 < x < 1, f(x) <2 or f(x) > 5.


Homework Equations



I understand the universal quantifier is used as, "For all x, p(x)."
and the existential quantifier is used as, "There exists x such that p(x)."

I understand how to negate these alone; however, in this problem I am confused by "For all x such that..."

In strict technicality, you don't introduce an object without saying what it is. Thus you should never have "for all x" but "for all x in X". The negation of "for all x in X, P(x)" is "there exists x in X such that not P(x)".

In your example, assuming x is supposed to be real, [itex]x \in X = \{y \in \mathbb{R}: 0 < y < 1\}[/itex] which in interval notation is [itex]x \in (0,1)[/itex].

The Attempt at a Solution



Symbolic Statement:
\forall x \ni 0 < x < 1, f(x) < 2 or f(x) > 5.

Negation 1:

\exists x \ni 0 < x < 1, [f(x) = 2 or f(x) > 2] and [f(x) = 5 or f(x) < 5].

You need "x \in (0,1)" instead of "\ni 0 < x < 1", but otherwise this is correct. You can however simplify "[f(x) = 2 or f(x) > 2] and [f(x) = 5 or f(x) < 5]" to "[itex]2 \leq f(x) \leq 5[/itex]".
 
  • #5
Thanks pasmith!

That cleared up a lot for me. Much appreciated!
 
  • #6
To answer your specific question, the negation of "for all x, P(x)" is "there exist x such that NOT P(x)"
 

FAQ: Logical Quantifiers: For all such that

What does "for all" mean in logical quantifiers?

"For all" is a phrase used in logical quantifiers to indicate that a statement or predicate is true for every element in a given set. It is often denoted by the symbol ∀ and is the equivalent of saying "for every" or "for each."

What is the difference between "for all" and "there exists" in logical quantifiers?

The phrase "for all" in logical quantifiers refers to a universal quantifier, indicating that a statement is true for every element in a set. "There exists," on the other hand, is an existential quantifier, indicating that at least one element in a set satisfies a given statement. In other words, "for all" means that a statement is true for all elements, while "there exists" means that a statement is true for at least one element.

Can multiple quantifiers be used in a single logical statement?

Yes, multiple quantifiers can be used in a single logical statement. For example, a statement can involve both a universal quantifier, such as "for all x," and an existential quantifier, such as "there exists y." In this case, the statement would be true if it is true for all x and there exists at least one y that satisfies the statement.

What is the negation of "for all" in logical quantifiers?

The negation of "for all" in logical quantifiers is "there exists." This means that the negation of a universal quantifier is an existential quantifier, and vice versa. For example, the negation of "for all x" would be "there exists x" and the negation of "there exists y" would be "for all y."

Can logical quantifiers be used in everyday language?

Yes, logical quantifiers can be used in everyday language, although they may not always be explicitly stated. For example, the phrase "all dogs have fur" can be represented in logical quantifiers as "for all x, if x is a dog, then x has fur." Similarly, the phrase "some people are tall" can be represented as "there exists x, such that x is a person and x is tall."

Similar threads

Back
Top