Why is TREE(n) for any natural number finite?

107 viewsMathematicsOther

For example, how to prove that TREE(n) for an extremely large n, like TREE(TREE(3)) is finite, in layman’s terms? Or is it impossible to understand the proof without being an expert in graph theory?

In: Mathematics

3 Answers

Anonymous 0 Comments

In general, anything that can be broken down into simple, solvable arithmetic operations is *always* finite. All TREE(n) is doing is a lot of exponent operations. If you put in a finite number, you always get a finite number out of them. That number can be ridiculously large, but it’s finite.

We get infinities in math when we start dealing with things like dividing by a number that gets closer and closer and closer to zero. Those are not simple arithmetic.

You are viewing 1 out of 3 answers, click here to view all answers.