This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
import Adam.Metadata
import Adam.ToBePorted
import Adam.Options.MathlibPart
set_option tactic.hygienic false
open Finset
Game "Adam"
World "Sum"
Level 2
Title "endliche Summe"
Introduction
"
Während euch die Person zu einem besonders herausragenden Steinturm führt, löchert
sie euch noch weiter mit Fragen.
"
open BigOperators
Statement
"$\\sum_{i=0}^{n-1} (i + 1) = n + \\sum_{i=0}^{n-1} i$."
(n : ℕ) : ∑ i : Fin n, ((i : ℕ) + 1) = n + (∑ i : Fin n, (i : ℕ)) := by
Hint "**Du**: Hmm, wieder `simp`?
**Robo**: Nicht ganz. `simp` benützt nur Lemmas, die klar eine Vereinfachung darstellen,
und in deiner Bibliothek mit `@[simp]` markiert wird. Hier brauchen wir eine andere