The graph of $x^8 + y^8 = a^8$ looks like this:(if $ a=2$)

From the graph, it seems to me that any tangent to the curve will not intersect the curve. But I want to prove it mathematically, can anyone help?
Update:
I have figured out a probable solution.
Let tangent at $(x_1,y_1)$ meets the curve again at $(x_2, y_2)$
So, the tangents at $(x_1,y_1)$ and at $(x_2,y_2)$ are the same. The tangents are:
$$xx_1^7 + yy^7_1 = a^8$$ $$xx_1^7 + yy^7_1 = a^8$$ As they are the same equation, $$\frac{x_1^7}{x_2^7} = \frac{y_1^7}{y_2^7} = \frac{a^8}{a^8} =1$$
So, $$x_1^7= x_2^7$$ Let, $x_1 = kx_2$, where $k \in \mathbb R$ So, $$k^7x_2^7-x_2^7 = 0$$ $$x_2^7(k^7-1)=0$$ So, we can say $(k^7-1)=0$ and from complex analysis, $1$ has only one real seventh root and that is $1$. So, $x_1$ and $x_2$ are the same point and by contradiction our claim is proved to be true.
Is the proof okay?
$$(x+x(A))^8+(y+y(A))^8-a^8=\x(A)^8+y(A)^8-a^8+8x(A)^7x+8y(A)^8y +\ldots=\8 x(A)^7x+8y(A)^8 +\ldots$$
or when translated back
$$(x-x(A)) x(A)^7+(y-y(A)) y(A)^8=\x(A)^7x+y(A)^7y-(x(A)^8+y(A)^8-a^8)-a^8=\x(A)^7x+y(A)^7y-a^8=0.$$
– Jan-Magnus Økland Feb 02 '25 at 11:15