Jump to content


Photo

Proof question - Prove hyper[n](2,2) = 4


  • Please log in to reply
8 replies to this topic

#1 roytheshort

roytheshort

    Wind Up Merchant

  • GMC Member
  • 347 posts
  • Version:GM8

Posted 16 August 2012 - 04:45 PM

Hyper Operator Wikipedia Page.

hyper0(a,B) = b + 1
hyper1(a,B) = a + b (Addition)
hyper2(a,B) = a * b (Multiplication)
hyper3(a,B) = ab (Exponention)
hyper4(a,B) = 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.
  • 1

#2 kikjezrous

kikjezrous

    Seer of Space

  • GMC Member
  • 495 posts
  • Version:GM8.1

Posted 16 August 2012 - 05:48 PM

I know ::t's true... but what's the proof?

How about...

2+2 = 4

2{2+2+2+2....} = 4 (2*2 = 4)

2{2*2*2*2....} = 4 (2^2 = 4)

...

Proof by pattern?
I know ::t's true, but I can't g:ve you a real proof unt:l I take Number Theory.

I also know that 1^1 = 1; 1^^1 = 1; 1^^^1 = 1... etc...
  • 0

#3 roytheshort

roytheshort

    Wind Up Merchant

  • GMC Member
  • 347 posts
  • Version:GM8

Posted 16 August 2012 - 06:14 PM

I know ::t's true... but what's the proof?


That's what I'm asking. :tongue:

How about...

2+2 = 4

2{2+2+2+2....} = 4 (2*2 = 4)

2{2*2*2*2....} = 4 (2^2 = 4)

...

Proof by pattern?


Hmm, that's more of a proof by exhaustion that hasn't really got off the ground. You've only proved it for three cases. Where n = 1,2 and 3.

What I would like is a proof that proves that this is true for all cases. (Where n is a positive integer.)

Edited by roytheshort, 16 August 2012 - 08:20 PM.

  • 0

#4 fenyxofshadows

fenyxofshadows

    coobie

  • GMC Member
  • 445 posts
  • Version:GM:Studio

Posted 16 August 2012 - 08:54 PM

So we need a proof by induction... Hmm... I'm going to try this. I'll edit this post when I'm done.

I had one idea, but I misread the information about hyperoperations, so this proof is rubbish
Spoiler


So, I'm trying a different approach...

And, lo and behold, it is not true!

Prove hyperi(2,2) = 4 for all i as an element of N+
Step 1) Show true for i = 1

hyperi(2,2) = 2+2 = 4

Step 2) Assuming hyperi(2,2) = 4 for all i as an element of N+, show hyper(i+1)(2,2) = 4

hyper(i+1)(2,2) = 2[i-1]2
hyper(i+1)(2,2) = 2[i-2](2[i-2]2)
hyper(i+1)(2,2) = hyperi(2,2[i-2]2)
hyper(i+1)(2,2) = hyperi(2,hyperi(2,2))
hyper(i+1)(2,2) = hyperi(2,4) (using assumption)
hyper(i+1)(2,2) != 4


In about 5 minutes this will get shot down by 2+2 = 4 and 2*2 = 4, but I give up...

Edited by fenyxofshadows, 16 August 2012 - 10:03 PM.

  • 0

#5 roytheshort

roytheshort

    Wind Up Merchant

  • GMC Member
  • 347 posts
  • Version:GM8

Posted 16 August 2012 - 09:24 PM

So we need a proof by induction... Hmm... I'm going to try this. I'll edit this post when I'm done.


If you can't do it. Edit your post to say you can't. Otherwise I'm going to keep checking this every day for a proof. Thanks.

(I'm having a stab at making a proof myself, really is quite difficult.)

Edited by roytheshort, 16 August 2012 - 09:24 PM.

  • 0

#6 xshortguy

xshortguy

    GMC Member

  • Global Moderators
  • 4195 posts
  • Version:GM:Studio

Posted 16 August 2012 - 10:41 PM

Define and note that for positive integer b, we have


Observe that for b = 2, this reduces to


When a = 2, this then shows


Since n is arbitrary, for all integers n > 0 it is clear that

Here's a more advanced problem:

Define the following recursive sequence for x > 0: . Show that this sequence converges if and only if
  • 1

#7 kikjezrous

kikjezrous

    Seer of Space

  • GMC Member
  • 495 posts
  • Version:GM8.1

Posted 17 August 2012 - 02:36 PM

Ugg. Ser:es. Why d:d I not th:nk of that one?
*headdesk*
  • 0

#8 roytheshort

roytheshort

    Wind Up Merchant

  • GMC Member
  • 347 posts
  • Version:GM8

Posted 18 August 2012 - 09:05 PM

Through use of the hyperoperation, I found some algebraic rules that will hold true for all cases where n ∈ +ℤ AND n ≠ 0.

hypern(x,x) = hypern+1(x,2)
hypern(x,2) = hypern-1(x,x)

My next challenge is to prove them. (Shortguy's other proof would be useful to prove this.)

And to simplify this.

x*hypern(x,y)
  • 0

#9 Yourself

Yourself

    The Ultimate Pronoun

  • Retired Staff
  • 7343 posts
  • Version:Unknown

Posted 18 August 2012 - 10:07 PM

My next challenge is to prove them. (Shortguy's other proof would be useful to prove this.)


First off, both of those equations are equivalent. If one is true, the other is trivially true. Also, shortguy already proved this:

Observe that for b = 2, this reduces to


This follows directly from the definition of the hyperoperation.

And to simplify this.

x*hypern(x,y)


That's as simple as you're going to get.

Edited by Yourself, 18 August 2012 - 10:09 PM.

  • 2




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users