Intuition of a Function as an Infinite Dimensional vector











up vote
2
down vote

favorite












Functions as infinite dimensional vectors make sense intuitively after studying much linear algebra, but I only recently realized I've been taught two ways of thinking about them.



For a one dimensional function $f(x)$ you can expand in the basis of polynomials (a taylor series) and you get an infinite dimensional vector where the $i$th component is attached to the basis $x^{i}$, or you can think of the function as a list of all its values over its domain e.g. $ f = ...f(-0.01),f(0),f(0.01)... $ where 0.01 goes to 0.



In the former case, differentiation and integration become matrix multiplication, which is a nice property, and the latter case makes things like the inner product of functions feel a lot more natural.



But in the former case the length of the vector is the cardinality of the natural numbers, as opposed to the latter where it has the size of the reals, so these clearly aren't equivalent representations.



Is there any relationship between these two ways of thinking of a function as an infinite dimensional vector?










share|cite|improve this question




















  • 1




    The first approach (taylor series) only works for analytic functions. So it is clearly much more restricted than the second approach.
    – Ramiro
    Nov 28 at 16:03















up vote
2
down vote

favorite












Functions as infinite dimensional vectors make sense intuitively after studying much linear algebra, but I only recently realized I've been taught two ways of thinking about them.



For a one dimensional function $f(x)$ you can expand in the basis of polynomials (a taylor series) and you get an infinite dimensional vector where the $i$th component is attached to the basis $x^{i}$, or you can think of the function as a list of all its values over its domain e.g. $ f = ...f(-0.01),f(0),f(0.01)... $ where 0.01 goes to 0.



In the former case, differentiation and integration become matrix multiplication, which is a nice property, and the latter case makes things like the inner product of functions feel a lot more natural.



But in the former case the length of the vector is the cardinality of the natural numbers, as opposed to the latter where it has the size of the reals, so these clearly aren't equivalent representations.



Is there any relationship between these two ways of thinking of a function as an infinite dimensional vector?










share|cite|improve this question




















  • 1




    The first approach (taylor series) only works for analytic functions. So it is clearly much more restricted than the second approach.
    – Ramiro
    Nov 28 at 16:03













up vote
2
down vote

favorite









up vote
2
down vote

favorite











Functions as infinite dimensional vectors make sense intuitively after studying much linear algebra, but I only recently realized I've been taught two ways of thinking about them.



For a one dimensional function $f(x)$ you can expand in the basis of polynomials (a taylor series) and you get an infinite dimensional vector where the $i$th component is attached to the basis $x^{i}$, or you can think of the function as a list of all its values over its domain e.g. $ f = ...f(-0.01),f(0),f(0.01)... $ where 0.01 goes to 0.



In the former case, differentiation and integration become matrix multiplication, which is a nice property, and the latter case makes things like the inner product of functions feel a lot more natural.



But in the former case the length of the vector is the cardinality of the natural numbers, as opposed to the latter where it has the size of the reals, so these clearly aren't equivalent representations.



Is there any relationship between these two ways of thinking of a function as an infinite dimensional vector?










share|cite|improve this question















Functions as infinite dimensional vectors make sense intuitively after studying much linear algebra, but I only recently realized I've been taught two ways of thinking about them.



For a one dimensional function $f(x)$ you can expand in the basis of polynomials (a taylor series) and you get an infinite dimensional vector where the $i$th component is attached to the basis $x^{i}$, or you can think of the function as a list of all its values over its domain e.g. $ f = ...f(-0.01),f(0),f(0.01)... $ where 0.01 goes to 0.



In the former case, differentiation and integration become matrix multiplication, which is a nice property, and the latter case makes things like the inner product of functions feel a lot more natural.



But in the former case the length of the vector is the cardinality of the natural numbers, as opposed to the latter where it has the size of the reals, so these clearly aren't equivalent representations.



Is there any relationship between these two ways of thinking of a function as an infinite dimensional vector?







functions vectors






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Nov 28 at 15:54









Aweygan

13.3k21441




13.3k21441










asked Nov 28 at 15:46









Craig

526




526








  • 1




    The first approach (taylor series) only works for analytic functions. So it is clearly much more restricted than the second approach.
    – Ramiro
    Nov 28 at 16:03














  • 1




    The first approach (taylor series) only works for analytic functions. So it is clearly much more restricted than the second approach.
    – Ramiro
    Nov 28 at 16:03








1




1




The first approach (taylor series) only works for analytic functions. So it is clearly much more restricted than the second approach.
– Ramiro
Nov 28 at 16:03




The first approach (taylor series) only works for analytic functions. So it is clearly much more restricted than the second approach.
– Ramiro
Nov 28 at 16:03










1 Answer
1






active

oldest

votes

















up vote
1
down vote



accepted










I think the short answer is "no", the two ways are not related.



The first, where you think of the functions as vectors in a space of functions you care about the formal properties of vectors (adding them and multiplying by scalars). Then you enrich that formality by introducing ideas of limits and convergence. To use the Taylor series to represent a function you have to make sense of infinite sums. That goes well beyond vector space axioms.



