
theorem
  for S, T being non empty TopSpace, f being continuous Function of S,T,
  a, b being Point of S, P being Path of a,b st a,b are_connected holds f*P is
  Path of f.a,f.b
proof
  let S, T be non empty TopSpace;
  let f be continuous Function of S,T;
  let a, b be Point of S;
  let P be Path of a,b;
  assume
A1: a,b are_connected;
A2: (f*P).1 = f.(P.j1) by FUNCT_2:15
    .= f.b by A1,BORSUK_2:def 2;
A3: (f*P).0 = f.(P.j0) by FUNCT_2:15
    .= f.a by A1,BORSUK_2:def 2;
  P is continuous & f.a,f.b are_connected by A1,Th23,BORSUK_2:def 2;
  hence thesis by A3,A2,BORSUK_2:def 2;
end;
