I start with our definitions. We defined $R/I :=\{x+I | x \in R\} $ and $x+I := \{y \in R |y-x \in R\} = \{x+a|a\in R\}$.
Now let's say $R=\mathbb{Z}$ and $I= \mathbb{(nZ)}$ and more specific n=3. This would then be $ 0 + \mathbb{3Z} = \{...,-3,0,3,...\} $
$ 1 + \mathbb{3Z} = \{...,-2,1,4,...\} $
$ 2 + \mathbb{3Z} = \{...,-1,2,5,...\} $
$ 3 + \mathbb{3Z} = \{...,-3,0,3,...\} $
and so on...
I understand here that only the equivalence classes of 0,1,2 are of relevance since every further set is the same set as one of these we already have $(0 = 3 \pmod 3)$. As far as I understand $\mathbb{Z}/n\mathbb{Z}$ is a partition on $\mathbb{Z}$ and with that it would make sense that $\mathbb{Z}/n\mathbb{Z}$ is the whole set of natural numbers. But from what I've seen $\mathbb{Z}/n\mathbb{Z} = \{0,1,2\}$.
Do I misunderstand some notation or definition here or do I generally understand something wrong? I've been reading a lot on this and am confused more and more. I still have problems what a modulo I means.