reserve a,b,n for Element of NAT;

theorem Th4:
  for k being non zero Nat holds k-'1+2 = k+2-'1
proof
  let k be non zero Nat;
  k >= 1 by NAT_2:19;
  hence thesis by NAT_D:38;
end;
