theorem
  s>=1 & t = s-1 implies s choose t = s
proof
  assume that
A1: s>=1 and
A2: t = s-1;
  s choose t = s choose 1 by A1,A2,Th20;
  hence thesis by A1,Th23;
end;
