Show the non-zero vectors $v_1,v_2,⋯,v_n$ are linearly independent if $(A−λI)^j+1v_j=0$, where $j=0,1,⋯,n$.A question about linear independenceUnique linear combination problemIs $span(v_1, . . . ,v_m)$ a linearly dependent or linearly independent set of vectors? Also, what will happen if we take span of span?Showing Linear dependencyHow to prove that $v_1,v_2$ are linearly independent if $Spv_1,v_2=Spw_1,w_2$ and $v_1,w_2$ are linearly independent?linear-Independency is retained over a linear MapShow that if Span$v_1,v_2,v_3$=$mathbbR^3$ then $v_1,v_2,v_3$ is linearly independent.Let $v_1,v_2,ldots,v_n$ a linear independent set of vectors, and let $w inlangle v_1,v_2,ldots,v_nrangle$, prove linear independenceThe length of every linearly independent list of vectors is less than or equal to the length of every spanning list of vectors.Proof of $j=1$ where $v_j in span(v_1, …,v_j-1)$

(Codewars) Linked Lists - Remove Duplicates

Is it a Cyclops number? "Nobody" knows!

Shifting between bemols and diesis in the key signature

Virginia employer terminated employee and wants signing bonus returned

What is this diamond of every day?

Are there historical instances of the capital of a colonising country being temporarily or permanently shifted to one of its colonies?

Source permutation

Called into a meeting and told we are being made redundant (laid off) and "not to share outside". Can I tell my partner?

How do electrons receive energy when a body is heated?

Specifying a starting column with colortbl package and xcolor

Expressing logarithmic equations without logs

Why does Solve lock up when trying to solve the quadratic equation with large integers?

Is a piano played in the same way as a harmonium?

How to resolve: Reviewer #1 says remove section X vs. Reviewer #2 says expand section X

Gaining more land

Can the alpha, lambda values of a glmnet object output determine whether ridge or Lasso?

Is it possible to find 2014 distinct positive integers whose sum is divisible by each of them?

Signed and unsigned numbers

The meaning of ‘otherwise’

School performs periodic password audits. Is my password compromised?

Why does cron require MTA for logging?

Why is there an extra space when I type "ls" in the Desktop directory?

What ability score modifier does a javelin's damage use?

Are small insurances worth it?



Show the non-zero vectors $v_1,v_2,⋯,v_n$ are linearly independent if $(A−λI)^j+1v_j=0$, where $j=0,1,⋯,n$.


A question about linear independenceUnique linear combination problemIs $span(v_1, . . . ,v_m)$ a linearly dependent or linearly independent set of vectors? Also, what will happen if we take span of span?Showing Linear dependencyHow to prove that $v_1,v_2$ are linearly independent if $Spv_1,v_2=Spw_1,w_2$ and $v_1,w_2$ are linearly independent?linear-Independency is retained over a linear MapShow that if Span$v_1,v_2,v_3$=$mathbbR^3$ then $v_1,v_2,v_3$ is linearly independent.Let $v_1,v_2,ldots,v_n$ a linear independent set of vectors, and let $w inlangle v_1,v_2,ldots,v_nrangle$, prove linear independenceThe length of every linearly independent list of vectors is less than or equal to the length of every spanning list of vectors.Proof of $j=1$ where $v_j in span(v_1, …,v_j-1)$













1












$begingroup$


My attempt at a solution uses the linear dependence lemma. Assume on the contrary that the list of vectors is linearly dependent. Then it is possible to find some $v_j$ that can be written as a linear combination of the remaining vectors: that is,
$$v_j = a_1v_1 + a_2v_2 + cdots + a_j-1v_j-1 + a_j+1v_j+1 + cdots + a_nv_n.$$ Applying the operator $(A - lambda I)^j+1$ to both sides, we have
$$ 0 = (A - lambda I)^j+1(a_1v_1 + a_2v_2 + cdots + a_j-1v_j-1) + (A - lambda I)^j+1(a_j-1v_j-1 + a_j+1v_j+1 + cdots + a_nv_n).$$ The first sum is zero, since the vectors there require the operator $A - lambda I$ applied at most $j$ times to be $0$. Hence, $$0 = (A - lambda I)^j+1(a_j-1v_j-1 + a_j+1v_j+1 + cdots + a_nv_n).$$
And this is where I'm stuck. How do I use this to show a contradiction and conclude they are linearly independent?










share|cite|improve this question









New contributor




Yejus is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$











  • $begingroup$
    $v_j=0$ is an obvious counterexample.
    $endgroup$
    – Kavi Rama Murthy
    yesterday






  • 1




    $begingroup$
    Possibly the additional condition $(A−λI)^jv_jnot=0$ has to be imposed.
    $endgroup$
    – Jens Schwaiger
    yesterday










  • $begingroup$
    I imagine that what you mean is that: $$ (A-lambda I)^jv_jne 0quadtextandquad (A-lambda I)^j+1v_j=0.$$
    $endgroup$
    – Yiorgos S. Smyrlis
    yesterday
















