
theorem Th1:
  for a be non heavy Complex holds
  a is light or a is weightless
  proof
    let a be non heavy Complex;
    |.a.| <= 1 by Def1;
    hence thesis by XXREAL_0:1;
  end;
