We'd like to say:
A topological space is a set $X$ together with a notion of convergence relating sequences in $X$ with points of $X$. Given a sequence $x$ and a point $y$, we can ask whether or not $x$ converges to $y$, and certain axioms hold regarding this relation.
A topological space is called Hausdorff iff every sequence converges to at most one point.
A function $f : A \rightarrow B$ between topological spaces is continuous iff for all sequences $x$ in $A$ and all points $y \in A$, we have that if $x$ converges to $y$ in $A$, then $f(x)$ converges to $f(y)$ in $B$.
Unfortunately, this is completely wrong. For starters, you can't always recover the topology just from knowing which sequences converge to which points. Though sometimes you can; these are called sequential topological spaces. But in general, what your convergent sequence/point pairs isn't enough to determine the topology, and we have to pass to "generalized sequences"; the technical term is net. So, we want to say:
A topological space is a set $X$ together with a notion of convergence relating nets in $X$ with points of $X$. Given a net $x$ and a point $y$, we can ask whether or not $x$ converges to $y$, and certain axioms hold regarding this relation.
A topological space is called Hausdorff iff every net converges to at most one point.
A function $f : A \rightarrow B$ between topological spaces is continuous iff for all nets $x$ in $A$ and all points $y \in A$, we have that if $x$ converges to $y$ in $A$, then $f(x)$ converges to $f(y)$ in $B$.
This still doesn't quite work, because the "set" of all nets in a topological spaces turns out to be too big to form a set; they merely form a class. This creates some technical problems that we'd rather do without. The usual workaround goes like so:
- Given a set $X$, there's a notion of filter in a set.
- Every net corresponds to something called its "eventuality fiter."
- We can decide whether or not a net $x$ converges to a point $y$ just from knowing the eventuality filter of $x$.
- Hence instead of equipping $X$ with data regarding which net/point pairs are convergent, the usual workaround is to equip $X$ with data regarding which filter/point pairs are convergent, and treat convergence of nets as a derivative notion.
So, our definition becomes:
A topological space is a set $X$ together with a notion of convergence relating filters in $X$ with points of $X$. Given a filter $x$ and a point $y$, we can ask whether or not $x$ converges to $y$, and certain axioms hold regarding this relation.
A topological space is called Hausdorff iff every filter converges to at most one point.
A function $f : A \rightarrow B$ between topological spaces is continuous iff for all filters $x$ in $A$ and all points $y \in A$, we have that if $x$ converges to $y$ in $A$, then $f(x)$ converges to $f(y)$ in $B$.
There's still a subtle issue. If you try to axiomatize topological spaces via filter convergence, you wind up with a significantly more general notion called a convergence space. Convergence spaces are really nice, and personally I wish people would start treating them as the basic objects of interest in general topology, and treat topological spaces as a mere special case. Unfortunately, I haven't been able to find an elementary introduction to such things that I can link you to, so you'll have to learn things the classical way until you're ready to go off on your own.
You are very ambitious; you will need help from a college level math teacher on this. Seek a good mentor. If you continue, I promise you a glorious future.
– richard1941 Aug 02 '17 at 22:01