$\operatorname{VaR}_{\lambda}(X):=\inf\{m \in \mathbb R: P(X+m<0)\leq \lambda\}$ and $\lambda \in [0,1]$
Let $A\in \mathcal{F}$ where $(\Omega,\mathcal{F},P)$ is the probability space.
$1.$ Determine $ \operatorname{VaR}_{\lambda}(-1_{A})$
$2.$ Determine $ \operatorname{VaR}_{\lambda}(-X)$ where $X = \exp(\sigma Z + \mu)$ and $Z$ ~ $\mathcal{N}(0,1)$ and $\mu,\sigma \in \mathbb R$.
My attempt:
$1.$ for any $m \in \mathbb R$ we have: $P(-1_{A}+m<0)=P(m<-1_{A})=1-P(1_{A}\leq m)$
now for $\lambda$, we have $1-P(1_{A}\leq m)\leq \lambda \iff 1- \lambda \leq P(1_{A} \leq m)$.
Note that if $ \lambda = 0$ we have $1\leq P(-1_{A} \leq m)$ and if follows that $m \geq 0$ and hence $m = 0$ would be the infimum in this case.
Next if $0<\lambda <1$: I am not sure about this case. Note that if $\lambda > P(A)$ then we could choose the $m=0$. Otherwise if $\lambda \leq P(A)$ , then choose $m = 1$. Is this correct?
$2.$ $P(-X+m<0)=1-P(X\leq m)=1- P(\exp(\sigma Z+\mu)\leq m))=1-P(Z\leq \frac{\log(m)-\mu}{\sigma}) $
and $1-P(Z\leq \frac{\log(m)-\mu}{\sigma})= 1-\Phi(\frac{\log(m)-\mu}{\sigma})\leq\lambda\iff 1-\lambda \leq \Phi(\frac{\log(m)-\mu}{\sigma})$
How should I now calculate the $m$ that fullfills this?