reserve T   for TopSpace,
        A,B for Subset of T;
reserve NT,NTX,NTY for NTopSpace,
        A,B        for Subset of NT,
        O          for open Subset of NT,
        a          for Point of NT,
        XA         for Subset of NTX,
        YB         for Subset of NTY,
        x          for Point of NTX,
        y          for Point of NTY,
        f          for Function of NTX,NTY,
        fc         for continuous Function of NTX,NTY;

theorem
  (f is_continuous_at x &
  x is_adherent_point_of XA & y = f.x & YB = f.:XA) implies
  y is_adherent_point_of YB by Lm12;
