Subpage 1: The Paradox of Infinite Loops

Warning: this page may cause spontaneous combustion of your sanity.

What is the Paradox of Infinite Loops?

The Paradox of Infinite Loops is a mathematical concept that will drive you to the brink of madness.

It's a loop within a loop within a loop, ad infinitum, ad nauseam.

Example:

Let f(x) = x + 1

Then f(f(x)) = f(x + 1) = (x + 1) + 1 = x + 2

f(f(f(x))) = f(x + 2) = (x + 2) + 1 = x + 3

...

And so it goes on, forever.

Don't try to escape, you'll only get lost in an infinite recursion.

But hey, at least you'll have fun!

Continue to the next level of madness