reserve c, c1, d for Real,
  k for Nat,
  n, m, N, n1, N1, N2, N3, N4, N5, M for Element of NAT,
  x for set;

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;
