ImperialCollegeLondon / real-number-game

A gamification of the theorems in MATH40002 Analysis 1
Apache License 2.0
79 stars 8 forks source link

New things in series, changed abs_le, updated things #15

Closed grthomson closed 4 years ago

grthomson commented 4 years ago

Changed Order World's abs_le to an if-and-only-if (this was in the text but not the proof), which meant I had to amend Dan's Cauchy --> Bounded slightly (this used the previous abs_le).

Added "shift rule" for sequences, which I used for Series converges --> sequence tends to 0. Storing this in Series for now (along with my Convergent --> Bounded) but it should maybe move into limits at a later date.

stanescuUW commented 4 years ago

Closing this for now, as Gavin is preparing a more comprehensive pull request.