hyper0(a, = b + 1 hyper1(a, = a + b (Addition) hyper2(a, = a * b (Multiplication) hyper3(a, = ab (Exponention) hyper4(a, = ba (Tetration)
In other words, the next hyper operator is a repeated occurence of the previous one.
Now I've given a brief explanation of the hyper operator. I have a question.
--------
GIVEN n ∈ +ℤ AND n ≠ 0
PROVE THAT hypern(2,2) = 4 FOR ALL POSSIBLE VALUES OF N
Simple right? 2+2 = 4, 2*2 = 4, 22 = 4 and 22 = 4. Prove that this is true for all above cases. Or if NOT. Find a counter example. Given that n is in the set of positive integers and n is not equal to 0.