What are the most mindblowing things in mathematics?

What concepts or facts do you know from math that is mind blowing, awesome, or simply fascinating?

Here are some I would like to share:

  • Gödel’s incompleteness theorems: There are some problems in math so difficult that it can never be solved no matter how much time you put into it.
  • Halting problem: It is impossible to write a program that can figure out whether or not any input program loops forever or finishes running. (Undecidablity)

The Busy Beaver function

Now this is the mind blowing one. What is the largest non-infinite number you know? Graham’s Number? TREE(3)? TREE(TREE(3))? This one will beat it easily.

  • The Busy Beaver function produces the fastest growing number that is theoretically possible. These numbers are so large we don’t even know if you can compute the function to get the value even with an infinitely powerful PC.
  • In fact, just the mere act of being able to compute the value would mean solving the hardest problems in mathematics.
  • Σ(1) = 1
  • Σ(4) = 13
  • Σ(6) > 10^10^10^10^10^10^10^10^10^10^10^10^10^10^10 (10s are stacked on each other)
  • Σ(17) > Graham’s Number
  • Σ(27) If you can compute this function the Goldbach conjecture is false.
  • Σ(744) If you can compute this function the Riemann hypothesis is false.

Sources:

jonhanson, (edited )

Euler’s identity is pretty amazing:

e^iπ + 1 = 0

To quote the Wikipedia page:

Three of the basic arithmetic operations occur exactly once each: addition, multiplication, and exponentiation. The identity also links five fundamental mathematical constants:[6]

The number 0, the additive identity.
The number 1, the multiplicative identity.
The number π (π = 3.1415…), the fundamental circle constant.
The number e (e = 2.718…), also known as Euler’s number, which occurs widely in mathematical analysis.
The number i, the imaginary unit of the complex numbers.

The fact that an equation like that exists at the heart of maths - feels almost like it was left there deliberately.

zenharbinger, (edited )

There are more infinite real numbers between 0 and 1 than whole numbers.

en.wikipedia.org/wiki/Countable_set

ICastFist,
@ICastFist@programming.dev avatar

To me, personally, it has to be bezier curves. They’re not one of those things that only real mathematicians can understand, and that’s exactly why I’m fascinated by them. You don’t need to understand the equations happening to make use of them, since they make a lot of sense visually. The cherry on top is their real world usefulness in computer graphics.

MonkderZweite,

Told ya. That’s why i don’t like math: the syntax is awkward.

problematicPanther,
@problematicPanther@lemmy.world avatar

The Monty hall problem makes me irrationally angry.

zenharbinger, (edited )

I found the easiest way to think about it as if there are 10 doors, you choose 1, then 8 other doors are opened. Do you stay with your first choice, or the other remaining door? Or scale up to 100. Then you really see the advantage of swapping doors. You have a higher probability when choosing the last remaining door than of having correctly choosen the correct door the first time.

Edit: More generically, it’s set theory, where the initial set of doors is 1 and (n-1). In the end you are shown n-2 doors out of the second set, but the probability of having selected the correct door initially is 1/n. You can think of it as switching your choice to all of the initial (n-1) doors for a probability of (n-1)/n.

_g_be,

I find the easiest way to understand Monty Hall is to think of it in a meta way:

Situation A - A person picks one of three doors, 1 n 3 chance of success.

Situation B - A person picks one of two doors, 1 in 2 chance of success.

If you were an observer of these two situations (not the person choosing doors) and you were gonna bet on which situation will more often succeed, clearly the second choice.

KarmaTrainCaboose,

I don’t understand how this relates to the problem. Yes 50 percent is greater than 33 percent, but that’s not what the Monty hall problem is about. The point of the exercise is to show that when the game show host knowingly (and it is important to state that the host knows where the prize is) opens a door, he is giving the contestant 33 percent extra odds.

zenharbinger,

But the issue is that by switching doors, you have a 66% chance of winning, it doesn’t drop to 50% just because there are 2 doors, it’s still 33% on the first door, 66% on the other doors (as a whole), for which we know one is not correct and won’t choose.

_g_be,

on the whole

is the key words here

individually the door has that 1:2 chance, but the scenario has more context and information and thus better odds. Choosing scenario B over scenario A is a better wager

zenharbinger,

you aren’t talking about the Monty Hall problem then

natanael,

Only to somebody who didn’t know about the choice being made!

dirtbiker509,

Holy shit this finally got it to click in my head.

parrottail,

Godel’s incompleteness theorem is actually even more subtle and mind-blowing than how you describe it. It states that in any mathematical system, there are truths in that system that cannot be proven using just the mathematical rules of that system. It requires adding additional rules to that system to prove those truths. And when you do that, there are new things that are true that cannot be proven using the expanded rules of that mathematical system.

