This problem has been bugging me for a while. As was stated in the title, I wish to prove:
$A$ is an integrally closed domain $\Rightarrow$ $A[t]$ is integrally closed domain
Here's what I have so far...
Suppose $f \in k(t) = Frac(A[t])$ is integral over $A[t]$. Then, trivially, it is integral over $k[t]$. However, $k[t]$ is a PID, hence a UFD, and is thus integrally closed. So $f \in k[t]$.
So the problem is reduced to:
$A$ is an integrally closed domain $\Rightarrow$ $A[t]$ is integrally closed in $k[t]$.
Now, $f$ is integral. We may (with no loss of generality) assume $f$ is monic by adding a high power of $t$. (Since $t^n$ is integral, $t^n + f$ is integral if and only if $f$ is.) We write $$f^n + a_{n-1}f^{n-1} + \ldots + a_1 f + a_0 = 0$$
$$f (f^{n-1} + a_{n-1} f^{n-2} + \ldots + a_2 f + a_1 ) = -a_0$$
Now I'd like to be able to use the Gauss lemma and win, but every time I try to do that it beats me.
Attempt 1: $f$ is monic, so I'd like to make $f^{n-1} + a_{n-1} f^{n-2} + \ldots + a_2 f + a_1$ monic as well. However, if I divide by the leading coefficient $q$, I have to divide $-a_0$ by $q$. Unfortunately, there's no guarantee (that I know of) keeping $-a_0/q$ in $A[t]$.
Attempt 2: Add a really high power of $t$ to $f$. But there is no bound on the degree of the coefficients, so again there's no guarantee this will be monic.
I think I'm in the right direction, but this problem is getting into my head. Any thoughts are welcome! Thanks
(For those who are interested, this is a question from Neukirch's Algebraic Number Theory Chapter 1, Section 2, Question 2)