I have a problem reading a discussion forum post. Namely, in the ASCII text, is 2^3^4 the same as $(2^3)^4$ or $2^{3^4}$?
2026-04-24 09:24:11.1777022651
Powers in ASCII text
437 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
I believe that usually the intended meaning of a^b^c or $a^{b^c}$ is $a^{(b^c)}$.
The reason is that if someone wants to write $(a^b)^c$, he can use the equivalent expression $a^{bc}$ instead.
In particular, this seems to be quite common in cardinal arithmetic - I think no one will doubt what is meant when someone writes $2^{2^{\aleph_0}}$ even when it's not indicated by brackets: $2^{(2^{\aleph_0})}$.