
theorem Th10: :: Even100
  for n being even Nat st n<=1 holds n=0
proof
  let n be even Nat such that
A1: n<=1;
  n<>2*0+1;
  then n<0+1 by A1,XXREAL_0:1;
  hence thesis by NAT_1:13;
end;
