Prove that an analytic function, real-valued on radii $[0, 1)$ and $[0, e^{i\pi\sqrt 2})$, is constant on the open unit disk

Proof. Since $f$ is analytic we can write that $$ f(z) = \sum_{k=0}^\infty a_kz^k = a_0 + \sum_{k=1}^\infty a_kz^k $$ $a_0 = f(0) - $ real. Assume that some $\exists k_0>0:a_{k_0} \neq 0$. Then $$ f(z) = a_0 + a_kz^{k_0} + O(z^{k_0+1}) $$ Since it is real-valued on $[0,1)$ then $$ \lim_{x\rightarrow0}\frac{f(x) - a_0}{x^{k_0}} = a_{k_0} \in \mathbb{R}. $$ Since it is real-valued on $[0,e^{i\pi\sqrt{2}})$ then for $t \in [0, 1)$ $$ f(te^{i\pi\sqrt{2}}) = a_0+a_{k_0}t^{k_0}e^{i\pi\sqrt{2}k_0}+O(t^{k_{0}+1}) $$ For some $t_0$ this $|O(t_0^{k_0+1})| < Ct^{k_0}$ (I don't want to calculate this constant $C$, but it have to be less than $|a_{k_0}e^{i\pi\sqrt{2}}-a_0|$), hence $f(t_0e^{i\pi\sqrt{2}}) \notin \mathbb{R}$ and with have a contradiction with the assumption that $a_{k_0} \neq 0$.

Edit. $e^{i\pi\sqrt{2}n} \in \mathbb{C} \backslash\mathbb{R}$ since $\sqrt{2}$ is irrational.


$f$ is analytic so we can write: $$ f(z) = \sum_{n=0}^\infty a_nz^n $$

Specifically for $x \in [0,1)$: $$ f(x) = \sum_{n=0}^\infty a_nx^n = \sum_{n=0}^\infty \text{Re}a_nx^n + i\sum_{n=0}^\infty \text{Im}a_nx^n $$

Since $f$ is real valued in $[0, 1)$ we get for $x \in [0,1)$: $$ \sum_{n=0}^\infty \text{Im}a_nx^n = 0 $$

This is a Tayolr series with real coefficients of the real $0$ function and so $\text{Im}a_n$ must all be $0$ (because of the uniqueness of the Taylor series) meaning that $a_n$ are all real numbers.

So we got that $f(z) = \sum_{n=0}^\infty a_nz^n$ and $a_n$ are real.

Now for $z \in [0,e^{i\pi\sqrt{2}})$ we write $z = te^{i\pi\sqrt{2}}$ where $t \in [0,1)$

And then: $$ f(z) = \sum a_nz^n = \sum a_n(te^{i\pi\sqrt{2}})^n = \sum a_nt^ne^{i\pi n\sqrt{2}} = $$ $$ \sum a_nt^n\cos\pi n\sqrt{2} + i\sum a_nt^n\sin\pi n\sqrt{2} $$

Since $f$ is real valued in $[0,e^{i\pi\sqrt{2}})$, and $a_n$ are real we get that for $t \in [0,1)$ $$ \sum a_n\sin\pi n\sqrt{2}t^n = 0 $$

And from here we get that $a_n\sin\pi n\sqrt{2} = 0$ for all $n$. For $n > 0$ it must be that $a_n=0$ but $a_0$ may or may not be $0$.

So in total we got that $f(z) = a_0$