Let $n \in \mathbb{N}$ and $p$ be a prime number. Let $f(x),g(x) \in \mathbb{Z}_{p^n}[x]$ such that, in $\mathbb{Z}_{p^n}[x]$, $f(x)g(x)=0$. Prove that $a_ib_j=0$ for all $i,j$, where $a_i$ and $b_j$ are the coefficients of $f(x)$ and $g(x)$.
I have the set of equations (for degree $r$ and degree $s$): $$a_rb_s=0, a_rb_{s-1}+a_{r-1}b_s=0,...,a_0b_0=0.$$ From these, how do I conclude $a_ib_j=0$ for all $i,j$? Also, I found that for $n=1$, the polynomial ring is an integral domain, so the conclusion holds. I had an idea to use induction on $n$, but do not know how to proceed.