Write the contrapositive and negation of the statement

In summary: I'm not sure what the negation statement is asking for....I'm sorry, I don't think I understand the question. Could you clarify?
  • #1
docnet
Gold Member
691
344
Homework Statement
Write the contrapositive and negation of the statement.
Relevant Equations
##\forall x\in\mathbb{R}, (x\geq 3)\Rightarrow (x^2>5)##
The contrapositive statement is
$$\forall x\in\mathbb{R}, (x^2\leq 5)\Rightarrow (x<3)$$
The negation statement is
$$\forall x\in\mathbb{R}, (x<3)\Rightarrow (x^2\leq 5)$$
o_O
 
Physics news on Phys.org
  • #2
For the negation: Let ##D## be a set and ##P(x)## be a statement about the elements of ##D##. Then $$\neg \forall x \in D : P(x) \equiv \exists x \in D : \neg P(x)$$
and
$$\neg \exists x \in D : P(x) \equiv \forall x \in D : \neg P(x)$$

These equivalences follow by DeMorgan's laws. Note also that ##\neg (p \Longrightarrow q) \equiv p \land \neg q##. (You can write the truth tables to prove they are equivalent).
 
  • Like
Likes PeroK and docnet
  • #3
Okay, I understand. Question: Would the meaning of the statement ##\neg (p \Longrightarrow q) \equiv p \land \neg q## stay the same if we replace ##\Longrightarrow## by ##\land##? Also, what is a truth table (seriously)?

Original statement: ##\forall x\in\mathbb{R}, (x\geq 3)\Rightarrow (x^2>5)##
The negated statement
$$\exists x\in\mathbb{R}, (x\geq 3)\Rightarrow (x^2\leq 5)$$
The contraposited statement
$$\forall x\in\mathbb{R}, (x<3)\Rightarrow (x^2\leq 5)$$
The negated then contraposited statement
$$\exists x\in\mathbb{R}, (x<3)\Rightarrow (x^2> 5)$$
The contraposited then negated statement
$$\exists x\in\mathbb{R}, (x<3)\Rightarrow (x^2> 5)$$
The Negated then contraposited then negated statement
$$\forall x\in\mathbb{R}, (x<3)\Rightarrow (x^2\leq 5)$$
And so on...

So, contraposition and and negation are involutory operations on logical statements.

Also, contrapositation and and negation are commutative operations on logical statements.

So, if the original statement is true,

1. the contrapositive is true.
2. the negated is false.
3. the negated contrapositive is false.
4. the contrapositive negated is false.
5. And so on...

I think this is consistent with DeMorgan's laws.
 
  • #4
docnet said:
Question: Would the meaning of the statement ¬(p⟹q)≡p∧¬q stay the same if we replace ⟹ by ∧?
The statement ##\neg (p \land q) \equiv p \land \neg q## is not true. Can you write the truth table for these two statements (see below)?
docnet said:
Also, what is a truth table (seriously)?
A truth table for a logical statement is a table that says when a statement is true and when it is false. Here's an example for ##p \Longrightarrow q## and ##p \land \neg q##. There are two variables ##p## and ##q##. So there's four possibilities to consider:

##
\begin{array}{|c|c|c|c|c|}
\hline p & q & p \Longrightarrow q & \neg (p \Longrightarrow q) & p \land \neg q \\
\hline T & T & T & F & F \\
\hline T & F & F & T & T \\
\hline F & T & T & F & F \\
\hline F & F & T & F & F \\
\end{array}
##

Note that the columns for ##\neg (p \Longrightarrow q)## and ##p \land \neg q## are the same , i.e., they take on the same truth values given any assignment of ##p## and ##q##. We say they are logically equivalent and denote this by ##\neg (p \Longrightarrow q) \equiv p \land \neg q##.
 
  • Informative
Likes docnet
  • #5
docnet said:
Original statement: ∀x∈R,(x≥3)⇒(x2>5)
The negated statement
∃x∈R,(x≥3)⇒(x2≤5)
If ##P(x)## is the statement ##(x \ge 3) \Rightarrow x^2 > 5##, what is ##\neg P(x)##? Hint: Let ##p(x)## be the statement ##x \ge 3## and ##q(x)## be the statement ##x^2 > 5##. Then we want to negative ##p(x) \Rightarrow q(x)##.
 
  • Like
Likes docnet
  • #6
Question: I do not understand how you got the last two entries of the column ##p\Longrightarrow q##. Does ##p\Longrightarrow q## mean if ##p## is true, that implies ##q## is true?

##
\begin{array}{|c|c|c|c|c|}
\hline p & q & p \Longrightarrow q & \neg (p \land q) & p \land \neg q \\
\hline T & T & T & F & F \\
\hline T & F & F & T & T \\
\hline F & T & T & F & F \\
\hline F & F & T & F & F \\
\end{array}
##
fishturtle1 said:
The statement ##¬(p∧q)≡p∧¬q## is not true. Can you write the truth table for these two statements (see below)?
Yes, I will try.

