2023-05-06 18:34:05 +00:00
|
|
|
\documentclass{article}
|
|
|
|
|
2023-05-07 21:57:40 +00:00
|
|
|
\input{../../../preamble}
|
2023-05-06 18:34:05 +00:00
|
|
|
|
2023-05-03 19:09:58 +00:00
|
|
|
\newcommand{\link}[1]{\lean{../../..}
|
2023-05-10 16:45:42 +00:00
|
|
|
{Common/Real/Sequence/Arithmetic} % Location
|
|
|
|
{Real.Arithmetic.#1} % Namespace
|
|
|
|
{Real.Arithmetic.#1} % Presentation
|
2023-05-03 19:09:58 +00:00
|
|
|
}
|
2023-05-06 18:34:05 +00:00
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
2023-05-10 16:45:42 +00:00
|
|
|
\section{\proceeding{Sum of Arithmetic Series}}%
|
|
|
|
\hyperlabel{sec:sum-arithmetic-series}%
|
2023-05-06 18:34:05 +00:00
|
|
|
|
|
|
|
Let $(a_i)_{i \geq 0}$ be an arithmetic sequence with common difference $d$.
|
|
|
|
Then for some $n \in \mathbb{N}$,
|
|
|
|
$$\sum_{i=0}^n a_i = \frac{(n + 1)(a_0 + a_n)}{2}.$$
|
|
|
|
|
|
|
|
\begin{proof}
|
|
|
|
|
2023-05-03 19:09:58 +00:00
|
|
|
\link{sum\_recursive\_closed}
|
2023-05-06 18:34:05 +00:00
|
|
|
|
|
|
|
\end{proof}
|
|
|
|
|
|
|
|
\end{document}
|