1












$begingroup$


My attempt at a solution uses the linear dependence lemma. Assume on the contrary that the list of vectors is linearly dependent. Then it is possible to find some $v_j$ that can be written as a linear combination of the remaining vectors: that is,
$$v_j = a_1v_1 + a_2v_2 + cdots + a_j-1v_j-1 + a_j+1v_j+1 + cdots + a_nv_n.$$ Applying the operator $(A - lambda I)^j+1$ to both sides, we have
$$ 0 = (A - lambda I)^j+1(a_1v_1 + a_2v_2 + cdots + a_j-1v_j-1) + (A - lambda I)^j+1(a_j-1v_j-1 + a_j+1v_j+1 + cdots + a_nv_n).$$ The first sum is zero, since the vectors there require the operator $A - lambda I$ applied at most $j$ times to be $0$. Hence, $$0 = (A - lambda I)^j+1(a_j-1v_j-1 + a_j+1v_j+1 + cdots + a_nv_n).$$
And this is where I'm stuck. How do I use this to show a contradiction and conclude they are linearly independent?










share|cite|improve this question









New contributor




Yejus is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$











  • $begingroup$
    $v_j=0$ is an obvious counterexample.
    $endgroup$
    – Kavi Rama Murthy
    yesterday






  • 1




    $begingroup$
    Possibly the additional condition $(A−λI)^jv_jnot=0$ has to be imposed.
    $endgroup$
    – Jens Schwaiger
    yesterday










  • $begingroup$
    I imagine that what you mean is that: $$ (A-lambda I)^jv_jne 0quadtextandquad (A-lambda I)^j+1v_j=0.$$
    $endgroup$
    – Yiorgos S. Smyrlis
    yesterday














1












1








1





$begingroup$


My attempt at a solution uses the linear dependence lemma. Assume on the contrary that the list of vectors is linearly dependent. Then it is possible to find some $v_j$ that can be written as a linear combination of the remaining vectors: that is,
$$v_j = a_1v_1 + a_2v_2 + cdots + a_j-1v_j-1 + a_j+1v_j+1 + cdots + a_nv_n.$$ Applying the operator $(A - lambda I)^j+1$ to both sides, we have
$$ 0 = (A - lambda I)^j+1(a_1v_1 + a_2v_2 + cdots + a_j-1v_j-1) + (A - lambda I)^j+1(a_j-1v_j-1 + a_j+1v_j+1 + cdots + a_nv_n).$$ The first sum is zero, since the vectors there require the operator $A - lambda I$ applied at most $j$ times to be $0$. Hence, $$0 = (A - lambda I)^j+1(a_j-1v_j-1 + a_j+1v_j+1 + cdots + a_nv_n).$$
And this is where I'm stuck. How do I use this to show a contradiction and conclude they are linearly independent?










share|cite|improve this question









New contributor




Yejus is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$




My attempt at a solution uses the linear dependence lemma. Assume on the contrary that the list of vectors is linearly dependent. Then it is possible to find some $v_j$ that can be written as a linear combination of the remaining vectors: that is,
$$v_j = a_1v_1 + a_2v_2 + cdots + a_j-1v_j-1 + a_j+1v_j+1 + cdots + a_nv_n.$$ Applying the operator $(A - lambda I)^j+1$ to both sides, we have
$$ 0 = (A - lambda I)^j+1(a_1v_1 + a_2v_2 + cdots + a_j-1v_j-1) + (A - lambda I)^j+1(a_j-1v_j-1 + a_j+1v_j+1 + cdots + a_nv_n).$$ The first sum is zero, since the vectors there require the operator $A - lambda I$ applied at most $j$ times to be $0$. Hence, $$0 = (A - lambda I)^j+1(a_j-1v_j-1 + a_j+1v_j+1 + cdots + a_nv_n).$$
And this is where I'm stuck. How do I use this to show a contradiction and conclude they are linearly independent?







linear-algebra vector-spaces vectors






share|cite|improve this question









New contributor




Yejus is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|cite|improve this question









New contributor




Yejus is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|cite|improve this question




share|cite|improve this question








edited yesterday







Yejus













New contributor




Yejus is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked yesterday









YejusYejus

62




62




New contributor




