So far when I looked at tetration I noticed it had a recursive relation. It's $t_2=2^{(t_1)}.$
For example if we start at point $(0,1)$, we can take the x-value of $0$, and $2^0=1$, then we take $1$ and get $2^1=2$, and so on, for $^{x} 2$.
$$\begin{align} & (0,1)\\ & (1,2) \\ & (2,4) \\ & (4,16) \\ & (16,65536) \\ \end{align} $$
If you take this relation you basically get all the integers for $^{x} 2$. If it is all raised by $2$. We can find $1/2$ between each integer by using $x^{x^{(t_1)}}=(t_2) $, which will give the intermediate values.
However, unlike exponents, and addition, there is no similarity to the "x's" between each integer.
For example, if we take the function $2^x$, and take $1.5$, you would get $2\sqrt{2}$, and if you multiply by $\sqrt{2}$ you get $4$. For each $1/2$ between each integer the factor was by $\sqrt{2}$.
However the (x's) for tetrations are different. Also if you divide by $1/4^{th}$ you would $x^{x^{x^{x^{(t_1)}}}}=2^{(t_1)} $. However if you take $x^{x^{(2^{(t_1)})}} $, it's not equal to the half intervals.
Also if you take the inverse of $2^{(t_1)}$ you would get $\log_2(t_1)$ , so lets take $\log_2(t_1)=1 $, we get $0$, but if we take $\log_2(t_1)= 0$ , it would be undefined, (some would argue it's $-\infty$).
So what are all the requirements for a real continuous tetration function? What are the problems with Kneser's method, if any? Do you personally think there is a solution to a "tetration function"?