theorem Th34:
  l >= 1 & n >= k*l implies n >= k
proof
  assume that
A1: l>=1 and
A2: n>=k*l;
  k*l>=k by A1,Th33;
  hence thesis by A2,XXREAL_0:2;
end;
