7

I don't know how to better frame this question. Thinking about vector spaces and their role in basically everything Calculus touched, I can understand why they are so central, especially in areas like differential geometry. But Taylor's Theorem got me thinking; my personal view of what Taylor's Theorem tells us is that the derivative is not a "one ocurrence" phenomenon, it is a part of a larger set of objects that approximate the function to a polynomial. That is, the derivative is not the most central object, in a fundamental way, just the most convenient I guess? Since it is easier to deal with linear functions than with, say, quadratic or cubic functions, and of course, it is easier to work with vector spaces than with other kinds of spaces.
Considering that vector spaces' structure is, in some sense, fine tuned, so that linear applications preserve their structure, what space would be such that quadratic applications preserve its structure? Or cubic applications? Are there such "polynomial" spaces? What properties might they have? Are they useful? My guess is that in principle they would be useful, because just as we can approximate functions to linear or quadratic functions and build powerful analysis from that, one might guess that we could approximate non-linear spaces with "sums" of these "polynomial spaces", perhaps even yielding a notion of "derivatives for a space"?
This might be a meaningless question but I would appreciate some insight.
EDIT:
For illustrating what I mean. Consider a vector space $V$. Then a linear map $T$ from $V$ to another vector space preserves the structure of $V$ a vector space, that is, $$T(\alpha u+\beta v)=\alpha T(u)+\beta T(v), u,v\in V$$ Or in other words, the image of the vector space $V$ is also a vector space. What I'm looking for is a space $Q$ such that quadratic applications would have the property: $$T(\alpha u+\beta v)=\alpha^2 u^2+2\alpha \beta uv+\beta^2v^2, u,v \in Q$$ Or in other words, the image of Q by T is also a "----" space, that is, it preserves its structure, whichever it might be.

1 Answers1

2

Operator algebras and Banach algebras are structures that allow linear operations and multiplication. If you add a conjugation operation, you obtain $C^*$-algebras. I especially recommend the book by Arveson cited below.

A different direction is explored in the beautiful book "Rings of continuous functions" by Gilman and Jerison.

REFERENCES

https://en.wikipedia.org/wiki/Banach_algebra

https://en.wikipedia.org/wiki/Operator_algebra

https://en.wikipedia.org/wiki/C*-algebra

Arveson, W. (1976), An Invitation to C*-Algebra, Springer-Verlag, ISBN 0-387-90176-0.

Yuval Peres
  • 21,955