Yejus is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Yejus is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Yejus is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











  • $begingroup$
    $v_j=0$ is an obvious counterexample.
    $endgroup$
    – Kavi Rama Murthy
    yesterday






  • 1




    $begingroup$
    Possibly the additional condition $(A−λI)^jv_jnot=0$ has to be imposed.
    $endgroup$
    – Jens Schwaiger
    yesterday










  • $begingroup$
    I imagine that what you mean is that: $$ (A-lambda I)^jv_jne 0quadtextandquad (A-lambda I)^j+1v_j=0.$$
    $endgroup$
    – Yiorgos S. Smyrlis
    yesterday

















  • $begingroup$
    $v_j=0$ is an obvious counterexample.
    $endgroup$
    – Kavi Rama Murthy
    yesterday






  • 1




    $begingroup$
    Possibly the additional condition $(A−λI)^jv_jnot=0$ has to be imposed.
    $endgroup$
    – Jens Schwaiger
    yesterday










  • $begingroup$
    I imagine that what you mean is that: $$ (A-lambda I)^jv_jne 0quadtextandquad (A-lambda I)^j+1v_j=0.$$
    $endgroup$
    – Yiorgos S. Smyrlis
    yesterday
















$begingroup$
$v_j=0$ is an obvious counterexample.
$endgroup$
– Kavi Rama Murthy
yesterday




$begingroup$
$v_j=0$ is an obvious counterexample.
$endgroup$
– Kavi Rama Murthy
yesterday




1




1




$begingroup$
Possibly the additional condition $(A−λI)^jv_jnot=0$ has to be imposed.
$endgroup$
– Jens Schwaiger
yesterday




$begingroup$
Possibly the additional condition $(A−λI)^jv_jnot=0$ has to be imposed.
$endgroup$
– Jens Schwaiger
yesterday












$begingroup$
I imagine that what you mean is that: $$ (A-lambda I)^jv_jne 0quadtextandquad (A-lambda I)^j+1v_j=0.$$
$endgroup$
– Yiorgos S. Smyrlis
yesterday





$begingroup$
I imagine that what you mean is that: $$ (A-lambda I)^jv_jne 0quadtextandquad (A-lambda I)^j+1v_j=0.$$
$endgroup$
– Yiorgos S. Smyrlis
yesterday











1 Answer
1






active

oldest

votes


















0












$begingroup$

I use the assumption that
$$ (A-lambda I)^jv_jne 0quadtextandquad (A-lambda I)^j+1v_j=0,$$
otherwise it is not true. For example
$$
lambda=0, quad
A=left(beginarraycc 0 & 1\ 0 & 0endarrayright), quad v_j=binom01, quad jinmathbb N.
$$

In order to prove that $v_1,ldots,v_n$ are linearly independent, it suffices to show that, for all $k$, the vector $v_k$ can not be expressed as a linear combination of $v_1,ldots,v_k-1$.



Clearly, for $k=1$, this holds, since $(A-lambda)v_1ne 0$, and hence $v_1ne 0$.



Assume that
$v_k=c_1v_1+cdots+c_k-1v_k-1$. Then
$$
0ne (A-lambda I)^kv_k
=(A-lambda I)^kbig(c_1v_1+cdots+c_k-1v_k-1big)=0
$$






share|cite|improve this answer









