theorem Th9:
  x<>0.SF implies x * x" = 1.SF & x" * x = 1.SF
proof
  assume x<>0.SF;
  then x"*x = 1_SF by Def2;
  hence thesis by Th7;
end;
