Quantcast
Destructoid - Zyrshnikashnu's Community Blog




About Me
Zyrshnikashnu is a nocturnal creature native to the Western New York region. It migrates to the University of Rochester each fall and returns in the spring.

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:
Mass Effect
Battlefield: Bad Company 2
Dwarf Fortress
Left 4 Dead 2
Team Fortress 2

PS3:
God of War III
SOCOM: Confrontation
Pixeljunk Eden
Killzone 2

PC:

Operating systems: Ubuntu 9.10 (64-bit) and Windows 7 Professional (64-bit)
Monitor: Acer H213H
Case: Antec Nine Hundred
Mainboard: EVGA 750i SLI FTW
Video: EVGA GeForce 9800 GT
CPU: Intel Core 2 Duo E7400
Mouse: Logitech MX518
Keyboard: Microsoft Wireless Media Keyboard
Headset: Plantronics .Audio 345

Contact:
E-mail: brpeterman [AT] gmail [DOT] com
AIM: Skataclysm
MSN: same as email
IRC: Zyrjello or zyry
irc.dynastynet.com: #destructoid
irc.efnet.org: #trashedgamers
irc.rizon.net: #tkz, #!/bin/sh
Gamer Profile
3DS friend code:
Steam: Zyrshnikashnu
Battle:
PSN: Zyrshnikashnu
Mii:
Gamertag:
Following (4)
CblogRecaps
dTunes
Elsa
Zippyduda
Numbers (NVGR)
Zyrshnikashnu | 8:17 PM on 06.21.2010 9 comments


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."



Attached photos:

Photo Photo Photo

Is this post awesome? Vote it up!

7

Those who have fapped:  knutaf  


Post a comment! You can also post a photo below:

Comment with Facebook





Click connect and comment instantly!

Comment with Dtoid





New? SIGN UP - it takes 5 seconds

8 comments | showing # 1 to 8
prev next

Enkido's Avatar - Comment posted on 06/21/2010 22:16
Enkido
"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.
Beyamor's Avatar - Comment posted on 06/22/2010 00:03
Beyamor
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).
knutaf's Avatar - Comment posted on 06/22/2010 09:31
knutaf
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...
Elsa's Avatar - Comment posted on 06/22/2010 10:56
Elsa
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. :(
CelicaCrazed's Avatar - Comment posted on 06/22/2010 11:13
CelicaCrazed
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.
Zyrshnikashnu's Avatar - Comment posted on 06/22/2010 12:32
Zyrshnikashnu
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.
Poe's Avatar - Comment posted on 06/22/2010 14:39
Poe
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.
Zyrshnikashnu's Avatar - Comment posted on 06/22/2010 15:08
Zyrshnikashnu
2^8 is a good choice.
prev next

Comment with Facebook





Click connect and comment instantly!

Comment with Dtoid





New? SIGN UP - it takes 5 seconds

Comments policy

Destructoid is an open discussion community. You don't need to "audition" to post a comment - just speak your mind. We respect differing opinions on the site, so have at it. Be smart, funny, insightful, clueless, or cute -- but back it up with substance. Keep your cool, keep it fun. We only ask that you act respectfully and above all: don't be a troll and ruin it for everyone else. Don't bring down gamers or we'll, you know, gently shoot you in the face and stuff you into a flaming mailbox. Each comment is your opportuntity to make this community awesomer. Is that even a word?

Avoiding the banhammer only requires common sense: spamming, trolling, racism, NSFW stuff, and other forms of sucking will not be tolerated. If anyone is griefing please report abuse. Be good. Don't suck!