
theorem
  for a be non light positive Real, b be light Real holds a > b > -a
  proof
    let a be non light positive Real, b be light Real;
    a >= 1 & 1 > b & b > -1 & -1 >= -a by TA1;
    hence thesis by XXREAL_0:2;
  end;
