theorem
  z*' = 0.R_Quaternion implies z = 0.R_Quaternion
proof
  assume z*' = 0.R_Quaternion;
  then z*' = 0q by Def10;
  then z = 0q by QUATERNI:46;
  hence thesis by Def10;
end;
