\subsection{St. Petersburg paradox} The St. Petersburg paradox is a paradox associated with gambling and decision theory. It is named after the city of St. Petersburg in Russia and was initially introduced by the mathematician Daniel Bernoulli in 1738. The paradox involves a gambling game with the following rules: \begin{itemize} \item Participants must pay a fixed entry fee to join the game. \item The game continues until a coin lands heads up. Each toss determines the prize, with the first heads appearing on the $t$-th toss resulting in a prize of $2^t$. \end{itemize} %\input{pic/FigureParadox} The expected return of all possibilities is \begin{equation} \begin{split} \mathbb{E}(x)&=\lim_{n\rightarrow \infty}\sum_{t=1}^n p(x)\times V(x)\\ &=\lim_{n\rightarrow \infty}\sum_{t=1}^n\frac{1}{2^t} 2^t\\ &=\infty \end{split} \end{equation} Despite the potential for the prize to escalate significantly, the expected value calculation in probability theory reveals that the average participant in this gambling game would end up paying an infinite fee. This is due to the prize's expected value being infinite. Even though the probability of winning is small with each toss, when multiplied, it leads to an infinitely increasing expected value. This paradox challenges individuals' intuitions and decision-making regarding gambling. Despite the allure of a potentially substantial prize, the actual expected value of participating in this gambling game is infinite. Consequently, in the long run, participants could face an infinite monetary loss.