I need to prove that the following question is O($\gamma$) smooth: $$ f_{\gamma}(w) = \frac{\ln(\sum_{i} e^{\gamma(a_{i}w - b_{i})}))}{\gamma} $$
where $a_{i} \in R^{d} , b_{i} \in R$ and $||a_{i}|| \leq 1, |b_{i}| \leq 1$
denote $h(w,i) = e^{\gamma(a_{i}w - b_{i})} $
The first derivative is: $$ \frac{\sum_i h(w,i) ai}{\sum_i h(w,i)} $$
Showing that the first derivative is O($\gamma$) seems hard (unclear to me how we can extract the vector from e), so I tried computing the hessian. I received that the partials are: $$ A_{jk} = \frac{\partial f_{\gamma}}{\partial w_{j} \partial w_{k}}= \frac{\sum_{i,d} h(w,i)(h(w,d)a_{i,k}(a_{ij} - a_{dj})}{(\sum_{i} h(w,i))^{2}} $$
Now I need to show that $ \beta I \leq A \leq \beta I $ where $\beta$ is O($\gamma$), but the hesian is complicated and the bound is too abstract for me to know how to tackle this.
By O($\gamma$)-smooth I mean that Beta is $\gamma$ smooth up to constants
– Bar Feb 23 '22 at 11:32