theorem Th69:
  Free Ex(x,y,p) = Free p \ {x,y}
proof
  thus Free Ex(x,y,p) = Free Ex(y,p) \ {x} by Th66
    .= (Free p \ {y}) \ {x} by Th66
    .= Free p \ ({x} \/ {y}) by XBOOLE_1:41
    .= Free p \ {x,y} by ENUMSET1:1;
end;
