Rocksolid Light

Welcome to Rocksolid Light

mail  files  register  newsreader  groups  login

Message-ID:  

Old programmers never die, they just become managers.


tech / sci.math / Rule of operations of infinite series -- Euler's formula is an approximate

SubjectAuthor
* Rule of operations of infinite series -- Euler's formula is an approximatewij
+* Re: Rule of operations of infinite series -- Euler's formula is an approximateRoss Finlayson
|`* Re: Rule of operations of infinite series -- Euler's formula is an approximateChris M. Thomasson
| +- Re: Rule of operations of infinite series -- Euler's formula is an approximateMoebius
| +* Re: Rule of operations of infinite series -- Euler's formula is an approximateMoebius
| |`* Re: Rule of operations of infinite series -- Euler's formula is an approximateChris M. Thomasson
| | `- Re: Rule of operations of infinite series -- Euler's formula is an approximateMoebius
| `* Re: Rule of operations of infinite series -- Euler's formula is an approximateRoss Finlayson
|  `- Re: Rule of operations of infinite series -- Euler's formula is an approximateChris M. Thomasson
+- Re: Rule of operations of infinite series -- Euler's formula is an approximateChris M. Thomasson
`* Re: Rule of operations of infinite series -- Euler's formula is an approximateFromTheRafters
 `* Re: Rule of operations of infinite series -- Euler's formula is an approximatewij
  `- Re: Rule of operations of infinite series -- Euler's formula is an approximateFromTheRafters

1
Rule of operations of infinite series -- Euler's formula is an approximate

<45d230a3844462930da0866e63ed3e547959b873.camel@gmail.com>

  copy mid

https://news.novabbs.org/tech/article-flat.php?id=158011&group=sci.math#158011

  copy link   Newsgroups: sci.math
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: wyniijj5@gmail.com (wij)
Newsgroups: sci.math
Subject: Rule of operations of infinite series -- Euler's formula is an
approximate
Date: Thu, 25 Apr 2024 03:00:38 +0800
Organization: A noiseless patient Spider
Lines: 98
Message-ID: <45d230a3844462930da0866e63ed3e547959b873.camel@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Injection-Date: Wed, 24 Apr 2024 21:00:40 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="ceb311b92c34c920ae3ceeb25f33f361";
logging-data="2608277"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/+++4nfXepK9SU+3ispkJQ"
User-Agent: Evolution 3.50.2 (3.50.2-1.fc39)
Cancel-Lock: sha1:n7kuFYu0DCCbeJUkrkbD/rof9SY=
 by: wij - Wed, 24 Apr 2024 19:00 UTC

A paragraph [Infinite Series] is added to the file:
https://sourceforge.net/projects/cscall/files/MisFiles/RealNumber-en.txt/download

.....
+-----------------+
| Infinite Series |
+-----------------+
Series::= S= Σ(n=0,k) a(n)= a(0)+ a(1)+ a(2) +... +a(k)
a(n) is called the general term, a(0),a(1),... the addend, summand or just
term. n is referred to as the index. Series S is the sum from the first term
a(0) to the last term a(k). The sum of those first terms (n<k) is called the
partial sum. "a(0)+...+a(k)" is called expanded form.

Infinite Series::= If the series S refers to infinite terms/addend (n=∞), S is
called an infinite series. Note that there are infinite(NEVER terminate)
addends. I.e. basically, the addition of addends cannot be completed in
finite steps by definition.

Operation Principle of Infinite Series: The last addend of the expanded form
(the index is ∞) must be shown to indicate the general term.

The arithmetic of the expanded form is the same as finite series:
Ex1: Let S= Σ(n=0,∞) a^n = 1+a+a^2+...+a^∞)
S= 1+a*(1+a+a^2+...+a^∞)- a*a^∞
<=> S= 1+a*S-a^(∞+1)
<=> S(1-a)=1-a^(∞+1)
<=> S= (1-a^(∞+1))/(1-a)

Ex2: Let S= Σ(n=1,∞) n = 1+2+3+...+n
S= 1+2+3+...+n // (1)
S= n+...+3+2+1 // (2)
2S= n*(n+1) // (1)+(2)
<=> S= n*(n+1)/2

If the last addend is missing, the expanded form is prone to magic tricks,
because the rearrangement of the expanded form may likely change the
definition of the series:
Ex1: S can be any number from a rearrangement:
S= Σ(n=1,∞) n= 1+2+3+... =1+1+1+1+...= (1+1)+(1+1+1)+...
= Σ(n=1,∞) n+1 // S is modified
(or S=(1+2)+(3+4)+... = Σ(n=1,∞) 4*n-1)

Ex2:
S=1+2+4+8+... // The last addend is omitted (ill-formed)
<=> S=1+2(1+2+4+8+...)
<=> S=1+2S
<=> S=-1

Last addend is shown:
S=1+2+4+8+...+2^∞
<=> S=1+2(1+2+4+...+2^(∞-1))
<=> S=1+2S-2^(∞+1)
<=> S=2^(∞+1)-1 // Lots of similar "magic calculation" deriving the result
// S=-1 can be found in youtube (from the omission of the
// term containing ∞).

Theorem1: s1=s2 <=> s1-s2=0

Theorem2: Σ(n=0,∞) a(n)= a(0)+ Σ(n=1,∞) a(n)
= a(∞)+ Σ(n=0,∞-1) a(n)

Theorem3: Σ(n=0,∞) f(n) ± Σ(n=0,∞) g(n) = Σ(n=0,∞) f(n)±g(n)
Theorem4: Σ(n=0,∞) c*f(n)= c*(Σ(n=0,∞) f(n))
Proof: Omitted (Can be derived from the expanded form. Trivial rules are also
omitted)

Basically, formula for finite series are also applicable to infinite series(
but mathematical inducion cannot prove such formula because by definition,
∞ means 'the procedure never terminate' and the Peano axiom is only valid in
finite steps).

Note: Many 'equations' of infinite series (esp. about π,e) can be proved
false by the theorems above. They are actually approximates (limits).
Ex: Σ(n=1,∞) 1/n² ≒ π²/6
Σ(n=0,∞) (-1^n)*(1/(2n+1)) ≒ π/4
Σ(n=0,∞) k^n/n! ≒ e^k
----------

Re: Rule of operations of infinite series -- Euler's formula is an approximate

<RBSdncDhyIBg_LT7nZ2dnZfqn_udnZ2d@giganews.com>

  copy mid

https://news.novabbs.org/tech/article-flat.php?id=158013&group=sci.math#158013

  copy link   Newsgroups: sci.math
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!border-1.nntp.ord.giganews.com!border-2.nntp.ord.giganews.com!nntp.giganews.com!Xl.tags.giganews.com!local-2.nntp.ord.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Wed, 24 Apr 2024 19:48:13 +0000
Subject: Re: Rule of operations of infinite series -- Euler's formula is an
approximate
Newsgroups: sci.math
References: <45d230a3844462930da0866e63ed3e547959b873.camel@gmail.com>
From: ross.a.finlayson@gmail.com (Ross Finlayson)
Date: Wed, 24 Apr 2024 12:48:20 -0700
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101
Thunderbird/38.6.0
MIME-Version: 1.0
In-Reply-To: <45d230a3844462930da0866e63ed3e547959b873.camel@gmail.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
Message-ID: <RBSdncDhyIBg_LT7nZ2dnZfqn_udnZ2d@giganews.com>
Lines: 83
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-1VKBJV8QHf2r7bXUg9Jn6i9fh/zlok7if2mwLmcv5kCEWdGQ1v1we4/+9LBYEDk/5l5lT5mLZXTR3oW!lO41EhrP0XwtAnrvua/oV2Dq2EXDusauSVWqT3JzkLk8vnoniCat+HY5Pf+JX2ljnHWf9EDC/YrI
X-Complaints-To: abuse@giganews.com
X-DMCA-Notifications: http://www.giganews.com/info/dmca.html
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
 by: Ross Finlayson - Wed, 24 Apr 2024 19:48 UTC

