Question on Topological Spaces

In summary, the conversation discussed the formal definition of a topological space, which includes axioms about sets, unions, and intersections. The first requirement is that the set itself is in the topology, which may seem paradoxical, but is not when considering the power set and the distinction between subsets and proper subsets. The conversation also touched on the distinction between geometric and algebraic concepts, with topology being more algebraic in nature but still relying on set theory. The concept of open and closed sets was also discussed, with the main difference being the inclusion or exclusion of the boundary point in the set.
  • #1
scott
20
0
I'm a noob starting out studying differential geometry and topology. Really probably somewhere in the multivariate calculus level, but I've been trying to understand the plethora of terminology I'm encountering with this higher math. I've been reading a lot on Wikipedia.org and PlanetMath.org, (two excellent sites by the way)and I've got a question about topological spaces.

From Wikipedia:


Formal definition
Formally, a topological space is a set X together with a collection T of subsets of X (i.e., T is a subset of the power set of X) satisfying the following axioms:


1.The empty set and X are in T.
2.The union of any collection of sets in T is also in T.
3.The intersection of any pair of sets in T is also in T.

The first requirement is that X is in T. If T is a subset of X, how can X be in T? Isn't that a paradox, sort of like Russell's paradox? How can a set be contained within a subset of itself? Am I interpreting the axiom wrong?

Also, in reading about spaces in general, it seems like the general concept of space, metric spaces, euclidean space, etc .. are geometrical concepts. Objects like sets, groups, rings and fields are more algebraic in nature. However, the definition of a topological space seems to be more of an algebraic rather than a geometrical concept. Is that correct?
 
Physics news on Phys.org
  • #2
Originally posted by scott

The first requirement is that X is in T. If T is a subset of X, how can X be in T? Isn't that a paradox, sort of like Russell's paradox? How can a set be contained within a subset of itself? Am I interpreting the axiom wrong?
T is a subset of the power set of X. the power set of X is the set of all subsets.

