Skip to main content
2 of 2
improved formatting
Stefan Pinnow
  • 30.2k
  • 39
  • 63
  • 122

How to add a short text in math-mode keeping spaces between words

I am writing the following:

$$p(Z_{n+m}=i for some m> 0|Z_{n}=i)=1$$ 

Compiling, the spaces between the words "i for some m" are removed giving as a result "iforsomem"

How can I prevent this?

Note that I cannot write something like

$p(Z_{n+m}=i$ for some $m> 0|Z_{n}=i)=1$ 

because I want it centered horizontally

Thank you for your help!