theorem Th2:
  for a,b being Real st |.a.| = b holds a = b or a = -b
  proof
    let a be Real;
    |.a.| = a or |.a.| = -a by COMPLEX1:71;
    hence thesis;
  end;