On 04/24/2024 12:00 PM, wij wrote:
> A paragraph [Infinite Series] is added to the file:
> https://sourceforge.net/projects/cscall/files/MisFiles/RealNumber-en.txt/download
>
> ....
> +-----------------+
> | Infinite Series |
> +-----------------+
> Series::= S= Σ(n=0,k) a(n)= a(0)+ a(1)+ a(2) +... +a(k)
> a(n) is called the general term, a(0),a(1),... the addend, summand or just
> term. n is referred to as the index. Series S is the sum from the first term
> a(0) to the last term a(k). The sum of those first terms (n<k) is called the
> partial sum. "a(0)+...+a(k)" is called expanded form.
>
> Infinite Series::= If the series S refers to infinite terms/addend (n=∞), S is
> called an infinite series. Note that there are infinite(NEVER terminate)
> addends. I.e. basically, the addition of addends cannot be completed in
> finite steps by definition.
>
> Operation Principle of Infinite Series: The last addend of the expanded form
> (the index is ∞) must be shown to indicate the general term.
>
> The arithmetic of the expanded form is the same as finite series:
> Ex1: Let S= Σ(n=0,∞) a^n = 1+a+a^2+...+a^∞)
> S= 1+a*(1+a+a^2+...+a^∞)- a*a^∞
> <=> S= 1+a*S-a^(∞+1)
> <=> S(1-a)=1-a^(∞+1)
> <=> S= (1-a^(∞+1))/(1-a)
>
> Ex2: Let S= Σ(n=1,∞) n = 1+2+3+...+n
> S= 1+2+3+...+n // (1)
> S= n+...+3+2+1 // (2)
> 2S= n*(n+1) // (1)+(2)
> <=> S= n*(n+1)/2
>
> If the last addend is missing, the expanded form is prone to magic tricks,
> because the rearrangement of the expanded form may likely change the
> definition of the series:
> Ex1: S can be any number from a rearrangement:
> S= Σ(n=1,∞) n= 1+2+3+... =1+1+1+1+...= (1+1)+(1+1+1)+...
> = Σ(n=1,∞) n+1 // S is modified
> (or S=(1+2)+(3+4)+... = Σ(n=1,∞) 4*n-1)
>
> Ex2:
> S=1+2+4+8+... // The last addend is omitted (ill-formed)
> <=> S=1+2(1+2+4+8+...)
> <=> S=1+2S
> <=> S=-1
>
> Last addend is shown:
> S=1+2+4+8+...+2^∞
> <=> S=1+2(1+2+4+...+2^(∞-1))
> <=> S=1+2S-2^(∞+1)
> <=> S=2^(∞+1)-1 // Lots of similar "magic calculation" deriving the result
> // S=-1 can be found in youtube (from the omission of the
> // term containing ∞).
>
> Theorem1: s1=s2 <=> s1-s2=0
>
> Theorem2: Σ(n=0,∞) a(n)= a(0)+ Σ(n=1,∞) a(n)
> = a(∞)+ Σ(n=0,∞-1) a(n)
>
> Theorem3: Σ(n=0,∞) f(n) ± Σ(n=0,∞) g(n) = Σ(n=0,∞) f(n)±g(n)
> Theorem4: Σ(n=0,∞) c*f(n)= c*(Σ(n=0,∞) f(n))
> Proof: Omitted (Can be derived from the expanded form. Trivial rules are also
> omitted)
>
> Basically, formula for finite series are also applicable to infinite series(
> but mathematical inducion cannot prove such formula because by definition,
> ∞ means 'the procedure never terminate' and the Peano axiom is only valid in
> finite steps).
>
> Note: Many 'equations' of infinite series (esp. about π,e) can be proved
> false by the theorems above. They are actually approximates (limits).
> Ex: Σ(n=1,∞) 1/n² ≒ π²/6
> Σ(n=0,∞) (-1^n)*(1/(2n+1)) ≒ π/4
> Σ(n=0,∞) k^n/n! ≒ e^k
> ----------
>
>

Observe the law(s) of large numbers.

Re: Rule of operations of infinite series -- Euler's formula is an approximate

<v0bput$2h7fi$1@dont-email.me>

  copy mid

https://news.novabbs.org/tech/article-flat.php?id=158017&group=sci.math#158017

  copy link   Newsgroups: sci.math
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: chris.m.thomasson.1@gmail.com (Chris M. Thomasson)
Newsgroups: sci.math
Subject: Re: Rule of operations of infinite series -- Euler's formula is an
approximate
Date: Wed, 24 Apr 2024 13:27:09 -0700
Organization: A noiseless patient Spider
Lines: 102
Message-ID: <v0bput$2h7fi$1@dont-email.me>
References: <45d230a3844462930da0866e63ed3e547959b873.camel@gmail.com>
<RBSdncDhyIBg_LT7nZ2dnZfqn_udnZ2d@giganews.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 24 Apr 2024 22:27:10 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="a0846936641d3d7e0dac65c7fc9003df";
logging-data="2661874"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19/X+0U4zgUSfONdzRsPqI51vE8DzLwasY="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:OyUiWaOvCyuve9ziwcM1LJrSDcQ=
In-Reply-To: <RBSdncDhyIBg_LT7nZ2dnZfqn_udnZ2d@giganews.com>
Content-Language: en-US
 by: Chris M. Thomasson - Wed, 24 Apr 2024 20:27 UTC

On 4/24/2024 12:48 PM, Ross Finlayson wrote:
> On 04/24/2024 12:00 PM, wij wrote:
>>   A paragraph [Infinite Series] is added to the file:
>> https://sourceforge.net/projects/cscall/files/MisFiles/RealNumber-en.txt/download
>>
>> ....
>> +-----------------+
>> | Infinite Series |
>> +-----------------+
>> Series::= S= Σ(n=0,k) a(n)= a(0)+ a(1)+ a(2) +... +a(k)
>>    a(n) is called the general term, a(0),a(1),... the addend, summand
>> or just
>>    term. n is referred to as the index. Series S is the sum from the
>> first term
>>    a(0) to the last term a(k). The sum of those first terms (n<k) is
>> called the
>>    partial sum. "a(0)+...+a(k)" is called expanded form.
>>
>> Infinite Series::= If the series S refers to infinite terms/addend
>> (n=∞), S is
>>    called an infinite series. Note that there are infinite(NEVER
>> terminate)
>>    addends. I.e. basically, the addition of addends cannot be
>> completed in
>>    finite steps by definition.
>>
>> Operation Principle of Infinite Series: The last addend of the
>> expanded form
>>    (the index is ∞) must be shown to indicate the general term.
>>
>>    The arithmetic of the expanded form is the same as finite series:
>>    Ex1: Let S= Σ(n=0,∞) a^n = 1+a+a^2+...+a^∞)
>>      S= 1+a*(1+a+a^2+...+a^∞)- a*a^∞
>>      <=> S= 1+a*S-a^(∞+1)
>>      <=> S(1-a)=1-a^(∞+1)
>>      <=> S= (1-a^(∞+1))/(1-a)
>>
>>    Ex2: Let S= Σ(n=1,∞) n = 1+2+3+...+n
>>      S= 1+2+3+...+n  // (1)
>>      S= n+...+3+2+1  // (2)
>>      2S= n*(n+1)     // (1)+(2)
>>      <=> S= n*(n+1)/2
>>
>>    If the last addend is missing, the expanded form is prone to magic
>> tricks,
>>    because the rearrangement of the expanded form may likely change the
>>    definition of the series:
>>    Ex1: S can be any number from a rearrangement:
>>         S= Σ(n=1,∞) n= 1+2+3+... =1+1+1+1+...= (1+1)+(1+1+1)+...
>>         = Σ(n=1,∞) n+1  // S is modified
>>           (or S=(1+2)+(3+4)+... = Σ(n=1,∞) 4*n-1)
>>
>>    Ex2:
>>      S=1+2+4+8+...     // The last addend is omitted (ill-formed)
>>      <=> S=1+2(1+2+4+8+...)
>>      <=> S=1+2S
>>      <=> S=-1
>>
>>    Last addend is shown:
>>      S=1+2+4+8+...+2^∞
>>      <=> S=1+2(1+2+4+...+2^(∞-1))
>>      <=> S=1+2S-2^(∞+1)
>>      <=> S=2^(∞+1)-1   // Lots of similar "magic calculation" deriving
>> the result
>>                        // S=-1 can be found in youtube (from the
>> omission of the
>>                        // term containing ∞).
>>
>> Theorem1: s1=s2 <=> s1-s2=0
>>
>> Theorem2: Σ(n=0,∞) a(n)= a(0)+ Σ(n=1,∞) a(n)
>>                      = a(∞)+ Σ(n=0,∞-1) a(n)
>>
>> Theorem3: Σ(n=0,∞) f(n) ± Σ(n=0,∞) g(n) = Σ(n=0,∞) f(n)±g(n)
>> Theorem4: Σ(n=0,∞) c*f(n)= c*(Σ(n=0,∞) f(n))
>>    Proof: Omitted (Can be derived from the expanded form. Trivial
>> rules are also
>>           omitted)
>>
>>    Basically, formula for finite series are also applicable to
>> infinite series(
>>    but mathematical inducion cannot prove such formula because by
>> definition,
>>    ∞ means 'the procedure never terminate' and the Peano axiom is only
>> valid in
>>    finite steps).
>>
>>    Note: Many 'equations' of infinite series (esp. about π,e) can be
>> proved
>>          false by the theorems above. They are actually approximates
>> (limits).
>>          Ex: Σ(n=1,∞) 1/n² ≒ π²/6
>>              Σ(n=0,∞) (-1^n)*(1/(2n+1)) ≒ π/4
>>              Σ(n=0,∞) k^n/n! ≒ e^k
>> ----------
>>
>>
>
> Observe the law(s) of large numbers.
>

Define a large number? What is large to you?

Re: Rule of operations of infinite series -- Euler's formula is an approximate

<v0brqd$2hirb$1@dont-email.me>

  copy mid

https://news.novabbs.org/tech/article-flat.php?id=158024&group=sci.math#158024

  copy link   Newsgroups: sci.math
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: moebius@example.invalid (Moebius)
Newsgroups: sci.math
Subject: Re: Rule of operations of infinite series -- Euler's formula is an
approximate
Date: Wed, 24 Apr 2024 22:58:53 +0200
Organization: A noiseless patient Spider
Lines: 108
Message-ID: <v0brqd$2hirb$1@dont-email.me>
References: <45d230a3844462930da0866e63ed3e547959b873.camel@gmail.com>
<RBSdncDhyIBg_LT7nZ2dnZfqn_udnZ2d@giganews.com>
<v0bput$2h7fi$1@dont-email.me>
Reply-To: moebius@example.invalid
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 24 Apr 2024 22:58:54 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="da79ee280ffbcb0e211da896b18d6b20";
logging-data="2673515"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+f591sEcHDvNWdllz8C+qo"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:5Wa4h9FAxB8SDBDKNhNAUDBn9tA=
In-Reply-To: <v0bput$2h7fi$1@dont-email.me>
Content-Language: de-DE
 by: Moebius - Wed, 24 Apr 2024 20:58 UTC

