Abstract algebra/Equivalence relations and congruence classes

From testwiki
Jump to navigation Jump to search

We often wish to describe how two mathematical entities within a set are related. For example, if we were to look at the set of all people on Earth, we could define "is a child of" as a relationship. Similarly, the operator defines a relation on the set of integers. Formally speaking, a relation is a binary proposition defined on two elements of a set, and is generally written with an infix operator. We will write ab for some a,bG and for some relation .

However, there are very many types of relations. Indeed, further inspection of our earlier examples reveals that the two relations are quite different. In the case of the "is a child of" relationship, we observe that there are some people A,B where neither A is a child of B, nor B is a child of A. In the case of the operator, we know that for any two integers m,nZ exactly one of mn or n>m is true. In order to learn anything about relations, we must look at a smaller class of relations.

In particular, we care about the following properties of relations:

  • Reflexivity: aa for all aG.
  • Symmetry: abba for all a,bG.
  • Transitivity: abbcac for all a,b,cG.

One should note that in all three of these properties, we quantify across _all_ elements of the set.

A total order relation which exhibits the properties of reflexivity, symmetry and transitivity is called an equivalence relation. Two elements related under an equivalence relation are called equivalent.


Example: For a fixed integer p, we define a relation p on the set of integers such that apb if and only if ab=kp for some kZ. Prove that this defines an equivalence relation on the set of integers.

Proof:

  • Reflexivity: For any aG, it follows immediately that aa=0=0p, and thus apa for all aG.
  • Symmetry: For any a,bG, assume that apb. It must then be the case that ab=kp for some integer k, and ba=(k)p. Since k is an integer, k must also be an integer. Thus, apbbpa for all a,bG.
  • Transivity: For any a,b,cG, assume that apb and bpc. Then ab=k1p and bc=k2p for some integers k1,k2. By adding these two equalities togeter, we get (ab)+(bc)=(k1p)+(k2p)ac=(k1+k2)p, and thus apc

Q.E.D.

Remark. In elementary number theory we denote this relation ab(mod p) and say a is equivalent to b modulo p.


Congruence classes (sometimes called equivalence classes) are partitionings of a set according to an equivalence relation. In other words, for any element aG we define a subset [a]G as:

[a]={bG|ab}

Theorem: b[a][b]=[a]

Proof: Assume b[a]. Then, by construction ab.

  • []: Let p be an arbitrary element of [b]. Then pb by construction of the equivalence class, and pa by transitivity of equivalence relations. Thus, p[b]p[a], or that [b][a].
  • []: Let q be an arbitrary element of [a]. Then, by construction qa. By transitivity, qb, so q[b]. Thus, q[a]q[b], or that [a][b].

As [a][b] and as [b][a], it must be the case that [b]=[a].

Q.E.D.


Template:Incomplete