How is this huge function useful??

  Рет қаралды 30,059

Michael Penn

Michael Penn

Күн бұрын

Пікірлер: 76
@MichaelPennMath
@MichaelPennMath Жыл бұрын
Head to squarespace.com/michaelpenn to save 10% off your first purchase of a website or domain using code michaelpenn
@QuantumHistorian
@QuantumHistorian Жыл бұрын
That final formula does not look like it would give natural number values for all n. And yet, given the definition of Bell numbers, it must!
@alexpotts6520
@alexpotts6520 Жыл бұрын
I'm guessing this is just a thing for combinatorial sequences, given that the formula of Fibonacci numbers similarly has a bunch of irrational stuff in it that magically always spits out integers.
@lih3391
@lih3391 Жыл бұрын
Why doesn't it give natural numbers in desmos? I think that thing is too irrational to be integers. The function 1/e*e^e^x doesnt, but the sum does, oh nevermind, B(x) is not the bell bumber series itself
@lorenzosaudito
@lorenzosaudito Жыл бұрын
@@lih3391 Yep exactly, you have to be very careful to not mix up the original function and its generating function
@Alex_Deam
@Alex_Deam Жыл бұрын
I managed to convince myself it makes sense via series manipulation for small values of n. E.g. for n=2, you can do: sum[(k^2)/k!] = sum[k/(k-1)!] = sum[{(k-1)+1}/(k-1)!] = sum[1/(k-2)!] + sum[1/(k-1)!] = 2e You can then show you'll always get an integer multiple of e for all n using induction, but I had to use strong induction by assuming it was true for all values below. I wonder if there's a way to do it with a weaker form of induction?
@chickencyanide9964
@chickencyanide9964 Жыл бұрын
@@lorenzosaudito may I then ask how we find the original function?
@landsgevaer
@landsgevaer Жыл бұрын
Explaining Bell numbers, finding a recursive form, and then an explicit (albeit infinite) sum. This is one nice video! Hoping you could manage something similar for the partition numbers... 🙂
@seneca983
@seneca983 Жыл бұрын
1:45 "How can you partition a zero element set?" Easy! It's {} and that's the only possible partition so 1 is indeed the right answer.
@driksarkar6675
@driksarkar6675 Жыл бұрын
Technically, the empty set isn’t non-empty, so I’m not sure that’s a valid partition.
@seneca983
@seneca983 Жыл бұрын
@@driksarkar6675 It's its members that are not supposed to be empty (and the empty set has no empty members).
@Hyakurin_
@Hyakurin_ Жыл бұрын
Now it would be nice if you did a video about Stirling numbers and the number of surjection between two finite sets, and maybe its relationship with Bell numberz
@5alpha23
@5alpha23 Жыл бұрын
I never expected combinatorics to be so aesthetically pleasing - thanks for showing me that, it certainly widened my horizon!
@tolberthobson2610
@tolberthobson2610 Жыл бұрын
I find it pretty cool how the closed-form explicitly-defined generating function for bell numbers involved a series and a transcendental number, but is able to 'spit out' natural numbers. Pretty mind-bending.
@STbender
@STbender Жыл бұрын
Last formula was unexpected Also, as bell number is sum of S(n,k) I read somewhere that for large n S(n,k)~k^n/k! Now ik why : ) So please make video s(n,k) like max of it
@Fightclub1995
@Fightclub1995 Жыл бұрын
That generating function is the same generating function for a Poisson distribution with lambda = 1. Any relation?
@lexyeevee
@lexyeevee Жыл бұрын
Phew! Instead of having to do a large finite amount of recursive work, now we can simply do an infinite amount of iterative work
@seaassasin1855
@seaassasin1855 Жыл бұрын
The thumbnail is so good
@TheMemesofDestruction
@TheMemesofDestruction Жыл бұрын
I was gonna save this then saw it was a Professor Penn Video! ^.^
@Queen-be6md
@Queen-be6md Жыл бұрын
Great content! and very good edition by the video editor
@oida10000
@oida10000 Жыл бұрын
Shouldn't the inner sum only run up to the current index of the outer sum? So k 0 to n and m 0 to l?
@Francisco-vl5ub
@Francisco-vl5ub Жыл бұрын
14:00 the sum from k = 0 to n changed to k = 0 to infinity
@edskev7696
@edskev7696 Жыл бұрын
Yup, and that change appears to have a big impact on the rest of the calculation.
@Francisco-vl5ub
@Francisco-vl5ub Жыл бұрын
@@edskev7696 it works out correctly, but definitely obscures how Cauchy’s formula is used here
@landsgevaer
@landsgevaer Жыл бұрын
Isn't that because Bn for negative n and/or n-choose-k outside Pascal's triangle are zero, so do not contribute?
@Francisco-vl5ub
@Francisco-vl5ub Жыл бұрын
@@landsgevaer ​ I don’t believe that to be the case. Note 14:38 RHS of Cauchy formula, the sum defining c_k is limited above
@landsgevaer
@landsgevaer Жыл бұрын
@@Francisco-vl5ub Yeah, but then nCk has k>n so you are outside Pascal's triangle, and those terms are zero. So the extra terms in the sum are simply zero. I'll admit that I was too lazy to wind back, but I did write it had to be either the Bn or the nCk.
@aweebthatlovesmath4220
@aweebthatlovesmath4220 Жыл бұрын
I can't believe that last sum is always an integer!!
@ethanbartiromo2888
@ethanbartiromo2888 Жыл бұрын
I noticed that you put in B(0) = 1, but shouldn’t it be B(0) = 0? Since we are plugging 0 in for x not n
@Hiltok
@Hiltok Жыл бұрын
B(x=0) = sum 0 to inf of Bn*x^n/n! All terms in the sum go to zero except for the zero-th term, since 0^0=1, so B(x=0) = B0*0^0/0! = B0*1/1 = B0 = 1
@stoneman172
@stoneman172 Жыл бұрын
The last chain of equalities gives an assertion about equality of limits. How can you conclude term-wise equality of the two series from this?
@ddystopia8091
@ddystopia8091 Жыл бұрын
14:07 Why second sum started to go to infinity??
@ukaszpawlak6953
@ukaszpawlak6953 Жыл бұрын
That's also moment generating function of Poisson distribution, I think there were some deeper connection between it and Bell numbers
@josephmathmusic
@josephmathmusic Жыл бұрын
I am a probabilist so I immediately think of Poisson distribution when I see a double exponential...
@jamiepianist
@jamiepianist Жыл бұрын
THE FAST FORWARD PFFFFT
@peon17
@peon17 Жыл бұрын
Another fun set of numbers are Catalan numbers. They're not as exotic as Bell numbers, but they are notorious for how many different things they count.
@crazycat1503
@crazycat1503 Жыл бұрын
And first 4 Bell numbers are actually the same as 4 first Catalan numbers
@zachbills8112
@zachbills8112 Жыл бұрын
It's interesting how much simpler the closed form of the nth bell number is than that of the nth number of integer partitions.
@emanuellandeholm5657
@emanuellandeholm5657 Жыл бұрын
This was ... beautiful. Made my morning really :)
@Maths_3.1415
@Maths_3.1415 Жыл бұрын
Hey Michael penn You are my favourite teacher :)
@M.athematech
@M.athematech Жыл бұрын
B0 = 1 because there is indeed precisely one partition of the empty set, namely the empty partition.
@Milan_Openfeint
@Milan_Openfeint Жыл бұрын
But an empty subset is forbidden by definition...? Feels like defining 0/0=1 or something.
@MisterGhosh
@MisterGhosh Жыл бұрын
What is the empty partition?
@YO-in2uw
@YO-in2uw Жыл бұрын
@@Milan_Openfeint Yes, so {{}} is not a solution. The only valid partition is {}, which contains no empty subsets.
@schweinmachtbree1013
@schweinmachtbree1013 Жыл бұрын
@@MisterGhosh The partition consisting of zero parts
@MisterGhosh
@MisterGhosh Жыл бұрын
@@schweinmachtbree1013 okay, think I got... You can take all zero parts and exhaust the empty set, it makes sense.
@MooImABunny
@MooImABunny Жыл бұрын
it's pretty unbelievable that these sums all converge to e times an integer. it's like finding out the zeta function at every integer converged to a constant, irrational as it may be, times a rational. that would be crazy unlikely.
@johannesmoerland5438
@johannesmoerland5438 Жыл бұрын
They don't. The n-th derivative at x=0 however gives you the n-th bell number
@the-avid-engineer
@the-avid-engineer Жыл бұрын
The second sum from k = 0 to n suddenly changes to k = 0 to infinity.. is that a mistake or did you just not explain it?
@Happy_Abe
@Happy_Abe Жыл бұрын
@14:32 why is the second sum from 0 to infinity when it was from 0 to n before?
@Happy_Abe
@Happy_Abe Жыл бұрын
And how would dividing by (n-k)! work when k>n So doesn’t look like the sun should go to infinity, just to n
@vaevfunc
@vaevfunc Жыл бұрын
And that’s the perfect video to watch
@david-hogarty
@david-hogarty Жыл бұрын
It's great to see some combinatorics!
@AJ-et3vf
@AJ-et3vf Жыл бұрын
great video. thank you
@TronSAHeroXYZ
@TronSAHeroXYZ Жыл бұрын
Thanks Michael.
@gael8828
@gael8828 Жыл бұрын
Hum, how can the last result give the rational numbers seen at the beginning of the video ?
@davidgillies620
@davidgillies620 Жыл бұрын
Isn't the partition here also called an exact cover?
@YTSPoster
@YTSPoster Жыл бұрын
This is so cool what the heck
@pharaohgarmar5611
@pharaohgarmar5611 Жыл бұрын
I had a wry laugh at this. You go overboard with your signposting that you are about to embark on an example but at 14:18, you give a “simplification” in a formula which is clearly a massive leap and looks wrong (how can k range from 1 to infinity in (n-k)! ?). While I have appreciated many of your videos there is a tendency to gloss over critical explanations like this.
@thomaspeck4537
@thomaspeck4537 Жыл бұрын
I think the infinity is actually a mistake. Looking at Cauchy's formula, it is indexed to n. It seems he was looking ahead, and accidentally wrote two infinite sums a step too early.
@forheuristiclifeksh7836
@forheuristiclifeksh7836 Жыл бұрын
4:00
@PotatoImaginator
@PotatoImaginator Жыл бұрын
He always know the good place to stop :)
@jonathantorres913
@jonathantorres913 Жыл бұрын
God
@okoyoso
@okoyoso Жыл бұрын
The rotating transition animation is a little annoying. It feels like my phone screen just rotated and makes me want to rotate back.
@albertozuanon3874
@albertozuanon3874 Жыл бұрын
I totally agree!
@memesThatDank
@memesThatDank Жыл бұрын
here before good place to stop
@yahav897
@yahav897 Жыл бұрын
I'll be hijacking this comment section: I'm a first year, and I barely got a pass in my linear algebra I course, and failed my real analysis one. I'll be taking the re-exam for both of them in the next two weeks. Any tips you might come up with? I hope I pass this time.
@user-le1oc9js4h
@user-le1oc9js4h Жыл бұрын
In my first semester of uni I almost failed both linear algebra and real analysis and pass by some miracle. The problem was that I tried to memorize the formulas and theorems instead of trying to understand them and recreate them during exam based on my understanding. Although it is a very hard task, you should try to remain calm and read through the material that you got and explain to yourself every little detail until you got it. You have not that much time, so you won’t be able to do it with all the material, but it’s good to get the hang of it just so the professor would see that you at least understood something. And of course, get all the help you can - microheadphones, cheatsheets, try to put some pressure on feelings of the examiner. Good luck!
@yahav897
@yahav897 Жыл бұрын
@@user-le1oc9js4h that is good advice. While I think I understand the material, I probably don't understand it well enough - so I should go over that again, and solve more problems.
@kono152
@kono152 Жыл бұрын
Second comment!
@kozokosa9289
@kozokosa9289 Жыл бұрын
First comment!
The most interesting differential equation you have seen.
21:16
Michael Penn
Рет қаралды 135 М.
the largest number that divides the difference of quartic primes
18:46
这三姐弟太会藏了!#小丑#天使#路飞#家庭#搞笑
00:24
家庭搞笑日记
Рет қаралды 121 МЛН
English or Spanish 🤣
00:16
GL Show
Рет қаралды 18 МЛН
Throwing Swords From My Blue Cybertruck
00:32
Mini Katana
Рет қаралды 11 МЛН
just an average recursion...OR IS IT?
18:24
Michael Penn
Рет қаралды 54 М.
Why is there no equation for the perimeter of an ellipse‽
21:05
Stand-up Maths
Рет қаралды 2,1 МЛН
the derivative is a LIE
22:49
Michael Penn
Рет қаралды 28 М.
A 90-year-old Unsolved Telephone Question
28:45
Eric Rowland
Рет қаралды 85 М.
generating hexagons with prime numbers???
16:40
Michael Penn
Рет қаралды 20 М.
The best A - A ≠ 0 paradox
24:48
Mathologer
Рет қаралды 401 М.
a fun functional equation with an inverse twist
16:41
Michael Penn
Рет қаралды 33 М.
Complex Fibonacci Numbers?
20:08
Stand-up Maths
Рет қаралды 1 МЛН
这三姐弟太会藏了!#小丑#天使#路飞#家庭#搞笑
00:24
家庭搞笑日记
Рет қаралды 121 МЛН