theorem
  InsCode (Divide(a,b)) = 5
proof
  ex A,B st a = A & b = B & Divide(a,b) = Divide(A,B) by Def10;
  hence thesis;
end;