Am 24.04.2024 um 22:27 schrieb Chris M. Thomasson:
> On 4/24/2024 12:48 PM, Ross Finlayson wrote:
>> On 04/24/2024 12:00 PM, wij wrote:
>>>   A paragraph [Infinite Series] is added to the file:
>>> https://sourceforge.net/projects/cscall/files/MisFiles/RealNumber-en.txt/download
>>>
>>> ....
>>> +-----------------+
>>> | Infinite Series |
>>> +-----------------+
>>> Series::= S= Σ(n=0,k) a(n)= a(0)+ a(1)+ a(2) +... +a(k)
>>>    a(n) is called the general term, a(0),a(1),... the addend, summand
>>> or just
>>>    term. n is referred to as the index. Series S is the sum from the
>>> first term
>>>    a(0) to the last term a(k). The sum of those first terms (n<k) is
>>> called the
>>>    partial sum. "a(0)+...+a(k)" is called expanded form.
>>>
>>> Infinite Series::= If the series S refers to infinite terms/addend
>>> (n=∞), S is
>>>    called an infinite series. Note that there are infinite(NEVER
>>> terminate)
>>>    addends. I.e. basically, the addition of addends cannot be
>>> completed in
>>>    finite steps by definition.
>>>
>>> Operation Principle of Infinite Series: The last addend of the
>>> expanded form
>>>    (the index is ∞) must be shown to indicate the general term.
>>>
>>>    The arithmetic of the expanded form is the same as finite series:
>>>    Ex1: Let S= Σ(n=0,∞) a^n = 1+a+a^2+...+a^∞)
>>>      S= 1+a*(1+a+a^2+...+a^∞)- a*a^∞
>>>      <=> S= 1+a*S-a^(∞+1)
>>>      <=> S(1-a)=1-a^(∞+1)
>>>      <=> S= (1-a^(∞+1))/(1-a)
>>>
>>>    Ex2: Let S= Σ(n=1,∞) n = 1+2+3+...+n
>>>      S= 1+2+3+...+n  // (1)
>>>      S= n+...+3+2+1  // (2)
>>>      2S= n*(n+1)     // (1)+(2)
>>>      <=> S= n*(n+1)/2
>>>
>>>    If the last addend is missing, the expanded form is prone to magic
>>> tricks,
>>>    because the rearrangement of the expanded form may likely change the
>>>    definition of the series:
>>>    Ex1: S can be any number from a rearrangement:
>>>         S= Σ(n=1,∞) n= 1+2+3+... =1+1+1+1+...= (1+1)+(1+1+1)+...
>>>         = Σ(n=1,∞) n+1  // S is modified
>>>           (or S=(1+2)+(3+4)+... = Σ(n=1,∞) 4*n-1)
>>>
>>>    Ex2:
>>>      S=1+2+4+8+...     // The last addend is omitted (ill-formed)
>>>      <=> S=1+2(1+2+4+8+...)
>>>      <=> S=1+2S
>>>      <=> S=-1
>>>
>>>    Last addend is shown:
>>>      S=1+2+4+8+...+2^∞
>>>      <=> S=1+2(1+2+4+...+2^(∞-1))
>>>      <=> S=1+2S-2^(∞+1)
>>>      <=> S=2^(∞+1)-1   // Lots of similar "magic calculation"
>>> deriving the result
>>>                        // S=-1 can be found in youtube (from the
>>> omission of the
>>>                        // term containing ∞).
>>>
>>> Theorem1: s1=s2 <=> s1-s2=0
>>>
>>> Theorem2: Σ(n=0,∞) a(n)= a(0)+ Σ(n=1,∞) a(n)
>>>                      = a(∞)+ Σ(n=0,∞-1) a(n)
>>>
>>> Theorem3: Σ(n=0,∞) f(n) ± Σ(n=0,∞) g(n) = Σ(n=0,∞) f(n)±g(n)
>>> Theorem4: Σ(n=0,∞) c*f(n)= c*(Σ(n=0,∞) f(n))
>>>    Proof: Omitted (Can be derived from the expanded form. Trivial
>>> rules are also
>>>           omitted)
>>>
>>>    Basically, formula for finite series are also applicable to
>>> infinite series(
>>>    but mathematical inducion cannot prove such formula because by
>>> definition,
>>>    ∞ means 'the procedure never terminate' and the Peano axiom is
>>> only valid in
>>>    finite steps).
>>>
>>>    Note: Many 'equations' of infinite series (esp. about π,e) can be
>>> proved
>>>          false by the theorems above. They are actually approximates
>>> (limits).
>>>          Ex: Σ(n=1,∞) 1/n² ≒ π²/6
>>>              Σ(n=0,∞) (-1^n)*(1/(2n+1)) ≒ π/4
>>>              Σ(n=0,∞) k^n/n! ≒ e^k
>>> ----------
>>>
>>>
>>
>> Observe the law(s) of large numbers.
>>
>
> Define a large number? What is large to you?

See: https://en.wikipedia.org/wiki/Law_of_large_numbers

(Though I doesn't make any sense in the present context.)

Re: Rule of operations of infinite series -- Euler's formula is an approximate

<v0bs4c$2hirb$3@dont-email.me>

  copy mid

https://news.novabbs.org/tech/article-flat.php?id=158025&group=sci.math#158025

  copy link   Newsgroups: sci.math
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: moebius@example.invalid (Moebius)
Newsgroups: sci.math
Subject: Re: Rule of operations of infinite series -- Euler's formula is an
approximate
Date: Wed, 24 Apr 2024 23:04:12 +0200
Organization: A noiseless patient Spider
Lines: 109
Message-ID: <v0bs4c$2hirb$3@dont-email.me>
References: <45d230a3844462930da0866e63ed3e547959b873.camel@gmail.com>
<RBSdncDhyIBg_LT7nZ2dnZfqn_udnZ2d@giganews.com>
<v0bput$2h7fi$1@dont-email.me>
Reply-To: moebius@example.invalid
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 24 Apr 2024 23:04:14 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="da79ee280ffbcb0e211da896b18d6b20";
logging-data="2673515"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19gJz8hzNalGmAwbo1BdG1Q"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:6HB3zhgMOg/QX+5x9YEwtOtvMVM=
In-Reply-To: <v0bput$2h7fi$1@dont-email.me>
Content-Language: de-DE
 by: Moebius - Wed, 24 Apr 2024 21:04 UTC

Am 24.04.2024 um 22:27 schrieb Chris M. Thomasson:
> On 4/24/2024 12:48 PM, Ross Finlayson wrote:
>> On 04/24/2024 12:00 PM, wij wrote:
>>>   A paragraph [Infinite Series] is added to the file:
>>> https://sourceforge.net/projects/cscall/files/MisFiles/RealNumber-en.txt/download
>>>
>>> ....
>>> +-----------------+
>>> | Infinite Series |
>>> +-----------------+
>>> Series::= S= Σ(n=0,k) a(n)= a(0)+ a(1)+ a(2) +... +a(k)
>>>    a(n) is called the general term, a(0),a(1),... the addend, summand
>>> or just
>>>    term. n is referred to as the index. Series S is the sum from the
>>> first term
>>>    a(0) to the last term a(k). The sum of those first terms (n<k) is
>>> called the
>>>    partial sum. "a(0)+...+a(k)" is called expanded form.
>>>
>>> Infinite Series::= If the series S refers to infinite terms/addend
>>> (n=∞), S is
>>>    called an infinite series. Note that there are infinite(NEVER
>>> terminate)
>>>    addends. I.e. basically, the addition of addends cannot be
>>> completed in
>>>    finite steps by definition.
>>>
>>> Operation Principle of Infinite Series: The last addend of the
>>> expanded form
>>>    (the index is ∞) must be shown to indicate the general term.
>>>
>>>    The arithmetic of the expanded form is the same as finite series:
>>>    Ex1: Let S= Σ(n=0,∞) a^n = 1+a+a^2+...+a^∞)
>>>      S= 1+a*(1+a+a^2+...+a^∞)- a*a^∞
>>>      <=> S= 1+a*S-a^(∞+1)
>>>      <=> S(1-a)=1-a^(∞+1)
>>>      <=> S= (1-a^(∞+1))/(1-a)
>>>
>>>    Ex2: Let S= Σ(n=1,∞) n = 1+2+3+...+n
>>>      S= 1+2+3+...+n  // (1)
>>>      S= n+...+3+2+1  // (2)
>>>      2S= n*(n+1)     // (1)+(2)
>>>      <=> S= n*(n+1)/2
>>>
>>>    If the last addend is missing, the expanded form is prone to magic
>>> tricks,
>>>    because the rearrangement of the expanded form may likely change the
>>>    definition of the series:
>>>    Ex1: S can be any number from a rearrangement:
>>>         S= Σ(n=1,∞) n= 1+2+3+... =1+1+1+1+...= (1+1)+(1+1+1)+...
>>>         = Σ(n=1,∞) n+1  // S is modified
>>>           (or S=(1+2)+(3+4)+... = Σ(n=1,∞) 4*n-1)
>>>
>>>    Ex2:
>>>      S=1+2+4+8+...     // The last addend is omitted (ill-formed)
>>>      <=> S=1+2(1+2+4+8+...)
>>>      <=> S=1+2S
>>>      <=> S=-1
>>>
>>>    Last addend is shown:
>>>      S=1+2+4+8+...+2^∞
>>>      <=> S=1+2(1+2+4+...+2^(∞-1))
>>>      <=> S=1+2S-2^(∞+1)
>>>      <=> S=2^(∞+1)-1   // Lots of similar "magic calculation"
>>> deriving the result
>>>                        // S=-1 can be found in youtube (from the
>>> omission of the
>>>                        // term containing ∞).
>>>
>>> Theorem1: s1=s2 <=> s1-s2=0
>>>
>>> Theorem2: Σ(n=0,∞) a(n)= a(0)+ Σ(n=1,∞) a(n)
>>>                      = a(∞)+ Σ(n=0,∞-1) a(n)
>>>
>>> Theorem3: Σ(n=0,∞) f(n) ± Σ(n=0,∞) g(n) = Σ(n=0,∞) f(n)±g(n)
>>> Theorem4: Σ(n=0,∞) c*f(n)= c*(Σ(n=0,∞) f(n))
>>>    Proof: Omitted (Can be derived from the expanded form. Trivial
>>> rules are also
>>>           omitted)
>>>
>>>    Basically, formula for finite series are also applicable to
>>> infinite series(
>>>    but mathematical inducion cannot prove such formula because by
>>> definition,
>>>    ∞ means 'the procedure never terminate' and the Peano axiom is
>>> only valid in
>>>    finite steps).
>>>
>>>    Note: Many 'equations' of infinite series (esp. about π,e) can be
>>> proved
>>>          false by the theorems above. They are actually approximates
>>> (limits).
>>>          Ex: Σ(n=1,∞) 1/n² ≒ π²/6
>>>              Σ(n=0,∞) (-1^n)*(1/(2n+1)) ≒ π/4
>>>              Σ(n=0,∞) k^n/n! ≒ e^k
>>> ----------
>>>
>>>
>>
>> Observe the law(s) of large numbers.
>>
>
> Define a large number? What is large to you?

