▲ | ogogmad 3 days ago | |
Base-factorial is a representation for real numbers between 0 and 1. The representation has the form A/2! + B/3! + C/4! +..., where A is in {0,1}, B is in {0,1,2}, C is in {0,1,2,3}, etc. Every irrational number in [0,1) has only 1 such representation, while every rational number in [0,1) has exactly 2 such representations (where one of those is finite). Notice that e-2 is in [0,1), and the Taylor series of e^x produces a representation of e-2 in base-factorial which corresponds to neither possible forms that a rational number can take. It follows that e is irrational. Some details here: https://en.wikipedia.org/wiki/Factorial_number_system#Fracti... See also: https://math.stackexchange.com/questions/425963/is-there-a-s... Ultimately, the above argument resembles Fourier's proof that e is irrational. But I find it more intuitive. A lot of other special constants can be proved irrational using similar techniques. | ||
▲ | jeremyscanvic 2 days ago | parent [-] | |
What a wild number system! That's very cool. Thanks! |