Nicholas G. Vlamis
mathematician | nvlamis@gc.cuny.edu

Homework 2
MATH 301/601
Test #2 is on Monday, March 3
 


Instructions. Read the Homework Guide to make sure you understand how to successfully complete the assignment. Click here for a pdf version of the homework.


Exercise 1.

For each pair of integers in Exercise 9, HW1, write the gcd as a linear combination.


Exercise 2.

Find all n satisfying each of the following equations.

  1. (a)

    3n2(mod7)

  2. (b)

    5n+113(mod23)

  3. (c)

    5n+113(mod26)

  4. (d)

    5n1(mod6)

  5. (e)

    3n1(mod6)


Definition 1.

An equivalence relation on a set S is a binary relation that is:

  1. (i)

    reflexive, that is, aa for all aS;

  2. (ii)

    symmetric, that is, ab implies ba for all a,bS; and

  3. (iii)

    transitive, that is, ab and bc implies ac for all a,b,cS.


Exercise 3.

Let n. Prove that equivalence modulo n is an equivalence relation on .


*Exercise 4.

Let n. Prove that given any m there exists a unique element a{0,1,2,,n1} such that ma(modn). (Hint: Use the division algorithm.)


Exercise 5.

Let n, and let a,b. Prove that if ab(modn), then

gcd(a,n)=gcd(b,n).

*Exercise 6.

Let n with n>1, and let a.

  1. (a)

    Prove that if gcd(a,n)=1 and b,c such that abac(modn), then bc(modn).

  2. (b)

    Give an example of integers n,a,b,c such that a0(modn), bc(modn), and abac(modn).


**Exercise 7.

Let m,n be relatively prime, and let a,b. Prove that there exists x such that

x a(modm)
x b(modn).

(Hint: Start by writing 1 as a linear combination of m and n.)


Exercise 8.

Let n.

  1. (a)

    Prove that 10n1(mod9). (There are numerous ways to see this. One way is to use induction.)

  2. (b)

    (Divisibility by 9) Define h: by

    h(n)=j=0kaj,

    where

    n=j=0k(aj10j).

    In words, h(n) is the sum of the digits of n when written in base 10. For example, if n=27301, then h(n)=1+0+3+7+2=13. Prove the following statement: Let n. Then, 9n if and only if 9h(n). (Hint: You will have to use part (a).)


*Exercise 9.

Let n.

  1. (a)

    Prove that 10n(1)n(mod11). (Hint: use induction.)

  2. (b)

    (Divisibility by 11) Define f: by

    f(n)=j=0k(1)jaj,

    where

    n=j=0k(aj10j).

    In words, f(n) is the alternating sum of the digits of n when written in base 10. For example, if n=27301, then f(n)=10+37+2=1. Prove the following statement: Let n. Then, 11n if and only if 11f(n). (Hint: You will have to use part (a).)


Exercise 10.

Let D4 denote the set of all rigid motions of a square.

  1. (a)

    Describe all the elements of D4. (You do not need to prove you have them all, but do your best. We will do an official count in class at a later date.)

  2. (b)

    Every rigid motion of the square permutes its vertices. Describe a permutation of the vertices of the square that cannot be obtained via a rigid motion. (It will be helpful to know something about distances, so you may assume the Pythagorean theorem: a2+b2=c2, where a and b are the lengths of the legs of a right triangle and c is the length its hypotenuse.)


*Exercise 11.

Let D denote the set of bijections {f::|f(n)f(m)|=|nm|}. Alternatively, D is the set of rigid motions of the tick-mark pattern shown in Figure 1.

  1. (a)

    Describe the elements of D. (Note there are infinitely many.)

  2. (b)

    Find a finite generating set for D.


Refer to caption
Figure 1: A pattern whose set of rigid motions is D. The dots indicate that the pattern repeates indefinitely to the right and to the left.

**Exercise 12.

Let S2 denote the set rigid motions of the Frieze pattern shown in Figure 2.

  1. (a)

    Describe the elements of S2. (Note there are infinitely many.)

  2. (b)

    Find a finite generating set for S2.


Refer to caption
Figure 2: A frieze pattern. The dots indicate that the pattern repeates indefinitely to the right and to the left.

Exercises 13–16 each ask you to establish that a given set with an associated binary operation is a group. In each case, you can assume that the operation is associative, so you only need to establish an identity element and inverses.


Exercise 13.

Complete Exercise 2 in Section 3.5 of the textbook.


Exercise 14.

Recall that the complex numbers are the set ={x+iy:x,y}, where i2=1. For z=x+iy, we let z¯=xiy and |z|=zz¯=x2+y2. Let 𝕋={z:|z|=1}, so that 𝕋 is the unit circle. Prove that 𝕋, equipped with complex multiplication, is a group.


Exercise 15.

Prove that the set of matrices of the form

(1xy01z001)

is a group under matrix multiplication. (This group is called the Heisenberg group. It is important in many areas, including quantum physics and robotic motions.)


*Exercise 16.

Let p. Let GL(2,p) denote the set of non-zero-determinant 2×2 matrices with entries in p, that is,

GL(2,p)={(abcd):a,b,c,dp and adbc0¯}.

Prove that GL(2,p) is a group if and only if p is prime. (Hint: the formula for the inverse of a 2-by-2 matrix you learned in linear algebra is still going to be valid! But be careful: what is a fraction?)


Exercise 17.

Let G be a group. Prove that for any g1,g2,,gnG, the inverse of g1g2gn is gn1gn11g11. (This is an induction problem.)


Exercise 18.

Let U(n) be the group of units in n, i.e., U(n)={a¯:gcd(a,n)=1} equipped with multiplcation modulo n. If n>2, prove that there is an element kU(n) such that k2=1¯ and k1¯.


Exercise 19.

Show that if a2=e for every element a in a group G, then G is abelian.


Exercise 20.

Show that if G is a finite group of even order, then there exists aG such that a is not the identity and a2=e.


*Exercise 21.

Let G be a group. Prove that if (ab)2=a2b2 for all a and b in G, then G is abelian.