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