
theorem Th7:
  for X being non empty TopSpace,
  f1 being Function of X,R^1,a being Real st f1 is continuous
  holds ex g being Function of X,R^1
  st (for p being Point of X,r1 being Real st
  f1.p=r1 holds g.p=r1-a) & g is continuous
proof
  let X be non empty TopSpace, f1 be Function of X,R^1,a be Real;
  assume f1 is continuous;
  then consider g1 being Function of X,R^1 such that
A1: for p being Point of X,r1 being Real st f1.p=r1 holds g1.p=r1+-a and
A2: g1 is continuous by JGRAPH_2:24;
  for p being Point of X,r1 being Real st f1.p=r1 holds g1.p=r1-a
  proof
    let p be Point of X,r1 be Real;
    assume f1.p=r1;
    then g1.p=r1+-a by A1;
    hence thesis;
  end;
  hence thesis by A2;
end;
