Open lnay opened 7 months ago
I can't find a definition for sequence limit in metric spaces. It's possible that it's just not necessary for developing theory. But is probably still useful for the pedagogical side of the game. Defining the limit of a sequence is not very long though:
def sequenceLimit (sequence: ℕ → X) (limit: X) :=
∀ε:ℝ, ε > 0 → (∃N:ℕ, ∀n:ℕ, n>N → (dist (sequence n) limit) < ε)
Provisional outline for the lean levels and worlds to target
Metric Space world
Topology World
Other potential things to pursue: