Suppose there is a stock worth $100\$$ and every day the price fluctuates by $10\%$, up or down (with $0.5$ prob each). If I was to buy it today I would be required to hold it for $100$ days. Should I buy it or not?
Let $X$ denote the price after a $100$ days. Clearly I need to anticipate $\mathbb{E}[X]$
I have three answers to this, but all feel hand wavey and am looking for something more concrete:
Intuition based answer: We expect $50$ increases and $50$ decreases over these $100$ days. Which would mean the price on average would be $\mathbb{E}[X] = 100\cdot(0.9)^{50}(1.1)^{50} = 100\cdot(0.99)^{50} < 100$ so the intuition would be to not invest.
I think the answer (not invest) is right, but I'm pretty sure my exact 'calculation' for $\mathbb{E}[X]$ is wrong.
Martingale Based Answer: If $(X_t)_t$ is a stochastic process where $X_t$ is the price on day $t$, this is clearly a martingale as obviously $\mathbb{E}[X_{t+1}|X_t] = 0.5*1.1*X_t + 0.5*0.9*X_t = X_t$.
At this point I wish to vaguely appeal to Doob's optional stopping theorem/the general fairness of Martingales which state that you can expect no ultimate loss or reward from doing so. That is, I want to say that $\mathbb{E}[X] = \mathbb{E}[X_{100}] = 100$. I am sure (based on gut feeling) that $\mathbb{E}[X] = 100$ but I'm not convinced about my proof of this. The vague appeal to the stopping theorem doesn't satisfy me since $\tau$ the stopping time is just $\tau = 100$ which I'm not sure is allowed.
Markhov Chain/Stationary Distribution: This can also be modelled as a Markhov chain where the probability transition matrix is $\pmatrix{0.5, 0.5\\ 0.5 ,0.5}$. The stationary dist $[\pi_U, \pi_D]$ will then satisfy $0.5\pi_U + 0.5\pi_C = 0.5\pi_U $ and $\pi_U + \pi_D = 1$ which gives $\pi_U = \pi_D = 0.5$, i.e, $\mathbb{E}[X] = 100$ again.
All cases of course suggest that investing is pointless.
Are any of my solutions rigorous enough? If not, where can I make them rigorous or is there a simpler way to see this?
The second way is rigorous. The third is a bit strange, because what exactly are states in this process is unclear (we can never return to the state we previously were, as $0.9^n 1.1^m = 1$ doesn't have solutions in natural numbers).
The problem with the first way is that you evaluate "typical" situation, but in this case non-typical situation of having significantly more than half wins contributes a lot into average.
This can be amplified to help intuition: assume that in case of win you get triple amount you had, but you lose everything on loss. Then expectation is tremendous $1.5^{100}$, but you are very likely to just lose everything.
The answer if it is worth to invest depends on if you want to play lottery with small chance of winning very large sum, or not.