Suppose that
$V= max_i${$V_i+\epsilon_i $}
where $i=1...N$ and each $epsilon_i$ has a a type 1 extreme value distribution with $F(x)=e^{e^{-x}}$
I need to show that
$E[V]=u+ln(\sum_je^{V_j})$
where u is eulers constant, i.e. $E[\epsilon_i]$
I have so far that P(option i is picked)=$\frac{e^{V_i}}{\sum_je^{V_j}}$ (This seems to be a standard result, so I'm fairly sure of it)
Using this formula, I get that:
$E[V] = u +\sum_i\frac{e^{V_i}}{\sum_je^{V_j}}V_i $
and then I dont know how to proceed.
EDIT: Ok I realize that my formula for E[V] is incorrect, it should be
$E[V] = \sum_i\frac{e^{V_i}}{\sum_je^{V_j}}(V_i+E[\epsilon_i|V_i+\epsilon_i>V_j+\epsilon_j ] $ for all $j\neq i$