reserve x,y,z,X for set,
  T for Universe;

theorem Th38:
  for T being non empty TopSpace, N being net of T st N in NetUniv
  T for p being Point of T st not p in Lim N ex Y being subnet of N st Y in
  NetUniv T & not ex Z being subnet of Y st p in Lim Z
proof
  let T be non empty TopSpace, N be net of T;
  assume N in NetUniv T;
  then
A1: ex M being strict net of T st M = N & the carrier of M in
  the_universe_of the carrier of T by Def11;
  let p be Point of T;
  assume not p in Lim N;
  then consider V be a_neighborhood of p such that
A2: not N is_eventually_in V by Def15;
  N is_often_in (the carrier of T) \ V by A2,WAYBEL_0:9;
  then reconsider Y = N"((the carrier of T) \ V) as subnet of N by Th22;
  take Y;
  the carrier of Y = (the mapping of N)"((the carrier of T) \ V) by Def10;
  then the carrier of Y in the_universe_of the carrier of T by A1,
CLASSES1:def 1;
  hence Y in NetUniv T by Def11;
  let Z be subnet of Y;
  assume p in Lim Z;
  then Z is_eventually_in V by Def15;
  then
A3: Y is_often_in V by Th18,Th19;
  Y is_eventually_in (the carrier of T) \ V by Th23;
  hence contradiction by A3,WAYBEL_0:10;
end;
