I am kind of confused on the terminology of "space". From https://en.wikipedia.org/wiki/Space_(mathematics) I am getting that
In mathematics, a space is a set (sometimes called a universe) with some added structure.
And from topological and metric spaces, I know that we a space is a a tuple of a set and a structure, e.g. $(X, \tau)$, $(X, d)$, where $\tau$ and $d$ are a topology and a metric respectively.
On the other hand, in machine learning the term "features space" is used a lot for sets like $\mathbb R^n$, e.g. here and although it often refers to the set underlaying set itself, not the tuple of set plus the added structure. In fact, I have done the same in a previous publication (which the peer-reviewers accepted), but I would like to be both correct and precise in what I research, write, and submit. Is it just that machine learning researchers are imprecise in their terminology? Is it just an abuse of terminology?
I think, what some people are doing, might be they consider a space to be a set, which is somewhat structured, instead considering the set with the structure (so, the tuple), to be the space.
- I am not sure how to think about this.
- How do I deal with this in my writing? Especially since, what happens a lot is that I need subsets and element out of the underlying sets of all kinds of spaces.
Of course it would greatly help if there was a general name for a set that is the underlying set of a space, for which I asked, but it seems that there is no dedicated name for such a set.
Let's say there was a features space $(X, \cdot)$, (where I am not even sure, what structure we would add). Then it would be great to have a name for the set, let's call it an asdf. So we could say the feature asdf.
Afterthoughts:
What makes it worse for me is that it seems (https://math.stackexchange.com/a/174297/340174 and https://math.stackexchange.com/a/177943/340174) I am not even using the word "structure", right, since it is about operations, so we are talking about an "algebraic structure", while "geometric space" is... something else...? So apparently a "vector space" is actually not a "geometric space", but an "algebraic structure". I can understand that point, but the language gets even more confusing.