theorem
  +infty * y <> 1 & -infty * y <> 1
proof
  y = 0 or 0 < y or y < 0;
  hence thesis by Def5;
end;
