theorem
  y<>0.SF implies x/y*y=x
proof
  assume
A1: y<>0.SF;
  thus x/y*y=x*(y"*y) by GROUP_1:def 3
    .=x*1_SF by A1,Th9
    .=x;
end;
