Absolutely right; good point. My concern was the latter case. For example, if the line was one that included 1/3 as a slope or endopint, and if the line defined that way included the integral point, it wouldn’t appear when using strict equals, with floating point.
That’s a general issue with floating point. Whenever you compare floating point numbers for equality, you’re likely to be introducing a bug. Two floating point values are rarely equal when calculated differently, even though they would be if calculated with infinite precision.
Not all curves are created equal. Finding the root of a straight line vs. finding the root of a 5th degree polynomial are entirely different beasts. A straight line, being one dimensional, has certain nice properties when it comes to solving problems that non-straight lines don’t.
It’s like that cruft about how you can take an orange, slice it up and make an orange twice as big as the original. That’s not how most people think in terms of space. So let’s leave that kind of weirdness out unless needed.
OK, ftg, what’s your definition of “one dimensional”? So far the best you’ve given is “a thing is one-dimensional if it’s really one-dimensional”, which, while true, is not particularly useful.
In ordinary mathematical parlance, a curve is a topological space which is locally homeomorphic to a line, which we’ll take to be R without loss of generality. The dimension of R is one, and like any other topological property, it’s preserved by homeomorphisms. Therefore the definition of anything that we would ordinarily call a curve is, in fact, one.
If you have some other notion of a curve this can fail, but then you have to define what you mean by it and explain why it’s a useful definition.
I think ftg is using a more-or-less standard definition of “curve” (e.g., his example is a hyperbola, not something like the Snowflake Curve), but a nonstandard definition of “dimension”.
I’m guessing ftg’s thinking is something like this:
One dimension is a line. Two dimensions is a plane. Three dimensions is space.
Since the points that make up a curve, like a hyperbola or parabola, are a subset of a plane but not of a line, that makes the curve two-dimensional.
The flaw in this thinking, from the standpoint of the standard mathematical definition of dimension, is that it confuses the dimension of the curve itself with the dimension of the space within which the curve is embedded.
There are, of course, many different ways the word “dimension” gets used. It seems ftg is using a definition of dimension which is linear algebraic (e.g., “The dimension of a locus in an affine space is the minimum number of vectors whose span includes every difference between points on that locus”), while everyone else is using a topological definition (e.g., “A topological space is n-dimensional if it is locally homeomorphic to R^n”). Nothing wrong with different senses of the same word, which is all we need to acknowledge is going on here.
Keep in mind, this all started with ftg saying
which all seems reasonable enough on the appropriate interpretation of “-d”.
To say that an obtuse Mathematical definition of “dimension” is the “usual” one is (sorry for being blunt) ridiculous. Point, line, plane, space. That’s what the usual definition really is.
As a Theoretical Computer Science person is my past life, I’ve worked with tuples and matrices and such a lot. So I understand the concept of one, two, etc., parameters being considered a dimension is some sense. But there are times when you say “dimension” and you mean an actual dimension. That should be the default understanding.
I understood what you said, but I wouldn’t say that Chronos’s definition is unusual or nonstandard or in any way obtuse.
Your examples of “point, line, space” apply to the arenas in which the objects appear. Chronos’s definition is the more usual one when discussing the objects themselves. For example, it’s typical to consider the surface of a sphere a 2D thing that is curved in a 3rd dimension. This definition is not limited to topology (where, for example, measurements like distance are ignored).
Your original point was valid. Chronos’s objection was a bit pedantic, though correct, and it didn’t refute your point. In any case, it’s just semantic quibbling and hopefully we’re done with it.
So, again, we have the circular definition that a “dimension” is a “real dimension”. A somewhat-obscure definition is surely better than no definition at all.
No, it’s a perfectly reasonable definition for certain applications: the dimension of a subset of a vector space is the dimension of its affine hull. It just doesn’t agree with the standard notions of dimension for nice spaces like a hyperbola, so you just have to specify that that’s what you’re talking about.
I think there’s a reasonable analogy to be made between these two notions of dimension and the notions of intrinsic and extrinsic curvature. In brief, intrinsic curvature is what you can pick up on from inside a space, and extrinsic curvature is what you have to be outside the space to see. A curve, in the usual sense, has no intrinsic curvature, but it does have extrinsic curvature. Likewise, a curve has intrinsic dimension one, but it can have an arbitrarily high extrinsic dimension.
(And just for the record, I’m an applied statistician. Anything that I know about is not obscure by any means.)
It doesn’t have intrinsic obscurity, but it does have extrinsic obscurity. (i.e. I wouldn’t expect someone with no background in mathematics to know what you’re talking about.)
Another way to think about it: Chronos’s use of “dimension” amounts (essentially) to “A locus L in an ambient space T is <= n-dimensional if there is a continuous map from R^n to T whose range contains L”. ftg’s use of “dimension” amounts to “A locus L in an ambient space T is <= n-dimensional if there is an affine map from R^n to T whose range contains L”. The only difference is whether the parametrization is taken to be continuous or taken to be affine.
I would say that there is a definition that agrees with ftg, but I wouldn’t say that he’s using that definition, since he’s not using any definition. OK, he’s saying that a point is zero, a line is one, a plane is two, and a space is three, but that doesn’t say what to consider something that isn’t a point, line, plane, or space.
But that’s not all he’s said. I think we can reasonably determine from context what ftg is doing, as he does consider a curve which can be contained in a plane but not in a line to be 2-dimensional (that being what started this whole mess). He is clearly taking the dimension of an object to be the smallest dimension of an affine space containing it, even if he has not said those particular words.