theorem Th41:
  j<=l & j<>0 implies j divides l!
proof
  assume that
A1: j<=l and
A2: j<>0;
  ex k being Nat st l=j+k by A1,NAT_1:10;
  hence thesis by A2,Th40;
end;
