\documentclass{article} \input{../../../preamble} \newcommand{\link}[1]{\lean{../../..} {Common/Real/Sequence/Geometric} % Location {Real.Geometric.#1} % Namespace {Real.Geometric.#1} % Presentation } \begin{document} \section{\proceeding{Sum of Geometric Series}}% \hyperlabel{sec:sum-geometric-series}% Let $(a_i)_{i \geq 0}$ be a geometric sequence with common ratio $r \neq 1$. Then for some $n \in \mathbb{N}$, $$\sum_{i=0}^n a_i = \frac{a_0(1 - r^{n+1})}{1 - r}.$$ \begin{proof} \link{sum\_recursive\_closed} \end{proof} \end{document}