this post was submitted on 07 Apr 2026
254 points (97.4% liked)
Programmer Humor
30833 readers
631 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Oh! I know something that can mess you up even more!
For those who don't know what this book's about:
This book is lovingly called "Baby Rudin", because it's considered an entry-level book that undergraduates can take in their first 3 years, and Rudin also wrote 2 more books that are a large extension of the basic ideas in Basic Rudin, as in, more advanced, covering topics like Measure Theory (onr way this is useful is as a framework to have more ways to deal with integrals) and Lesbesgue Integration (and this is an introductory example and application of Measure Theory) in "Papa Rudin", and Functional Analysis in "Grandpa Rudin" (fancy phrase of the day: infinite-dimensional spaces!).
Please don't ask further though. Many tears have been shed. Many trees were also harmed in the process (from all the papers that were used for sketching out ideas or proofs).
Please, ELI5 real analysis to me. I thought we just used integrals because they work
No offense to you, but I'm assuming your mention of integrals here are those that you'd frequently encounter in a regular course of calculus in the English-speaking world (little tidbit that I came across a while ago is that universities in a number of countries don't make a distinction between real analysis and calculus). But I studied in NA, so I can come at your ask from this angle.
To make it perfectly clear though: real analysis (and some beyond) and calculus are looking at the same thing, but coming at it from different angles. Calculus focuses on what's computable, to have the ability to look at how real values (as in, real numbers) change given a particular function. OTOH, real analysis is, as the name suggests, a study of real numbers, this nebulous idea of "distance between numbers along with other distance-y properties" that we call a space, and the functions that can act in this space.
Here's an example of the difference in treatment.
In calculus, the idea of differentiability is usually introduced as "the tangent at a point". And that's a fairly easily understood idea, and it's fine to gloss over the details when most of the functions that you will come across and use are going to be differentiable functions.
In real analysis, which is usually an early class in pure mathematics, the treatment is a lot more rigourous: you have to very explicitly define what something is, and it becomes your framework to prove that something IS the thing you've defined. The "tangent on a point" isn't lost, but the way it's described leaves you with no space for vague interpretations of what's considered differentiable or not.
The same goes for integrability. And yes there are different ways to think about inevitability to expand on the types of functions that would be considered integrable. In calculus, the Riemannian method is likely the only method that one will ever see. And that's fine! It's easy, if not tedious, to compute! And it's already incredibly useful. Most functions that a student in calculus will ever have to integrate are all continuous anyways.
But Lesbesgue was able to create a definition of an integral that allows us to handle even certain non-continuous functions. The problem? It's not as easily computable as there isn't all the derivative rules common in calculus (calculus is a "method of calculation"), even though the intuitive intepretation of the Lesbesgue integral is that instead of slicing the area under the curve downwards, you slice sidewards!
Hopefully that's easy enough to follow, but let me know if you'd like me to explain further. Trying to grok this old part of my brain here for this.
Edit: I'm adding this on because I think I may have just recalled a very fundamental knowledge with regards to measure theory, that all non-negative functions defined in some measurable space are all integrable using the measure. To be really fair, we straight up just defined integrability to be that, because, and I'm being veeeerrry handwavy here, if you can measure parts of the range of a function in smaller pieces in some way, then you could just add the parts up. A measurable space as just some space where you can put some kind of measurement (think of how you measure things) on a collection of points in some space, think a bunch of numbers.
How easily can we make up methods of calculation that would allow us to take any such function, apply some symbolic manipulation, and arrive at the integral, though, is a completely different ask, and I don't yet know if there's effort being put in here.