What is the negation of the statement

  • Thread starter yxgao
  • Start date
In summary, the negation of the statement "For each s in R, there exists an r in R such that if f(r) >0, then g(s) >0" is "There is at least one s in R, such that for any r in R: f(r)>0 and not ( g(s)>0 )" or "There is at least one s in R, such that for any r in R: f(r)>0 and ( g(s)<0 OR g(s)= 0 )". This can also be represented as "\exists s \forall r \ [ f(r) > 0 and \neg g(s) > 0 ]" or "\exists s \forall r \ [ f(r
  • #1
yxgao
123
0
What is the negation of the statement "For each s in R, there exists an r in R such that if f(r) >0, then g(s) >0."
 
Physics news on Phys.org
  • #2
I'm no expert, but here's a try:

[tex]\neg [\forall s \in R[\exists r \in R(f(r) > 0 \supset g(s > 0)]][/tex]
 
  • #3
there is an s, such that for all r, f(r)>0 and g(s) is negative (or zero).
 
Last edited:
  • #4
remember (a)implies(b) is the same as (not a)or(b), so the negation is (a)and(not b)
 
  • #5
matt grime's answer is correct.
thanks :)

DeadWolfe, all you did was restate the question.
 
  • #6
Originally posted by yxgao
matt grime's answer is correct.
thanks :)

DeadWolfe, all you did was restate the question.

I didn't realize this was a test... Well, at least my students will be happy I can get their level of questions right.
 
  • #7
Original Statement:

[tex] [\forall s \in R[\exists r \in R(f(r) > 0 \supset g(s) > 0)]][/tex]

Prefix Of Original statement by the logical operator NOT:
[tex]\neg [\forall s \in R[\exists r \in R(f(r) > 0 \supset g(s) > 0)]][/tex]

DISCUSSION
As you can see, all quantifiers used in the original statement refer to the same domain of discourse, namely the set of real numbers. In the orginal formulation of the statement, the domain of discourse is made explicit (we can see the script R symbol denoting the set of real numbers). But, when all the quantifiers used in a statement refer to the same domain of discourse, there is a shorter way to formulate the statement, but it must be made clear at the outset, that all the quantifiers used in the statement refer to the set of real numbers. The only time we must specify what set a quantifier refers to, is when we are talking about multiple domains of discourse. Since there is only one domain of discourse here, the orginal statement is more succinctly formulate as follows:

Let the domain of discourse be the set of real numbers.

Original statement(domain of discourse implicit, instead of explicit)

