Find truth value of propositions

  • Context: MHB 
  • Thread starter Thread starter evinda
  • Start date Start date
  • Tags Tags
    Value
Click For Summary

Discussion Overview

The discussion revolves around determining the truth values of various logical propositions given that the implication \( p \to q \) is false. Participants explore the implications of this condition on propositions such as \( \sim q \to p \), \( p \land q \), and \( q \to p \), engaging in a technical examination of logical equivalences and truth tables.

Discussion Character

  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants assert that since \( p \to q \) is false, it must be the case that \( p \) is true and \( q \) is false.
  • Others argue that \( \sim q \to p \) is equivalent to \( p \to q \) and thus also false, leading to confusion about the implications of these equivalences.
  • Several participants question the conditions under which \( p \to q \) is false, specifically whether it can also be false when \( p \) is false and \( q \) is true.
  • There is a discussion about the equivalence \( p \to q \iff \sim q \to \sim p \), with some participants seeking clarification on why this holds true.
  • Some participants provide truth tables to illustrate their points, while others express uncertainty about the necessity of completing the entire table given the specific conditions of the problem.
  • There are corrections regarding the truth values of \( q \to p \) and the implications of the truth table entries.

Areas of Agreement / Disagreement

Participants do not reach a consensus, as there are multiple competing views on the equivalences and truth values of the propositions discussed. Some participants agree on certain interpretations, while others challenge these interpretations, leading to an ongoing debate.

Contextual Notes

Limitations include potential misunderstandings of logical equivalences and the conditions under which implications are true or false. The discussion reflects varying levels of familiarity with logical reasoning and truth tables.

evinda
Gold Member
MHB
Messages
3,741
Reaction score
0
Hello! (Wave)

We suppose that the propositions $p,q$ are propositions such that the proposition $p \to q$ is false.
Find the truth values for each of the following propositions:

  1. $\sim q \to p$
  2. $p \land q$
  3. $q \to p$

I have thought the following:

Since the proposition $p \to q$ is false, either $p$ is true and $q$ is false, either $q$ is true and $p$ is false.

Thus, we have the following truth table:

$\begin{matrix}
p & q & \sim q & \sim q \to p & p \land q & q \to p\\
0 & 1 & 0 & 1 & 0 & 0\\
1 & 0 & 1 & 1 & 0& 0
\end{matrix}.$

So, $\sim q \to p$ is at each case $1$ since $\sim q$ and $p$ have the same values.

As for $p \land q$ it is always $0$ since $p$ and $q$ have different values.

$q \to p$ is for the same reason $0$.

Is everything right? Or am I somewhere wrong? 🤔
 
Physics news on Phys.org
I would note immediately that "∼q→p" is equivalent to "p→q" so it is false.
I fact, of the four combinations of "true" and "false" for p and q the only case in which
p→q is false is p true and q false. In that case p∧q is false but q→p is true.
 
evinda said:
Since the proposition $p \to q$ is false, either $p$ is true and $q$ is false, either $q$ is true and $p$ is false.
Hey evinda!

As HallsofIvy already pointed out, I'm afraid this is not correct. (Worried)
 
HallsofIvy said:
I would note immediately that "∼q→p" is equivalent to "p→q" so it is false.
I fact, of the four combinations of "true" and "false" for p and q the only case in which
p→q is false is p true and q false.

I haven't understood why $p \to q$ is only false when p is true and q is false. Isn't it also false when p is false and q is true? 🤔 🤔
HallsofIvy said:
In that case p∧q is false but q→p is true.

Why is in this case $q \to p$ true? :oops:
 
Klaas van Aarsen said:
Hey evinda!

As HallsofIvy already pointed out, I'm afraid this is not correct. (Worried)

I haven't understood why "∼q→p" is equivalent to "p→q" .. (Sadface)
 
The implication $p\to q$ is false iff p is true and q is false. 🤔

However, it is not equivalent to $\lnot q\to p$ being false.
Instead it is equivalent to $\lnot q\to\lnot p$ being false. 🤔
 
Klaas van Aarsen said:
The implication $p\to q$ is false iff p is true and q is false. 🤔

Could you explain to me why this happens? :unsure::unsure::unsure:

Klaas van Aarsen said:
However, it is not equivalent to $\lnot q\to p$ being false.
Instead it is equivalent to $\lnot q\to\lnot p$ being false. 🤔

In general it holds that $p \to q \iff \lnot q \to \lnot q$, right? (Thinking)
 
evinda said:
Could you explain to me why this happens?

The implication $p\to q$ means that if $p$ is true that $q$ must also be true.
It follows that the implication must be false if $p$ is true but $q$ is false, doesn't it? 🤔

That leaves the other 2 cases where $p$ is false.
They have been defined such that $p\to q$ is true if $p$ is false.
That's all there is to it. :geek:

evinda said:
In general it holds that $p \to q \iff \lnot q \to \lnot p$, right?
Yep. (Nod)
 
Klaas van Aarsen said:
The implication $p\to q$ means that if $p$ is true that $q$ must also be true.
It follows that the implication must be false if $p$ is true but $q$ is false, doesn't it? 🤔

