Solution for Section 3.2 Question 2

2. The question can be rewritten as an if--then statement.  If r and s are two rational numbers, then the product r·s must be a rational number. To prove that an if--then statement (p implies.jpg (563 bytes)q) is true, we assume that p is true and use that to show that q must also be true.

Proof Suppose r and s are rational numbers. Then by the definition of rational, r =  a/b and s =  c/d  for some integers a, b, c and d, where b noteqred.jpg (905 bytes)0 and d noteqred.jpg (905 bytes)0

Multiplying the two expressions together:    r · s

=

a/b · c/d

=

ac/bd

Let x = ac and y = bd. Since Z is closed under multiplication, both x and y are integers. Thus the product r · s = x/y where x, y in.jpg (595 bytes)Z and y noteq.jpg (604 bytes)0 (since b,d noteq.jpg (604 bytes)0). Therefore the product of any two rational numbers is rational.

Back to Section 3.2