I am asked to explain why the following function is not a legitimate (multivariate) distribution function.
$$ F(x,y) = 1 - e^{-x-y}, x,y \geq 0 $$
I am tempted to reason as follows: The function has right continuity on each of its variables, so its not that. Monotonicity doesnt pose a problem either. The function also varies between $0$ and $1$, so basically what remains out of the basic properties is the limit one, which says:
$$ \lim_{x_{1},...,x_{n}\rightarrow+\infty}F(x_{1},...,x_{n})=1 $$
Maybe I am missing something on this multivariate limit, but I suppose it works as well for the given cumulative function. What I thought I could argue is that we know the distribution function by FTC would satisfy:
$$ \frac{\partial^2F}{\partial x\, \partial y} = f_{X,Y}(x,y) $$
However:
$$ \frac{\partial^2F}{\partial x\, \partial y} = - e^{-x-y} \leq 0 $$
Since the joint density cannot assume negative values. Is that it? Would there be another reason for it not being legitimate?