Quest To Find The Largest Number

204,686
0
Published 2024-07-09
Start your free 30-day trial at brilliant.org/CodeParade/ and get 20% off the annual premium subscription.

You may have heard of some famous large numbers like Graham's Number or TREE(3) but I go way beyond that to find the largest number that could fit in a small space; an SMS text message or tweet.

Some googology and lambda examples from this video were hard to find, here are some resources to help if you're interested in researching further:
Lambda Diagrams: tromp.github.io/cl/diagrams.html
Binary Lambda Calculus: tromp.github.io/cl/Binary_lambda_calculus.html
Melo's Number: codegolf.stackexchange.com/a/263884
Buchholz Ordinal Algorithm: codegolf.stackexchange.com/a/219466

Check out 4D Golf on Steam: store.steampowered.com/app/2147950/4D_Golf

Other ways to support the channel:
Patreon: www.patreon.com/codeparade
Ko-fi: ko-fi.com/codeparade
Merch: crowdmade.com/collections/codeparade

Music CC by 4.0
Jesse Spillane - An Undersea Cache of Relics
freemusicarchive.org/music/Jesse_Spillane/the-big-…

All Comments (21)
  • "Let's choose something universal, that even aliens could understand!" "like this string of undecipherable characters that encodes Melo's number in lambda calculus!"
  • @seto007
    TREE(3) gonna be shaking in their boots when TREE(4) walks in
  • @soreg666alex
    Please don't make Lambda calculus into a game lol
  • @jblen
    When I was 10 I said I wanted to be a googologist but I became a computer scientist instead. I'm happy with the choice I made but man big numbers are cool
  • @orthoplex64
    "We should include all the necessary instructions to actually generate the number for it to count." Dammit, there goes busy beaver stopping times...
  • @MrCheeze
    Note that the "must include instructions to compute its value" makes a very big difference. There is a sequence called the Busy Beaver which is a well-defined sequence of finite integers, but that is proven to grow large faster than ANY sequence of numbers that can be computed. So, for example, the number BB(11111) is certainly much bigger than the Buchholz Ordinal - but (despite it being a specific integer) there is almost certainly no way to prove what its exact value is. For more info, check Scott Aaronson's classic essay "Who Can Name the Bigger Number?"
  • @UNOwenWasMe
    You should have explained omega and ordinal numbers a bit more thoroughly because I have a hard time understanding what the omega is even supposed to do. Please explain.
  • @xnossisx5950
    New googology series from CodeParade? Can't say I'm anything but excited.
  • @Ivorforce
    I once delved into this very briefly, and the coolest notation I found was conway's chained arrow notation. For example, Graham's Number has an upper bound of 3->3->65->2. This is just 11 characters! I looked up how it compares and apparently it's at f_w^2(n). I'd never have imagined there's a need for a faster growing function than this one.
  • the funniest part of this video is the fact that the people who jokingly in the comments go "ahaha what you said + 1 😜" are actually exactly right and in fact, the solution to the question involves the maximal amount of that exact annoying instinct
  • We can't be sure whoever is deceiving our text message understands binary, therefore the largest number that definitely definitely fits in a text message is 1120.
  • @Boonehams
    Look, Mr. Show proved that 24 is the highest number, and that settles that.
  • @minirop
    According to vsauce, the biggest number is 40.
  • @Desmaad
    The Lambda Calculus inspired Lisp, one of the oldest computer language families still in use today; roughly the same age as Fortran.