import TestGame.Metadata import Mathlib.Data.Real.Basic -- definiert `ℝ` import Mathlib.Algebra.Module.Pi -- definiert `Module ℚ (fin 2 → ℚ)` import Mathlib.Data.Fin.VecNotation import Mathlib.Tactic.FinCases Game "TestGame" World "Module" Level 3 Title "Konkrete Vektorräume" Introduction " Beachte dass Skalarmultiplikation mit `•` geschrieben wird, und nicht mit `*`! " Statement "" : 5 • ![ (2 : ℚ), 5 ] + ![ 1, 0 ] = ![11, 25] := by funext i fin_cases i <;> simp <;> ring