4

I was reading up on tetration when I realized: $$2 \uparrow\uparrow 2 = 2\uparrow 2 = 2 \times 2 = 2+2 =4$$ Infact, when generally speaking: $$ 2 \uparrow^n 2 =4$$ Now, I realize that this is because of the binary nature of binary operations. I require a formal way to prove that $2 \uparrow^n 2 = 4$
Please, can you help?

Nick
  • 6,804

2 Answers2

6

Well from the definition $a\uparrow^n2=a\uparrow^{n-1}a$ so for $a=2$ you get $2\uparrow^n2=2\uparrow^{n-1}2=\ldots=2\uparrow2=4$.

user2345215
  • 16,422
  • It's silly how beautiful such a simple idea is to me. Indeed, it's very magnificent. – Nick Nov 16 '14 at 18:00
2

Hint: Use induction.

If you have the luxury of defining your operation, you should define it recursively. If not, and your definition isn't recursive, then wow that's cool but you should probably tell us about it.

Eric Stucky
  • 12,758
  • 3
  • 38
  • 69