See: https://en.wikipedia.org/wiki/Law_of_large_numbers

(Though it doesn't make any sense in the present context.)

Re: Rule of operations of infinite series -- Euler's formula is an approximate

<ULOcndwLEejx7rT7nZ2dnZfqnPidnZ2d@giganews.com>

  copy mid

https://news.novabbs.org/tech/article-flat.php?id=158026&group=sci.math#158026

  copy link   Newsgroups: sci.math
Path: i2pn2.org!i2pn.org!weretis.net!feeder9.news.weretis.net!border-4.nntp.ord.giganews.com!border-3.nntp.ord.giganews.com!nntp.giganews.com!Xl.tags.giganews.com!local-2.nntp.ord.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Wed, 24 Apr 2024 21:02:36 +0000
Subject: Re: Rule of operations of infinite series -- Euler's formula is an
approximate
Newsgroups: sci.math
References: <45d230a3844462930da0866e63ed3e547959b873.camel@gmail.com>
<RBSdncDhyIBg_LT7nZ2dnZfqn_udnZ2d@giganews.com>
<v0bput$2h7fi$1@dont-email.me>
From: ross.a.finlayson@gmail.com (Ross Finlayson)
Date: Wed, 24 Apr 2024 14:02:44 -0700
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101
Thunderbird/38.6.0
MIME-Version: 1.0
In-Reply-To: <v0bput$2h7fi$1@dont-email.me>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
Message-ID: <ULOcndwLEejx7rT7nZ2dnZfqnPidnZ2d@giganews.com>
Lines: 133
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-LbrxK2vcT6/TSv3rrHXjmMX7lWzIRvBkTZJQQ1Ylr6CfBjWXGY0MtuvnCqhOH6sCPkxSBv1SQ+pdYd2!ioqI5mENKt0kPTcfZq33f+EJOv4QVrvfcqOLkb8DHx4OGX1+GqmxffKCtUZ3ggjiYYRyVQzq/8uL
X-Complaints-To: abuse@giganews.com
X-DMCA-Notifications: http://www.giganews.com/info/dmca.html
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
 by: Ross Finlayson - Wed, 24 Apr 2024 21:02 UTC

On 04/24/2024 01:27 PM, Chris M. Thomasson wrote:
> On 4/24/2024 12:48 PM, Ross Finlayson wrote:
>> On 04/24/2024 12:00 PM, wij wrote:
>>> A paragraph [Infinite Series] is added to the file:
>>> https://sourceforge.net/projects/cscall/files/MisFiles/RealNumber-en.txt/download
>>>
>>>
>>> ....
>>> +-----------------+
>>> | Infinite Series |
>>> +-----------------+
>>> Series::= S= Σ(n=0,k) a(n)= a(0)+ a(1)+ a(2) +... +a(k)
>>> a(n) is called the general term, a(0),a(1),... the addend, summand
>>> or just
>>> term. n is referred to as the index. Series S is the sum from the
>>> first term
>>> a(0) to the last term a(k). The sum of those first terms (n<k) is
>>> called the
>>> partial sum. "a(0)+...+a(k)" is called expanded form.
>>>
>>> Infinite Series::= If the series S refers to infinite terms/addend
>>> (n=∞), S is
>>> called an infinite series. Note that there are infinite(NEVER
>>> terminate)
>>> addends. I.e. basically, the addition of addends cannot be
>>> completed in
>>> finite steps by definition.
>>>
>>> Operation Principle of Infinite Series: The last addend of the
>>> expanded form
>>> (the index is ∞) must be shown to indicate the general term.
>>>
>>> The arithmetic of the expanded form is the same as finite series:
>>> Ex1: Let S= Σ(n=0,∞) a^n = 1+a+a^2+...+a^∞)
>>> S= 1+a*(1+a+a^2+...+a^∞)- a*a^∞
>>> <=> S= 1+a*S-a^(∞+1)
>>> <=> S(1-a)=1-a^(∞+1)
>>> <=> S= (1-a^(∞+1))/(1-a)
>>>
>>> Ex2: Let S= Σ(n=1,∞) n = 1+2+3+...+n
>>> S= 1+2+3+...+n // (1)
>>> S= n+...+3+2+1 // (2)
>>> 2S= n*(n+1) // (1)+(2)
>>> <=> S= n*(n+1)/2
>>>
>>> If the last addend is missing, the expanded form is prone to magic
>>> tricks,
>>> because the rearrangement of the expanded form may likely change the
>>> definition of the series:
>>> Ex1: S can be any number from a rearrangement:
>>> S= Σ(n=1,∞) n= 1+2+3+... =1+1+1+1+...= (1+1)+(1+1+1)+...
>>> = Σ(n=1,∞) n+1 // S is modified
>>> (or S=(1+2)+(3+4)+... = Σ(n=1,∞) 4*n-1)
>>>
>>> Ex2:
>>> S=1+2+4+8+... // The last addend is omitted (ill-formed)
>>> <=> S=1+2(1+2+4+8+...)
>>> <=> S=1+2S
>>> <=> S=-1
>>>
>>> Last addend is shown:
>>> S=1+2+4+8+...+2^∞
>>> <=> S=1+2(1+2+4+...+2^(∞-1))
>>> <=> S=1+2S-2^(∞+1)
>>> <=> S=2^(∞+1)-1 // Lots of similar "magic calculation"
>>> deriving the result
>>> // S=-1 can be found in youtube (from the
>>> omission of the
>>> // term containing ∞).
>>>
>>> Theorem1: s1=s2 <=> s1-s2=0
>>>
>>> Theorem2: Σ(n=0,∞) a(n)= a(0)+ Σ(n=1,∞) a(n)
>>> = a(∞)+ Σ(n=0,∞-1) a(n)
>>>
>>> Theorem3: Σ(n=0,∞) f(n) ± Σ(n=0,∞) g(n) = Σ(n=0,∞) f(n)±g(n)
>>> Theorem4: Σ(n=0,∞) c*f(n)= c*(Σ(n=0,∞) f(n))
>>> Proof: Omitted (Can be derived from the expanded form. Trivial
>>> rules are also
>>> omitted)
>>>
>>> Basically, formula for finite series are also applicable to
>>> infinite series(
>>> but mathematical inducion cannot prove such formula because by
>>> definition,
>>> ∞ means 'the procedure never terminate' and the Peano axiom is
>>> only valid in
>>> finite steps).
>>>
>>> Note: Many 'equations' of infinite series (esp. about π,e) can be
>>> proved
>>> false by the theorems above. They are actually approximates
>>> (limits).
>>> Ex: Σ(n=1,∞) 1/n² ≒ π²/6
>>> Σ(n=0,∞) (-1^n)*(1/(2n+1)) ≒ π/4
>>> Σ(n=0,∞) k^n/n! ≒ e^k
>>> ----------
>>>
>>>
>>
>> Observe the law(s) of large numbers.
>>
>
> Define a large number? What is large to you?

Well, there's potential, practical, effective, and actual infinity.

Then, once upon a time, Zdislav Kovaric used to write to sci.math,
he details some "kinds" of infinity.

Then, there are various sorts law(s) of large numbers,
it's what the each of the laws are, for any or all large
numbers, it's the each of the law(s) of large numbers, for
the usual law of small numbers.

Usually, practically or effectively infinite are large enough.

Not always, ....

It sort of helps to have at least three definitions of continuous
domains, which together form a more replete and complete than the usual
definition of "complete".

Here these infinite expressions and their completions and their closure
of the forms, there was a pretty good discussion about series that
converge or diverge, and series that slowly converge or slowly diverge,
about a bunch of various kinds of criteria of convergence and
divergence, due various operations and their alternations,
in infinite expressions.

Four is a pretty good-sized number, ....

Re: Rule of operations of infinite series -- Euler's formula is an approximate

<v0bt64$2hsba$1@dont-email.me>

  copy mid

https://news.novabbs.org/tech/article-flat.php?id=158028&group=sci.math#158028

  copy link   Newsgroups: sci.math
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: chris.m.thomasson.1@gmail.com (Chris M. Thomasson)
Newsgroups: sci.math
Subject: Re: Rule of operations of infinite series -- Euler's formula is an
approximate
Date: Wed, 24 Apr 2024 14:22:12 -0700
Organization: A noiseless patient Spider
Lines: 118
Message-ID: <v0bt64$2hsba$1@dont-email.me>
References: <45d230a3844462930da0866e63ed3e547959b873.camel@gmail.com>
<RBSdncDhyIBg_LT7nZ2dnZfqn_udnZ2d@giganews.com>
<v0bput$2h7fi$1@dont-email.me> <v0bs4c$2hirb$3@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 24 Apr 2024 23:22:12 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="a0846936641d3d7e0dac65c7fc9003df";
logging-data="2683242"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/FODwvrq/Zot7b1iwHk4eQqOiJAPOI5XI="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:hrzCDdn6Uax99GESHQ1kwghBVkA=
In-Reply-To: <v0bs4c$2hirb$3@dont-email.me>
Content-Language: en-US
 by: Chris M. Thomasson - Wed, 24 Apr 2024 21:22 UTC

