Proving with contrapositive methode instead of contradition

  • Thread starter Thread starter Uljanov
  • Start date Start date
  • Tags Tags
    Contrapositive
AI Thread Summary
The discussion focuses on proving the statement that the product of a rational number and an irrational number is irrational using the contrapositive method. The contrapositive is formulated as "if xy is rational, then x and y are either both rational or both irrational." Participants express difficulty in transitioning from the contrapositive to a formal proof, noting that assuming xy is rational leads back to the irrationality of y. The conversation highlights that proof by contradiction and contrapositive proofs are conceptually similar, as both involve demonstrating implications. A more suitable example of a contrapositive proof is provided, illustrating its effectiveness in certain contexts.
Uljanov
Messages
2
Reaction score
0
Could you tell me how to write a very formal proof of the statement below with the contrapositive methode, if possible.
(I know how to do it with contradiction)

Let x be a rational number and y an irrational number, then x times y is irrational.


V. Uljanov
 
Physics news on Phys.org
The contrapositive of this is "if xy is rational then x and y are either both rational or both irrational" and this can be proved with similar steps to the proof you already have.
 
Thx, but I can't see how to proceed in the same manner. If xy=m/n, then x=m/(n*y), but if y is irrational I am back to the start, and can't say anything about x.

In contradiction I assumed xy=m/n, and got y=m/(n*x)=ml/nk=m'/n' (x was rational), and this lead to the contradiction of y beeing irrational from the start.
 
Exactly as before: assume x is rational, y is irrational and xy is rational, demonstrate the contradiction.

You see the contrapositive of "A implies B" is "(Not B) implies (not A)". With proof by contradiction you assume (not B) and demonstrate (not A), so proof by contradiction is essentially the same as proof of the contrapositive.

If this seems a bit circular and tautological it is because this is a bad example. Contrapositive proofs only make sense where there is no obvious proof of "A implies B", but it is possible to prove "(Not B) implies (not A)".

Here is a better example: "If the angles of a triangle don't add up to 180° the surface is non-Euclidean"; the easiest way to prove this is to prove the contrapositive: if the surface is Euclidean (so we can constuct a line parallel to any side), the angles of a triangle add up to 180°.
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...

Similar threads

Back
Top