Avichal said:
The concept of relations and sets is really useful but I don't really understand the use of equivalence relation and other defined things.
Maybe an application of equivalent relation might help
You have the concept of a rational number. But 'what' are they? Or a better question: how can I represent them in terms of things I already know?
Well, that's easy. We learned in elementary school a number of ways to write rational numbers. A common way is that they are a pair of numbers: a numerator and a denominator, which are both integers!
Oh, but wait: 2/4 and 3/6 are the same rational number. So just representing a pair of numbers is not good enough: we must have an additional notion of when two different pairs of numbers really represent the same rational number. That is, when they are are
equivalent: i.e. we need an
equivalence relation.
In this case, the relevant equivalence relation is that a/b ~ c/d if and only if ad = bc.
It is very common that one is interested in some sort of object, and one knows how to represent that object as a different sort of object, but two different representations are really the same object. So one needs to also find an equivalence relation on the representations, in order to use this representation to help understand the thing you're really interested in!
The converse happens too: we understand two different sorts of objects, and we discover that we can use one sort of object to represent the other sort. Sometimes, the relationship between the sorts objects is best understood by figuring out the equivalence relation the representation defines.
This last paragraph may be a little muddled, so let me give an example. It's going to the the same example as before, but from a different angle.
We understand rational numbers. And we also understand pairs of integers with the second number nonzero. And we know there is a relationship between them: the pair (x,y) yields the rational number x/y.
But how do we do computations with rational numbers? Most of the time, it involves representing x/y by a corresponding pair (x,y), and doing computation with the pairs. So for the sake of computation, it is very helpful to know that the pairs (x,y) and (s,t) correspond to the same rational number if and only if xt = ys.