I just started learning "rigorous" calculus, and I noticed that a lot of calculus theorems are rather obvious from the geometrical point of few.
Some examples:
1. Prove that the derivative of an odd (resp. even) function, when exists, is even (resp. odd)
Since the graph is symmetric with respect to the origin, the slopes of the tangent lines at $x=a$ and $x=-a$ must equal, hence the derivative is even. Similarly for the even function.
2. If $f$ is one-one and continuous, then $f^{-1}$ is also continuous.
This can't be more obvious. $f^{-1}$ is just the reflection of $f$ about the line $y=x$.
3. $\displaystyle\int_a^bf(x)dx+\int_b^cf(x)dx=\int_a^cf(x)dx$
The sum of the area from $a$ to $b$ and the area from $b$ to $c$ is, of course, the area from $a$ to $c$.
4. If $f$ is a one-one function one $[a,b]$, then $\displaystyle\int_a^bf(x)dx+\int_{f(a)}^{f(b)}f^{-1}(x)dx=bf(b)-af(a).$
Quite clear if you draw a diagram. The sum of the two integrals is the difference of two rectangles.
5. If $f$ is increasing and $f(0)=0$, then for $a,b>0$ we have $\displaystyle\int_0^af(a)dx+\int_0^bf^{-1}(x)dx\ge ab$.
Also clear from the diagram. There's a "leftover" part outside the rectangle of area $ab$.
Of course, these proofs are not rigorous, and possibly not valid at all. Firstly, I only consider the easy cases. Secondly, I used the intuitive properties of geometric objects without proofs.
So I'm wondering, is there any theory that connects calculus with geometry rigorously? Such a theory would help simplify calculus proofs tremendously, as I roughly outlined above.
(The claim "the graph of a continuous function can be drawn without lifting the pen" is true only when the domain is an interval.)
– Taladris Aug 29 '13 at 04:54