and remember the distinction between subsets and proper subsets. any set is a subset of itself (this is why the symbol for subset is [itex]\subseteq[/itex], instead of just [itex]\subset[/itex]. this means that [itex]A\subseteq B[/itex] if A is equal to B or properly contained in B.

so the power set of X contains all subsets of X, including X itself, and the empty set (which is a subset of every set).

for example, if X={1,2,3}, then the power set of X is {0,{1},{2},{3},{1,2},{1,3},{2,3},{1,2,3}} (where 0 is the empty set). as you can see, X is itself a member of the power set of X. a topology is a subset of this power set that must contain X, 0, unions, and finite intersections. in particular, the power set is a subset of itself (but not a proper subset) which satisfies all these rules, so the power set of X is itself a topology of X, called the discrete topology

Also, in reading about spaces in general, it seems like the general concept of space, metric spaces, euclidean space, etc .. are geometrical concepts.
yes, but what makes a metric space a geometrical concept is the presence of a metric. this is the distinction between geometry and topology; geometrical objects have a precise notion of distance, and topology have only a notion of closeness, without regard for absolute size, angle, curvature, etc.

Objects like sets, groups, rings and fields are more algebraic in nature.
i would say that sets are not algebraic. set theory is the basis for the foundations of all mathematics, including analysis, algebra, geometry, and topology. so the definition of any object, be it topological, algebraic, analytic, or geometric, is a set theoretic definition.

groups, rings, and fields are certainly algebraic objects. the property that these all have, and generic set theoretic objects do not, is a concept of multiplication or addition. anything with multiplication or addition is an algebraic object, and anything without is not.

you might want to consider unions and intersections of sets as a kind of multiplication and addition. you can do this, but it is a more generic type of algebra that we usually consider for algebraic objects, so we don't usually consider these algebraic objects (although, sometimes we do)


However, the definition of a topological space seems to be more of an algebraic rather than a geometrical concept. Is that correct?

given my above comments, i would say that the definition of a topological space is a set theoretic definition. it relies on no algebraic properties of addition or multiplication, but only set theoretic notions like union and intersection.

certainly, it is not geometric either, since it makes no mention of anything that could be considered a metric.

the definitions of a topological space and a geometrical space (say, a metric space), are fairly similar; they are both set theoretic definitions. but then, as i said, all objects in mathematics have set theoretic definitions. the difference between the two is the presence of something that we call distance. in the case of the metric space, that notion is the metric itself.
 
  • #3
Ah, yes you are right, my sloppy reading of the definition of a subset. The very next sentence after my prior quote

Every set Y is a subset of itself.


Here's another idea I'm struggling with though. The distinction between a closed set and an open set.

If I'm not mistaken, an open set of the real numbers over the interval (0,1) would be open if:

0 < x < 1

but closed if:

0 < x [tex]\leq[/tex] 1

In either case you will never go beyond 1, and there is an infinite number of points along the interval in both cases. So what's the difference? Could it be that if x [tex]\leq[/tex] 1, then the value 1 is a solid final boundary, whereas if x < 1, and you are near, but not quite to 1, you can always advance closer to 1 over an infinite number of points. If x [tex]\leq[/tex] 1 however, once you are on the value one, you can't move any more. Is that on base at all?
 
Last edited:
  • #4
Originally posted by scott

Here's another idea I'm struggling with though. The distinction between a closed set and an open set.

the definition is surprisingly simple in point set topology: a set is open if it is in the topology. it is essentially up to you which sets you want to call open, as long as they follow the rules.

and a set is closed if its completent is open.

in abstract algebra, you take the notion of multiplication, and define it to be any operation you want, as long as it follows a few rules. well, in point set topology, we do the same thing with open sets. define them to be any collection of sets which follow a few rules.

If I'm not mistaken, an open set of the real numbers over the interval (0,1) would be open if:

0 < x < 1
the set (0,1) is an open subset of the real line with its usual topology, this is true, independent of what x is. (what is x, here?).

but closed if:

0 < x [tex]\leq[/tex] 1

um, even if x=100, (0,1) is still an open set. perhaps you want to talk about the set (0,1]? this set is neither open nor closed in the usual topology of the real line.

it is not entirely clear what topological space you are in. i assumed the real line. is this what you had in mind?

In either case you will never go beyond 1, and there is an infinite number of points along the interval in both cases. So what's the difference? Could it be that if x [tex]\leq[/tex] 1, then the value 1 is a solid final boundary, whereas if x < 1, and you are near, but not quite to 1, you can always advance closer to 1 over an infinite number of points. If x [tex]\leq[/tex] 1 however, once you are on the value one, you can't move any more. Is that on base at all?

the difference between (0,1) and [0,1] is that surrounding any point in (0,1) there is a neighborhood contained within (0,1). this is sufficient to show that (0,1) is open. [0,1] does not satisfy this property (for example, no neighborhood of the point {1} is contained within [0,1]), so [0,1] is not open.

i am not sure if that directed your question directly, but maybe it helped somewhat.
 
  • #5
Why must there be only open sets in a topology? Is that so that the rules that apply for sets in the middle also apply for sets at the edges?
 
  • #6
Originally posted by Mike2
Why must there be only open sets in a topology? Is that so that the rules that apply for sets in the middle also apply for sets at the edges?

there mustn't only be open sets in topology, it's just that there must at least be open sets.

and the reason we need open sets is that continuity is defined in terms of how it relates open sets to open sets. topology is the study of continuous maps.

if you like, you can ditch open sets in favor of closed sets; it's equivalent. or something else, perhaps.
 
  • #7
Temporarily forget about open and closed in the usual sense of intervals.

A topology on a set is a collection of subsets satisfying the rules you gave. Elements of the topology are formally declared to be open, it's just a name. A set is closed iff its complement is in T. It is perfectly possible for sets to be both open and closed, open and not closed, closed and not open, and neither open nor closed.


Examples:

R with the sets generated by (a,b) under arbitrary union and finite intersection.

Then (a,b) is open and not closed

[a,b] is closed and not open

(a,b] is neither closed nor open.




Let R equipped with the discrete topology - every subset is open, and thus as every set is the complement of some other set, every set is closed too.


any metric space comes with a topology from the metric.

define a topology on R by saying

a set is closed iff its elements are all roots of some finite number of polynomials - that is every closed set is just a finite number of points, every open set is the complement of this . this is the zariski topology.



there is another interesting topology to do with arithmetic progressions but I can't remember it exactly at the moment that shows there are infinitely many primes.

you need to stop thinking about edges and just go with the definitions. everything in maths is what it does, a simple philospophy that is necessary to understand anything at higher levels, so open sets are just things that satisfy certain rules - sometimes you might prove they satisfy these rules by the basic ideas you've seen already, but it won't help you understand the weak * topology on a Banach space.
 
  • #8
lethe, yes your answer helped.



matt:

you need to stop thinking about edges and just go with the definitions. everything in maths is what it does, a simple philospophy that is necessary to understand anything at higher levels, so open sets are just things that satisfy certain rules - sometimes you might prove they satisfy these rules by the basic ideas you've seen already, but it won't help you understand the weak * topology on a Banach space.

Is that how we manage to understand four dimensional space-time that we can't really visualize geometrically, but because we know the mathematical rules that apply at lower "visualizable" dimensions, we can simply follow the rules to apply them at higher "non-visualizable" dimensions?
 
  • #9
You can do a lot that way, but the study of what really goes on in either Euclidean four dimensional space or in Minkowski four dimensional space is an active research topic. Papers are being published "as we speak".

In the Euclidean context, we have the Geometrization Conjecture, which proposes to classify the three dimensional manifolds (analogs of the surfaces in 3-D) into a small number of specific types. If that conjecture is proved (it may already have been!) then it will imply that the Poincare conjecture is also true, which will solve one of the great problems of 20th century math.
 
  • #10
Originally posted by scott
Is that how we manage to understand four dimensional space-time that we can't really visualize geometrically, but because we know the mathematical rules that apply at lower "visualizable" dimensions, we can simply follow the rules to apply them at higher "non-visualizable" dimensions?

It is the only way you can do maths at all after a certain point.

In the case of topological spaces though, I meant that the ideas about edges, whilst suggestive and true in certain cases are not true in general - you need to define edge for abstract sets and topological spaces, the best alternative is 'boundary'. So the idea that [0,1] is closed becuase '1 is a solid boundary' 'you can't go beyond' is an idea that, if put more rigorously would be true for R in the usual topology (and for a metric toplogy), but doesn't make much sense for, say the Zariski topology topology on R ( a set is closed iff it contains a finite number of points) and in particular
one space can have several different toplogies on it and some subset might be open in one topology and closed in another eg (0,1) in the usual and the discrete toplogy on R.
 
  • #11
Ok, this occurred to me last night about my first question. Back to the definition of a topological space, if it is defined as a collection of subsets T of the set X, and X is a member of the collection of sets, doesn't that define the entire set X?
 
Last edited:
  • #12
Could you check that you've got all the letters in that question correct, please. What do you mean define the entire set X? It is required that the whole space thought of as a subset of itself, and the empty set are in the collection of sets defining the topology, that the whole space is open and closed, that's all. Other wise you'd have points that might not lie in any open (or closed) subset.

A topological space is a set/space with a topology (collection of subsets satisfying certain rules), what in that is the thing you need to understand.

A topological space is NOT defined to be the topology, it is a space equipped with a topology.
 
  • #13
Here's the http://planetmath.org/encyclopedia/TopologicalSpace.html I'm looking at.

Like I said, I'm a noob at this, trying to digest all of this new terminology, maybe I'm making it harder than it is.

Here's another definition
 
Last edited by a moderator:
  • #14
Yes, but can you please explain your question, cos I couldn't understand what you meant by 'defining X'

Why is the fact that by defintion X is in T confusing you here?
 
  • #15
The way I understand it, a topological space T, is defined as a subset of a set X, or a topology on X. Is this definition meant to include the entire set X, or only a specific set contained within X, who's elements are less than the total elements contained in X (i.e., a specific "part" of X)?

A topological space is a set/space with a topology (collection of subsets satisfying certain rules), what in that is the thing you need to understand.

A topological space is NOT defined to be the topology, it is a space equipped with a topology.

So to try to answer my own question, maybe a topological space could encompass the whole set T and maybe not. The topology is a set of subsets of a set X, satisfying specific properties, which resides within X, and that set X is the "space" in which the topology resides. Am I getting warmer?


In fact, let me try an analogy:

in [tex]R^2[/tex] Euclidean space with a traditional x,y Cartesian graph, you have sets of points which are defined by a distance function between them, and this distance function is a Metric on the space, i.e., the set of points defined by the Metric resides within the Euclidean space, sort of the way the T subsets satisfying the properties are a topology on a topological space X.
 
Last edited:
  • #16
No. Is the shortest answer.


Let us fix notation. Let X be a set. A topology on X is a collection of subsets, T, of X satisfying,

for all indexing sets J, the union of elements of T (elements of T are subsets of X remember) indexed by J is also a member of T

all finitely indexed intersections of elements in T are also in T

the empty set is in T as is X.

we say (X,T) is a topological space. Sometimes we suppress meniton of the T and call X a topological space. T is a topology. T is not a topological space, they are different.

I don't know wher you've got the other things from, but they are wrong, as far as I can tell.


Going all the way back to you first post, X has consistently been the topological space with topology T.


"The way I understand it, a topological space T, is defined as a subset of a set X, or a topology on X"

neither of those is correct. Your problems seem to be that you don't understand which thing is which.

I don't follow most of the last paragraph:

"maybe a topological space could encompass the whole set T and maybe not"

what does encompass mean here? T is the topology, a collection of subsets of X, the topology does not "reside within" X in any way I can see - the elements of the topology are subsets of the set X, but that isn't the same thing.


Here are examples of topologies, (X,T) would be the topological space.


Let X be any set, there is the trivial topology T={ E,X} where I use E for the empty set.

There is the discrete topology: T=P(X)

There is a topology T={X subset of X : |X^c| is finite} u{E}--- a set is open iff and only if its complement contains a finite number of points, or it is the empty set.

If X is infinite then these are all different, so one can make a set into a topological space in many different ways. That is why one refers properly to (X,T) as a topologcial space, unless it's clear what the topology is.
 
  • #17
Originally posted by scott
The way I understand it, a topological space T, is defined as a subset of a set X

T is a subset of the power set of X, not of X itself.
 
  • #18
I mistyped above, I meant to say that the set X is the topological space. I don't think I'm that far off, I realize now that X is the topological space which has the set T, a subset of the power set of X, as a topology on it.

Forgive my non-rigorous, non-formal language, but I picture a subset T of a set X as "residing within" X. Maybe that's not the right description, but I often see terminology such as "for T IN X" which I would understand as, contained within, and element of, or residing within. Those phrases are all equivalent to me. Is that wrong?
 
  • #19
I think all those statements are ok, but you are using T for two different things. T as a topology - a collection of subsets of X, and T as an element of the topology.

It is ok, in a non-rigorous sense, to say that an element of the toplogy resides in the space, meaning it is a subset of it, but it is wrong to say that a topology resides in the set X in this sense, I think that just comes down to a reasonable sense of semantics.


Just differentiate between the topology T on a set X, and an element of the topology. In your terms, each element of T resides in X, but T does not reside in X. More precisely every element of T is a subset of X, but the collection T is not a subset of X.
 
  • #20
Originally posted by scott
in [tex]R^2[/tex] Euclidean space with a traditional x,y Cartesian graph, you have sets of points which are defined by a distance function between them, and this distance function is a Metric on the space, i.e., the set of points defined by the Metric resides within the Euclidean space, sort of the way the T subsets satisfying the properties are a topology on a topological space X.

No, the points are not defined by a distance function at all. Euclidean 2-space exists without a metric.

You can use the distance function to define the open sets in a topology on R^2, which agrees with the product topology on R^2 - that's an interesting elementary problem for you to prove.
 
  • #21
Scott:

Let's say I have some set [tex]X[/tex], and it's got the power set [tex]P=2^X[/tex].

Now, let's sayt that [tex]\tau \subset P[/tex]. Then the elements [tex]i \in \tau[/tex] are subsets of [tex]X[/tex].

We say that [tex]\tau[/tex] is a topology on [tex]X[/tex] if:
1. [tex]\tau[/tex] contains [tex]X[/tex].
2. [tex]\tau[/tex] contains the empty set.
3. [tex]\tau[/tex] is closed over arbitrary unions.
4. [tex]\tau[/tex] is closed over finite intersections.

Here are some examples of topolgies that might be helpfull:

For any [tex]X[/tex], [tex]\tau=\{X,\{\}\}[/tex] is a topology on X, and [tex]\tau=2^X[/tex] is a topology on [tex]X[/tex]. Neither of these is usualy particularly useful or interesting. You might want to check that these are topologies.

For [tex]X=\{0,1,2,3,4\}[/tex], [tex]\tau=\{ \{\},\{1\},\{0,1,2,3,4\}\}[/tex] is a topology on [tex]X[/tex].

On the reals, there are many different potential topologies. Other posters have already mentioned the Zariski topology where for any [tex]t \in \tau[/tex], [tex]t[/tex] is the empty set, or [tex]\Re - t[/tex] is finite.

There's the usual topology on the reals[tex]\tau[/tex] is the set of all sets [tex]t[/tex] with the property that[tex] \forall x \in t \exists \epsilon > 0 s.t. (x-e,x+e) \subset t[/tex].

The lower limit topolgy replaces that requirement with:
[tex] \forall x \in t \exists \epsilon > 0 s.t. [x,x+e) \subset t[/tex].

It's easy to see that other requirements also work:
[tex] \forall t, x \in t \rightarrow (x+1) \in t[/tex]
or
[tex] \forall t, x \in t \rightarrow x^2 \in t[/tex]
are also toplogies on [tex]\Re[/tex]

The sets [tex]t \in \tau[/tex] are referred to as open sets. For example, in the lower limit topology, [tex][0,1)[/tex] is an open set, but it is not an open set in the usual topolgy on the reals.

Now, a topological space [tex]T[/tex] is a set [tex]X[/tex] and a topolgy on [tex]X[/tex], [tex]\tau[/tex].

Because "in" is usually used to refer to set inclusion in mathematics i.e. [tex]\in[/tex], it's a bad idea to use it for anything else. You can say that [tex]\tau[/tex] is a topology on [tex]X[/tex]. Since most sets have more than one topology, it's also poor form to say that [tex]\tau[/tex] is the topology on [tex]X[/tex].
 
  • #22
Ok thanks for the replies guys. One thing I've been struggling with a little is the idea of moving from the specific to the general in going from definitions of Euclidiean to Metric, to Topological spaces. I think I may be on the right track. Here's a specific example to illustrate going from the least general idea to the most general idea, tell me if I'm off here:

Given two sets, X and Y, the Cartesian product of the two sets forms an n-tuple of ordered pairs (x,y) for all x in X and all y in Y. The collection of all possible ordered pairs (x,y) forms the basis of a space. This collection of all possible ordered pairs of (x,y) forms a set, we'll call [tex]X_x[/tex]. If the space is Euclidean then [tex]X_x[/tex] is the set of real numbers together with a distance function containing certain properties (in this case the Pythagoean theorem).

To further generalize the idea of the space we can talk about a Metric space. Using the above example, the metric space is again the set [tex]X_x[/tex], and has the same properties as the Euclidean space, except that [tex]X_x[/tex] isn't limited to the set of real numbers, and the distance function doesn't necessarily have to be the Pythagorean theorum.

To generalize even further, we can move to the idea of a topological space. Using the above example, the topological space is again the set [tex]X_x[/tex], except this time we aren't concerned with a distance function. Rather, we look only at the collection of sets and subsets containing certain properties that can be constructed on [tex]X_x[/tex]. A collection of subsets T, containing certain properties, which can be constructed on [tex]X_x[/tex] is said to be a topology on [tex]X_x[/tex], and [tex]X_x[/tex] is a topological space.

How's that? Not real formal or complete, but I'm just trying to convey an understanding of the concepts involved in the relationships of these spaces to each other.
 
Last edited:
  • #23
in order hopefully

(x,y) is a 2-tuple. the collection of all ordered pairs is XxY, why invent a new terminology that doesn't even mention Y? basis has a different meaning than this, perhaps you want base, but that isn't necessarily a good word either.

what do you mean, Euclidean space? R, R^2, etc are all euclidean (with the Euclidean metric - there are other metrics on them)

I don't understand why the idea of caretesian product arose. when i said a topological space was a pair (X,T) i didn't mean a cartesian product as you've got it there.
 
  • #24
(x,y) is a 2-tuple. the collection of all ordered pairs is XxY, why invent a new terminology that doesn't even mention Y? basis has a different meaning than this, perhaps you want base, but that isn't necessarily a good word either.

I'll double-check my use of those terms again.

I meant R^2 and was using that as an example with which to demonstrate the relationship between different types of spaces all using that example.

I understand that the Pair you referred to (X,T) is not the ordered pair in my example. Again, I was using the ordered pairs in the example of R^2 space as a set which forms a space. That set would be the X in your pair (X,T). In looking at the space as a topological space, we are only concerned with a collection of particular subsets T, and the properties thereof, as opposed to defining any distance formula as we would do if we are looking at the space as a metric space.

Again, I was not trying to formally define anything, just comparing and contrasting the different concepts of spaces using a single example.
 
  • #25
Originally posted by scott

Given two sets, X and Y, the Cartesian product of the two sets forms an n-tuple of ordered pairs (x,y) for all x in X and all y in Y.

The cartesian product is not an n-tuple. The cartesian product is a set of ordered pairs.

The collection of all possible ordered pairs (x,y) forms the basis of a space.
"Basis" is a topological term with a specific meaning, and I doubt you mean to use it in that way.

This collection of all possible ordered pairs of (x,y) forms a set, we'll call [tex]X_x[/tex].
Why confuse everyone (probably including yourself) when you can use [tex]X \times Y[/tex] instead? Everyone who recognizes that [tex]X[/tex] and [tex]Y[/tex] are sets will recognize that as their cartesian product.


If the space is Euclidean then [tex]X_x[/tex] is the set of real numbers together with a distance function containing certain properties (in this case the Pythagoean theorem).
Euclidean spaces are of the form [tex]\Re^n[/tex]. The distance function is not a necessary aspect of a euclidean space. Also, [tex]X_x[/tex] is not known to be the set of real numbers ([tex]\Re^2[/tex] is euclidean but not equal to [tex]\Re[/tex]), and it's better to say a "distance function" or "function [tex]d:X_x \times X_x \rightarrow \Re[/tex] having certain properties" than using "containing". Since I expect that you mean the normal requirements for distance functions, 'certain properties' should be removed, and filed with the department of redundancy department. It also implies that [tex]d[/tex]'s additional properties will be described later.

To further generalize the idea of the space we can talk about a Metric space.

It's not possible to generalize an single instantiation, either you're generalizing the notion of space, or you're talking about "the space" which you've (in theory) previously described or defined. Not to mention that you haven't really discussed a notion of space, or generalized it, so 'further' is inappropriate.

Using the above example, the metric space is again the set [tex]X_x[/tex], and has the same properties as the Euclidean space, except that [tex]X_x[/tex] isn't limited to the set of real numbers, and the distance function doesn't necessarily have to be the Pythagorean theorum.

This paragraph is essentially gibberish.

I recommend you forget about metric spaces until you get the hang of basic point set topology. Munkres (not sure about the spelling) is an excellent introductory text.

You don't need to get into metric spaces, or cartesian products in order to demonstrate your understanding of topology.

Here's excercises for you:

List all of the topolgies on the set [tex]X=\{0,1\}[/tex]. (A topolgy is a complete list of open sets.)

Show that there are at least 45 different topolgies on the set:
[tex]X=\{0,1,2\}[/tex]

For [tex]X=\{0,1,2\}[/tex] give an example of a subset [tex]p[/tex] of [tex]P(X)[/tex] that contains the [tex]X[/tex] and the empty set but is not a topology on [tex]X[/tex].
 
  • #26
The cartesian product is not an n-tuple. The cartesian product is a set of ordered pairs.

My bad. I'll re-read the definitions.

"Basis" is a topological term with a specific meaning, and I doubt you mean to use it in that way.

ditto

Why confuse everyone (probably including yourself) when you can use instead? Everyone who recognizes that and are sets will recognize that as their cartesian product.

Just about every place I've seen defines the set of ordered pairs that's way, that's why.

here's a snippet from a mulivariable calculus book:

Suppose A and B are sets. The
Cartesian product AxB of these sets is the collection of all ordered pairs (a,b) such that a is in A and b is in B.

I can find many other examples of the Cartesian product defined in just this way. I was merely expressing it the way I've seen it.

As for the rest, I keep seeing all different kinds of spaces described and defined in various sources. A lot of the terms keep popping up over and over. Why do we need all these different kinds of spaces? Why not just say "space"? There must be some difference or distinction between the different kinds of spaces, and there must be some reason for distinguishing them.

It helps me in attempting to understand what these different kinds of spaces are and how do distinguish between them by comparing and contrasting them, especially because I've read, for example, that a Euclidean space is a metric space and a topological space. So I tried to find an example that was all three and distinguish between the different concepts of space.

As I've said repeatedly, I'm not attempting a formal definition or complete treatment of these topics, only an exercise to help me understand the distinction between them.

Also, I don't appreciate my comments being called "gibberish". This strikes me as pedantic and snobbish, and not in any way instructive or representative of a genuine effort to help me understand.
 
  • #27
the product notation thing was 'cos you labelled the product of X and Y X_x, which isn't standard - where's the Y gone?
 
  • #28
Regarding cartesian products:

The elements of a cartesian product are n-tuples, but the product itself is a set.

Regarding 'euclidean' spaces, metric spaces:

Euclidean space is [tex]\Re^n[/tex], for some n. The ordered n-tupes in [tex]\Re^n[/tex] can also be regarded as vectors.

If your course is in point set topology, then you should probably not be dealing with metric spaces quite yet. The euclidean metric on [tex]\Re^n[/tex] is [tex]d(\vec{x},\vec{y})=|(\vec{x}-\vec{y})|[/tex] where the vertical bars represent the vector norm.

My appologies regarding the gibberish comment.
 
  • #29
Metric spaces are a type of topology, where all open sets [tex]O[/tex] have the property that [tex]\forall x \in O \exists \delta s.t. d(x,y) < \delta \rightarrow y \in 0[/tex]

There are other ways to describe metric spaces, but the only one that I am familiar with involves the notion of basis.
 
  • #30
I'm not actually in a course. Just a soul who's insatiably curious about the universe and how it works. My intermediate goal is to understand the mathematics of general relativity. The most formal instruction I've had in math would be up through introductory calculus. I've gone back and reviewed basic algebra, trig, and calculus and now I'm going through multivariable calculus. Peeking ahead at some differential geometry textbooks, I noticed a great deal of terminology, particularly with respect to sets, topological spaces, etc. So I'm trying to familiarize myself with that terminology.

Not sure what I need to focus on next after multivariable calculus. I've seen online textbooks involving algebraic topology, differential geometry, and others. I really want to work toward an understanding of space-time and general relativity.
 
  • #31
I don't think that Differential Geometry requires a strong background in topology, but my experience with Differential Geometry hasn't exactly been the best, so someone else should probably comment on that.

http://math.ucr.edu/home/baez/

might help with your quest for information.
 
  • #32
T is not a subset of X. T is a collection of subsets of X. In other words, T is a set of sets. Your first reply said this in a fancy way, by stating that T is a subset of the power set of X. To be a topology, T must contain at least two elements: X itself, and the empty set. If T contains only these two sets, it is called the indiscreet topology
for X. If T contains all subsets of X, i.e., the entire power set, then T is called the
discreet topology. Interesting topologies associated with X are usually between these two extremes.
 
  • #33
Just learn differential geometry and tensor calculus, and you'll be set for a good into to GR. There are many good books on the topic; I like one called "A Short Course on General Relativity" by Nightingale.

- Warren
 
  • #34
this discussion persuades me that the art of reading books is hopelessly lost. anyone who read even a few pages of a mediocre book on topology would not have any of these questions.

web based learning is obviously a satanic invention of the powers of ignorance, superstition, and darkness!
 

1. What is a topological space?

A topological space is a mathematical concept that describes the properties of a set and the relationships between its elements. It is defined by a collection of subsets, called open sets, that satisfy certain axioms and allow for the study of continuity, connectedness, and convergence.

2. What are some examples of topological spaces?

Some common examples of topological spaces include Euclidean spaces, which describe the properties of points, lines, and shapes in geometry, and metric spaces, which use a distance function to define open sets. Other examples include the real line, the plane, and more abstract spaces such as graphs and networks.

3. What is the difference between a topological space and a metric space?

A metric space is a type of topological space that has a distance function defined between its points. This allows for the measurement of distances between points and the characterization of open sets. In contrast, a topological space does not have a distance function and is defined solely by its collection of open sets.

4. How are topological spaces used in scientific research?

Topological spaces are used in various fields of science, including physics, computer science, and biology. In physics, they are used to model the behavior of particles and study the properties of space-time. In computer science, they are used to analyze data and design algorithms. In biology, they are used to study the structure and function of biological networks.

5. What are some applications of topological spaces in everyday life?

Topological spaces have many practical applications in everyday life. For example, they are used in GPS systems to calculate the shortest route between two points. They are also used in computer graphics to render images and animations. In addition, topological spaces are used in data analysis and machine learning to identify patterns and make predictions.

Similar threads

  • Topology and Analysis
Replies
5
Views
187
  • Calculus and Beyond Homework Help
2
Replies
58
Views
3K
  • Calculus and Beyond Homework Help
Replies
2
Views
738
Replies
4
Views
1K
  • Topology and Analysis
Replies
12
Views
2K
Replies
2
Views
343
Replies
3
Views
2K
  • Topology and Analysis
Replies
2
Views
1K
  • Special and General Relativity
Replies
25
Views
2K
Replies
6
Views
1K
Back
Top