How can I add the term v<-{0,1}^n to the formula as in the screenshot?
$ Pr_{v \leftarrow {0,1}^n} [ Fre(A,B,C) = Ja ] \leq \frac{1}{2} $
Edit Code:
\documentclass{article}
\usepackage{ amssymb }
\begin{document}
\begin{itemize}
\item[1.] $\underset{v \leftarrow {0,1}^n}{\Pr} \Big[ \texttt{Fre}(A,B,C) = \texttt{Ja} \Big] \leq \frac{1}{2}$
\end{itemize}
\end{document}




\usepackage{ amssymb }with\usepackage{ amsmath }. (The macro\undersetis provided by theamsmathpackage.) – Mico Feb 02 '16 at 18:59