Let us say that there is the group with addition modulo 6:
$G = \{0,1,2,3,4,5\}$ and let $N = \{0,3 \}$.
Then the quotient group $G/N$ would be $G/N = \{ \{0,3\}, \{1,4 \}, \{2,5\} \}$.
According to my sources, they say that as $N$ is normal subgroup, $G/N$ must be also group. As the group $G$ is abelian, according to my sources (Wikipedia and textbook), they say that $G/N$ must be abelian group.
The question is, by quotient group $G/N$ being group, is group operation done by assuming that in the example, $0$ and $3$ are treated same, $1$ and $4$ are treated same and $2$ and $5$ are treated same? And abelian-ness can be checked by adding $(3+4) \pmod 6 = (4+3) \pmod 6 = 1 = 4?$
Or is this something else?