Why Does Assuming x Equals 7 Not Prove the Theorem?

  • Thread starter johnnyies
  • Start date
  • Tags
    Proof
In summary, the book told me to refer to a proof strategy in which you have givens, and the statement you want to prove is P \rightarrow Q in which you assume P as a given, and prove Q.
  • #1
johnnyies
93
0

Homework Statement


Theorem. Suppose x is a real number and x [tex]\neq[/tex] 4. If [tex]\frac{2x - 5}{x - 4}[/tex] = 3 then x = 7

What's wrong with the following proof of the theorem?

Proof. Suppose x = 7. Then [tex]\frac{2x - 5}{x - 4}[/tex] = [tex]\frac{2(7) - 5}{7 - 4}[/tex] = [tex]\frac{9}{3}[/tex] = 3. Therefore if [tex]\frac{2x - 5}{x - 4}[/tex] = 3 then x = 7.

Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
  • #2
Crap. I accidentally clicked submit instead of preview post.

Attempt at solution:

Our two givens for this proof is that x is a real numberand x is not 4, and the statement is in an if P, then Q: P [tex]\rightarrow[/tex] Q. However, the proof is in the form of the converse, if Q, then P: Q [tex]\rightarrow[/tex] P, which is not equal to the statement. The proof should be in form of P [tex]\rightarrow[/tex] Q or its contrapositive [tex]\neg[/tex]Q [tex]\rightarrow[/tex] [tex]\neg[/tex] P

I'm not sure if that's the reason why the proof is incorrect. The theorem seems fine.
 
  • #3
In your proof in your first post, you are assuming that x = 7, and then concluding that x = 7. This is not very interesting.

The second thing to point out is that you say
johnnyies said:
Therefore if [tex]\frac{2x - 5}{x - 4} = 3[/tex]
then x = 7.

That (the part after if) is precisely what you need to prove, and you have completely glossed over it.

This is a very simple proof, so you don't need to (and shouldn't) work with the contrapositive. Just start from the three given conditions, a very important one of which is (2x - 5)/(x - 4) = 3, and conclude that x = 7.
 
  • #4
johnnyies said:
Crap. I accidentally clicked submit instead of preview post.

Attempt at solution:

Our two givens for this proof is that x is a real numberand x is not 4, and the statement is in an if P, then Q: P [tex]\rightarrow[/tex] Q. However, the proof is in the form of the converse, if Q, then P: Q [tex]\rightarrow[/tex] P, which is not equal to the statement. The proof should be in form of P [tex]\rightarrow[/tex] Q or its contrapositive [tex]\neg[/tex]Q [tex]\rightarrow[/tex] [tex]\neg[/tex] P

I'm not sure if that's the reason why the proof is incorrect. The theorem seems fine.
Yeah, that's the problem with the proof. Assuming what you want to prove and showing the assumption leads to a true statement doesn't tell you anything about whether the initial assumption was correct because (F→T)=T.
 
  • #5
Mark44 said:
In your proof in your first post, you are assuming that x = 7, and then concluding that x = 7. This is not very interesting.

The second thing to point out is that you say


That (the part after if) is precisely what you need to prove, and you have completely glossed over it.

This is a very simple proof, so you don't need to (and shouldn't) work with the contrapositive. Just start from the three given conditions, a very important one of which is (2x - 5)/(x - 4) = 3, and conclude that x = 7.

Ya, you're right; that's the question though.

The book told me to refer to a proof strategy in which you have givens, and the statement you want to prove is [tex] P \rightarrow Q [/tex] in which you assume P as a given, and prove Q. Which is similar to what you're saying?
 
  • #6
That's not only similar to what I'm saying, that's what I'm saying.
 
  • #7
I don't still understand how assuming P, then proving Q shows that [tex]
P \rightarrow Q
[/tex] is true?
 
  • #8
How does it not?
 
  • #9
johnnyies, IMO, you're getting wrapped around the axle fretting about P --> Q and contrapositives and such, when you should just jump in and prove the thing.

You know that x is a real number other than 4, and you know that (2x - 5)/(x - 4) = 3, so what can you conclude from these conditions? By "conclude" I mean what statement can you arrive at by using ordinary mathematical operations.
 
  • #10
johnnyies said:
I don't still understand how assuming P, then proving Q shows that [tex]
P \rightarrow Q
[/tex] is true?
When you assume P, you mean statement P is true. When you prove Q, you mean statement Q is true. From the truth table for P→Q, you can see P→Q is true.

From a more intuitive viewpoint, for the theorem P→Q to be true, the truth table says if the conditions are met, i.e. P=true, then the conclusion must also hold, i.e. Q=true. If the conditions aren't met, i.e. P=false, then the theorem tells you nothing because the conclusion could hold or not hold, i.e. Q either true or false, and the theorem P→Q would still be true.

On the other hand, if the conditions are met, i.e. P=true and the conclusion doesn't hold, i.e. Q=false, the theorem P→Q must be false.
 
  • #11
Don't think logically, think mathematically. Take your rational equation and solve for x, using only reversibles.
 
  • #12
I don't think the OP's question is about how to prove this specific theorem. It's about the logical structure of proofs, what's acceptable and what's not. He or she was given an example proof and asked to determine whether and why it was valid or not. I'm guessing this is from a "how to write proofs" course.
 
  • #13
In that case, the proof begs the question.
 
  • #14
vela said:
I don't think the OP's question is about how to prove this specific theorem. It's about the logical structure of proofs, what's acceptable and what's not. He or she was given an example proof and asked to determine whether and why it was valid or not. I'm guessing this is from a "how to write proofs" course.
I hadn't considered that possibility, but it could very well be the case here.

Looking at the OP's question in that light, the problem was to find the flaw in the proof that P --> Q, where P is the statement, (2x - 5)/(x - 4) = 3, and Q is the statement, x = 7. I am omitting the assumption that x is a real number not equal to 4.

The proof was actually for Q --> P, the converse of the original implication.
 
  • #15
johnnyies said:
I don't still understand how assuming P, then proving Q shows that [tex]
P \rightarrow Q
[/tex] is true?
Because that's exactly what [itex]P\rightarrow Q[/itex] means! "If P is true then Q is true". Proving that any time P is true (assuming P), Q is also true is exactly what proving [itex]P\rightarrow Q[/itex] means.
 
Last edited by a moderator:

FAQ: Why Does Assuming x Equals 7 Not Prove the Theorem?

What is a proof in science?

A proof in science is a logical and systematic process of demonstrating the validity of a hypothesis or theory. It involves gathering and analyzing data and evidence in order to support or refute a particular claim.

Why is it important to identify what's wrong with a proof?

Identifying what's wrong with a proof is important because it allows us to identify any flaws or errors in the reasoning or evidence presented. This helps us to ensure the accuracy and reliability of scientific findings and prevent false or misleading conclusions.

What are some common mistakes or errors in scientific proofs?

Some common mistakes or errors in scientific proofs include biased or incomplete data, flawed experimental design, faulty statistical analysis, and incorrect interpretation of results.

How can we determine if a proof is valid or not?

A valid proof is one that follows a logical and consistent line of reasoning, is based on reliable and unbiased data, and has been subjected to rigorous testing and peer review. To determine the validity of a proof, it is important to critically evaluate the methodology, evidence, and conclusions presented.

What should be done if a proof is found to be flawed?

If a proof is found to be flawed, it should be re-evaluated and potentially revised or corrected. The scientific community may also conduct further studies to confirm or refute the findings of the flawed proof. It is important to address and correct any flaws in scientific proofs in order to maintain the integrity and credibility of scientific research.

Similar threads

Back
Top