Understanding Implication Problems: Examples & Explanations

In summary: It is common to use this pattern in a proof by contradiction.In summary, the given statement b is always true, and the assumed statement a is also true. This allows us to conclude that a implies b because b is always true, regardless of the truth value of a.
  • #1
Avatrin
245
6
(1) Given: b
(2) Suppose: a
(3) By implication with (2) and (1), a→b

I just saw this proof... And, I don't understand why this is true. How am I supposed to think about problems like this one?

Edit:
Here's another one:
(1) Given: (p∧q)→r
(2) Suppose: p
(3) Suppose: q
(4) By conjunction with (2) and (3), p∧q.
(5) By MP with (1) and (4), r
(6) By implication with (3) and (5), (q→r)
(7) By implication with (2) and (6), p→(q→r)
The only steps here I understand are 1 to 5. I don't know why 6 and 7 are true.
 
Physics news on Phys.org
  • #2
We know that an implication A→B is true when A and B are both true. So apply this for A= q B=r (have proved that q and r are true from steps 1-5), and then for A=p, B=q→r
 
  • #3
Avatrin said:
The only steps here I understand are 1 to 5. I don't know why 6 and 7 are true.
Line 2 makes an assumption, and thereby opens what is called a conditional proof (CP). The conditional proof is closed by discharging the assumption that made it, at a later line. We'll come to what that means shortly.

Conditional proofs can be nested within each other. Above there are two CPs, one commencing at 2 and ending at 7, the other commencing at 3 and ending at 6. The last line of a CP closes the proof by asserting A->B, where A was the assumption that opened the proof and B is the statement immediately before the closing line. Closing the proof 'discharges' the assumption A, which means that A is no longer assumed but, in its place, we have A->B, which is valid everywhere from there on within the next enclosing CP.
All interim results deduced inside a CP are invalid outside it, except for the closing statement.

So line 6 closes the inner CP giving the result (3)->(5)
Then line 7 closes the outer CP giving the result (2)->(6)

The first example is actually written in a confusing manner. A better way to write it is:
(1) Given: b
(2) Suppose: a
(3) b (from 1)
(4) By implication with (3) and (1), a→b
Written that way, we see that a CP is opened at (2) and closed at (4) with the statement (2)->(3).

It's possible to loosen the rules for closing CPs so that the antecedent of the closing statement (the statement after the arrow ->) can be any statement that is in scope at that point. That is the approach that was taken in the first example. But that requires explicitly laying out the scoping rules, which may be more complex than you want to get.
 
  • Like
Likes jim mcnamara
  • #4
I am still having issues understanding this, so we may have to go deeper.

For instance, in the first proof, we know b is true, and we are assuming a is true as well. Why does this imply a→b? Why not b→a?
 
  • #5
These are sort of degenerate implications. In the first example, once you know that b is always true, anything will imply b. Remember that a -> b is equivalent to "b or not a". Since b is given, "b or not a" is always true no matter what a is. So a->b is always true no matter what a is. The second example is more complicated but similar.
 
Last edited:
  • #6
Does this make sense?

Given ##p \lor q##:
Suppose ##\lnot p##.
##q##
##\lnot p \to q##
 
  • #7
Avatrin said:
Why does this imply a→b? Why not b→a?
It is the first and not the second because that's how the inference rule for conditional proofs works. We open a proof at line n with statement P, and close it at statement m>n with the statement P->Q, where Q is the statement on line m-1 (or, more generally, any statement made between lines 1 and m-1 inclusive, excluding statements that were made on lines interior to conditional proofs that were closed before line m+1. All lines of a CP are 'interior to' the CP, except its last line).

It's not clear whether your uncertainty is about how the inference rule was applied in this particular case, or in why the inference rule is written that way.
 
  • #8
Avatrin said:
For instance, in the first proof, we know b is true, and we are assuming a is true as well. Why does this imply a→b? Why not b→a?

The notation you are using distinguishes between being "given" a statement and "assuming" a statement. In many contexts of writing about mathematics, we don't make such a distinction. For example, if we are working a trigonometry word problem where certain information is "given", we might also say the information is "assumed".

The material you are studying deals with reliable patterns of reasoning. In the particular pattern:
Given B:
Assume A:
Conclude: A implies B

We do not conclude A is true. We could conclude B is true because it is "given". That is the distinction being made between "given" and "assume".

As other have noted, this pattern of reasoning is valid, but not very prominent in writing typical mathematical proofs. On a page of a mathematics text, certain definitions and theorems have been established on previous pages. It would be rare for an author to bother saying that some hypothesis on the page implies the results established on previous pages.


The more common pattern is:
Assume A
Prove B (by some method)
Conclude: A implies B

In this pattern, we cannot conclude that A is true and we cannot conclude that B is true. We only conclude the implication is true.
 
  • Like
Likes FactChecker

1. What is an implication problem?

An implication problem is a type of logical reasoning problem in which a statement or situation is given, and the task is to determine the logical consequences or implications that follow from that statement or situation. These problems often involve if-then statements, where one statement is presented as a condition or premise, and the other is presented as a conclusion or consequence.

2. Can you provide an example of an implication problem?

Sure, here's an example: "If it is raining outside, then the ground is wet. The ground is wet. What can we conclude?" In this problem, the first statement is the premise, and the second statement is the given fact. The question is asking us to determine what can be logically implied based on these two pieces of information. In this case, we can conclude that it is raining outside.

3. How can I approach solving an implication problem?

One approach is to break down the statement or situation into its component parts and identify the relationship between them. For example, in the previous example, we can see that the first statement presents a cause-and-effect relationship between rain and a wet ground. Then, we can use deductive reasoning to determine what else must be true based on this relationship.

4. Are there any common errors to watch out for when solving implication problems?

Yes, one common error is assuming that the premise is always true. In some cases, the premise may be false, which would change the logical implications. It's important to evaluate the premise critically and consider all possibilities. Another mistake is incorrectly identifying the relationship between the statements, which can lead to incorrect conclusions.

5. How can understanding implication problems be useful in everyday life?

Implication problems require critical thinking and logical reasoning skills, which are valuable in many areas of life. They can help you make sound decisions, evaluate arguments, and identify flaws in reasoning. Understanding implication problems can also improve your problem-solving abilities and help you approach complex situations with a clear and logical mindset.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
10
Views
3K
  • Set Theory, Logic, Probability, Statistics
Replies
6
Views
1K
  • Set Theory, Logic, Probability, Statistics
2
Replies
39
Views
3K
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
8
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
12
Views
968
  • Calculus and Beyond Homework Help
Replies
2
Views
639
  • Set Theory, Logic, Probability, Statistics
Replies
8
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
1K
Back
Top