
theorem Th1:
  for a,b be Integer holds a divides b implies b/a is integer
  proof
    let a,b be Integer;
    a = 0 or thesis by WSIERP_1:17;
    hence thesis;
  end;
