Lm1:
for T being non empty TopSpace st ( for p being Point of T holds Cl {p} = {p} ) holds
T is T_1
Lm2:
for T being non empty TopSpace st not T is T_1 holds
ex x1, x2 being Point of T st
( x1 <> x2 & x2 in Cl {x1} )
Lm3:
for T being non empty TopSpace st not T is T_1 holds
ex x1, x2 being Point of T ex S being sequence of T st
( S = NAT --> x1 & x1 <> x2 & S is_convergent_to x2 )
Lm4:
for T being non empty TopSpace st T is T_2 holds
T is T_1
Lm5:
for T being non empty TopSpace st T is first-countable holds
for x being Point of T ex B being Basis of x ex S being Function st
( dom S = NAT & rng S = B & ( for n, m being Element of NAT st m >= n holds
S . m c= S . n ) )