theorem Th17:
  min(a,b) <= a
proof
  a <= b or not a <= b;
  hence thesis by Def8;
end;
