Definition

A topology is a collection of subsets of a set (subset of the power set of the set) satisfying the following conditions:

An element of a topology is called an Open Set.

Examples

  • Trivial (smallest) topology:
  • Discrete (largest) topology:
  • Standard Topology on

Examples on Real Number

  • Trivial topology:
  • Discrete topology:
  • Standard topology: generated by
  • Lower limit topology: generated by
  • K-topology: generated by where
  • Finite complement topology:
flowchart TD
 
Tt["$T_t$"]
Td["$T_d$"]
Ts["$T_s$"]
Tl["$T_l$"]
TK["$T_K$"]
Tf["$T_f$"]
 
Td --- Tl
Td --- TK
Tl --- Ts
TK --- Ts
Ts --- Tf
Tf --- Tt