$endgroup$












    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',
    autoActivateHeartbeat: false,
    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
    );



    );






    Yejus is a new contributor. Be nice, and check out our Code of Conduct.









    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3140767%2fshow-the-non-zero-vectors-v-1-v-2-%25e2%258b%25af-v-n-are-linearly-independent-if-a%25e2%2588%2592%25ce%25bbij%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









    0












    $begingroup$

    I use the assumption that
    $$ (A-lambda I)^jv_jne 0quadtextandquad (A-lambda I)^j+1v_j=0,$$
    otherwise it is not true. For example
    $$
    lambda=0, quad
    A=left(beginarraycc 0 & 1\ 0 & 0endarrayright), quad v_j=binom01, quad jinmathbb N.
    $$

    In order to prove that $v_1,ldots,v_n$ are linearly independent, it suffices to show that, for all $k$, the vector $v_k$ can not be expressed as a linear combination of $v_1,ldots,v_k-1$.



    Clearly, for $k=1$, this holds, since $(A-lambda)v_1ne 0$, and hence $v_1ne 0$.



    Assume that
    $v_k=c_1v_1+cdots+c_k-1v_k-1$. Then
    $$
    0ne (A-lambda I)^kv_k
    =(A-lambda I)^kbig(c_1v_1+cdots+c_k-1v_k-1big)=0
    $$






    share|cite|improve this answer









    $endgroup$

















      0












      $begingroup$

      I use the assumption that
      $$ (A-lambda I)^jv_jne 0quadtextandquad (A-lambda I)^j+1v_j=0,$$
      otherwise it is not true. For example
      $$
      lambda=0, quad
      A=left(beginarraycc 0 & 1\ 0 & 0endarrayright), quad v_j=binom01, quad jinmathbb N.
      $$

      In order to prove that $v_1,ldots,v_n$ are linearly independent, it suffices to show that, for all $k$, the vector $v_k$ can not be expressed as a linear combination of $v_1,ldots,v_k-1$.



      Clearly, for $k=1$, this holds, since $(A-lambda)v_1ne 0$, and hence $v_1ne 0$.



      Assume that
      $v_k=c_1v_1+cdots+c_k-1v_k-1$. Then
      $$
      0ne (A-lambda I)^kv_k
      =(A-lambda I)^kbig(c_1v_1+cdots+c_k-1v_k-1big)=0
      $$






      share|cite|improve this answer









      $endgroup$















        0












        0








        0





        $begingroup$

        I use the assumption that
        $$ (A-lambda I)^jv_jne 0quadtextandquad (A-lambda I)^j+1v_j=0,$$
        otherwise it is not true. For example
        $$
        lambda=0, quad
        A=left(beginarraycc 0 & 1\ 0 & 0endarrayright), quad v_j=binom01, quad jinmathbb N.
        $$

        In order to prove that $v_1,ldots,v_n$ are linearly independent, it suffices to show that, for all $k$, the vector $v_k$ can not be expressed as a linear combination of $v_1,ldots,v_k-1$.



        Clearly, for $k=1$, this holds, since $(A-lambda)v_1ne 0$, and hence $v_1ne 0$.



        Assume that
        $v_k=c_1v_1+cdots+c_k-1v_k-1$. Then
        $$
        0ne (A-lambda I)^kv_k
        =(A-lambda I)^kbig(c_1v_1+cdots+c_k-1v_k-1big)=0
        $$






        share|cite|improve this answer









        $endgroup$



        I use the assumption that
        $$ (A-lambda I)^jv_jne 0quadtextandquad (A-lambda I)^j+1v_j=0,$$
        otherwise it is not true. For example
        $$
        lambda=0, quad
        A=left(beginarraycc 0 & 1\ 0 & 0endarrayright), quad v_j=binom01, quad jinmathbb N.
        $$

        In order to prove that $v_1,ldots,v_n$ are linearly independent, it suffices to show that, for all $k$, the vector $v_k$ can not be expressed as a linear combination of $v_1,ldots,v_k-1$.



        Clearly, for $k=1$, this holds, since $(A-lambda)v_1ne 0$, and hence $v_1ne 0$.



        Assume that
        $v_k=c_1v_1+cdots+c_k-1v_k-1$. Then
        $$
        0ne (A-lambda I)^kv_k
        =(A-lambda I)^kbig(c_1v_1+cdots+c_k-1v_k-1big)=0
        $$







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered yesterday









        Yiorgos S. SmyrlisYiorgos S. Smyrlis

        63.4k1385164




        63.4k1385164




















            Yejus is a new contributor. Be nice, and check out our Code of Conduct.









            draft saved

            draft discarded


















            Yejus is a new contributor. Be nice, and check out our Code of Conduct.












            Yejus is a new contributor. Be nice, and check out our Code of Conduct.











            Yejus is a new contributor. Be nice, and check out our Code of Conduct.














            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.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3140767%2fshow-the-non-zero-vectors-v-1-v-2-%25e2%258b%25af-v-n-are-linearly-independent-if-a%25e2%2588%2592%25ce%25bbij%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

            Lowndes Grove History Architecture References Navigation menu32°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661132°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661178002500"National Register Information System"Historic houses of South Carolina"Lowndes Grove""+32° 48' 6.00", −79° 57' 58.00""Lowndes Grove, Charleston County (260 St. Margaret St., Charleston)""Lowndes Grove"The Charleston ExpositionIt Happened in South Carolina"Lowndes Grove (House), Saint Margaret Street & Sixth Avenue, Charleston, Charleston County, SC(Photographs)"Plantations of the Carolina Low Countrye

            random experiment with two different functions on unit interval Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Random variable and probability space notionsRandom Walk with EdgesFinding functions where the increase over a random interval is Poisson distributedNumber of days until dayCan an observed event in fact be of zero probability?Unit random processmodels of coins and uniform distributionHow to get the number of successes given $n$ trials , probability $P$ and a random variable $X$Absorbing Markov chain in a computer. Is “almost every” turned into always convergence in computer executions?Stopped random walk is not uniformly integrable

            How should I support this large drywall patch? Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How do I cover large gaps in drywall?How do I keep drywall around a patch from crumbling?Can I glue a second layer of drywall?How to patch long strip on drywall?Large drywall patch: how to avoid bulging seams?Drywall Mesh Patch vs. Bulge? To remove or not to remove?How to fix this drywall job?Prep drywall before backsplashWhat's the best way to fix this horrible drywall patch job?Drywall patching using 3M Patch Plus Primer