Counter Examples in Topology #
Here I have these Topological Spaces under development
- Deleted Integer Topology
- Finite Particular Point Topology
- Fortissimo Space
- Half Disc Topology
- Irrational Slope Topology
- Uncountable Finite Complement Space
So, the sources that I have used to formalize these spaces are as follows:
- Counterexamples in Topology
- [N. Bourbaki, General Topology][bourbaki1966]
The main function of this project is to make Counter Examples in Topology, So, given a conjecture in topology, the computer can specialize any of these counter-examples for this conjecture and give a quick disproof of the conjecture. Here, I have specifically focussed on implementing the counter examples in topology baased on these seperation axioms :-
T0 axiom: Ifa,b ∈ X; there exist an open setO ∈ τsuch thata ∈ Oandb ∉ O, orb ∈ Oanda ∉ 0T1 axiom: Ifa,b ∈ X, there exists open setsUandVst.x ∈ U,y ∈ Vandx ∉ V,y ∉ U.T2 axiom: Ifa,b ∈ X, there exists open setsUandVst.x ∈ U,y ∈ VandU ∩ V = ∅.T2.5 axiom: Ifa,b ∈ X, there exists open setsUandVst.x ∈ U,y ∈ Vandclosure U ∩ closure V = ∅.T3 axiom: IfAis a closed set andbis a point not in A, there exists open setsUandVst.A ⊆ U,b ∈ VandU ∩ V = ∅.T4 axiom: IfAandBare disjoint sets then there exists open setsUandVst.A ⊆ U,B ⊆ VandU ∩ V = ∅.T5 axiom: IfAandBare seperated sets i.eclosure A ∩ B = ∅andA ∩ closure B = ∅, then there exists open setsUandVst.A ⊆ U,B ⊆ VandU ∩ V = ∅. In Bourbaki and lean's definition it also inherits theT1Space.
So, in order to distinguish these Seperation Axioms , the plan of the project is to formalize these Topological Spaces :-
Deleted Integer Topology: A Topological Space which is notT0Finite Particular Point Topology: A Topological Space which is notT1but isT0.Uncountable Finite Complement Topology: A Topological Space which is notT2but isT1.Irrational Slope Topology: A Topological Space which isT2.5but notT2.Half Disc Topology: A Topological Space which isT3but notT2.5Fortissimo Space: A Topological Space which isT5.
Navigation #
To browse the code, click on the navigation tab