I know this one is trivial, but I was wondering: if I have something like $$a^{b^c}$$ then i know that it should be read as $$a^{\left(b^c\right)}$$ if no other parenthesis is present.
Question: if $a=k^2$ for some $k\in\mathbb{N}$, $b=h^2$ for some $h\in\mathbb{N}$, and $c=j^2$ for some $j\in\mathbb{N}$, does the following relation stand true? $$a^{b^c}=k^{k^{h^{h^{j^j}}}}=k^{k\cdot h\cdot h\cdot j\cdot j}$$
No, if $a = c = 4 = 2^2$ and $b = 1 = 1^2$, then the left hand side is $4^{1^4} = 4^1 = 4$, and the right hand side is $2^{8} \not= 4$.