On 4/24/2024 2:04 PM, Moebius wrote:
> Am 24.04.2024 um 22:27 schrieb Chris M. Thomasson:
>> On 4/24/2024 12:48 PM, Ross Finlayson wrote:
>>> On 04/24/2024 12:00 PM, wij wrote:
>>>>   A paragraph [Infinite Series] is added to the file:
>>>> https://sourceforge.net/projects/cscall/files/MisFiles/RealNumber-en.txt/download
>>>>
>>>> ....
>>>> +-----------------+
>>>> | Infinite Series |
>>>> +-----------------+
>>>> Series::= S= Σ(n=0,k) a(n)= a(0)+ a(1)+ a(2) +... +a(k)
>>>>    a(n) is called the general term, a(0),a(1),... the addend,
>>>> summand or just
>>>>    term. n is referred to as the index. Series S is the sum from the
>>>> first term
>>>>    a(0) to the last term a(k). The sum of those first terms (n<k) is
>>>> called the
>>>>    partial sum. "a(0)+...+a(k)" is called expanded form.
>>>>
>>>> Infinite Series::= If the series S refers to infinite terms/addend
>>>> (n=∞), S is
>>>>    called an infinite series. Note that there are infinite(NEVER
>>>> terminate)
>>>>    addends. I.e. basically, the addition of addends cannot be
>>>> completed in
>>>>    finite steps by definition.
>>>>
>>>> Operation Principle of Infinite Series: The last addend of the
>>>> expanded form
>>>>    (the index is ∞) must be shown to indicate the general term.
>>>>
>>>>    The arithmetic of the expanded form is the same as finite series:
>>>>    Ex1: Let S= Σ(n=0,∞) a^n = 1+a+a^2+...+a^∞)
>>>>      S= 1+a*(1+a+a^2+...+a^∞)- a*a^∞
>>>>      <=> S= 1+a*S-a^(∞+1)
>>>>      <=> S(1-a)=1-a^(∞+1)
>>>>      <=> S= (1-a^(∞+1))/(1-a)
>>>>
>>>>    Ex2: Let S= Σ(n=1,∞) n = 1+2+3+...+n
>>>>      S= 1+2+3+...+n  // (1)
>>>>      S= n+...+3+2+1  // (2)
>>>>      2S= n*(n+1)     // (1)+(2)
>>>>      <=> S= n*(n+1)/2
>>>>
>>>>    If the last addend is missing, the expanded form is prone to
>>>> magic tricks,
>>>>    because the rearrangement of the expanded form may likely change the
>>>>    definition of the series:
>>>>    Ex1: S can be any number from a rearrangement:
>>>>         S= Σ(n=1,∞) n= 1+2+3+... =1+1+1+1+...= (1+1)+(1+1+1)+...
>>>>         = Σ(n=1,∞) n+1  // S is modified
>>>>           (or S=(1+2)+(3+4)+... = Σ(n=1,∞) 4*n-1)
>>>>
>>>>    Ex2:
>>>>      S=1+2+4+8+...     // The last addend is omitted (ill-formed)
>>>>      <=> S=1+2(1+2+4+8+...)
>>>>      <=> S=1+2S
>>>>      <=> S=-1
>>>>
>>>>    Last addend is shown:
>>>>      S=1+2+4+8+...+2^∞
>>>>      <=> S=1+2(1+2+4+...+2^(∞-1))
>>>>      <=> S=1+2S-2^(∞+1)
>>>>      <=> S=2^(∞+1)-1   // Lots of similar "magic calculation"
>>>> deriving the result
>>>>                        // S=-1 can be found in youtube (from the
>>>> omission of the
>>>>                        // term containing ∞).
>>>>
>>>> Theorem1: s1=s2 <=> s1-s2=0
>>>>
>>>> Theorem2: Σ(n=0,∞) a(n)= a(0)+ Σ(n=1,∞) a(n)
>>>>                      = a(∞)+ Σ(n=0,∞-1) a(n)
>>>>
>>>> Theorem3: Σ(n=0,∞) f(n) ± Σ(n=0,∞) g(n) = Σ(n=0,∞) f(n)±g(n)
>>>> Theorem4: Σ(n=0,∞) c*f(n)= c*(Σ(n=0,∞) f(n))
>>>>    Proof: Omitted (Can be derived from the expanded form. Trivial
>>>> rules are also
>>>>           omitted)
>>>>
>>>>    Basically, formula for finite series are also applicable to
>>>> infinite series(
>>>>    but mathematical inducion cannot prove such formula because by
>>>> definition,
>>>>    ∞ means 'the procedure never terminate' and the Peano axiom is
>>>> only valid in
>>>>    finite steps).
>>>>
>>>>    Note: Many 'equations' of infinite series (esp. about π,e) can be
>>>> proved
>>>>          false by the theorems above. They are actually approximates
>>>> (limits).
>>>>          Ex: Σ(n=1,∞) 1/n² ≒ π²/6
>>>>              Σ(n=0,∞) (-1^n)*(1/(2n+1)) ≒ π/4
>>>>              Σ(n=0,∞) k^n/n! ≒ e^k
>>>> ----------
>>>>
>>>>
>>>
>>> Observe the law(s) of large numbers.
>>>
>>
>> Define a large number? What is large to you?
>
>
> See: https://en.wikipedia.org/wiki/Law_of_large_numbers
>
> (Though it doesn't make any sense in the present context.)
>

Can I say that the inverse of this very small number seems interesting
wrt a larger number? Keep in mind that it's unbounded:

https://youtu.be/0jGaio87u3A

In the abstract, beyond our finite self's, this does go on forever....
Fair enough?

Re: Rule of operations of infinite series -- Euler's formula is an approximate

<v0bt76$2hsba$2@dont-email.me>

  copy mid

https://news.novabbs.org/tech/article-flat.php?id=158029&group=sci.math#158029

  copy link   Newsgroups: sci.math
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: chris.m.thomasson.1@gmail.com (Chris M. Thomasson)
Newsgroups: sci.math
Subject: Re: Rule of operations of infinite series -- Euler's formula is an
approximate
Date: Wed, 24 Apr 2024 14:22:46 -0700
Organization: A noiseless patient Spider
Lines: 138
Message-ID: <v0bt76$2hsba$2@dont-email.me>
References: <45d230a3844462930da0866e63ed3e547959b873.camel@gmail.com>
<RBSdncDhyIBg_LT7nZ2dnZfqn_udnZ2d@giganews.com>
<v0bput$2h7fi$1@dont-email.me>
<ULOcndwLEejx7rT7nZ2dnZfqnPidnZ2d@giganews.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 24 Apr 2024 23:22:47 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="a0846936641d3d7e0dac65c7fc9003df";
logging-data="2683242"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+AIcxb0FffBLRLySbN8j4hTMd2fOIDUDM="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:2ZyTYGcOh5cV1vEuRvpvCxGdmbI=
Content-Language: en-US
In-Reply-To: <ULOcndwLEejx7rT7nZ2dnZfqnPidnZ2d@giganews.com>
 by: Chris M. Thomasson - Wed, 24 Apr 2024 21:22 UTC

On 4/24/2024 2:02 PM, Ross Finlayson wrote:
> On 04/24/2024 01:27 PM, Chris M. Thomasson wrote:
>> On 4/24/2024 12:48 PM, Ross Finlayson wrote:
>>> On 04/24/2024 12:00 PM, wij wrote:
>>>>   A paragraph [Infinite Series] is added to the file:
>>>> https://sourceforge.net/projects/cscall/files/MisFiles/RealNumber-en.txt/download
>>>>
>>>>
>>>> ....
>>>> +-----------------+
>>>> | Infinite Series |
>>>> +-----------------+
>>>> Series::= S= Σ(n=0,k) a(n)= a(0)+ a(1)+ a(2) +... +a(k)
>>>>    a(n) is called the general term, a(0),a(1),... the addend, summand
>>>> or just
>>>>    term. n is referred to as the index. Series S is the sum from the
>>>> first term
>>>>    a(0) to the last term a(k). The sum of those first terms (n<k) is
>>>> called the
>>>>    partial sum. "a(0)+...+a(k)" is called expanded form.
>>>>
>>>> Infinite Series::= If the series S refers to infinite terms/addend
>>>> (n=∞), S is
>>>>    called an infinite series. Note that there are infinite(NEVER
>>>> terminate)
>>>>    addends. I.e. basically, the addition of addends cannot be
>>>> completed in
>>>>    finite steps by definition.
>>>>
>>>> Operation Principle of Infinite Series: The last addend of the
>>>> expanded form
>>>>    (the index is ∞) must be shown to indicate the general term.
>>>>
>>>>    The arithmetic of the expanded form is the same as finite series:
>>>>    Ex1: Let S= Σ(n=0,∞) a^n = 1+a+a^2+...+a^∞)
>>>>      S= 1+a*(1+a+a^2+...+a^∞)- a*a^∞
>>>>      <=> S= 1+a*S-a^(∞+1)
>>>>      <=> S(1-a)=1-a^(∞+1)
>>>>      <=> S= (1-a^(∞+1))/(1-a)
>>>>
>>>>    Ex2: Let S= Σ(n=1,∞) n = 1+2+3+...+n
>>>>      S= 1+2+3+...+n  // (1)
>>>>      S= n+...+3+2+1  // (2)
>>>>      2S= n*(n+1)     // (1)+(2)
>>>>      <=> S= n*(n+1)/2
>>>>
>>>>    If the last addend is missing, the expanded form is prone to magic
>>>> tricks,
>>>>    because the rearrangement of the expanded form may likely change the
>>>>    definition of the series:
>>>>    Ex1: S can be any number from a rearrangement:
>>>>         S= Σ(n=1,∞) n= 1+2+3+... =1+1+1+1+...= (1+1)+(1+1+1)+...
>>>>         = Σ(n=1,∞) n+1  // S is modified
>>>>           (or S=(1+2)+(3+4)+... = Σ(n=1,∞) 4*n-1)
>>>>
>>>>    Ex2:
>>>>      S=1+2+4+8+...     // The last addend is omitted (ill-formed)
>>>>      <=> S=1+2(1+2+4+8+...)
>>>>      <=> S=1+2S
>>>>      <=> S=-1
>>>>
>>>>    Last addend is shown:
>>>>      S=1+2+4+8+...+2^∞
>>>>      <=> S=1+2(1+2+4+...+2^(∞-1))
>>>>      <=> S=1+2S-2^(∞+1)
>>>>      <=> S=2^(∞+1)-1   // Lots of similar "magic calculation"
>>>> deriving the result
>>>>                        // S=-1 can be found in youtube (from the
>>>> omission of the
>>>>                        // term containing ∞).
>>>>
>>>> Theorem1: s1=s2 <=> s1-s2=0
>>>>
>>>> Theorem2: Σ(n=0,∞) a(n)= a(0)+ Σ(n=1,∞) a(n)
>>>>                      = a(∞)+ Σ(n=0,∞-1) a(n)
>>>>
>>>> Theorem3: Σ(n=0,∞) f(n) ± Σ(n=0,∞) g(n) = Σ(n=0,∞) f(n)±g(n)
>>>> Theorem4: Σ(n=0,∞) c*f(n)= c*(Σ(n=0,∞) f(n))
>>>>    Proof: Omitted (Can be derived from the expanded form. Trivial
>>>> rules are also
>>>>           omitted)
>>>>
>>>>    Basically, formula for finite series are also applicable to
>>>> infinite series(
>>>>    but mathematical inducion cannot prove such formula because by
>>>> definition,
>>>>    ∞ means 'the procedure never terminate' and the Peano axiom is
>>>> only valid in
>>>>    finite steps).
>>>>
>>>>    Note: Many 'equations' of infinite series (esp. about π,e) can be
>>>> proved
>>>>          false by the theorems above. They are actually approximates
>>>> (limits).
>>>>          Ex: Σ(n=1,∞) 1/n² ≒ π²/6
>>>>              Σ(n=0,∞) (-1^n)*(1/(2n+1)) ≒ π/4
>>>>              Σ(n=0,∞) k^n/n! ≒ e^k
>>>> ----------
>>>>
>>>>
>>>
>>> Observe the law(s) of large numbers.
>>>
>>
>> Define a large number? What is large to you?
>
> Well, there's potential, practical, effective, and actual infinity.
>
> Then, once upon a time, Zdislav Kovaric used to write to sci.math,
> he details some "kinds" of infinity.
>
> Then, there are various sorts law(s) of large numbers,
> it's what the each of the laws are, for any or all large
> numbers, it's the each of the law(s) of large numbers, for
> the usual law of small numbers.
>
> Usually, practically or effectively infinite are large enough.
>
> Not always, ....
>
> It sort of helps to have at least three definitions of continuous
> domains, which together form a more replete and complete than the usual
> definition of "complete".
>
> Here these infinite expressions and their completions and their closure
> of the forms, there was a pretty good discussion about series that
> converge or diverge, and series that slowly converge or slowly diverge,
> about a bunch of various kinds of criteria of convergence and
> divergence, due various operations and their alternations,
> in infinite expressions.
>
>
> Four is a pretty good-sized number, ....
>