So if we have a proposition , say, $x \to y$, it is considered that $x$ is true, right?
And so if the proposition is false, given that $x$ is true, it must hold that $y$ is false, right? 🤔
Klaas van Aarsen said:
That leaves the other 2 cases where $p$ is false.
They have been defined such that $p\to q$ is true if $p$ is false.
That's all there is to it. :geek:

The case that $p$ is false doesn't need to be checked, since we assume that $p$ is true, right? Or have I understood it wrong? (Thinking)
 
  • #10
evinda said:
So if we have a proposition , say, $x \to y$, it is considered that $x$ is true, right?
And so if the proposition is false, given that $x$ is true, it must hold that $y$ is false, right?

Yep. (Nod)

evinda said:
The case that $p$ is false doesn't need to be checked, since we assume that $p$ is true, right? Or have I understood it wrong?
Generally we also need to check cases where $p$ is false.
However, for this particular problem we must have that $p$ is true and $q$ is false, since otherwise $p\to q$ wouldn't be false. 🤔
 
  • #11
Klaas van Aarsen said:
Yep. (Nod)

How can this be shown that $p \to q \iff \lnot q \to \lnot p$ ? (Thinking)
 
  • #12
So, in this case we have that $p \to q$ is false. That means that $p$ is true and since the proposition is false we get that $q$ is false.
We want to find the truth value of $\lnot p \to q$.

$p \to q$ is false iff $\lnot p \to q$ is true,since $ \lnot p$ is false and so is $q$. Is this right and sufficient? (Thinking)
 
  • #13
evinda said:
How can this be shown that $p \to q \iff \lnot q \to \lnot p$ ?
One way to show it, is to consider that the left hand side is false if and only if $p=\text{true}$ and $q=\text{false}$.
If we have indeed that $p=\text{true}$ and $q=\text{false}$, then $\lnot q=\text{true}$ and $\lnot p=\text{false}$, isn't it?
So $\lnot q \to \lnot p$ is false if and only if $p=\text{true}$ and $q=\text{false}$. 🤔

Alternatively we can make a truth table for both expressions and see that those truth tables are identical. 🤔

This is not relevant for the problem at hand though is it? (Wondering)
 
  • #14
Klaas van Aarsen said:
One way to show it, is to consider that the left hand side is false if and only if $p=\text{true}$ and $q=\text{false}$.
If we have indeed that $p=\text{true}$ and $q=\text{false}$, then $\lnot q=\text{true}$ and $\lnot p=\text{false}$, isn't it?
So $\lnot q \to \lnot p$ is false if and only if $p=\text{true}$ and $q=\text{false}$. 🤔

Alternatively we can make a truth table for both expressions and see that those truth tables are identical. 🤔

Ok... (Nerd)

Klaas van Aarsen said:
This is not relevant for the problem at hand though is it? (Wondering)
Is the explanation I wrote above sufficient for the specific problem? 🤔
 
  • #15
evinda said:
Is the explanation I wrote above sufficient for the specific problem?
You have distinguished the cases $p=1,q=0$ and $p=0,q=1$.
But that second case cannot occur since $0\to 1$ is true.
So we should only look at the first case: $p=1, q=0$. 🤔

It means in particular that:
$$(q\to p) = (0\to 1) = 1$$
which is not what you had. (Worried)
 
  • #16
Klaas van Aarsen said:
You have distinguished the cases $p=1,q=0$ and $p=0,q=1$.
But that second case cannot occur since $0\to 1$ is true.
So we should only look at the first case: $p=1, q=0$. 🤔

It means in particular that:
$$(q\to p) = (0\to 1) = 1$$
which is not what you had. (Worried)

We have the following truth table:

\begin{equation*}
\begin{array}{c|c|c|c|c}
p & q & p\to q & \lnot q & \lnot q \to p & p\land q & q \to p\\
\hline
1 & 1 & 1 & 0 & 1 & 1& 1\\
1 & 0 & 0 & 1 & 1& 0& 1\\
0 & 0 & 1 & 1 & 0& 0& 1\\
0 & 1 & 1 & 0 & 1& 0&0
\end{array}
\end{equation*}

Since $p \to q$ is false, we are interested in the case when $p=1$ and $q=0$. Thus $\lnot q \to p$ is true, $p \land q$ is false and $q \to p$ is true. Right?

So we didn't need to complete the whole truth table sincechecking the truth values of $p \to q$ at the beginning, we see that it can hold just for $p=1$ and $q=0$, right? :unsure:
 
  • #17
evinda said:
Since $p \to q$ is false, we are interested in the case when $p=1$ and $q=0$. Thus $\lnot q \to p$ is true, $p \land q$ is false and $q \to p$ is true. Right?

So we didn't need to complete the whole truth table sincechecking the truth values of $p \to q$ at the beginning, we see that it can hold just for $p=1$ and $q=0$, right?
Yep. (Nod)
 
  • #18
Klaas van Aarsen said:
Yep. (Nod)

Nice, thank you! :cool:
 

Similar threads

  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 10 ·
Replies
10
Views
6K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 0 ·
Replies
0
Views
2K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 6 ·
Replies
6
Views
2K