Let $P$ and $Q$ be distinct nonzero prime ideals of a Dedekind domain, $R$. Show that $P^{m} + Q^{n} = R$ for integers $m$, $n$.
It's clear to me that $P+Q=R$ since both $P$ and $Q$ are maximal and $P+Q$ is the smallest ideal containing both $P$ and $Q$; hence $R$. My thought was then that there exists $x \in P$, $y \in Q$ such that $x-y=1 \in P+Q$. Letting $d=\operatorname{lcm}(m,n)$, then $x^{d}-y^{d} \in P^{m}+Q^{n}$, so $$x^{d}-y^{d}=(x-y)(x^{d-1} + x^{d-2}y + \cdots + xy^{d-2} + y^{d-1}).$$ But since I don't know that $P^m + Q^n$ is prime, I don't see that this implies that $1 \in P^{m}+Q^{n}$. Am I on the right track? Any help would be greatly appreciated.