Only a little zoom on a Newton Set:

https://youtu.be/9V0Bj3K4gXs

Re: Rule of operations of infinite series -- Euler's formula is an approximate

<v0bv4h$2i9pm$1@dont-email.me>

  copy mid

https://news.novabbs.org/tech/article-flat.php?id=158030&group=sci.math#158030

  copy link   Newsgroups: sci.math
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: chris.m.thomasson.1@gmail.com (Chris M. Thomasson)
Newsgroups: sci.math
Subject: Re: Rule of operations of infinite series -- Euler's formula is an
approximate
Date: Wed, 24 Apr 2024 14:55:23 -0700
Organization: A noiseless patient Spider
Lines: 4
Message-ID: <v0bv4h$2i9pm$1@dont-email.me>
References: <45d230a3844462930da0866e63ed3e547959b873.camel@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 24 Apr 2024 23:55:30 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="a0846936641d3d7e0dac65c7fc9003df";
logging-data="2697014"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+dc1rb/MpVfwu0lFoMIDheDx21wiyevsw="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:jYnZD9nrdHCrTSjLekIS2q+LZ9I=
In-Reply-To: <45d230a3844462930da0866e63ed3e547959b873.camel@gmail.com>
Content-Language: en-US
 by: Chris M. Thomasson - Wed, 24 Apr 2024 21:55 UTC

On 4/24/2024 12:00 PM, wij wrote:
[...]

https://youtu.be/bpBvK-VhSjA

Re: Rule of operations of infinite series -- Euler's formula is an approximate

<v0c2k2$2ivt3$1@dont-email.me>

  copy mid

https://news.novabbs.org/tech/article-flat.php?id=158033&group=sci.math#158033

  copy link   Newsgroups: sci.math
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: moebius@example.invalid (Moebius)
Newsgroups: sci.math
Subject: Re: Rule of operations of infinite series -- Euler's formula is an
approximate
Date: Thu, 25 Apr 2024 00:54:58 +0200
Organization: A noiseless patient Spider
Lines: 125
Message-ID: <v0c2k2$2ivt3$1@dont-email.me>
References: <45d230a3844462930da0866e63ed3e547959b873.camel@gmail.com>
<RBSdncDhyIBg_LT7nZ2dnZfqn_udnZ2d@giganews.com>
<v0bput$2h7fi$1@dont-email.me> <v0bs4c$2hirb$3@dont-email.me>
<v0bt64$2hsba$1@dont-email.me>
Reply-To: moebius@example.invalid
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 25 Apr 2024 00:54:59 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="f61a7ee24e42742bf00de0c27ec1c651";
logging-data="2719651"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+srks3u2ujI6qkYG16H2yF"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:dfCa1cjEeH3pWWLY+jXEqGXXYCM=
In-Reply-To: <v0bt64$2hsba$1@dont-email.me>
Content-Language: de-DE
 by: Moebius - Wed, 24 Apr 2024 22:54 UTC

