I have been having a lot of trouble teaching myself rings, so much so that even "simple" proofs are really difficult for me. I think I am finally starting to get it, but just to be sure could some one please check this proof that $\mathbb Z[i]/\langle 1 - i \rangle$ is a field. Thank you.
Proof: Notice that $$\langle 1 - i \rangle\\ \Rightarrow 1 = i\\ \Rightarrow 2 = 0.$$ Thus all elements of the form $a+ bi + \langle 1 - i \rangle$ can be rewritten as $a+ b + \langle 1 - i \rangle$. But since $2=0$ this implies that the elements that are left can be written as $1 + \langle 1 - i \rangle$ or $0 + \langle 1 - i \rangle$. Thus $$ \mathbb Z[i]/ \langle 1 - i \rangle = \{ 0+ \langle 1 - i \rangle , 1 + \langle 1 - i \rangle\}. $$
This is obviously a commutative ring with unity and no zero-divisors, thus it is a finite integral domain, and hence is a field. $\square$
Your answer is great, but I'd like to give a different view as well.
A standard first or second example of a Euclidean Domain is the Gaussian integers $\mathbb{Z}[i]$, so that in particular the Gaussian integers form a principal ideal domain. We also know that in PIDs, nonzero prime ideals are maximal. So if we were to show that $1 - i$ is a Gaussian prime, then $\langle 1 - i \rangle$ would be a prime ideal, and thus a maximal ideal. Thus, quotienting by it would give a field.
So how do we show that $1 - i$ is prime? Well, compute its norm (from the Euclidean Domain norm, where $|x + iy| = x^2 + y^2$. Its norm is $2$. Norms are multiplicative, so if $1-i = ab$, then $2 = |a||b|$. But its norm is also an integer, and $2$ is a prime (in the reals). Thus $1-i$ is a prime.
And so we have it.