[tex]\neg [\forall s [\exists r \( f(r) > 0 \supset g(s) > 0]][/tex]

Now, we can pass the negation through the quantifiers (reversing them), and it operates on the conditional:

[tex]\exists s \forall r \[ \neg [f(r) > 0 \supset g(s) > 0 ][/tex]

if X then Y = not (X and not Y), hence
not (if X then Y) = not (not(X and not Y)) = X and not Y

So, we can formulate the negation of the original statement as follows:

[tex]\exists s \forall r \ [ f(r) > 0 and \neg g(s) > 0 ][/tex]

All the formulations are semantically equivalent, in other words, they all mean the same thing.

Translation: Let the domain of discourse be the set of real numbers. There is at least one s such that for any r, f(r) is greater than zero and not ( g(s)>0 ).

(by saying the domain of discourse is the set of real numbers, it is known by he who formulated the statement, that s,r are elements of the set of real numbers.

First order logic examples:

There is at least one dog, who is older than any cat.

In the previous example, there are TWO domains of discourse, instead of one.

Let D denote the set of dogs, and let C denote the set of cats.

We can formulate the statement as follows:


[tex] \exists d \in D\forall c \in C [d-is older than-c] [/tex]

Let us suppose that the previous statement is true.
Now, consider the meaning of the previous statement. There is at least one dog, who is older than any cat. So, suppose that wonderdog is such a dog, then it follows that:

[tex] \forall c \in C [Wonderdog-is older than-c] [/tex]

Suppose that Hairball is an element of the set of cats. If the previous statement is true, then the following statement is true:

Wonderdog is older than Hairball.

My point is this: That when we are talking about multiple domains of discourse, we need to write out which set a quantifier refers to explicitely, but when all the quantifiers refer to the same single set, we can use the implicit notation, which is shorter.
 
Last edited:
  • #8
Originally posted by yxgao
What is the negation of the statement "For each s in R, there exists an r in R such that if f(r) >0, then g(s) >0."


ANSWER1:
There is at least one s in R, such that for any r in R: f(r)>0 and not ( g(s)>0 ).

And using trichotomy we also have:

ANSWER2:
There is at least one s in R, such that for any r in R: f(r)>0 and ( g(s)<0 OR g(s)= 0 ).
 
Last edited:
  • #9
[tex] [\neg s][/tex]
 
  • #10
StarThrower said:
Original Statement:

[tex] [\forall s \in R[\exists r \in R(f(r) > 0 \supset g(s) > 0)]][/tex]

Prefix Of Original statement by the logical operator NOT:
[tex]\neg [\forall s \in R[\exists r \in R(f(r) > 0 \supset g(s) > 0)]][/tex]

DISCUSSION
As you can see, all quantifiers used in the original statement refer to the same domain of discourse, namely the set of real numbers. In the orginal formulation of the statement, the domain of discourse is made explicit (we can see the script R symbol denoting the set of real numbers). But, when all the quantifiers used in a statement refer to the same domain of discourse, there is a shorter way to formulate the statement, but it must be made clear at the outset, that all the quantifiers used in the statement refer to the set of real numbers. The only time we must specify what set a quantifier refers to, is when we are talking about multiple domains of discourse. Since there is only one domain of discourse here, the orginal statement is more succinctly formulate as follows:

Let the domain of discourse be the set of real numbers.

Original statement(domain of discourse implicit, instead of explicit)

[tex]\neg [\forall s [\exists r \( f(r) > 0 \supset g(s) > 0]][/tex]

Now, we can pass the negation through the quantifiers (reversing them), and it operates on the conditional:

[tex]\exists s \forall r \[ \neg [f(r) > 0 \supset g(s) > 0 ][/tex]

if X then Y = not (X and not Y), hence
not (if X then Y) = not (not(X and not Y)) = X and not Y

So, we can formulate the negation of the original statement as follows:

[tex]\exists s \forall r \ [ f(r) > 0 and \neg g(s) > 0 ][/tex]

All the formulations are semantically equivalent, in other words, they all mean the same thing.

Translation: Let the domain of discourse be the set of real numbers. There is at least one s such that for any r, f(r) is greater than zero and not ( g(s)>0 ).

(by saying the domain of discourse is the set of real numbers, it is known by he who formulated the statement, that s,r are elements of the set of real numbers.

First order logic examples:

There is at least one dog, who is older than any cat.

In the previous example, there are TWO domains of discourse, instead of one.

Let D denote the set of dogs, and let C denote the set of cats.

We can formulate the statement as follows:


[tex] \exists d \in D\forall c \in C [d-is older than-c] [/tex]

Let us suppose that the previous statement is true.
Now, consider the meaning of the previous statement. There is at least one dog, who is older than any cat. So, suppose that wonderdog is such a dog, then it follows that:

[tex] \forall c \in C [Wonderdog-is older than-c] [/tex]

Suppose that Hairball is an element of the set of cats. If the previous statement is true, then the following statement is true:

Wonderdog is older than Hairball.

My point is this: That when we are talking about multiple domains of discourse, we need to write out which set a quantifier refers to explicitely, but when all the quantifiers refer to the same single set, we can use the implicit notation, which is shorter.

How can we negate using similar steps? $\forall a,b \in R$ with $a<b$ there is an $r \in Q$ with $a<r<b$


I do know the negation, but I need explain to smb who is learning this. Thanks
 

1. What is the negation of the statement?

The negation of a statement is the opposite of the original statement. It is a statement that is true if the original statement is false, and false if the original statement is true.

2. How do you represent the negation of a statement in logic?

In logic, the negation of a statement is typically represented by the symbol "~". This symbol is placed in front of the original statement to indicate that it is being negated.

3. Can the negation of a statement be more than one sentence?

Yes, the negation of a statement can be more than one sentence. It can also be represented by multiple symbols, such as "~" for "not" and "&" for "and". However, it is important to make sure that the negation accurately reflects the original statement.

4. How does the negation of a statement affect its truth value?

The negation of a statement flips its truth value. This means that if the original statement is true, the negation will be false, and if the original statement is false, the negation will be true.

5. Can the negation of a statement be proven to be true or false?

The negation of a statement can be proven to be true or false through logical reasoning and evidence. However, it is important to note that the negation of a statement is not always true, as it depends on the truth value of the original statement.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
6
Views
938
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
6
Views
739
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
601
  • Set Theory, Logic, Probability, Statistics
Replies
5
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
1K
Back
Top