Quantcast
Community Discussion: Blog by Zyrshnikashnu | Numbers (NVGR)Destructoid
LIGHTS:  ON | OFF
surf dtoid with arrow keys



REMOVE ALL ADS?
Guaranteed contest entry?
A new video show?
Something else?

Vote in our membership poll

click to hide banner header
About
Zyrshnikashnu is a nocturnal creature native to the southern Wisconsin region.

Full introduction
Promoted blogs

You can find him on PSN and Steam if you're looking for a game.
PSN: Zyrshnikashnu
Steam: Zyrshnikashnu

Recently played:
PC:
Borderlands 2
Battlefield 3

PS3:
Resistance 3

Contact:
E-mail: brpeterman [AT] gmail [DOT] com
IRC: Zyrjello or zyry
irc.rizon.net: #tkz, #!/bin/sh
Player Profile
PSN ID:Zyrshnikashnu
Steam ID:zyrshnikashnu
Origin ID:Zyrshnikashnu
Raptr ID:Zyrjello
Follow me:
Zyrshnikashnu's sites
Badges
Following (4)  

Zyrshnikashnu
8:17 PM on 06.21.2010

This is a blog about math. If that scares you, go ahead and return to reading about video games. You won't hurt my feelings.

What's your favorite number? You might call it a lucky number; your go-to number when someone asks you for a numerical input. Do you genuinely feel that this number is better than others, or do you just feel a seemingly irrational attachment to it?

I like numbers. One of my favorites is 892. It's a nice, friendly number. Less than 1000, it's of manageable size, but has plenty of syllables, so it sounds impressive, but not too unwieldy. Beyond that, there's no particular reason I like it better than any others. Whenever I see it in some unexpected context, I smile and think, "There it is again." Other numbers that capture my interest are 232 and multiples of 3, especially those whose digits are all multiples of 3. I find them more elegant than their peers.



I've never felt that any number has brought me luck, since luck doesn't make sense to me. Truly random processes may or may not exist, but for all intents and purposes we can call the throw of a die a random event. Humans are good at seeing patterns, even patterns that don't exist. Attachment to items, even abstract items like numbers, can develop from exposure to apparently random experiences. We get a winning or losing streak and we associate it with some correlating event, like the presence of an item, the performance of a ritual, or the choice of a number. Your lucky number is no more likely to win at roulette than any other, but you have to choose something, right?

Math captured my interest around middle school, when I entered a mathematics program run by the University of Buffalo. I was introduced to number theory in seventh grade, when we were tasked with defining numbers in terms of set theory.

As it turns out, this can be done. We can then define a successor function that builds the next number by taking the previous number and appending the empty set to it. All we have to do is define 0 as the empty set:
0 = {}
1 = Succ({}) = { {} }
2 = Succ({ {} }) = { {}, { {} }}
...and so on.

Interestingly enough, this construction shows up in computer science. In 1936, Alonzo Church published a paper in which he definied lambda calculus. It was essentially a formal programming language with exactly three contructions:
names - x
function declarations - λx.y
function applications - (x y)

Names are handles by which functions are referred to and applications result in functions, meaning everything in the language is a function. The most basic function in lambda calculus is the identity function:
λx.x - Takes an argument and gives it back.

So doing something like this:
(λx.x 1)
would apply the identity function to "1", resulting in 1. Many functional programming languages, especially the Lisp family, are based on lambda calculus.

But hold on. This is a language without numbers. Where did I get that 1 from? And if everything is a function, isn't inherently weaker than a language that has more types (including numbers)?

As it turns out, we can build numbers out of these abstract functions. One way to do it is called the Church encoding, developed by the same Church I mentioned earlier. It looks like the following:
0 = λf.λx.x
1 = λf.λx.(f x)
2 = λf.λx.(f (f x))
3 = λf.λx.(f (f (f x)))
...and so on. Thus, every number is a function whose structure is both unique and usefully predictable.

Looks familiar, doesn't it? On the surface, at least, the Church encoding of natural numbers closely resembles the above set theory representation. Church and his students even constructed perfectly reasonable ways to manipulate these numbers, including your basic arithmetic operations.

