The question is as follows:
Define a relation ~ on Zp where p is an odd prime, as follows: [a]p ~ [b]p if 2ia = b mod p for some i in N. show that ~ is an equivalence relation on Zp
I know that to show an equivalence relation you have to show the reflexive, symmetric and transitive properties hold.
reflexive: [a]p ~ [a]p 2ia = a mod p this is true since any multiple of a consequence class is equal to itself
symmetric: [a]p ~ [b]p , [b]p ~ [a]p I know that I need to show that 2ia = b mod p and 2ib = a mod p but I am unsure if the logic is sound.
2ia = b mod p then 2ia = pq + b for some integer q
2ia - b = pq so p|(2ia - b) however p is an odd prime so it can not divide 2i so p|(a - b) and p|(b - a) then p|(2ib - a)
then 2ib - a = pq so 2ib = a mod p
Transitive: [a]p ~ [b]p [b]p ~ [c]p [a]p ~ [c]p 2ia = b mod p and 2ib = c mod p then 2ia = c mod p
2ia = pq + b and 2ib = pr + c for integers q, r
then 2ia + 2ib = pq + pr + c+ b
2i(a + b) - (c + b) = p(q + r)
so p divides the LHS but as in the above argument p does not divide 2i so p|[(a + b) - (c + b)]
so p|(a - c) then p|(2ia - c) so 2ia - c = p(q + r) so 2ia = c mod p
have I done enough to prove the relation and is my arguments logically sound?


LinkBack URL
About LinkBacks
