[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]
2023-11: Warosu is now out of extended maintenance.

/sci/ - Science & Math


View post   

File: 86 KB, 1056x816, 1483516786415.png [View same] [iqdb] [saucenao] [google]
8664355 No.8664355 [Reply] [Original]

do series and functions have an interconnected relationship?

>> No.8664360
File: 18 KB, 290x377, RIEMANN_-200_290w_q30.jpg [View same] [iqdb] [saucenao] [google]
8664360

a function is a set
a series is a sum

you can turn some series into functions by singling out a variable, i.e. [math]\sum_{n\geq 0} n^{-2}= \frac{\pi^2}{6} [/math] is just a series but [math] \zeta(s)=\sum_{n\geq 0} n^{-s} [/math] is the Riemann zeta function

>> No.8664362
File: 177 KB, 550x535, 1485735471575.png [View same] [iqdb] [saucenao] [google]
8664362

>>8664360
shoulda been [math] n\geq 1 [/math] obviously

>> No.8664363

>>8664360
so a series is simply a number where the approach to summation is the defining quality? and a function is simply an algebraic transformation that can take any value? i feel like such a fool thinking there was a deeper connection simply because of the summation.

>> No.8664370
File: 77 KB, 670x503, 1481233355958.jpg [View same] [iqdb] [saucenao] [google]
8664370

>>8664363
>so a series is simply a number where the approach to summation is the defining quality?
yes

https://en.wikipedia.org/wiki/Series_(mathematics)
>For any sequence { a n } {\displaystyle \{a_{n}\}} \{a_{n}\} of rational numbers, real numbers, complex numbers, functions thereof, etc., the associated series is defined as the ordered formal sum...

> and a function is simply an algebraic transformation that can take any value?
no a function from sets [math] X [/math] to [math] Y[/math] is a set of ordered pairs [math] S=\{(a,b) \mid a\in X, b\in Y\} [/math] where [math] (a,b)\in S [/math] and [math] (a,c)\in S[/math] implies [math] b=c [/math] (one output for every input)

there doesn't have to be any obvious algebraic transformation to it, something like [math] \{(0,1), (\pi, 10)\}[/math] is a function too

>> No.8664378

>>8664370
would it be unreasonable to propose a series is a set due to the summation being an expression of what would be elements in said set?

>> No.8664382 [DELETED] 

Given a seqence [math] (a_n)_n [/math], then

[math] m \mapsto \sum_{k=1}^m a_n [/math]

is also a function.

And given an indexing [math] a [/math] of element of a monoid M (a set where a binary operation + is defined), i.e. a function
[math] a : {\mathbb M} \to X [/math]
you can define another function
[math] m \mapsto \sum_{k=1}^m a(n) [/math]

I'd advise against the claim of the guy above, defining a function as a set of pairs (set mind detected), but that's in any case a good (albeit raw) model of a function.

>> No.8664383

>>8664378
Yes, you could have for instance the partial sums of [math]\sum_{n \geq 1} 2^{-n} [/math] all in a set: [math]\{ 2^{-n} | n \geq 1 \} [/math], and then to find the actual limiting sum, you apply the limit of it, which can be thought of a function from sets to real numbers, and the number you get when you input that set of partial sums, is the liming sum.

This is all close to what are called Cauchy Sequences: https://en.wikipedia.org/wiki/Cauchy_sequence

>> No.8664385

>>8664382
what is that m notation? is that's what's called a morphism?

>> No.8664386 [DELETED] 

>>8664378
i guess you could turn a series into a set like this, using [math] \sum{n \geq 1} a_n [/math] to get the set [math] \{ (n,a_n) \mid n\geq 1 \} [math]

the essential difference i guess is that the series denotes a specific number (the sum, if it converges) while a set

>>8664383
this isn't good enough because the sum depends on the order of the sequence (https://en.wikipedia.org/wiki/Riemann_series_theorem))

>> No.8664387

Given a seqence [math] (a_n)_n [/math] of elements of a monoid M (a set "M" where a binary operation "+" is defined), then

[math] N \mapsto \sum_{k=1}^N a_n [/math]

is also a function in [math] {\mathbb N} \to M [/math]

A sequence is none other than an indexing of element of M , i.e. a function
[math] a : {\mathbb N} \to M [/math]

PS I'd advise against the claim of the guy above, defining a function as a set of pairs (set mind detected), but that's in any case a good (albeit raw) model of a function.

>> No.8664388

>>8664378
i guess you could turn a series into a set like this, using [math] \sum_{n\geq 1} a_n [/math] to get the set [math] \{ (n,a_n) \mid n\geq 1 \} [\math]

the essential difference i guess is that the series denotes a specific number (the sum, if it converges) while a set

>>8664383
this isn't good enough because the sum depends on the order of the sequence (https://en.wikipedia.org/wiki/Riemann_series_theorem))

>> No.8664390

>>8664386
>>8664383
so is a sequence different from a series due to the necessity of order? man i feel like there's so much i don't know but want to know.

>> No.8664391

>>8664388
>[math] \{ (n,a_n) \mid n\geq 1 \} [/math]

>> No.8664393

>>8664390
>so is a sequence different from a series due to the necessity of order?
a sequence and series are both ordered, the difference is whether you're summing up that sequence or not, if you are then you're looking at the series defined by that sequence

>> No.8664410

>>8664387
is a a fixed value in this context (1+1+1+1)?

>> No.8664458

>>8664390
a sequence is a function, whose domain is the natural numbers
A series is a sequence of partial sums of a sequence <a>
[math] s_{i+1} = a_{i+1} + s_{i} [/math], where [math] s_0 = 0 [/math]