##
\begin{array}{|c|c|c|c|c|}
\hline p & q & p \land q & \neg (p \land q) & p \land \neg q \\
\hline T & T & T & F & F \\
\hline T & F & F & T & T \\
\hline F & T & F & T & F \\
\hline F & F & F & T & F \\
\end{array}
##
 
  • #7
docnet said:
Question: I do not understand how you got the last two entries of the column p⟹q. Does p⟹q mean if p is true, that implies q is true?
To your first question, it is by definition. To your second question, yes: If ##p \Longrightarrow q## is true and ##p## is true, then we can conclude ##q## is true.

Your truth tables are correct.
 
  • Like
Likes docnet
  • #8
fishturtle1 said:
If ##P(x)## is the statement ##(x \ge 3) \Rightarrow x^2 > 5##, what is ##\neg P(x)##? Hint: Let ##p(x)## be the statement ##x \ge 3## and ##q(x)## be the statement ##x^2 > 5##. Then we want to negative ##p(x) \Rightarrow q(x)##.
If ##P(x)## is the statement ##p\Longrightarrow q##,

\begin{align}\neg P(x)=&\neg(p\Longrightarrow q)\\
=&p\land \neg q\\
=&(x\geq 3)\land (x^2\leq 5)\end{align}
 
  • Like
Likes fishturtle1
  • #9
Re-attempt the original problem using this new tool:

Original statement: ##\forall x\in\mathbb{R}, (x\geq 3)\Rightarrow (x^2>5)##
The negated statement
$$\exists x\in\mathbb{R}, (x\geq 3)\land (x^2\leq 5)$$
The contraposited statement
$$\forall x\in\mathbb{R}, (x<3)\Rightarrow (x^2\leq 5)$$
 
  • #10
docnet said:
Re-attempt the original problem using this new tool:

Original statement: ##\forall x\in\mathbb{R}, (x\geq 3)\Rightarrow (x^2>5)##
The negated statement
$$\exists x\in\mathbb{R}, (x\geq 3)\land (x^2\leq 5)$$
The contraposited statement
$$\forall x\in\mathbb{R}, (x<3)\Rightarrow (x^2\leq 5)$$
The negation is correct, but the contrapositive is not. In fact, your contrapositive is correct in the OP!
 
  • Like
Likes PeroK
  • #11
docnet said:
Homework Statement:: Write the contrapositive and negation of the statement.
Relevant Equations:: ##\forall x\in\mathbb{R}, (x\geq 3)\Rightarrow (x^2>5)##

The contrapositive statement is
$$\forall x\in\mathbb{R}, (x^2\leq 5)\Rightarrow (x<3)$$
The negation statement is
$$\forall x\in\mathbb{R}, (x<3)\Rightarrow (x^2\leq 5)$$
o_O
I've never studied the formal logic and notation in post #2. The way I would understand this is:
$$\forall x\in\mathbb{R}, (x\geq 3)\Rightarrow (x^2>5)$$Says that whenever ##x \ge 3## we must have ##x^2 > 5##. This means we can't find ##x## where ##x \ge 3## and ##x^2 \le 5##. And that means that if ##x^2 \le 5## then we must have ##x < 3##. That's gives the contraposition (as you have):
$$\forall x\in\mathbb{R}, (x^2\leq 5)\Rightarrow (x<3)$$In practical mathematical terms, this means that to prove the original statement we could either prove the statement itself or its contraposition, as the two are equivalent.

For the negation, we have to find the statement that is true iff the original statement is false. If the statement is false we can find ##x \ge 3## where ##x^2 < 5##. And, if we find such an ##x## then the statement is false. The negation, therefore, is:
$$\exists x \in \mathbb R: x \ge 3 \ \text{and} \ x^2 < 5$$In practical mathematical terms, if we want to disprove the statement, then we have to find such an ##x##. Or, if we assume such an ##x## exists and reach a contradiction, then we have proved the original statement by contradiction.
 
Last edited:
  • Informative
Likes docnet
  • #12
PeroK said:
I've never studied the formal logic and notation in post #2. The way I would understand this is:
$$\forall x\in\mathbb{R}, (x\geq 3)\Rightarrow (x^2>5)$$Says that whenever ##x \ge 3## we must have ##x^2 > 5##. This means we can't find ##x## where ##x \ge 3## and ##x^2 \le 5##. And that means that if ##x^2 \le 5## then we must have ##x < 3##. That's gives the contraposition (as you have):
$$\forall x\in\mathbb{R}, (x^2\leq 5)\Rightarrow (x<3)$$In practical mathematical terms, this means that to prove the original statement we could either prove the statement itself or its contraposition, as the two are equivalent.

