By using a suitable convergence theorem, show that if $f$ and $g$ have the same Fourier series, and f, g are both continuous, then f = g on $[-\pi, \pi]$. (f, g has periodic $2\pi$)
If the partial sum of the Fourier Series, say, $S_n(f;x)$, which is (by assumption) equal to $S_n(g;x)$, converges uniformly to function $f$ and $g$, then the problem would be easily solved:
given $\epsilon\gt0, \exists N_1,N_2\in \mathbb{N}$, such that when$n\gt N_1, N_2$, respectively we have
$|f-S_n(f;x)| \le {\epsilon\over2} , |g - S_n(f;x)| \le {\epsilon\over2} $
then, $|f - g| \le |f-S_n(f;x)| + |g - S_n(f;x)| \le {\epsilon\over2} + {\epsilon\over2} = \epsilon$ for $\forall n\gt max\{N_1, N_2\}$
However, I am aware that the above argument is based on the belief that the partial sum will uniformly converge. To prove the uniformity, I find this theorem:
Theorem: The Fourier series of a 2π-periodic continuous and piecewise smooth function converges uniformly.
But apparently, we lack the information to verify whether the conditions will meet. So what should I do?