
theorem
  for n being even Nat holds n div 2 = n/2
proof
  let n be even Nat;
  ex k being Nat st n = 2*k by ABIAN:def 2;
  hence thesis;
end;
