reserve x,y,w,z for ExtReal,
  a for Real;

theorem
  x = +infty or x = -infty implies |.x.|*|. 1./x .| = 0
proof
  assume x = +infty or x = -infty;
  then |. 1./x .| = 0 by Def1;
  hence thesis;
end;
