Sweet! I'm keen to learn about the basic fundamentals of calculus!
> For each subinterval ...(bunch of cool maths rendering I can't copy and paste because it's all comes out newline delimited on my clipboard) ... and let m<sub>k</sub> and M<sub>k</sub> denote the infimum and supremum of f on that subinterval...
Okay, guess it wasn't the kind of introduction I had assumed/hoped.
Very cool maths rendering though.
As someone who never passed high school or got a degree thanks to untreated ADHD, if anyone knows of an introduction to the basic fundamentals of calculus that a motivated but under educated maths gronk can grok, I would gratefully appreciate a link or ten.
"The No Bullshit Guide to Math and Physics"
For anyone interested in checking out the book, there is a PDF preview here[1] and printable concept maps[2], which should be useful no matter which book you're reading.
[1] https://minireference.com/static/excerpts/noBSmathphys_v5_pr...
[2] https://minireference.com/static/conceptmaps/math_and_physic...
1910 book, but actually does the job well
I feel similar about the trace of a matrix being equal to the sum of eigenvalues.
Probably this means I should sit with it more until it is obvious, but I also kind of like this feeling.
To see why \int_a^b f(x) dx = F(b) - F(a) with F'(x) = f(x),
we replace f with f' (and hence F with f) and get
\int_a^b f'(x) dx = f(b) - f(a).
Re-arranging terms, we get
f(b) = f(a) + \int_a^b f'(x) dx.
The last line just says: The value of function f at point b is is the value at point a plus the sum of all the infinitely many changes the function goes through on its path from a to b.
the discrete version is much clearer to me. Suppose you have a function f(n) defined at integer positions n. Its "derivative" is just the difference of consecutive values
f'(n) = f(n+1) - f(n)
Then the fundamental theorem is just a telescopic sum: f(b) - f(a) = \sum_a^b f'(n)So to get the area under the curve between a and b, you calculate the area under the curve from 0 to b (antiderivative at b) and subtract the area under the curve from 0 to a (antiderivative at a).
At least that's my sleep deprived take.
FWIW, I think this is the same as saying "iff it is bounded and has finite discontinuities". I like that characterization b/c it seems more precise than "almost everywhere", but I've heard both.
I mention that because when I read the first footnote, I thought this was a mistake:
> boundedness alone ensures the subinterval infima and suprema are finite.
But it wasn't. It does, in fact, insure that infima and suprema are finite. It just does NOT ensure that it is Riemann integrable (which, of course the last paragraph in the first section mentions).
Thanks for posting. This was a fun diversion down memory lane whilst having my morning coffee.
If anyone wants a rabbit hole to go down:
Think about why the Dirichlet function [1], which is bounded -- and therefore has upper and lower sums -- is not Riemann integrable (hint: its upper and lower sums don't converge. why?)
Then, if you want to keep going down the rabbit hole, learn how you _can_ integrate it (ie: how you _can_ assign a number to the area it bounds) [2]
[1] One of my favorite functions. It seems its purpose in life is to serve as a counter example. https://en.wikipedia.org/wiki/Dirichlet_function
It is not: for example, the piece-wise constant function f: [0,1] -> [0,1] which starts at f(0) = 0, stays constant until suddenly f(1/2) = 1, until f(3/4) = 0, until f(7/8) = 1, etc. is Riemann integrable.
"Continuous almost everywhere" means that the set of its discontinuities has Lebesgue measure 0. Many infinite sets have Lebesgue measure 0, including all countable sets.
"iff it is bounded and has countable discontinuities"?
Or, are there some uncountable sets which also have Lebesgue measure 0?
The indicator function of the Cantor set is Riemann integrable. Like you said, though, the Dirichlet function (which is the indicator function of the rationals) is not Riemann integrable.
The reason is because the Dirchlet function is discontinuous everywhere on [0,1], so the set of discontinuities has measure 1. The Cantor function is discontinuous only on the Cantor set.
Likewise, the indicator function of a "fat Cantor set" (a way of constructing a Cantor-like set w/ positive measure) is not Riemann integrable: https://en.wikipedia.org/wiki/Smith%E2%80%93Volterra%E2%80%9...
Here's an example of a Riemann integrable function w/ infinitely many discontinuities: https://en.wikipedia.org/wiki/Thomae%27s_function
Anyone interested in this should check out the Prologue to Lebesgue's 1901 paper: http://scratchpost.dreamhosters.com/math/Lebesgue_Integral.p...
It gives several reasons why we "knew" the Riemann integral wasn't capturing the full notion of integral / antiderivative
- except finitely many, or
- except a set of measure zero.
--edit: The font used for those initials is called Goudy Initialen: https://www.dafont.com/goudy-initialen.font
The math fonts used in the formulas are just the ones provided by KaTeX, which I think are just TeX's default math fonts.
The source code of the website is open if you wanna check it out!