In the second view you are thinking of a vector as an abstraction of a list of values, and then thinking of a function as a way to describe a list of values. In that model ordinary real $n$ space is the set of real values functions from ${1, 2, ldots, n}$, the space of real sequences is the set of functions $mathbb{N} to mathbb{R}$ and the space of real functions is the set of functions $mathbb{R} to mathbb{R}$.



You can extend this second view even further. There's no reason the codomain must be $mathbb{R}$, or even numerical. In computer science you often refer to essentially arbitrary arrays or lists as "vectors".






share|cite|improve this answer





















    Your Answer





    StackExchange.ifUsing("editor", function () {
    return StackExchange.using("mathjaxEditing", function () {
    StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
    StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
    });
    });
    }, "mathjax-editing");

    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "69"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    noCode: true, onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3017296%2fintuition-of-a-function-as-an-infinite-dimensional-vector%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    1
    down vote



    accepted










    I think the short answer is "no", the two ways are not related.



    The first, where you think of the functions as vectors in a space of functions you care about the formal properties of vectors (adding them and multiplying by scalars). Then you enrich that formality by introducing ideas of limits and convergence. To use the Taylor series to represent a function you have to make sense of infinite sums. That goes well beyond vector space axioms.



    In the second view you are thinking of a vector as an abstraction of a list of values, and then thinking of a function as a way to describe a list of values. In that model ordinary real $n$ space is the set of real values functions from ${1, 2, ldots, n}$, the space of real sequences is the set of functions $mathbb{N} to mathbb{R}$ and the space of real functions is the set of functions $mathbb{R} to mathbb{R}$.



    You can extend this second view even further. There's no reason the codomain must be $mathbb{R}$, or even numerical. In computer science you often refer to essentially arbitrary arrays or lists as "vectors".






    share|cite|improve this answer

























      up vote
      1
      down vote



      accepted










      I think the short answer is "no", the two ways are not related.



      The first, where you think of the functions as vectors in a space of functions you care about the formal properties of vectors (adding them and multiplying by scalars). Then you enrich that formality by introducing ideas of limits and convergence. To use the Taylor series to represent a function you have to make sense of infinite sums. That goes well beyond vector space axioms.



      In the second view you are thinking of a vector as an abstraction of a list of values, and then thinking of a function as a way to describe a list of values. In that model ordinary real $n$ space is the set of real values functions from ${1, 2, ldots, n}$, the space of real sequences is the set of functions $mathbb{N} to mathbb{R}$ and the space of real functions is the set of functions $mathbb{R} to mathbb{R}$.



      You can extend this second view even further. There's no reason the codomain must be $mathbb{R}$, or even numerical. In computer science you often refer to essentially arbitrary arrays or lists as "vectors".






      share|cite|improve this answer























        up vote
        1
        down vote



        accepted







        up vote
        1
        down vote



        accepted






        I think the short answer is "no", the two ways are not related.



        The first, where you think of the functions as vectors in a space of functions you care about the formal properties of vectors (adding them and multiplying by scalars). Then you enrich that formality by introducing ideas of limits and convergence. To use the Taylor series to represent a function you have to make sense of infinite sums. That goes well beyond vector space axioms.



        In the second view you are thinking of a vector as an abstraction of a list of values, and then thinking of a function as a way to describe a list of values. In that model ordinary real $n$ space is the set of real values functions from ${1, 2, ldots, n}$, the space of real sequences is the set of functions $mathbb{N} to mathbb{R}$ and the space of real functions is the set of functions $mathbb{R} to mathbb{R}$.



        You can extend this second view even further. There's no reason the codomain must be $mathbb{R}$, or even numerical. In computer science you often refer to essentially arbitrary arrays or lists as "vectors".






        share|cite|improve this answer












        I think the short answer is "no", the two ways are not related.



        The first, where you think of the functions as vectors in a space of functions you care about the formal properties of vectors (adding them and multiplying by scalars). Then you enrich that formality by introducing ideas of limits and convergence. To use the Taylor series to represent a function you have to make sense of infinite sums. That goes well beyond vector space axioms.



        In the second view you are thinking of a vector as an abstraction of a list of values, and then thinking of a function as a way to describe a list of values. In that model ordinary real $n$ space is the set of real values functions from ${1, 2, ldots, n}$, the space of real sequences is the set of functions $mathbb{N} to mathbb{R}$ and the space of real functions is the set of functions $mathbb{R} to mathbb{R}$.



        You can extend this second view even further. There's no reason the codomain must be $mathbb{R}$, or even numerical. In computer science you often refer to essentially arbitrary arrays or lists as "vectors".







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Nov 28 at 15:56









        Ethan Bolker

        40.7k546108




        40.7k546108






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Mathematics Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            Use MathJax to format equations. MathJax reference.


            To learn more, see our tips on writing great answers.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3017296%2fintuition-of-a-function-as-an-infinite-dimensional-vector%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Berounka

            Fiat S.p.A.

            Type 'String' is not a subtype of type 'int' of 'index'