For the negation, we have to find the statement that is true iff the original statement is false. If the statement is false we can find ##x \ge 3## where ##x^2 < 5##. And, if we find such an ##x## then the statement is false. The negation, therefore, is:
$$\exists x \in \mathbb R: x \ge 3 \ \text{and} \ x^2 < 5$$In practical mathematical terms, if we want to disprove the statement, then we have to find such an ##x##. Or, if we assume such an ##x## exists and reach a contradiction, then we have proved the original statement by contradiction.
That is the clearest explanation of the contraposition and negation statement I read so far.

Question: Is the contrapositive statement a method that is used in high level research mathematics?
 
  • #13
docnet said:
Question: Is the contrapositive statement a method that is used in high level research mathematics?
All the time. Using the contraposition is a fundamental idea. And extremely useful.
 
  • Informative
Likes docnet
  • #14
docnet said:
Re-attempt the original problem using this new tool:

Original statement: ##\forall x\in\mathbb{R}, (x\geq 3)\Rightarrow (x^2>5)##
The negated statement
$$\exists x\in\mathbb{R}, (x\geq 3)\land (x^2\leq 5)$$
The contraposited statement
$$\forall x\in\mathbb{R}, (x<3)\Rightarrow (x^2\leq 5)$$
The statement that you call the 'negated statement' is not the negated statement, and the statement that you called the 'contrapositive' is not the contrapositive.

Using an existential quantifier statement to negate a universal quantifier statement takes the form:

##\forall x[P_x]##,​

with the negation being,​

(for an atomic statement)​
##\exists x[\neg P_x]##,​
(or for either an atomic statement or a composite statement)​
##\exists x\neg[P_x]##.​

The contrapositive has the following form:

if the implication statement that is to be contraposited is​

##(p \Rightarrow q)##,​

then the contrapositive is​

##(\neg q \Rightarrow \neg p)##.​

The rule for deriving the contrapositive of an implication statement is called modus tollens.

In English:

negation ##-##

all ##x## is ##P##,​
there exists an ##x## such that ##x## is not ##P##.​
contrapositive ##-##

if ##p## then ##q##,​
if not ##q## then not ##p##.​
 
Last edited:
  • #15
sysprog said:
(for an atomic statement)​
##\exists x[\neg P_x]##,​
(or for either an atomic statement or a composite statement)​
##\exists x\neg[P_x]##.​
Thank you. I do not understand how the notation ##[\neg P_x]## and ##\neg[P_x]## are different.
 
  • #16
docnet said:
Thank you. I do not understand how the notation ##[\neg P_x]## and ##\neg[P_x]## are different.
They aren't different for an atomic statement, such as ##P_x##; however, for a composite statement, such as ##P_x \wedge R_x##, they are different:

##\forall x[\neg P_x \wedge R_x]##, means 'for all ##x##, ##x## is not ##P##, and ##x## is ##R##',

while

##\forall x\neg[P_x \wedge R_x]##, means 'for all ##x##, it is not the case that: ##x## is ##P## and ##x## is ##R.##
 
  • Like
Likes docnet
  • #17
sysprog said:
They aren't different for an atomic statement, such as ##P_x##; however, for a composite statement, such as ##P_x \wedge R_x##, they are different:

##\forall x[\neg P_x \wedge R_x]##, means 'for all ##x##, ##x## is not ##P##, and ##x## is ##R##',

while

##\forall x\neg[P_x \wedge R_x]##, means 'for all ##x##, it is not the case that: ##x## is ##P## and ##x## is ##R.##
Thank you. I understand.
 

What is the contrapositive of a statement?

The contrapositive of a statement is a new statement that is formed by switching the hypothesis and conclusion of the original statement and then negating both.

What is the negation of a statement?

The negation of a statement is a statement that is logically opposite to the original statement. It is formed by adding the word "not" in front of the original statement.

Why is it important to write the contrapositive and negation of a statement?

Writing the contrapositive and negation of a statement is important because it allows us to explore the logical relationships between statements and determine their validity. It also helps us to identify any errors or fallacies in our reasoning.

How do you write the contrapositive of a conditional statement?

To write the contrapositive of a conditional statement, switch the hypothesis and conclusion and then add the word "not" in front of both. For example, the contrapositive of "If it is raining, then the ground is wet" would be "If the ground is not wet, then it is not raining."

Can you provide an example of the negation of a statement?

Yes, for the statement "All mammals have fur," the negation would be "Not all mammals have fur," or "Some mammals do not have fur."

Similar threads

  • Precalculus Mathematics Homework Help
Replies
8
Views
819
  • Precalculus Mathematics Homework Help
Replies
6
Views
878
  • Set Theory, Logic, Probability, Statistics
Replies
5
Views
230
  • Precalculus Mathematics Homework Help
Replies
2
Views
1K
  • Precalculus Mathematics Homework Help
Replies
10
Views
603
  • Precalculus Mathematics Homework Help
Replies
6
Views
567
  • Precalculus Mathematics Homework Help
Replies
10
Views
2K
  • Precalculus Mathematics Homework Help
Replies
3
Views
1K
  • Precalculus Mathematics Homework Help
Replies
18
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
6
Views
942
Back
Top