from github to this gitea

This commit is contained in:
oscar.plaisant@icloud.com
2023-10-23 23:09:51 +02:00
commit a2ee0fa5ca
2898 changed files with 307871 additions and 0 deletions
@@ -0,0 +1,15 @@
up:: [[convergence d'une série numérique]]
title:: "si $a_{n} = O(b_{n})$, alors :", " - $\sum\limits b_{n}$ CV. $\implies$ $\sum\limits a_{n}$ CV.", " - $\sum\limits a_{n}$ DV. $\implies$ $\sum\limits b_{n}$ DV."
#maths/analyse
---
> [!definition] convergence d'une série d'une suite dominée
> Soient $(a_{n})$ et $(b_{n})$ deux suite positives
> On suppose $a_{n} = O(b_{n})$
> On a alors :
> - Si $\sum\limits b_{n}$ converge, alors $\sum\limits a_{n}$ converge aussi
> - Si $\sum\limits a_{n}$ diverge, alors $\sum\limits b_{n}$ diverge aussi
^definition