My point is that numbers are interesting, even though we typically take them for granted. When you count something, you don't think about how you're counting, you just start at 1 (or, if you're a computer scientist, 0) and generate the successors automatically.

In fact, the concept of 0 as a number is an interesting topic on its own, and it might even be called the most interesting natural number. In some cultures, it started as a placeholder between symbols, so something like 102 could be distinguished from 12 or 10020. It only relatively recently that it was accepted as a number of its own right, for several philosophical and practical reasons.



On the other end of the spectrum, we have infinity. Most people don't consider infinite numbers. If you have two inifinite sets, they're both equally big, right?

As it turns out, that's not the case. Some sets infinite sets are countable and others are not. A countable set is one that is comparable to the natural numbers. That is, if we can assign one natural number to each element in some set, we have a countable set.

But if the natural numbers are inifinite, how can you have an uncountable set? After all, we can keep assigning numbers forever and never run out.

However, there are uncountably more real numbers than there are natural numbers. Intuitively, you might get an idea of why this is. Take any two natural numbers and count how many numbers are between them. This will obviously be some natural number. Now take any two real numbers and count how many numbers are between them. It can't be done. Regardless of how close together those numbers are, there is always an uncountably large amount of numbers between them. This is no proof, but it plants the idea in your head.

In fact, we have a hierarchy of infinite sets: the (aleph) numbers. (aleph-null) is defined as the size of the set of natural numbers, and higher subscripts describe the size of other, larger infinite sets. The implication of this structure is daunting: One set can be more infinite than another!

And let's not even get started on the transcendentals. Look up Euler's identity and try not to be impressed.

I'm a student of computer science, and I honestly chose the field because I like to program and mess with computers. But computer science reintroduced me to mathematics when I started to study complexity theory, and I found the parallels between counting and computation quite profound.

Back in high school, people would ask, "When are we ever going to use this stuff?" Today, I don't care if I never use number theory. I'm just glad I learned about it.

So, what spurred this appreciative rant of all that is numerical? I was re-playing Metal Gear Solid 4 the other day and saw the side of Drebin's APC:



"893," I thought. "That's only one less than 892, and 892 is a damned good number."
Photo Photo Photo



Is this blog awesome? Vote it up!




Those who have come:



Did you know? You can now get daily or weekly email notifications when humans reply to your comments.

Legacy Comments (will be imported soon)


"One becomes two, two becomes ten, ten becomes one-hundred." Cool blog. Love it when people talk about their other passions every once in a while. I love math because it has basis in both the logical and the abstract.
We're just learning how to solve recursive functions my discrete maths course. The other day we produced the explicit solution for the Fibonacci sequence. Mind blown.

Also, as a square, a cube, a, uh, hexathing, and a number whose digits sum to ten (whose digits then sum to one), 64 is superior in every way to 892 (not counting size or syllables).
We need more geeking out around here, so this was cool. The closest I've really come willingly to this kind of math is programming languages, though. I never had a mind for a lot of this abstractness.

Also... "893," I thought. "That's only one less than 892, and 892 is a damned good number."

893 is one less than 892? Or perhaps I missed a joke...
I was never very good at math (thank God for the invention of the calculator!!), but cool blog and now I'll have to think of a favorite number because sadly I don't have one. :(
I love the concept of math but I'm terrible at it. My university calculus course?? Failed once and dropped twice. I literally have no clue how I'm going to graduate haha *sigh*

This blog was amazing though. I love blogs like these.
knutaf: Nope, I was thinking about that first image and how I could have made it more cryptic, and then I wrote the last line. I just missed it in proofreading.
A lot of this went waaaaay over my head, but I had fun reading it anyways. My favorite number is 256. When I was younger I would almost always check the clock when it read 2:56 so it kind of got lodged in my brain after a while.
2^8 is a good choice.

Back to Top
DLC   |   BEST Games of 2012   |   Best PC Games   |   Best PS3 Games   |   Best Xbox 360 Games   |   Best Wii U Games   |   Best 3DS Games




All content is yours to recycle through our Creative Commons License permitting non-commercial sharing requiring attribution. Our communities are obsessed with videoGames, movies, anime, and toys.

Living the dream since March 16, 2006

Advertising on destructoid is available: Please contact them to learn more