Abstract Algebra/Equivalence relations and congruence classes

From testwiki
Revision as of 13:13, 25 January 2020 by imported>1234qwer1234qwer4 (Partitions of a set: typo, typo(s) fixed: neccesarily → necessarily using AWB)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:TOC right 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. A binary relation, hereafter referred to simply as a relation, is a binary proposition defined on any selection of the elements of two sets.

Formally, a relation is any arbitrary subset of the Cartesian product between two sets X and Y so that, for a relation R, RX×Y. In this case, X is referred to as the domain of the relation and Y is referred to as its codomain. If an ordered pair (x,y) is an element of R (where, by the definition of R, xX and yY), then we say that x is related to y by R. We will use R(x) to denote the set

{yY:(x,y)R}.

In other words, R(x) is used to denote the set of all elements in the codomain of R to which some x in the domain is related.

Equivalence relations

To denote that two elements x and y are related for a relation R which is a subset of some Cartesian product X×X, we will use an infix operator. We write xy for some x,yX and (x,y)R.

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 about relations, we must look at a smaller class of relations.

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

  • Reflexivity: A relation RX×X is reflexive if aa for all aX.
  • Symmetry: A relation RX×X is symmetric if abba for all a,bX.
  • Transitivity: A relation RX×X is transitive if abbcac for all a,b,cX.

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

Any relation RX×X which exhibits the properties of reflexivity, symmetry and transitivity is called an equivalence relation on X. Two elements related by an equivalence relation are called equivalent under the equivalence relation. We write aRb to denote that a and b are equivalent under R. If only one equivalence relation is under consideration, we can instead write simply ab. As a notational convenience, we can simply say that is an equivalence relation on a set X and let the rest be implied.

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 aX, it follows immediately that aa=0=0p, and thus apa for all aG.
  • Symmetry: For any a,bX, 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.
  • Transitivity: For any a,b,cX, assume that apb and bpc. Then ab=k1p and bc=k2p for some integers k1,k2. By adding these two equalities together, 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.

Equivalence classes

Let be an equivalence relation on X. Then, for any element aX we define the equivalence class of a as the subset [a]X given by

[a]={bX|ab}

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

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

  • We first prove that [b][a]. Let p be an arbitrary element of [b]. Then pb by definition of the equivalence class, and pa by transitivity of equivalence relations. Thus, p[b]p[a] and [b][a].
  • We now prove that [a][b] Let q be an arbitrary element of [a]. Then, by definition qa. By transitivity, qb, so q[b]. Thus, q[a]q[b] and [a][b].

As [a][b] and as [b][a], we have [b]=[a].

Q.E.D.

Partitions of a set

A partition of a set X is a disjoint family of sets Xi, iI, such that iIXi=X.

Theorem: An equivalence relation on X induces a unique partition of X, and likewise, a partition induces a unique equivalence relation on X, such that these are equivalent.

Proof: (Equivalence relation induces Partition): Let P be the set of equivalence classes of . Then, since a[a] for each aX, P=X. Furthermore, by the above theorem, this union is disjoint. Thus the set of equivalence relations of is a partition of X.

(Partition induces Equivalence relation): Let Xi,iI be a partition of X. Then, define on X such that ab if and only if both a and b are elements of the same Xi for some iI. Reflexivity and symmetry of is immediate. For transitivity, if a,bXi and b,cXi for the same iI, we necessarily have a,cXi, and transitivity follows. Thus, is an equivalence relation with Xi,iI as the equivalence classes.

Lastly obtaining a partition P from on X and then obtaining an equivalence equation from P obviously returns again, so and P are equivalent structures.

Q.E.D.

Quotients

Let be an equivalence relation on a set X. Then, define the set X/ as the set of all equivalence classes of X. In order to say anything interesting about this construction we need more theory yet to be developed. However, this is one of the most important constructions we have, and one that will be given much attention throughout the book.

Template:BookCat Template:Subject