Am 24.04.2024 um 23:22 schrieb Chris M. Thomasson:
> On 4/24/2024 2:04 PM, Moebius wrote:
>> Am 24.04.2024 um 22:27 schrieb Chris M. Thomasson:
>>> On 4/24/2024 12:48 PM, Ross Finlayson wrote:
>>>> On 04/24/2024 12:00 PM, wij wrote:
>>>>>   A paragraph [Infinite Series] is added to the file:
>>>>> https://sourceforge.net/projects/cscall/files/MisFiles/RealNumber-en.txt/download
>>>>>
>>>>> ....
>>>>> +-----------------+
>>>>> | Infinite Series |
>>>>> +-----------------+
>>>>> Series::= S= Σ(n=0,k) a(n)= a(0)+ a(1)+ a(2) +... +a(k)
>>>>>    a(n) is called the general term, a(0),a(1),... the addend,
>>>>> summand or just
>>>>>    term. n is referred to as the index. Series S is the sum from
>>>>> the first term
>>>>>    a(0) to the last term a(k). The sum of those first terms (n<k)
>>>>> is called the
>>>>>    partial sum. "a(0)+...+a(k)" is called expanded form.
>>>>>
>>>>> Infinite Series::= If the series S refers to infinite terms/addend
>>>>> (n=∞), S is
>>>>>    called an infinite series. Note that there are infinite(NEVER
>>>>> terminate)
>>>>>    addends. I.e. basically, the addition of addends cannot be
>>>>> completed in
>>>>>    finite steps by definition.
>>>>>
>>>>> Operation Principle of Infinite Series: The last addend of the
>>>>> expanded form
>>>>>    (the index is ∞) must be shown to indicate the general term.
>>>>>
>>>>>    The arithmetic of the expanded form is the same as finite series:
>>>>>    Ex1: Let S= Σ(n=0,∞) a^n = 1+a+a^2+...+a^∞)
>>>>>      S= 1+a*(1+a+a^2+...+a^∞)- a*a^∞
>>>>>      <=> S= 1+a*S-a^(∞+1)
>>>>>      <=> S(1-a)=1-a^(∞+1)
>>>>>      <=> S= (1-a^(∞+1))/(1-a)
>>>>>
>>>>>    Ex2: Let S= Σ(n=1,∞) n = 1+2+3+...+n
>>>>>      S= 1+2+3+...+n  // (1)
>>>>>      S= n+...+3+2+1  // (2)
>>>>>      2S= n*(n+1)     // (1)+(2)
>>>>>      <=> S= n*(n+1)/2
>>>>>
>>>>>    If the last addend is missing, the expanded form is prone to
>>>>> magic tricks,
>>>>>    because the rearrangement of the expanded form may likely change
>>>>> the
>>>>>    definition of the series:
>>>>>    Ex1: S can be any number from a rearrangement:
>>>>>         S= Σ(n=1,∞) n= 1+2+3+... =1+1+1+1+...= (1+1)+(1+1+1)+...
>>>>>         = Σ(n=1,∞) n+1  // S is modified
>>>>>           (or S=(1+2)+(3+4)+... = Σ(n=1,∞) 4*n-1)
>>>>>
>>>>>    Ex2:
>>>>>      S=1+2+4+8+...     // The last addend is omitted (ill-formed)
>>>>>      <=> S=1+2(1+2+4+8+...)
>>>>>      <=> S=1+2S
>>>>>      <=> S=-1
>>>>>
>>>>>    Last addend is shown:
>>>>>      S=1+2+4+8+...+2^∞
>>>>>      <=> S=1+2(1+2+4+...+2^(∞-1))
>>>>>      <=> S=1+2S-2^(∞+1)
>>>>>      <=> S=2^(∞+1)-1   // Lots of similar "magic calculation"
>>>>> deriving the result
>>>>>                        // S=-1 can be found in youtube (from the
>>>>> omission of the
>>>>>                        // term containing ∞).
>>>>>
>>>>> Theorem1: s1=s2 <=> s1-s2=0
>>>>>
>>>>> Theorem2: Σ(n=0,∞) a(n)= a(0)+ Σ(n=1,∞) a(n)
>>>>>                      = a(∞)+ Σ(n=0,∞-1) a(n)
>>>>>
>>>>> Theorem3: Σ(n=0,∞) f(n) ± Σ(n=0,∞) g(n) = Σ(n=0,∞) f(n)±g(n)
>>>>> Theorem4: Σ(n=0,∞) c*f(n)= c*(Σ(n=0,∞) f(n))
>>>>>    Proof: Omitted (Can be derived from the expanded form. Trivial
>>>>> rules are also
>>>>>           omitted)
>>>>>
>>>>>    Basically, formula for finite series are also applicable to
>>>>> infinite series(
>>>>>    but mathematical inducion cannot prove such formula because by
>>>>> definition,
>>>>>    ∞ means 'the procedure never terminate' and the Peano axiom is
>>>>> only valid in
>>>>>    finite steps).
>>>>>
>>>>>    Note: Many 'equations' of infinite series (esp. about π,e) can
>>>>> be proved
>>>>>          false by the theorems above. They are actually
>>>>> approximates (limits).
>>>>>          Ex: Σ(n=1,∞) 1/n² ≒ π²/6
>>>>>              Σ(n=0,∞) (-1^n)*(1/(2n+1)) ≒ π/4
>>>>>              Σ(n=0,∞) k^n/n! ≒ e^k
>>>>> ----------
>>>>>
>>>>>
>>>>
>>>> Observe the law(s) of large numbers.
>>>>
>>>
>>> Define a large number? What is large to you?
>>
>>
>> See: https://en.wikipedia.org/wiki/Law_of_large_numbers
>>
>> (Though it doesn't make any sense in the present context.)
>>
>
> Can I say that the inverse of this very small number seems interesting
> wrt a larger number? Keep in mind that it's unbounded:
>
> https://youtu.be/0jGaio87u3A

Holy shit, I swear, I only took a tiny piece!!!

> In the abstract, beyond our finite self's, this does go on forever....
> Fair enough?

Sure - at least in the "mathematical reality". :-P

Re: Rule of operations of infinite series -- Euler's formula is an approximate

<v0c59h$2jk94$1@dont-email.me>

  copy mid

https://news.novabbs.org/tech/article-flat.php?id=158038&group=sci.math#158038

  copy link   Newsgroups: sci.math
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: FTR@nomail.afraid.org (FromTheRafters)
Newsgroups: sci.math
Subject: Re: Rule of operations of infinite series -- Euler's formula is an approximate
Date: Wed, 24 Apr 2024 19:40:28 -0400
Organization: Peripheral Visions
Lines: 83
Message-ID: <v0c59h$2jk94$1@dont-email.me>
References: <45d230a3844462930da0866e63ed3e547959b873.camel@gmail.com>
Reply-To: erratic.howard@gmail.com
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 25 Apr 2024 01:40:34 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="06ff4158f68f96759048aad367f882ac";
logging-data="2740516"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+XZp6hHzcuRvvGkW5o7++KaXhSGEqIhao="
Cancel-Lock: sha1:dJgbpg/xnfvtRm4HZnxWGjb9s78=
X-Newsreader: MesNews/1.08.06.00-gb
X-ICQ: 1701145376
 by: FromTheRafters - Wed, 24 Apr 2024 23:40 UTC

wij was thinking very hard :
> A paragraph [Infinite Series] is added to the file:
> https://sourceforge.net/projects/cscall/files/MisFiles/RealNumber-en.txt/download
>
> ....
> +-----------------+
>> Infinite Series |
> +-----------------+
> Series::= S= Σ(n=0,k) a(n)= a(0)+ a(1)+ a(2) +... +a(k)
> a(n) is called the general term, a(0),a(1),... the addend, summand or just
> term. n is referred to as the index. Series S is the sum from the first
> term a(0) to the last term a(k). The sum of those first terms (n<k) is
> called the partial sum. "a(0)+...+a(k)" is called expanded form.
>
> Infinite Series::= If the series S refers to infinite terms/addend (n=∞), S
> is called an infinite series. Note that there are infinite(NEVER terminate)
> addends. I.e. basically, the addition of addends cannot be completed in
> finite steps by definition.
>
> Operation Principle of Infinite Series: The last addend of the expanded form
> (the index is ∞) must be shown to indicate the general term.
>
> The arithmetic of the expanded form is the same as finite series:
> Ex1: Let S= Σ(n=0,∞) a^n = 1+a+a^2+...+a^∞)
> S= 1+a*(1+a+a^2+...+a^∞)- a*a^∞
> <=> S= 1+a*S-a^(∞+1)
> <=> S(1-a)=1-a^(∞+1)
> <=> S= (1-a^(∞+1))/(1-a)
>
> Ex2: Let S= Σ(n=1,∞) n = 1+2+3+...+n
> S= 1+2+3+...+n // (1)
> S= n+...+3+2+1 // (2)
> 2S= n*(n+1) // (1)+(2)
> <=> S= n*(n+1)/2
>
> If the last addend is missing, the expanded form is prone to magic tricks,
> because the rearrangement of the expanded form may likely change the
> definition of the series:
> Ex1: S can be any number from a rearrangement:
> S= Σ(n=1,∞) n= 1+2+3+... =1+1+1+1+...= (1+1)+(1+1+1)+...
> = Σ(n=1,∞) n+1 // S is modified
> (or S=(1+2)+(3+4)+... = Σ(n=1,∞) 4*n-1)
>
> Ex2:
> S=1+2+4+8+... // The last addend is omitted (ill-formed)
> <=> S=1+2(1+2+4+8+...)
> <=> S=1+2S
> <=> S=-1
>
> Last addend is shown:
> S=1+2+4+8+...+2^∞
> <=> S=1+2(1+2+4+...+2^(∞-1))
> <=> S=1+2S-2^(∞+1)
> <=> S=2^(∞+1)-1 // Lots of similar "magic calculation" deriving the
> result // S=-1 can be found in youtube (from the
> omission of the // term containing ∞).
>
> Theorem1: s1=s2 <=> s1-s2=0
>
> Theorem2: Σ(n=0,∞) a(n)= a(0)+ Σ(n=1,∞) a(n)
> = a(∞)+ Σ(n=0,∞-1) a(n)
>
> Theorem3: Σ(n=0,∞) f(n) ± Σ(n=0,∞) g(n) = Σ(n=0,∞) f(n)±g(n)
> Theorem4: Σ(n=0,∞) c*f(n)= c*(Σ(n=0,∞) f(n))
> Proof: Omitted (Can be derived from the expanded form. Trivial rules are
> also omitted)
>
> Basically, formula for finite series are also applicable to infinite
> series( but mathematical inducion cannot prove such formula because by
> definition, ∞ means 'the procedure never terminate' and the Peano axiom is
> only valid in finite steps).
>
> Note: Many 'equations' of infinite series (esp. about π,e) can be proved
> false by the theorems above. They are actually approximates (limits).
> Ex: Σ(n=1,∞) 1/n² ≒ π²/6
> Σ(n=0,∞) (-1^n)*(1/(2n+1)) ≒ π/4
> Σ(n=0,∞) k^n/n! ≒ e^k
> ----------

For a finite sequence, add the finitely many terms by simple addition.
If the sequence is infinite, you need a series to obtain a sum. The
word series already implies an attempt at summing infinitely many
terms.

Re: Rule of operations of infinite series -- Euler's formula is an approximate

<f4e76b0f86c824f729c64a17d5d8bb8a5cd1ad24.camel@gmail.com>

  copy mid

https://news.novabbs.org/tech/article-flat.php?id=158051&group=sci.math#158051

  copy link   Newsgroups: sci.math
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: wyniijj5@gmail.com (wij)
Newsgroups: sci.math
Subject: Re: Rule of operations of infinite series -- Euler's formula is an
approximate
Date: Thu, 25 Apr 2024 22:13:08 +0800
Organization: A noiseless patient Spider
Lines: 125
Message-ID: <f4e76b0f86c824f729c64a17d5d8bb8a5cd1ad24.camel@gmail.com>
References: <45d230a3844462930da0866e63ed3e547959b873.camel@gmail.com>
<v0c59h$2jk94$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Injection-Date: Thu, 25 Apr 2024 16:13:09 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="a2de82394a88c6569a05f7e3ade2e25d";
logging-data="3202336"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18WMQ08RW9eD1968mfLbl6I"
User-Agent: Evolution 3.50.2 (3.50.2-1.fc39)
Cancel-Lock: sha1:7nYqEQF/GqRrfXQzkULQtIavU6I=
In-Reply-To: <v0c59h$2jk94$1@dont-email.me>
 by: wij - Thu, 25 Apr 2024 14:13 UTC

