How can I prove that two null spaces are equal by using the existence of an invertible operator?











up vote
0
down vote

favorite












Suppose $W$ is finite dimensional and $T_1, T_2 in L(V,W).$ Prove that null($T_1$) $=$ null($T_2$) if and only if there exists and invertable operator $Sin L(W)$ such that $T_1 = Scirc T_2$.





I'm quite sure I have to make use of the rank-nullity theorem here. I started with:



$ dim(v) = dim(null(Scirc T_2)) + dim(Range(Scirc T_2)) $



$=dim(null(T_1)) + dim(Range(S circ T_2)) $



$=dim(null(S circ T_2) = dim(Range(nullT_1))$



$=dim(nullT_1) + dim(Range(T_1)) $



$= dim(nullT_1), + dim(Range(S circ T_2))$



$=dim(Range(T_1)) = dim(Range(S circ T_2))$



...I'm not sure how to take this further and put everything together.










share|cite|improve this question
























  • What have you tried so far?
    – jgon
    Nov 13 at 17:06










  • Any time you're stuck on a proof, one place to start is to circle all the key terms and write down the definitions for them. PS it's "Invertible", not "invertable".
    – Acccumulation
    Nov 13 at 17:13















up vote
0
down vote

favorite












Suppose $W$ is finite dimensional and $T_1, T_2 in L(V,W).$ Prove that null($T_1$) $=$ null($T_2$) if and only if there exists and invertable operator $Sin L(W)$ such that $T_1 = Scirc T_2$.





I'm quite sure I have to make use of the rank-nullity theorem here. I started with:



$ dim(v) = dim(null(Scirc T_2)) + dim(Range(Scirc T_2)) $



$=dim(null(T_1)) + dim(Range(S circ T_2)) $



$=dim(null(S circ T_2) = dim(Range(nullT_1))$



$=dim(nullT_1) + dim(Range(T_1)) $



$= dim(nullT_1), + dim(Range(S circ T_2))$



$=dim(Range(T_1)) = dim(Range(S circ T_2))$



...I'm not sure how to take this further and put everything together.










share|cite|improve this question
























  • What have you tried so far?
    – jgon
    Nov 13 at 17:06










  • Any time you're stuck on a proof, one place to start is to circle all the key terms and write down the definitions for them. PS it's "Invertible", not "invertable".
    – Acccumulation
    Nov 13 at 17:13













up vote
0
down vote

favorite









up vote
0
down vote

favorite











Suppose $W$ is finite dimensional and $T_1, T_2 in L(V,W).$ Prove that null($T_1$) $=$ null($T_2$) if and only if there exists and invertable operator $Sin L(W)$ such that $T_1 = Scirc T_2$.





I'm quite sure I have to make use of the rank-nullity theorem here. I started with:



$ dim(v) = dim(null(Scirc T_2)) + dim(Range(Scirc T_2)) $



$=dim(null(T_1)) + dim(Range(S circ T_2)) $



$=dim(null(S circ T_2) = dim(Range(nullT_1))$



$=dim(nullT_1) + dim(Range(T_1)) $



$= dim(nullT_1), + dim(Range(S circ T_2))$



$=dim(Range(T_1)) = dim(Range(S circ T_2))$



...I'm not sure how to take this further and put everything together.










share|cite|improve this question















Suppose $W$ is finite dimensional and $T_1, T_2 in L(V,W).$ Prove that null($T_1$) $=$ null($T_2$) if and only if there exists and invertable operator $Sin L(W)$ such that $T_1 = Scirc T_2$.





I'm quite sure I have to make use of the rank-nullity theorem here. I started with:



$ dim(v) = dim(null(Scirc T_2)) + dim(Range(Scirc T_2)) $



$=dim(null(T_1)) + dim(Range(S circ T_2)) $



$=dim(null(S circ T_2) = dim(Range(nullT_1))$



$=dim(nullT_1) + dim(Range(T_1)) $



$= dim(nullT_1), + dim(Range(S circ T_2))$



$=dim(Range(T_1)) = dim(Range(S circ T_2))$



...I'm not sure how to take this further and put everything together.







linear-algebra vector-spaces linear-transformations proof-explanation






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited 2 days ago









max_zorn

3,25861228




3,25861228










asked Nov 13 at 17:03









Jaigus

1948




1948












  • What have you tried so far?
    – jgon
    Nov 13 at 17:06










  • Any time you're stuck on a proof, one place to start is to circle all the key terms and write down the definitions for them. PS it's "Invertible", not "invertable".
    – Acccumulation
    Nov 13 at 17:13


















  • What have you tried so far?
    – jgon
    Nov 13 at 17:06










  • Any time you're stuck on a proof, one place to start is to circle all the key terms and write down the definitions for them. PS it's "Invertible", not "invertable".
    – Acccumulation
    Nov 13 at 17:13
















What have you tried so far?
– jgon
Nov 13 at 17:06




What have you tried so far?
– jgon
Nov 13 at 17:06












Any time you're stuck on a proof, one place to start is to circle all the key terms and write down the definitions for them. PS it's "Invertible", not "invertable".
– Acccumulation
Nov 13 at 17:13




Any time you're stuck on a proof, one place to start is to circle all the key terms and write down the definitions for them. PS it's "Invertible", not "invertable".
– Acccumulation
Nov 13 at 17:13










1 Answer
1






active

oldest

votes

















up vote
0
down vote













We know that multiplication by an invertible matrix don't change the rank of a matrix,



$Longrightarrow rk(T_1) = rk(SoT_2) = rk(T_2)$



$Longrightarrow null(T_1) = dim(V)-rk(T_1)$



$=dim(V) - rk(T_2)$



$=null(T_2)$



$therefore RHSLongrightarrow LHS$



Hope it helps:)






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%2f2996990%2fhow-can-i-prove-that-two-null-spaces-are-equal-by-using-the-existence-of-an-inve%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
    0
    down vote













    We know that multiplication by an invertible matrix don't change the rank of a matrix,



    $Longrightarrow rk(T_1) = rk(SoT_2) = rk(T_2)$



    $Longrightarrow null(T_1) = dim(V)-rk(T_1)$



    $=dim(V) - rk(T_2)$



    $=null(T_2)$



    $therefore RHSLongrightarrow LHS$



    Hope it helps:)






    share|cite|improve this answer



























      up vote
      0
      down vote













      We know that multiplication by an invertible matrix don't change the rank of a matrix,



      $Longrightarrow rk(T_1) = rk(SoT_2) = rk(T_2)$



      $Longrightarrow null(T_1) = dim(V)-rk(T_1)$



      $=dim(V) - rk(T_2)$



      $=null(T_2)$



      $therefore RHSLongrightarrow LHS$



      Hope it helps:)






      share|cite|improve this answer

























        up vote
        0
        down vote










        up vote
        0
        down vote









        We know that multiplication by an invertible matrix don't change the rank of a matrix,



        $Longrightarrow rk(T_1) = rk(SoT_2) = rk(T_2)$



        $Longrightarrow null(T_1) = dim(V)-rk(T_1)$



        $=dim(V) - rk(T_2)$



        $=null(T_2)$



        $therefore RHSLongrightarrow LHS$



        Hope it helps:)






        share|cite|improve this answer














        We know that multiplication by an invertible matrix don't change the rank of a matrix,



        $Longrightarrow rk(T_1) = rk(SoT_2) = rk(T_2)$



        $Longrightarrow null(T_1) = dim(V)-rk(T_1)$



        $=dim(V) - rk(T_2)$



        $=null(T_2)$



        $therefore RHSLongrightarrow LHS$



        Hope it helps:)







        share|cite|improve this answer














        share|cite|improve this answer



        share|cite|improve this answer








        edited Nov 13 at 17:40

























        answered Nov 13 at 17:22









        Crazy for maths

        4948




        4948






























             

            draft saved


            draft discarded



















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2996990%2fhow-can-i-prove-that-two-null-spaces-are-equal-by-using-the-existence-of-an-inve%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

            Plaza Victoria

            In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

            How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...