"It’s true, we just can’t prove it’.

cll7793,

Thanks for the further detail!

Reliant1087,

Incompleteness doesn’t come as a huge surprise when your learn math in an axiomatic way rather than computationally. For me the treacherous part is actually knowing whether something is unprovable because of incompleteness or because no one has found a proof yet.

metiulekm,

Imagine a soccer ball. The most traditional design consists of white hexagons and black pentagons. If you count them, you will find that there are 12 pentagons and 20 hexagons.

Now imagine you tried to cover the entire Earth in the same way, using similar size hexagons and pentagons (hopefully the rules are intuitive). How many pentagons would be there? Intuitively, you would think that the number of both shapes would be similar, just like on the soccer ball. So, there would be a lot of hexagons and a lot of pentagons. But actually, along with many hexagons, you would still have exactly 12 pentagons, not one less, not one more. This comes from the Euler’s formula, and there is a nice sketch of the proof here: math.stackexchange.com/a/18347.

Liz,

You’re missing your link, homie!

metiulekm,

It seems that I can’t see the link from 0.18.3 instances somehow. Maybe one of these will work: math.stackexchange.com/a/18347 https://math.stackexchange.com/a/18347 https://math.stackexchange.com/a/18347

naura,

Seeing mathematics visually.

I am a huge fan of 3blue1brown and his videos are just amazing. My favorite is linear algebra. It was like an out of body experience. All of a sudden the world made so much more sense.

cumcum69,

His video about understanding multiple dimensions was what finally made it click for me

Cobrachickenwing,

How Gauss was able to solve 1+2+3…+99+100 in the span of minutes. It really shows you can solve math problems by thinking in different ways and approaches.

Pulptastic,

50*101?

emax_gomax,

Yep. N * (n + 1) / 2.

You can think of it as.


<span style="color:#323232;">   1     + 2   +  3  + 4    ... 100
</span><span style="color:#323232;">+ 100 + 99 + 98 + 97  +  1
</span>

<span style="color:#323232;">101 + 101 + 101 ... 101
</span><span style="color:#323232;">= 2 * sum(1+2+3...100)
</span>
that_leaflet, (edited )

Integrals. I can have an area function, integrate it, and then have a volume.

And if you look at it from the Rieman sum angle, you are pretty much adding up an infinite amount of tiny volumes (the area * width of slice) to get the full volume.

Reliant1087,

Geometric interpretation of integration is really fun, it’s the analytic interpretation that most people (and I) find harder to understand.

If you work in numerically solving integrals using computers, you realise that it’s all just adding tiny areas.

I finally understand what divergent integrals are intuitively when I encountered one while trying to do a calculation on a computer.

Nfamwap,

11 X 11 = 121

111 X 111 = 12321

1111 X 1111 = 1234321

11111 X 11111 = 123454321

111111 X 1111111 = 12345654321

RandallFlagg,

holt shit

tom42,
@tom42@lemmy.world avatar

Amazing in deed!

Just a small typo in the very last factor 1111111.

Mr_Dr_Oink,

You could include 1 x 1 = 1

But thats so cool. Maths is crazy.

Evirisu,
Evirisu avatar

A simple one: Let's say you want to sum the numbers from 1 to 100. You could make the sum normally (1+2+3...) or you can rearrange the numbers in pairs: 1+100, 2+99, 3+98.... until 50+51 (50 pairs). So you will have 50 pairs and all of them sum 101 -> 101*50= 5050. There's a story who says that this method was discovered by Gauss when he was still a child in elementary school and their teacher asked their students to sum the numbers.

randon31415,
Reliant1087,

Oh fuck you. I’m going to insert this in place of 20 in some formula and see people have breakdowns.

expatriado,

you need a space before the second pi

amminadabz,

As an engineer, i dont know how to feel about this. On the one hand, 19.99999 = 20. But on the other hand, 3^3 - 3 = 24.

swirle13,

This one isn’t terribly mind-blowing, though it does have some really cool uses. I always remember it because of its name: Witch of Agnesi

cia, (edited )

The Julia and Mandelbrot sets always get me. That such a complex structure could arise from such simple rules. Here’s a brilliant explanation I found years back: www.karlsims.com/julia.html

  • All
  • Subscribed
  • Moderated
  • Favorites
  • nostupidquestions@lemmy.world
  • DreamBathrooms
  • ngwrru68w68
  • tester
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • InstantRegret
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • mdbf
  • tacticalgear
  • JUstTest
  • osvaldo12
  • normalnudes
  • cubers
  • cisconetworking
  • everett
  • GTA5RPClips
  • ethstaker
  • Leos
  • provamag3
  • anitta
  • modclub
  • megavids
  • lostlight
  • All magazines