theorem Th26:
  0 = 0 mod n
proof
  n = 0 or n > 0;
  hence thesis by Def2,Th24;
end;
