Let $X_1$ and $X_2$ be two IID random variables whose CDF $F$ is twice differentiable. Let $a$ and $b$ be two parameters. Is the function $$H(a,b) := \Bbb E [ \max(a+X_1, b+X_2) ]$$ differentiable in $(a,b)$? How do I prove it?
My incomplete answer:
Denote $Y:=\max(a+X_1, b+X_2)$. Then the c.d.f of random variable Y is $$G(y)=Pr\{Y\le y\}=Pr\{\max(a+X_1, b+X_2)\le y\}=Pr\{a+X_1\le y, b+X_2\le y\}=Pr\{X_1\le y-a\}Pr\{X_2\le y-b\}=F(y-a)F(y-b)$$
Therefore, $$H(a,b)= \Bbb E [ \max(a+X_1, b+X_2) ]=\int_{-\infty}^{+\infty} y dF(y-a)F(y-b)$$ This is what I have got so far. Starting from here, I don't know how to rigorously prove this function is differentiable. Or say, to prove $H(a,b)$ is differentiable when $X_i$ follows type-I extreme value distribution or Normal distribution if this question only makes sense when we impose specific distribution functions.