theorem Th35:
  dom ((Relax n).f) = dom f
proof
  thus dom ((Relax n).f) = dom Relax(f,n) by Def15
    .= dom f by Def14;
end;