On Wed, 2024-04-24 at 19:40 -0400, FromTheRafters wrote:
> wij was thinking very hard :
> >  A paragraph [Infinite Series] is added to the file:
> > https://sourceforge.net/projects/cscall/files/MisFiles/RealNumber-en.txt/download
> >
> > ....
> > +-----------------+
> > > Infinite Series |
> > +-----------------+
> > Series::= S= Σ(n=0,k) a(n)= a(0)+ a(1)+ a(2) +... +a(k)
> >   a(n) is called the general term, a(0),a(1),... the addend, summand or just
> >   term. n is referred to as the index. Series S is the sum from the first
> > term   a(0) to the last term a(k). The sum of those first terms (n<k) is
> > called the   partial sum. "a(0)+...+a(k)" is called expanded form.
> >
> > Infinite Series::= If the series S refers to infinite terms/addend (n=∞), S
> > is   called an infinite series. Note that there are infinite(NEVER terminate)
> >   addends. I.e. basically, the addition of addends cannot be completed in
> >   finite steps by definition.
> >
> > Operation Principle of Infinite Series: The last addend of the expanded form
> >   (the index is ∞) must be shown to indicate the general term.
> >
> >   The arithmetic of the expanded form is the same as finite series:
> >   Ex1: Let S= Σ(n=0,∞) a^n = 1+a+a^2+...+a^∞)
> >     S= 1+a*(1+a+a^2+...+a^∞)- a*a^∞
> >     <=> S= 1+a*S-a^(∞+1)
> >     <=> S(1-a)=1-a^(∞+1)
> >     <=> S= (1-a^(∞+1))/(1-a)
> >
> >   Ex2: Let S= Σ(n=1,∞) n = 1+2+3+...+n
> >     S= 1+2+3+...+n  // (1)
> >     S= n+...+3+2+1  // (2)
> >     2S= n*(n+1)     // (1)+(2)
> >     <=> S= n*(n+1)/2
> >
> >   If the last addend is missing, the expanded form is prone to magic tricks,
> >   because the rearrangement of the expanded form may likely change the
> >   definition of the series:
> >   Ex1: S can be any number from a rearrangement:
> >        S= Σ(n=1,∞) n= 1+2+3+... =1+1+1+1+...= (1+1)+(1+1+1)+...
> >        = Σ(n=1,∞) n+1  // S is modified
> >          (or S=(1+2)+(3+4)+.... = Σ(n=1,∞) 4*n-1)
> >
> >   Ex2:
> >     S=1+2+4+8+...     // The last addend is omitted (ill-formed)
> >     <=> S=1+2(1+2+4+8+...)
> >     <=> S=1+2S
> >     <=> S=-1
> >
> >   Last addend is shown:
> >     S=1+2+4+8+...+2^∞
> >     <=> S=1+2(1+2+4+...+2^(∞-1))
> >     <=> S=1+2S-2^(∞+1)
> >     <=> S=2^(∞+1)-1   // Lots of similar "magic calculation" deriving the
> > result                       // S=-1 can be found in youtube (from the
> > omission of the                       // term containing ∞).
> >
> > Theorem1: s1=s2 <=> s1-s2=0
> >
> > Theorem2: Σ(n=0,∞) a(n)= a(0)+ Σ(n=1,∞) a(n)
> >                     = a(∞)+ Σ(n=0,∞-1) a(n)
> >
> > Theorem3: Σ(n=0,∞) f(n) ± Σ(n=0,∞) g(n) = Σ(n=0,∞) f(n)±g(n)
> > Theorem4: Σ(n=0,∞) c*f(n)= c*(Σ(n=0,∞) f(n))
> >   Proof: Omitted (Can be derived from the expanded form. Trivial rules are
> > also          omitted)
> >
> >   Basically, formula for finite series are also applicable to infinite
> > series(   but mathematical inducion cannot prove such formula because by
> > definition,   ∞ means 'the procedure never terminate' and the Peano axiom is
> > only valid in   finite steps).
> >
> >   Note: Many 'equations' of infinite series (esp. about π,e) can be proved
> >         false by the theorems above. They are actually approximates (limits).
> >         Ex: Σ(n=1,∞) 1/n² ≒ π²/6
> >             Σ(n=0,∞) (-1^n)*(1/(2n+1)) ≒ π/4
> >             Σ(n=0,∞) k^n/n! ≒ e^k
> > ----------
>
> For a finite sequence, add the finitely many terms by simple addition.
> If the sequence is infinite, you need a series to obtain a sum. The
> word series already implies an attempt at summing infinitely many
> terms.

Not sure what you were talking about.

Re: Rule of operations of infinite series -- Euler's formula is an approximate

<v0dvqh$33e4i$1@dont-email.me>

  copy mid

https://news.novabbs.org/tech/article-flat.php?id=158054&group=sci.math#158054

  copy link   Newsgroups: sci.math
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: FTR@nomail.afraid.org (FromTheRafters)
Newsgroups: sci.math
Subject: Re: Rule of operations of infinite series -- Euler's formula is an approximate
Date: Thu, 25 Apr 2024 12:19:24 -0400
Organization: Peripheral Visions
Lines: 90
Message-ID: <v0dvqh$33e4i$1@dont-email.me>
References: <45d230a3844462930da0866e63ed3e547959b873.camel@gmail.com> <v0c59h$2jk94$1@dont-email.me> <f4e76b0f86c824f729c64a17d5d8bb8a5cd1ad24.camel@gmail.com>
Reply-To: erratic.howard@gmail.com
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 25 Apr 2024 18:19:30 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="06ff4158f68f96759048aad367f882ac";
logging-data="3258514"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/3R8+fcpvFCwrkwuSgYPbf5YT8rg17FM0="
Cancel-Lock: sha1:oy1aQpJo5fOmhDbIRw+yuClfOis=
X-ICQ: 1701145376
X-Newsreader: MesNews/1.08.06.00-gb
 by: FromTheRafters - Thu, 25 Apr 2024 16:19 UTC

wij was thinking very hard :
> On Wed, 2024-04-24 at 19:40 -0400, FromTheRafters wrote:
>> wij was thinking very hard :
>>>  A paragraph [Infinite Series] is added to the file:
>>> https://sourceforge.net/projects/cscall/files/MisFiles/RealNumber-en.txt/download
>>>
>>> ....
>>> +-----------------+
>>>> Infinite Series |
>>> +-----------------+
>>> Series::= S= Σ(n=0,k) a(n)= a(0)+ a(1)+ a(2) +... +a(k)
>>>   a(n) is called the general term, a(0),a(1),... the addend, summand or
>>> just   term. n is referred to as the index. Series S is the sum from the
>>> first term   a(0) to the last term a(k). The sum of those first terms
>>> (n<k) is called the   partial sum. "a(0)+...+a(k)" is called expanded
>>> form.
>>>
>>> Infinite Series::= If the series S refers to infinite terms/addend (n=∞), S
>>> is   called an infinite series. Note that there are infinite(NEVER
>>> terminate)   addends. I.e. basically, the addition of addends cannot be
>>> completed in   finite steps by definition.
>>>
>>> Operation Principle of Infinite Series: The last addend of the expanded
>>> form   (the index is ∞) must be shown to indicate the general term.
>>>
>>>   The arithmetic of the expanded form is the same as finite series:
>>>   Ex1: Let S= Σ(n=0,∞) a^n = 1+a+a^2+...+a^∞)
>>>     S= 1+a*(1+a+a^2+...+a^∞)- a*a^∞
>>>     <=> S= 1+a*S-a^(∞+1)
>>>     <=> S(1-a)=1-a^(∞+1)
>>>     <=> S= (1-a^(∞+1))/(1-a)
>>>
>>>   Ex2: Let S= Σ(n=1,∞) n = 1+2+3+...+n
>>>     S= 1+2+3+...+n  // (1)
>>>     S= n+...+3+2+1  // (2)
>>>     2S= n*(n+1)     // (1)+(2)
>>>     <=> S= n*(n+1)/2
>>>
>>>   If the last addend is missing, the expanded form is prone to magic
>>> tricks,   because the rearrangement of the expanded form may likely change
>>> the   definition of the series:
>>>   Ex1: S can be any number from a rearrangement:
>>>        S= Σ(n=1,∞) n= 1+2+3+... =1+1+1+1+...= (1+1)+(1+1+1)+...
>>>        = Σ(n=1,∞) n+1  // S is modified
>>>          (or S=(1+2)+(3+4)+... = Σ(n=1,∞) 4*n-1)
>>>
>>>   Ex2:
>>>     S=1+2+4+8+...     // The last addend is omitted (ill-formed)
>>>     <=> S=1+2(1+2+4+8+...)
>>>     <=> S=1+2S
>>>     <=> S=-1
>>>
>>>   Last addend is shown:
>>>     S=1+2+4+8+...+2^∞
>>>     <=> S=1+2(1+2+4+...+2^(∞-1))
>>>     <=> S=1+2S-2^(∞+1)
>>>     <=> S=2^(∞+1)-1   // Lots of similar "magic calculation" deriving the
>>> result                       // S=-1 can be found in youtube (from the
>>> omission of the                       // term containing ∞).
>>>
>>> Theorem1: s1=s2 <=> s1-s2=0
>>>
>>> Theorem2: Σ(n=0,∞) a(n)= a(0)+ Σ(n=1,∞) a(n)
>>>                     = a(∞)+ Σ(n=0,∞-1) a(n)
>>>
>>> Theorem3: Σ(n=0,∞) f(n) ± Σ(n=0,∞) g(n) = Σ(n=0,∞) f(n)±g(n)
>>> Theorem4: Σ(n=0,∞) c*f(n)= c*(Σ(n=0,∞) f(n))
>>>   Proof: Omitted (Can be derived from the expanded form. Trivial rules are
>>> also          omitted)
>>>
>>>   Basically, formula for finite series are also applicable to infinite
>>> series(   but mathematical inducion cannot prove such formula because by
>>> definition,   ∞ means 'the procedure never terminate' and the Peano axiom
>>> is only valid in   finite steps).
>>>
>>>   Note: Many 'equations' of infinite series (esp. about π,e) can be proved
>>>         false by the theorems above. They are actually approximates
>>> (limits).         Ex: Σ(n=1,∞) 1/n² ≒ π²/6
>>>             Σ(n=0,∞) (-1^n)*(1/(2n+1)) ≒ π/4
>>>             Σ(n=0,∞) k^n/n! ≒ e^k
>>> ----------
>>
>> For a finite sequence, add the finitely many terms by simple addition.
>> If the sequence is infinite, you need a series to obtain a sum. The
>> word series already implies an attempt at summing infinitely many
>> terms.
>
> Not sure what you were talking about.

https://proofwiki.org/wiki/Definition:Series/Also_known_as

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor