theorem Th10:
  r <> 0 implies |.r.| > 0
proof
  assume r <> 0;
  then |.r.| <> 0 by Lm4;
  hence thesis by QUATERNI:67;
end;
