With modulo arithmetic any number that is equivalent to another can be substituted in arithmetic without changing the result. In an error correcting code any strings that are equivalent are interpreted as the same data. This section develops the properties that define equivalence in a general sense.
Determine whether the following relation is an equivalence relation. Consider the set \(\Pow(X)\) for the set \(X=\{a,b,c\}.\) Let the relation \(R\) be defined by \(A\) is related to \(B\) if and only if \(A \subseteq B.\) It may help to list all the elements of \(\Pow(X)\) first using the definition of power set.
Determine whether the following relation is an equivalence relation. Let the relation \(R\) on the set of integers be defined by \(aRb\) if and only if \(a \equiv b \pmod n.\) Note the value of \(n\) is irrelevant here.
Determine whether the following relation is an equivalence relation. Let the relation \(R\) on the set of integers be defined by \(aRb\) if and only if \(a|b.\)
Determine whether the following relation is an equivalence relation. Let the relation \(R\) on the set of real numbers be defined by \(aRb\) if and only if \(a \le b.\)
For an equivalence relation \(R\text{,}\) a set of elements, denoted \([y]\text{,}\) is an equivalence class if and only if \([y]=\{ x \: | \: xRy \}.\)
Consider the equivalence relation defined by \(aRb\) if and only if \(a \cong b \pmod 5\text{.}\) Find the equivalence class \([0]\text{.}\) List at least four elements.
\([0]\) is the set of all integers \(n\) such that \(n \cong 0 \pmod 5.\) We calculated some of these before: \(0,5,10,-5,\ldots\) Thus \([0]=\{\ldots, -5, 0, 5, 10, \ldots \}.\)
Consider the relation \(R\) on \(\Z^+ \times \Z^+\) defined by \((a,b)R(c,d)\) if and only if \(ad=bc.\) Find the equivalence class \([(1,2)]\text{.}\) List at least four elements.
Based on previous calculations we know \((2,4)R(1,2),\text{,}\)\((3,6)R(1,2),\) and \((-1,-2)R(1,2).\) Thus \([(1,2)]=\{\ldots, (-1,-2), (1,2), (2,4), (3,6), \ldots \}.\)
Note \(5 \not| (1-0)\) so \([0]\) and \([1]\) are distinct equivalence classes. Also \(5 \not| (2-0)\) and \(5 \not|(2-1).\) Thus \([2]\) is a third, distinct equivalence class.
Two five bit, binary code words are equivalent if they are distance two or less from one of the selected code words. List all the code words equivalent to 00000.
Consider the following equivalence relation. \(X=\{mx+b \: | \: m,b \in \R \},\) the set of all 2D lines. \(R\) is defined by \(\ell_1(x)=m_1x+b_1 \equiv \ell_2(x)=m_2x+b_2\) if and only if \(m_1=m_2.\)
Consider the following equivalence relation. \(X=\{mx+b \: | \: m,b \in \R \},\) the set of all 2D lines. \(R\) is defined by \(\ell_1(x)=m_1x+b_1 \equiv \ell_2(x)=m_2x+b_2\) if and only if \(m_1=m_2.\)