theorem Th20: :: Reflexivity of Big_Omega (Problem 3.12)
  for f being eventually-nonnegative Real_Sequence holds f in Big_Omega(f)
proof
  let f be eventually-nonnegative Real_Sequence;
  f in Big_Oh(f) by Th10;
  hence thesis by Th19;
end;
