Deutsch English Français Italiano |
<v5sle7$mrbr$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!3.eu.feeder.erje.net!feeder.erje.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Moebius <invalid@example.invalid> Newsgroups: sci.math Subject: Re: hot to write out this summation: Date: Mon, 1 Jul 2024 00:15:35 +0200 Organization: A noiseless patient Spider Lines: 55 Message-ID: <v5sle7$mrbr$1@dont-email.me> References: <v5sj7v$mgma$1@dont-email.me> <v5sksi$mrbq$1@dont-email.me> Reply-To: invalid@example.invalid MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Mon, 01 Jul 2024 00:15:35 +0200 (CEST) Injection-Info: dont-email.me; posting-host="f95d04fcea58ec89d08771251018277a"; logging-data="748923"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18TzaLQkM5DhnqLzCsWxaUA" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:GIRmjMZZxfbIu3+0/YR5TElsv50= Content-Language: de-DE In-Reply-To: <v5sksi$mrbq$1@dont-email.me> Bytes: 1925 Am 01.07.2024 um 00:06 schrieb Moebius: > Am 30.06.2024 um 23:38 schrieb Chris M. Thomasson: > >> r[0] = .01 >> r[1] = .0011 >> r[2] = .000111 >> r[3] = .00001111 >> r[4] = .0000011111 >> ... > > r[0] = .01 > r[i+1] = r[i] / 10 + 1 / 10^(2*i+2) > >> Taken to infinity, it would be: .(0)(1) or something? How to properly >> write it: > > lim_(i->oo) r[i] = 0. (zero) Hint: Let s[0] = .0111111... s[1] = .0011111... s[2] = .0001111... : Then An e IN: r[i] < s[i]. Hence: lim_(i->oo) r[i] <= lim_(i->oo) s[i]. But cleary lim_(i->oo) s[i] = 0 . (After all, s[i+1] = s[i] / 10.) Hence: lim_(i->oo) r[i] <= lim_(i->oo) s[i] = 0. On the other hand: Ai e IN: 0 < r[i]. Hence 0 <= lim_(i->oo) r[i]. So we finally get: 0 <= lim_(i->oo) r[i] <= 0 , and hence lim_(i->oo) r[i] = 0. qed