theorem
  n!/((n-'k)!) is Element of NAT
proof
n!/((n-'k)!) is integer by IRRAT_1:36,NAT_D:35;
  hence thesis by INT_1:3;
end;
