Is it true that if a ring is not a UFD then it's not a Euclidean Domain?
I have a ring $R=\mathbb{Z}[\sqrt{-d}]=\{ a+b\sqrt{-d} \mid a,b \in \mathbb{Z} \}$ where $d$ is a square free integer. I want to show that it's not a Euclidean domain.
I have read from Why is $\mathbb{Z}[\sqrt{−n}]$ not a UFD? and it makes sense to me. But is there a way to show that it's not a Euclidean domain without using UFD?
EDITED: Thanks @anon for the comment, that way seems very straight forward and I'm sure it is easier than the one I need to do it with. Our professor wanted us to prove it the following way:
First prove that $\delta(z)>0$ if $z\in R$ is not a unit, then prove that there exists a non-unit element $x\in R$ such that $\delta(x) \le \delta(z)$ for every non-unit element $z \in R$, then show that a remainder from the division by $x$ must be a unit in $R$, and that for every $w \in R$ at least one of the three elements $w, w+1$, and $w-1$ must be divisible by $x$ in $R$. Lastly, show that one can pick $w \in \mathbb{Z} \subset R$ such that none of the elements $w$, $w+1$, and $w-1$ is divisible by $x$ in $R$.
And I have no idea how I need to proceed from this.