Proving with contrapositive methode instead of contradition

  • Context: Undergrad 
  • Thread starter Thread starter Uljanov
  • Start date Start date
  • Tags Tags
    Contrapositive
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
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°.