Analysis without algebra

314 Views Asked by At

I once heard someone say that analysis is $99 \%$ algebra. He was, of course, referring to the amount of algebraic manipulations in the exercises from any calculus course.

I know that in topology, combinatorics or, oddly, (abstract) algebra, some interesting things can be said without writing down a single equation. However I found that I don't know any such examples in analysis.

Hence I ask for your help. Anything resembling analysis is welcome, but I'd prefer if the example was comprehensible to someone who has taken only a year or two of real analysis.

2

There are 2 best solutions below

2
On

Calculus is all about the interplay between differentiation and integration. Looking at the definition of the derivative, you'll see that it only really uses two properties of the real line: its linear structure (so that we can form the difference $f(x + h) - f(x)$ and its topological structure (so that we can take a limit). So in this sense, calculus is exactly half algebra.

Of course, that doesn't explain why it feels like mostly algebra when you're actually taking a calculus class. When you get right down to it what you use on a day-to-day basis in a calculus class is the relationship between differentiation and integration, and this relationship can be abstracted as follows. Begin with the ring $A$ of all smooth functions on $C^\infty(\mathbb{R})$. We have two linear maps $d$ (differentiation) and $I$ (integration) on $A$ which satisfy the following properties:

  • $d(1) = 0$
  • $d(f \cdot g) = df \cdot g + f \cdot dg$
  • $d(f \circ g) = dg \cdot df \circ g$
  • $d \circ I = id$
  • $I \circ d = id + C$

Taking these five properties as axioms, you can differentiate and integrate basically any function that you encounter in your first year of calculus. For instance, the second and third give you the quotient rule and the second and fifth give you integration by parts. In fact, with a bit of extra effort one can embed these axioms into an algebraic package which completely characterizes $C^\infty(\mathbb{R})$ and hence most of calculus.

A final remark. Notice that in your first year of calculus you don't actually encounter all that many functions. Here is a nearly exhaustive list:

  • Polynomials
  • Exponentials
  • Products, quotients, compositions, and inverses of the above

You may object that I forgot trigonometric functions, but thanks to de Moivre's equation $e^{ix} = cos(x) + i sin(x)$ these are really just exponentials. Polynomials are certainly algebraic objects, and exponential functions can be characterized as the only group homomorphisms from the additive group of the real line to the multiplicative group of the ray $(0,\infty)$. So it is not unreasonable to expect to do a lot of algebra given that you're only working with algebraic objects.

0
On

I still don't entirely understand what OP wants, but let's try the Hahn Banach Separation Theorem:

Let $K$ be the real or complex numbers. Let $V$ be a topological vector space over $K$. If $A$ and $B$ are convex, non-empty disjoint subsets of $V$, then

  1. If $A$ is open, then there is a continuous linear map $\lambda:V\to K$ and a real number $t$ such that ${\rm Re}(\lambda(a))\lt t\le{\rm Re}(\lambda(b))$ for all $a$ in $A$ and all $b$ in $B$.

  2. If $V$ is locally convex, $A$ is compact, and $B$ is closed, then there exists a continuous linear map $\lambda:V\to K$ and real numbers $s$ and $t$ such that ${\rm Re}(\lambda(a))\lt t\lt s\lt{\rm Re}(\lambda(b))$ for all $a$ in $A$ and all $b$ in $B$.

As given on Wikipedia. I think I can safely assert that it's not trivial.