| Thread Closed |
What is the negation of the statement |
Share Thread |
| Dec20-03, 01:15 AM | #1 |
|
|
What is the negation of the statement
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."
The answer is "There exists an s in R such that for each r in R, f(r) >0 and g(s) <0." What is the general method to find the negation of any logical statement? Thanks!! |
| Dec20-03, 05:51 AM | #2 |
|
Mentor
Blog Entries: 1
|
All S is P is contradictory to Some S is not P No S is P is contradictory to Some S is P A statement and its contradictory cannot both be true (or both be false). Thus if "All S is P" is not true, then "Some S is not P" must be true. Of course, this only applies to statements that can be put in standard categorical form. |
| Dec20-03, 10:33 AM | #3 |
|
|
Basically, you just want to distribute the negation. Use the laws
[tex]\neg \forall x: P(x) = \exists x: \neg P(x)[/tex] [tex]\neg \exists x: P(x) = \forall x: \neg P(x)[/tex] [tex]\neg(x \wedge y) = \neg x \vee \neg y[/tex] [tex]\neg(x \vee y) = \neg x \wedge \neg y[/tex] [tex]\neg(x \Rightarrow y) = x \wedge \neg y[/tex] [tex]\neg(\neg x) = x[/tex] |
| Thread Closed |
Similar discussions for: What is the negation of the statement
|
||||
| Thread | Forum | Replies | ||
| What is the negation of the statement ... | Set Theory, Logic, Probability, Statistics | 9 | ||
| Negation of Limit | Calculus & Beyond Homework | 5 | ||
| negation of this statement | Set Theory, Logic, Probability, Statistics | 2 | ||
| How do I find the equivalent statement to the statement ~(p -> ~q) | Set Theory, Logic, Probability, Statistics | 6 | ||
| Negation | Set Theory, Logic, Probability, Statistics | 3 | ||