Skip to main content
Logo image

Exercises 6.12 Exercises

1.

Let n represent an integer with nβ‰₯2. Prove that n is prime if and only if n/m is not an integer for every integer m with 2≀m<n2.

2.

Let n represent an integer with nβ‰₯2. Suppose p1,p2,…,pβ„“ is a complete list of prime numbers which are less than or equal to n/2. Prove that n is prime if and only if none of the pi divide n. Careful: Is the statement actually true in the case n=2? n=3? (Why should these cases be given special consideration?)

3.

Call two people twins if they share the same mother and the same birthdate. Consider the statement: β€œif two people are twins, then they share the same birthdate.”

4.

Prove directly: The sum of two rational numbers is a rational number.

6.

Recall that the triangle inequality states that |x+y|≀|x|+|y| for all numbers x and y.
Use the triangle inequality to prove directly: |x+y+z|≀|x|+|y|+|z| for all numbers x,y,z.

7.

Prove by reduction to cases: n3βˆ’n is always divisible by 3.
Hint.
Use cases n=3m,3m+1,3m+2.

8.

Prove by proving the contrapositive: if 2nβˆ’1 is prime, then n is prime.
Hint.
You may find the following β€œdifference of powers” factorization formula useful:
xmβˆ’ym=(xβˆ’y)(xmβˆ’1+xmβˆ’2y+xmβˆ’3y2+β‹―+x2ymβˆ’3+xymβˆ’2+ymβˆ’1).

11.

Prove by contradiction: If m and n are integers such that 11m+19n is odd, then either m or n (or both) must be odd.

14.

Prove that if β„“, m, and n are integers such that β„“ divides m and β„“ divides n, then β„“ divides mn.

15.

Prove that if β„“, m, and n are integers such that mn divides β„“, then both m and n divide β„“.

16.

Suppose that m and n are integers, and p is a prime number. Prove that if p does not divide the product mn, then p cannot divide either of m or n.

Working with a definition.

Exercises 17–19 concern the following definitions.
A square number is an integer which is equal to the square of some integer. An integer is square free if it is not divisible by any square number other than 1.

18.

Prove that a positive number n is square free if and only if for every factorization n=ab, the integers a and b do not share a common factor other than 1.

19.

Prove that a positive number is square free if and only if it is not divisible by the square of a prime number.

20.

A pair of prime numbers p1,p2 is called a twin prime pair if p2=p1+2. A prime number is called an isolated prime if it is not part of a twin prime pair.

(c)

Prove that if p,p+2 is a twin prime pair with pβ‰₯5, then p+1 is divisible by 6.

(d)

Prove that if p,p+2 is a twin prime pair, then pβˆ’2,p and p+2,p+4 cannot be twin prime pairs.