Processing math: 100%
Skip to main content

Exercises 9.6 Exercises

1.

Compute the group of units Un for n=10,11,12.

3.

Prove that if p is prime, then ap≑a (mod p) for every integer a.

5.

Formally prove that Ο•(p)=pβˆ’1 for prime p, by deciding which [a]∈{[0],[1],[2],…,[pβˆ’2],[pβˆ’1]} have gcd(a,p)=1.

6.

Verify Euler's Theorem by hand for n=15 for all relevant a (note that Ο•(15)=8, and remember that a8=((a2)2)2 so we can use modulo reduction at each squaring).

7.

Get the inverse of 29 modulo 31, 33, and 34 using Euler's Theorem.

8.

Evaluate without a calculator 1149 (mod 21) and 139112 (mod 27).

9.

Solve the congruence 33x≑29 (mod 127) and (mod 128).

11.

Use the facts from Section 9.5 to create a general formula for Ο•(N) where N=∏ki=1peii. Then prove it by induction.

12.

Conjecture and prove a necessary (or even sufficient) criterion for when Ο•(n) is even. (Thanks to Jess Wild.)

13.

Compute the Ο• function evaluated at 1492, 1776, and 2001.

Let f(n)=Ο•(n)/n.

14.

Show that f(pk)=f(p) if p is prime.

15.

Find the smallest n such that f(n)<1/5.

16.

Find all n such that f(n)=1/2.

17.

Prove whether there are infinitely many values of Ο• that end in zero.

18.

Conjecture whether there are any relations between m and n that might lead Ο•(m) to divide Ο•(n).

20.

Use the ideas that proved Ο• was multiplicative (Subsection 9.5.2) to see whether you can finally solve the β€œfirst problem”, Section 1.1. Especially think of making a table.