Given $F$ is integral domain, prove $F[X]$ is integral domain
Need to prove:(I did not use the condition: $F$ is integral domain)
Proof: $f(x)g(x) = 0 \Leftrightarrow f(x) = 0 \text{ or } g(x) = 0 $
Here is my proof, can anyone check whether it make scene or not $$ \begin{align*} \deg(f(x)g(x)) &= \deg(f(x)) + \deg(g(x)) \\ f(x)g(x) &= 0 \\ \implies \deg(f(x)g(x)) &= \deg(f(x)) + \deg(g(x)) = \deg(0) \\ \because \deg(f(x)) + \deg(g(x)) &= - \infty \\ \implies \deg(f(x)) &= -\infty \text{ or } deg(g(x)) = -\infty \\ \implies f(x) &= 0 \text{ or } g(x) = 0 \end{align*} $$