The sign function is a homomorphism












4












$begingroup$


We define an inversion of a permutation $sigmain S_k$ to be a pair $(sigma(i), sigma(j))$ such that $i<j$ but $sigma(i)> sigma(j)$. The sign of $sigma$, written $text{sgn}(sigma)$, is defined by



begin{align*}
text{sgn}(sigma) = (-1)^{# text{ of inversions in }sigma} =
begin{cases}
+1 &text{ if the number of inversions in $sigma$ is even}\
-1 &text{ if the number of inversions in $sigma$ is odd}
end{cases}.
end{align*}



I want to prove that: $text{sgn}(sigma tau)= (text{sgn }sigma)(text{sgn }tau)$ for any two permutations $sigma$ and $tau$, using the above definition.
I tired many times but i failed. If I got some equation relating the number of inversions of $sigma$, $tau$ and the composite $sigmatau$, I had done. I need your help please.










share|cite|improve this question









$endgroup$








  • 3




    $begingroup$
    See this Wikipedia section.
    $endgroup$
    – Brian M. Scott
    Dec 25 '16 at 21:11
















4












$begingroup$


We define an inversion of a permutation $sigmain S_k$ to be a pair $(sigma(i), sigma(j))$ such that $i<j$ but $sigma(i)> sigma(j)$. The sign of $sigma$, written $text{sgn}(sigma)$, is defined by



begin{align*}
text{sgn}(sigma) = (-1)^{# text{ of inversions in }sigma} =
begin{cases}
+1 &text{ if the number of inversions in $sigma$ is even}\
-1 &text{ if the number of inversions in $sigma$ is odd}
end{cases}.
end{align*}



I want to prove that: $text{sgn}(sigma tau)= (text{sgn }sigma)(text{sgn }tau)$ for any two permutations $sigma$ and $tau$, using the above definition.
I tired many times but i failed. If I got some equation relating the number of inversions of $sigma$, $tau$ and the composite $sigmatau$, I had done. I need your help please.










share|cite|improve this question









$endgroup$








  • 3




    $begingroup$
    See this Wikipedia section.
    $endgroup$
    – Brian M. Scott
    Dec 25 '16 at 21:11














4












4








4





$begingroup$


We define an inversion of a permutation $sigmain S_k$ to be a pair $(sigma(i), sigma(j))$ such that $i<j$ but $sigma(i)> sigma(j)$. The sign of $sigma$, written $text{sgn}(sigma)$, is defined by



begin{align*}
text{sgn}(sigma) = (-1)^{# text{ of inversions in }sigma} =
begin{cases}
+1 &text{ if the number of inversions in $sigma$ is even}\
-1 &text{ if the number of inversions in $sigma$ is odd}
end{cases}.
end{align*}



I want to prove that: $text{sgn}(sigma tau)= (text{sgn }sigma)(text{sgn }tau)$ for any two permutations $sigma$ and $tau$, using the above definition.
I tired many times but i failed. If I got some equation relating the number of inversions of $sigma$, $tau$ and the composite $sigmatau$, I had done. I need your help please.










share|cite|improve this question









$endgroup$




We define an inversion of a permutation $sigmain S_k$ to be a pair $(sigma(i), sigma(j))$ such that $i<j$ but $sigma(i)> sigma(j)$. The sign of $sigma$, written $text{sgn}(sigma)$, is defined by



begin{align*}
text{sgn}(sigma) = (-1)^{# text{ of inversions in }sigma} =
begin{cases}
+1 &text{ if the number of inversions in $sigma$ is even}\
-1 &text{ if the number of inversions in $sigma$ is odd}
end{cases}.
end{align*}



I want to prove that: $text{sgn}(sigma tau)= (text{sgn }sigma)(text{sgn }tau)$ for any two permutations $sigma$ and $tau$, using the above definition.
I tired many times but i failed. If I got some equation relating the number of inversions of $sigma$, $tau$ and the composite $sigmatau$, I had done. I need your help please.







abstract-algebra permutations






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Dec 25 '16 at 20:44









Hussein EidHussein Eid

25217




25217








  • 3




    $begingroup$
    See this Wikipedia section.
    $endgroup$
    – Brian M. Scott
    Dec 25 '16 at 21:11














  • 3




    $begingroup$
    See this Wikipedia section.
    $endgroup$
    – Brian M. Scott
    Dec 25 '16 at 21:11








3




3




$begingroup$
See this Wikipedia section.
$endgroup$
– Brian M. Scott
Dec 25 '16 at 21:11




$begingroup$
See this Wikipedia section.
$endgroup$
– Brian M. Scott
Dec 25 '16 at 21:11










5 Answers
5






active

oldest

votes


















1












$begingroup$

Yes, one can prove it directly by counting inversions. Starting with $i<j$, apply $tau$ and get the pair $(i_1,j_1)$ defined by $$i_1=tau(i)qquad j_1=tau(j).$$ Then apply $sigma$ and get the pair $(i_2,j_2)$ defined by
$$i_2=sigma(i_1)=sigmatau(i)qquad j_2=sigma(j_1)=sigmatau(j).$$
In summary
$$(i,j)to^{tau}(i_1,j_1)to^sigma(i_2,j_2) $$
After applying each permutation, an inversion either occurs or not.
Let $x$ count the number of pairs $i<j$ such that $i_1>j_1$ and $i_2<j_2$.
Let $y$ count the number of pairs $i<j$ such that $i_1>j_1$ and $i_2>j_2$.
Let $z$ count the number of pairs $i<j$ such that $i_1<j_1$ and $i_2>j_2$.



The permutations of interest then have the following numbers of inversions:
$$N(tau)=x+y$$
$$N(sigma)=x+z$$
$$N(sigmatau)=y+z$$
It follows that
$$sgn(sigma)sgn(tau)=(-1)^{N(sigma)}(-1)^{N(tau)}=(-1)^{x+z}(-1)^{x+y}$$



$$=(-1)^{2x+y+z}=(-1)^{y+z}=(-1)^{N(sigmatau)}=sgn(sigmatau)$$






share|cite|improve this answer









$endgroup$





















    0












    $begingroup$

    Another way to do this is to use the following argument, which I believe is the one Foote uses in his abstract algebra book:



    define $Delta = prod_{1le i<jle n} (x_i-x_j)$, and put $sigma(Delta) = prod_{1le i<jle n} (x_{sigma(i)}-x_{sigma(j)})$. Then, it's not too hard to show, that $text{sgn}(sigma)=frac{Delta}{sigma(Delta)}$ and that $text{sgn}:S_nto left { -1,1 right }$ is a homomorphism of groups. (One starts by noting the effect of a given transposition on $Delta$).






    share|cite|improve this answer











    $endgroup$





















      0












      $begingroup$

      Let $N(rho)$ be the number of inversions in $rho$ for any permutation $rho$. First, note that any permutation $rho$ can be written as $N(rho)$ transpositions.



      This means $sigma$ can be written with $N(sigma)$ transpositions and $tau$ can be written with $N(tau)$ transpositions. Then, when we put the two together to get $sigmatau$, we are writing it by putting all of the transpositions together, meaning we just wrote $sigmatau$ with $N(sigma)+N(tau)$ transpositions. However, we can also write $sigmatau$ with $N(sigmatau)$ transpositions as according to our note at the beginning.



      Now, there is a theorem that tells us that the numbers of inversions a certain permutation can be written as is either all even or all odd, and thus they are all $equiv pmod 2$. Since $sigmatau$ can be written both as $N(sigma)+N(tau)$ and $N(sigmatau)$ transpositions, we have:
      $$N(sigmatau) equiv N(sigma)+N(tau) pmod 2$$



      Thus, we have the following:
      $$text{sgn}(sigmatau)=(-1)^{N(sigmatau)}$$
      Because of $N(sigmatau) equiv N(sigma)+N(tau) pmod 2$ and the fact that $a equiv b pmod 2$ implies $(-1)^a=(-1)^b$:
      $$=(-1)^{N(sigma)+N(tau)} \=(-1)^{N(sigma)}(-1)^{N(tau)} \=text{sgn}(sigma)text{sgn}(tau)$$






      share|cite|improve this answer











      $endgroup$













      • $begingroup$
        How ??? This pretty equation does not hold for these two permutations begin{align*} sigma = begin{pmatrix} 1 & 2 & 3 & 4 \ 3 & 4 & 1 & 2 end{pmatrix} end{align*} and begin{align*} tau = begin{pmatrix} 1 & 2 & 3 & 4 \ 1 & 3 & 2 & 4 end{pmatrix} end{align*}
        $endgroup$
        – Hussein Eid
        Dec 25 '16 at 20:52












      • $begingroup$
        @HusseinEid Sorry; I was not clear enough. Please see my above edited answer.
        $endgroup$
        – Noble Mushtak
        Dec 25 '16 at 21:04








      • 1




        $begingroup$
        I think you have a different definition of inversion than @HusseinEid does
        $endgroup$
        – Akiva Weinberger
        Dec 25 '16 at 23:47












      • $begingroup$
        I think you are writing about transpositions rather than inversions.
        $endgroup$
        – André 3000
        Dec 26 '16 at 1:30










      • $begingroup$
        @HusseinEid I have once again edited my answer because it was not clear enough even in my second revision.
        $endgroup$
        – Noble Mushtak
        Dec 26 '16 at 2:19



















      0












      $begingroup$

      Let $S_n$ act on the set $X = {1, dots , n}.$ For $gin S_n$, define $operatorname{sgn}(g) = (-1)^{n+r(g)}$, where $r(g) = #X/langle{grangle}$ denotes the number of distinct orbits of $X$ under the action of $g$. Now check that for any transposition $sigma = (ab)in S_n$, we have
      begin{align*}
      r(gsigma) = begin{cases}
      r(g) + 1 & text{$a, b$ belong to the same orbit of $S_n$ under $langle{grangle}$}; \
      r(g) - 1 & text{$a, b$ belong to distinct orbits of $S_n$ under $langle{grangle}$}.\
      end{cases}
      end{align*}






      share|cite|improve this answer









      $endgroup$





















        0












        $begingroup$

        One can define $epsilon_n: S_n rightarrow {1,-1}$ inductively by letting $varepsilon_1$ be the trivial homomorphism and for $n geq 1$
        $$varepsilon_{n+1}(sigma)= begin{cases} varepsilon_n(sigma) text{ if } sigma in S_n \
        -varepsilon_n((n+1 text{ } sigma(n+1)) sigma) text{ if } sigma notin S_n end{cases}.$$

        One now proves, with some case distinction and induction, that we have, for all $1 leq i < j leq n$,
        $$varepsilon_n((i text{ } j) sigma)=-varepsilon_n(sigma)$$
        and
        $$varepsilon_n(text{id})=1$$
        from which it will follow that $varepsilon_n$ is indeed the sign function from your question, which now is automatically well-defined since $varepsilon_n$ is well-defined.






        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
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2071920%2fthe-sign-function-is-a-homomorphism%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          5 Answers
          5






          active

          oldest

          votes








          5 Answers
          5






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          1












          $begingroup$

          Yes, one can prove it directly by counting inversions. Starting with $i<j$, apply $tau$ and get the pair $(i_1,j_1)$ defined by $$i_1=tau(i)qquad j_1=tau(j).$$ Then apply $sigma$ and get the pair $(i_2,j_2)$ defined by
          $$i_2=sigma(i_1)=sigmatau(i)qquad j_2=sigma(j_1)=sigmatau(j).$$
          In summary
          $$(i,j)to^{tau}(i_1,j_1)to^sigma(i_2,j_2) $$
          After applying each permutation, an inversion either occurs or not.
          Let $x$ count the number of pairs $i<j$ such that $i_1>j_1$ and $i_2<j_2$.
          Let $y$ count the number of pairs $i<j$ such that $i_1>j_1$ and $i_2>j_2$.
          Let $z$ count the number of pairs $i<j$ such that $i_1<j_1$ and $i_2>j_2$.



          The permutations of interest then have the following numbers of inversions:
          $$N(tau)=x+y$$
          $$N(sigma)=x+z$$
          $$N(sigmatau)=y+z$$
          It follows that
          $$sgn(sigma)sgn(tau)=(-1)^{N(sigma)}(-1)^{N(tau)}=(-1)^{x+z}(-1)^{x+y}$$



          $$=(-1)^{2x+y+z}=(-1)^{y+z}=(-1)^{N(sigmatau)}=sgn(sigmatau)$$






          share|cite|improve this answer









          $endgroup$


















            1












            $begingroup$

            Yes, one can prove it directly by counting inversions. Starting with $i<j$, apply $tau$ and get the pair $(i_1,j_1)$ defined by $$i_1=tau(i)qquad j_1=tau(j).$$ Then apply $sigma$ and get the pair $(i_2,j_2)$ defined by
            $$i_2=sigma(i_1)=sigmatau(i)qquad j_2=sigma(j_1)=sigmatau(j).$$
            In summary
            $$(i,j)to^{tau}(i_1,j_1)to^sigma(i_2,j_2) $$
            After applying each permutation, an inversion either occurs or not.
            Let $x$ count the number of pairs $i<j$ such that $i_1>j_1$ and $i_2<j_2$.
            Let $y$ count the number of pairs $i<j$ such that $i_1>j_1$ and $i_2>j_2$.
            Let $z$ count the number of pairs $i<j$ such that $i_1<j_1$ and $i_2>j_2$.



            The permutations of interest then have the following numbers of inversions:
            $$N(tau)=x+y$$
            $$N(sigma)=x+z$$
            $$N(sigmatau)=y+z$$
            It follows that
            $$sgn(sigma)sgn(tau)=(-1)^{N(sigma)}(-1)^{N(tau)}=(-1)^{x+z}(-1)^{x+y}$$



            $$=(-1)^{2x+y+z}=(-1)^{y+z}=(-1)^{N(sigmatau)}=sgn(sigmatau)$$






            share|cite|improve this answer









            $endgroup$
















              1












              1








              1





              $begingroup$

              Yes, one can prove it directly by counting inversions. Starting with $i<j$, apply $tau$ and get the pair $(i_1,j_1)$ defined by $$i_1=tau(i)qquad j_1=tau(j).$$ Then apply $sigma$ and get the pair $(i_2,j_2)$ defined by
              $$i_2=sigma(i_1)=sigmatau(i)qquad j_2=sigma(j_1)=sigmatau(j).$$
              In summary
              $$(i,j)to^{tau}(i_1,j_1)to^sigma(i_2,j_2) $$
              After applying each permutation, an inversion either occurs or not.
              Let $x$ count the number of pairs $i<j$ such that $i_1>j_1$ and $i_2<j_2$.
              Let $y$ count the number of pairs $i<j$ such that $i_1>j_1$ and $i_2>j_2$.
              Let $z$ count the number of pairs $i<j$ such that $i_1<j_1$ and $i_2>j_2$.



              The permutations of interest then have the following numbers of inversions:
              $$N(tau)=x+y$$
              $$N(sigma)=x+z$$
              $$N(sigmatau)=y+z$$
              It follows that
              $$sgn(sigma)sgn(tau)=(-1)^{N(sigma)}(-1)^{N(tau)}=(-1)^{x+z}(-1)^{x+y}$$



              $$=(-1)^{2x+y+z}=(-1)^{y+z}=(-1)^{N(sigmatau)}=sgn(sigmatau)$$






              share|cite|improve this answer









              $endgroup$



              Yes, one can prove it directly by counting inversions. Starting with $i<j$, apply $tau$ and get the pair $(i_1,j_1)$ defined by $$i_1=tau(i)qquad j_1=tau(j).$$ Then apply $sigma$ and get the pair $(i_2,j_2)$ defined by
              $$i_2=sigma(i_1)=sigmatau(i)qquad j_2=sigma(j_1)=sigmatau(j).$$
              In summary
              $$(i,j)to^{tau}(i_1,j_1)to^sigma(i_2,j_2) $$
              After applying each permutation, an inversion either occurs or not.
              Let $x$ count the number of pairs $i<j$ such that $i_1>j_1$ and $i_2<j_2$.
              Let $y$ count the number of pairs $i<j$ such that $i_1>j_1$ and $i_2>j_2$.
              Let $z$ count the number of pairs $i<j$ such that $i_1<j_1$ and $i_2>j_2$.



              The permutations of interest then have the following numbers of inversions:
              $$N(tau)=x+y$$
              $$N(sigma)=x+z$$
              $$N(sigmatau)=y+z$$
              It follows that
              $$sgn(sigma)sgn(tau)=(-1)^{N(sigma)}(-1)^{N(tau)}=(-1)^{x+z}(-1)^{x+y}$$



              $$=(-1)^{2x+y+z}=(-1)^{y+z}=(-1)^{N(sigmatau)}=sgn(sigmatau)$$







              share|cite|improve this answer












              share|cite|improve this answer



              share|cite|improve this answer










              answered Jan 12 '17 at 5:16









              Eugene KritchevskiEugene Kritchevski

              111




              111























                  0












                  $begingroup$

                  Another way to do this is to use the following argument, which I believe is the one Foote uses in his abstract algebra book:



                  define $Delta = prod_{1le i<jle n} (x_i-x_j)$, and put $sigma(Delta) = prod_{1le i<jle n} (x_{sigma(i)}-x_{sigma(j)})$. Then, it's not too hard to show, that $text{sgn}(sigma)=frac{Delta}{sigma(Delta)}$ and that $text{sgn}:S_nto left { -1,1 right }$ is a homomorphism of groups. (One starts by noting the effect of a given transposition on $Delta$).






                  share|cite|improve this answer











                  $endgroup$


















                    0












                    $begingroup$

                    Another way to do this is to use the following argument, which I believe is the one Foote uses in his abstract algebra book:



                    define $Delta = prod_{1le i<jle n} (x_i-x_j)$, and put $sigma(Delta) = prod_{1le i<jle n} (x_{sigma(i)}-x_{sigma(j)})$. Then, it's not too hard to show, that $text{sgn}(sigma)=frac{Delta}{sigma(Delta)}$ and that $text{sgn}:S_nto left { -1,1 right }$ is a homomorphism of groups. (One starts by noting the effect of a given transposition on $Delta$).






                    share|cite|improve this answer











                    $endgroup$
















                      0












                      0








                      0





                      $begingroup$

                      Another way to do this is to use the following argument, which I believe is the one Foote uses in his abstract algebra book:



                      define $Delta = prod_{1le i<jle n} (x_i-x_j)$, and put $sigma(Delta) = prod_{1le i<jle n} (x_{sigma(i)}-x_{sigma(j)})$. Then, it's not too hard to show, that $text{sgn}(sigma)=frac{Delta}{sigma(Delta)}$ and that $text{sgn}:S_nto left { -1,1 right }$ is a homomorphism of groups. (One starts by noting the effect of a given transposition on $Delta$).






                      share|cite|improve this answer











                      $endgroup$



                      Another way to do this is to use the following argument, which I believe is the one Foote uses in his abstract algebra book:



                      define $Delta = prod_{1le i<jle n} (x_i-x_j)$, and put $sigma(Delta) = prod_{1le i<jle n} (x_{sigma(i)}-x_{sigma(j)})$. Then, it's not too hard to show, that $text{sgn}(sigma)=frac{Delta}{sigma(Delta)}$ and that $text{sgn}:S_nto left { -1,1 right }$ is a homomorphism of groups. (One starts by noting the effect of a given transposition on $Delta$).







                      share|cite|improve this answer














                      share|cite|improve this answer



                      share|cite|improve this answer








                      edited Dec 25 '16 at 22:21

























                      answered Dec 25 '16 at 21:52









                      MatematletaMatematleta

                      11.4k2920




                      11.4k2920























                          0












                          $begingroup$

                          Let $N(rho)$ be the number of inversions in $rho$ for any permutation $rho$. First, note that any permutation $rho$ can be written as $N(rho)$ transpositions.



                          This means $sigma$ can be written with $N(sigma)$ transpositions and $tau$ can be written with $N(tau)$ transpositions. Then, when we put the two together to get $sigmatau$, we are writing it by putting all of the transpositions together, meaning we just wrote $sigmatau$ with $N(sigma)+N(tau)$ transpositions. However, we can also write $sigmatau$ with $N(sigmatau)$ transpositions as according to our note at the beginning.



                          Now, there is a theorem that tells us that the numbers of inversions a certain permutation can be written as is either all even or all odd, and thus they are all $equiv pmod 2$. Since $sigmatau$ can be written both as $N(sigma)+N(tau)$ and $N(sigmatau)$ transpositions, we have:
                          $$N(sigmatau) equiv N(sigma)+N(tau) pmod 2$$



                          Thus, we have the following:
                          $$text{sgn}(sigmatau)=(-1)^{N(sigmatau)}$$
                          Because of $N(sigmatau) equiv N(sigma)+N(tau) pmod 2$ and the fact that $a equiv b pmod 2$ implies $(-1)^a=(-1)^b$:
                          $$=(-1)^{N(sigma)+N(tau)} \=(-1)^{N(sigma)}(-1)^{N(tau)} \=text{sgn}(sigma)text{sgn}(tau)$$






                          share|cite|improve this answer











                          $endgroup$













                          • $begingroup$
                            How ??? This pretty equation does not hold for these two permutations begin{align*} sigma = begin{pmatrix} 1 & 2 & 3 & 4 \ 3 & 4 & 1 & 2 end{pmatrix} end{align*} and begin{align*} tau = begin{pmatrix} 1 & 2 & 3 & 4 \ 1 & 3 & 2 & 4 end{pmatrix} end{align*}
                            $endgroup$
                            – Hussein Eid
                            Dec 25 '16 at 20:52












                          • $begingroup$
                            @HusseinEid Sorry; I was not clear enough. Please see my above edited answer.
                            $endgroup$
                            – Noble Mushtak
                            Dec 25 '16 at 21:04








                          • 1




                            $begingroup$
                            I think you have a different definition of inversion than @HusseinEid does
                            $endgroup$
                            – Akiva Weinberger
                            Dec 25 '16 at 23:47












                          • $begingroup$
                            I think you are writing about transpositions rather than inversions.
                            $endgroup$
                            – André 3000
                            Dec 26 '16 at 1:30










                          • $begingroup$
                            @HusseinEid I have once again edited my answer because it was not clear enough even in my second revision.
                            $endgroup$
                            – Noble Mushtak
                            Dec 26 '16 at 2:19
















                          0












                          $begingroup$

                          Let $N(rho)$ be the number of inversions in $rho$ for any permutation $rho$. First, note that any permutation $rho$ can be written as $N(rho)$ transpositions.



                          This means $sigma$ can be written with $N(sigma)$ transpositions and $tau$ can be written with $N(tau)$ transpositions. Then, when we put the two together to get $sigmatau$, we are writing it by putting all of the transpositions together, meaning we just wrote $sigmatau$ with $N(sigma)+N(tau)$ transpositions. However, we can also write $sigmatau$ with $N(sigmatau)$ transpositions as according to our note at the beginning.



                          Now, there is a theorem that tells us that the numbers of inversions a certain permutation can be written as is either all even or all odd, and thus they are all $equiv pmod 2$. Since $sigmatau$ can be written both as $N(sigma)+N(tau)$ and $N(sigmatau)$ transpositions, we have:
                          $$N(sigmatau) equiv N(sigma)+N(tau) pmod 2$$



                          Thus, we have the following:
                          $$text{sgn}(sigmatau)=(-1)^{N(sigmatau)}$$
                          Because of $N(sigmatau) equiv N(sigma)+N(tau) pmod 2$ and the fact that $a equiv b pmod 2$ implies $(-1)^a=(-1)^b$:
                          $$=(-1)^{N(sigma)+N(tau)} \=(-1)^{N(sigma)}(-1)^{N(tau)} \=text{sgn}(sigma)text{sgn}(tau)$$






                          share|cite|improve this answer











                          $endgroup$













                          • $begingroup$
                            How ??? This pretty equation does not hold for these two permutations begin{align*} sigma = begin{pmatrix} 1 & 2 & 3 & 4 \ 3 & 4 & 1 & 2 end{pmatrix} end{align*} and begin{align*} tau = begin{pmatrix} 1 & 2 & 3 & 4 \ 1 & 3 & 2 & 4 end{pmatrix} end{align*}
                            $endgroup$
                            – Hussein Eid
                            Dec 25 '16 at 20:52












                          • $begingroup$
                            @HusseinEid Sorry; I was not clear enough. Please see my above edited answer.
                            $endgroup$
                            – Noble Mushtak
                            Dec 25 '16 at 21:04








                          • 1




                            $begingroup$
                            I think you have a different definition of inversion than @HusseinEid does
                            $endgroup$
                            – Akiva Weinberger
                            Dec 25 '16 at 23:47












                          • $begingroup$
                            I think you are writing about transpositions rather than inversions.
                            $endgroup$
                            – André 3000
                            Dec 26 '16 at 1:30










                          • $begingroup$
                            @HusseinEid I have once again edited my answer because it was not clear enough even in my second revision.
                            $endgroup$
                            – Noble Mushtak
                            Dec 26 '16 at 2:19














                          0












                          0








                          0





                          $begingroup$

                          Let $N(rho)$ be the number of inversions in $rho$ for any permutation $rho$. First, note that any permutation $rho$ can be written as $N(rho)$ transpositions.



                          This means $sigma$ can be written with $N(sigma)$ transpositions and $tau$ can be written with $N(tau)$ transpositions. Then, when we put the two together to get $sigmatau$, we are writing it by putting all of the transpositions together, meaning we just wrote $sigmatau$ with $N(sigma)+N(tau)$ transpositions. However, we can also write $sigmatau$ with $N(sigmatau)$ transpositions as according to our note at the beginning.



                          Now, there is a theorem that tells us that the numbers of inversions a certain permutation can be written as is either all even or all odd, and thus they are all $equiv pmod 2$. Since $sigmatau$ can be written both as $N(sigma)+N(tau)$ and $N(sigmatau)$ transpositions, we have:
                          $$N(sigmatau) equiv N(sigma)+N(tau) pmod 2$$



                          Thus, we have the following:
                          $$text{sgn}(sigmatau)=(-1)^{N(sigmatau)}$$
                          Because of $N(sigmatau) equiv N(sigma)+N(tau) pmod 2$ and the fact that $a equiv b pmod 2$ implies $(-1)^a=(-1)^b$:
                          $$=(-1)^{N(sigma)+N(tau)} \=(-1)^{N(sigma)}(-1)^{N(tau)} \=text{sgn}(sigma)text{sgn}(tau)$$






                          share|cite|improve this answer











                          $endgroup$



                          Let $N(rho)$ be the number of inversions in $rho$ for any permutation $rho$. First, note that any permutation $rho$ can be written as $N(rho)$ transpositions.



                          This means $sigma$ can be written with $N(sigma)$ transpositions and $tau$ can be written with $N(tau)$ transpositions. Then, when we put the two together to get $sigmatau$, we are writing it by putting all of the transpositions together, meaning we just wrote $sigmatau$ with $N(sigma)+N(tau)$ transpositions. However, we can also write $sigmatau$ with $N(sigmatau)$ transpositions as according to our note at the beginning.



                          Now, there is a theorem that tells us that the numbers of inversions a certain permutation can be written as is either all even or all odd, and thus they are all $equiv pmod 2$. Since $sigmatau$ can be written both as $N(sigma)+N(tau)$ and $N(sigmatau)$ transpositions, we have:
                          $$N(sigmatau) equiv N(sigma)+N(tau) pmod 2$$



                          Thus, we have the following:
                          $$text{sgn}(sigmatau)=(-1)^{N(sigmatau)}$$
                          Because of $N(sigmatau) equiv N(sigma)+N(tau) pmod 2$ and the fact that $a equiv b pmod 2$ implies $(-1)^a=(-1)^b$:
                          $$=(-1)^{N(sigma)+N(tau)} \=(-1)^{N(sigma)}(-1)^{N(tau)} \=text{sgn}(sigma)text{sgn}(tau)$$







                          share|cite|improve this answer














                          share|cite|improve this answer



                          share|cite|improve this answer








                          edited Dec 26 '16 at 2:18

























                          answered Dec 25 '16 at 20:48









                          Noble MushtakNoble Mushtak

                          15.3k1835




                          15.3k1835












                          • $begingroup$
                            How ??? This pretty equation does not hold for these two permutations begin{align*} sigma = begin{pmatrix} 1 & 2 & 3 & 4 \ 3 & 4 & 1 & 2 end{pmatrix} end{align*} and begin{align*} tau = begin{pmatrix} 1 & 2 & 3 & 4 \ 1 & 3 & 2 & 4 end{pmatrix} end{align*}
                            $endgroup$
                            – Hussein Eid
                            Dec 25 '16 at 20:52












                          • $begingroup$
                            @HusseinEid Sorry; I was not clear enough. Please see my above edited answer.
                            $endgroup$
                            – Noble Mushtak
                            Dec 25 '16 at 21:04








                          • 1




                            $begingroup$
                            I think you have a different definition of inversion than @HusseinEid does
                            $endgroup$
                            – Akiva Weinberger
                            Dec 25 '16 at 23:47












                          • $begingroup$
                            I think you are writing about transpositions rather than inversions.
                            $endgroup$
                            – André 3000
                            Dec 26 '16 at 1:30










                          • $begingroup$
                            @HusseinEid I have once again edited my answer because it was not clear enough even in my second revision.
                            $endgroup$
                            – Noble Mushtak
                            Dec 26 '16 at 2:19


















                          • $begingroup$
                            How ??? This pretty equation does not hold for these two permutations begin{align*} sigma = begin{pmatrix} 1 & 2 & 3 & 4 \ 3 & 4 & 1 & 2 end{pmatrix} end{align*} and begin{align*} tau = begin{pmatrix} 1 & 2 & 3 & 4 \ 1 & 3 & 2 & 4 end{pmatrix} end{align*}
                            $endgroup$
                            – Hussein Eid
                            Dec 25 '16 at 20:52












                          • $begingroup$
                            @HusseinEid Sorry; I was not clear enough. Please see my above edited answer.
                            $endgroup$
                            – Noble Mushtak
                            Dec 25 '16 at 21:04








                          • 1




                            $begingroup$
                            I think you have a different definition of inversion than @HusseinEid does
                            $endgroup$
                            – Akiva Weinberger
                            Dec 25 '16 at 23:47












                          • $begingroup$
                            I think you are writing about transpositions rather than inversions.
                            $endgroup$
                            – André 3000
                            Dec 26 '16 at 1:30










                          • $begingroup$
                            @HusseinEid I have once again edited my answer because it was not clear enough even in my second revision.
                            $endgroup$
                            – Noble Mushtak
                            Dec 26 '16 at 2:19
















                          $begingroup$
                          How ??? This pretty equation does not hold for these two permutations begin{align*} sigma = begin{pmatrix} 1 & 2 & 3 & 4 \ 3 & 4 & 1 & 2 end{pmatrix} end{align*} and begin{align*} tau = begin{pmatrix} 1 & 2 & 3 & 4 \ 1 & 3 & 2 & 4 end{pmatrix} end{align*}
                          $endgroup$
                          – Hussein Eid
                          Dec 25 '16 at 20:52






                          $begingroup$
                          How ??? This pretty equation does not hold for these two permutations begin{align*} sigma = begin{pmatrix} 1 & 2 & 3 & 4 \ 3 & 4 & 1 & 2 end{pmatrix} end{align*} and begin{align*} tau = begin{pmatrix} 1 & 2 & 3 & 4 \ 1 & 3 & 2 & 4 end{pmatrix} end{align*}
                          $endgroup$
                          – Hussein Eid
                          Dec 25 '16 at 20:52














                          $begingroup$
                          @HusseinEid Sorry; I was not clear enough. Please see my above edited answer.
                          $endgroup$
                          – Noble Mushtak
                          Dec 25 '16 at 21:04






                          $begingroup$
                          @HusseinEid Sorry; I was not clear enough. Please see my above edited answer.
                          $endgroup$
                          – Noble Mushtak
                          Dec 25 '16 at 21:04






                          1




                          1




                          $begingroup$
                          I think you have a different definition of inversion than @HusseinEid does
                          $endgroup$
                          – Akiva Weinberger
                          Dec 25 '16 at 23:47






                          $begingroup$
                          I think you have a different definition of inversion than @HusseinEid does
                          $endgroup$
                          – Akiva Weinberger
                          Dec 25 '16 at 23:47














                          $begingroup$
                          I think you are writing about transpositions rather than inversions.
                          $endgroup$
                          – André 3000
                          Dec 26 '16 at 1:30




                          $begingroup$
                          I think you are writing about transpositions rather than inversions.
                          $endgroup$
                          – André 3000
                          Dec 26 '16 at 1:30












                          $begingroup$
                          @HusseinEid I have once again edited my answer because it was not clear enough even in my second revision.
                          $endgroup$
                          – Noble Mushtak
                          Dec 26 '16 at 2:19




                          $begingroup$
                          @HusseinEid I have once again edited my answer because it was not clear enough even in my second revision.
                          $endgroup$
                          – Noble Mushtak
                          Dec 26 '16 at 2:19











                          0












                          $begingroup$

                          Let $S_n$ act on the set $X = {1, dots , n}.$ For $gin S_n$, define $operatorname{sgn}(g) = (-1)^{n+r(g)}$, where $r(g) = #X/langle{grangle}$ denotes the number of distinct orbits of $X$ under the action of $g$. Now check that for any transposition $sigma = (ab)in S_n$, we have
                          begin{align*}
                          r(gsigma) = begin{cases}
                          r(g) + 1 & text{$a, b$ belong to the same orbit of $S_n$ under $langle{grangle}$}; \
                          r(g) - 1 & text{$a, b$ belong to distinct orbits of $S_n$ under $langle{grangle}$}.\
                          end{cases}
                          end{align*}






                          share|cite|improve this answer









                          $endgroup$


















                            0












                            $begingroup$

                            Let $S_n$ act on the set $X = {1, dots , n}.$ For $gin S_n$, define $operatorname{sgn}(g) = (-1)^{n+r(g)}$, where $r(g) = #X/langle{grangle}$ denotes the number of distinct orbits of $X$ under the action of $g$. Now check that for any transposition $sigma = (ab)in S_n$, we have
                            begin{align*}
                            r(gsigma) = begin{cases}
                            r(g) + 1 & text{$a, b$ belong to the same orbit of $S_n$ under $langle{grangle}$}; \
                            r(g) - 1 & text{$a, b$ belong to distinct orbits of $S_n$ under $langle{grangle}$}.\
                            end{cases}
                            end{align*}






                            share|cite|improve this answer









                            $endgroup$
















                              0












                              0








                              0





                              $begingroup$

                              Let $S_n$ act on the set $X = {1, dots , n}.$ For $gin S_n$, define $operatorname{sgn}(g) = (-1)^{n+r(g)}$, where $r(g) = #X/langle{grangle}$ denotes the number of distinct orbits of $X$ under the action of $g$. Now check that for any transposition $sigma = (ab)in S_n$, we have
                              begin{align*}
                              r(gsigma) = begin{cases}
                              r(g) + 1 & text{$a, b$ belong to the same orbit of $S_n$ under $langle{grangle}$}; \
                              r(g) - 1 & text{$a, b$ belong to distinct orbits of $S_n$ under $langle{grangle}$}.\
                              end{cases}
                              end{align*}






                              share|cite|improve this answer









                              $endgroup$



                              Let $S_n$ act on the set $X = {1, dots , n}.$ For $gin S_n$, define $operatorname{sgn}(g) = (-1)^{n+r(g)}$, where $r(g) = #X/langle{grangle}$ denotes the number of distinct orbits of $X$ under the action of $g$. Now check that for any transposition $sigma = (ab)in S_n$, we have
                              begin{align*}
                              r(gsigma) = begin{cases}
                              r(g) + 1 & text{$a, b$ belong to the same orbit of $S_n$ under $langle{grangle}$}; \
                              r(g) - 1 & text{$a, b$ belong to distinct orbits of $S_n$ under $langle{grangle}$}.\
                              end{cases}
                              end{align*}







                              share|cite|improve this answer












                              share|cite|improve this answer



                              share|cite|improve this answer










                              answered Jan 8 at 23:16









                              anomalyanomaly

                              17.6k42666




                              17.6k42666























                                  0












                                  $begingroup$

                                  One can define $epsilon_n: S_n rightarrow {1,-1}$ inductively by letting $varepsilon_1$ be the trivial homomorphism and for $n geq 1$
                                  $$varepsilon_{n+1}(sigma)= begin{cases} varepsilon_n(sigma) text{ if } sigma in S_n \
                                  -varepsilon_n((n+1 text{ } sigma(n+1)) sigma) text{ if } sigma notin S_n end{cases}.$$

                                  One now proves, with some case distinction and induction, that we have, for all $1 leq i < j leq n$,
                                  $$varepsilon_n((i text{ } j) sigma)=-varepsilon_n(sigma)$$
                                  and
                                  $$varepsilon_n(text{id})=1$$
                                  from which it will follow that $varepsilon_n$ is indeed the sign function from your question, which now is automatically well-defined since $varepsilon_n$ is well-defined.






                                  share|cite|improve this answer









                                  $endgroup$


















                                    0












                                    $begingroup$

                                    One can define $epsilon_n: S_n rightarrow {1,-1}$ inductively by letting $varepsilon_1$ be the trivial homomorphism and for $n geq 1$
                                    $$varepsilon_{n+1}(sigma)= begin{cases} varepsilon_n(sigma) text{ if } sigma in S_n \
                                    -varepsilon_n((n+1 text{ } sigma(n+1)) sigma) text{ if } sigma notin S_n end{cases}.$$

                                    One now proves, with some case distinction and induction, that we have, for all $1 leq i < j leq n$,
                                    $$varepsilon_n((i text{ } j) sigma)=-varepsilon_n(sigma)$$
                                    and
                                    $$varepsilon_n(text{id})=1$$
                                    from which it will follow that $varepsilon_n$ is indeed the sign function from your question, which now is automatically well-defined since $varepsilon_n$ is well-defined.






                                    share|cite|improve this answer









                                    $endgroup$
















                                      0












                                      0








                                      0





                                      $begingroup$

                                      One can define $epsilon_n: S_n rightarrow {1,-1}$ inductively by letting $varepsilon_1$ be the trivial homomorphism and for $n geq 1$
                                      $$varepsilon_{n+1}(sigma)= begin{cases} varepsilon_n(sigma) text{ if } sigma in S_n \
                                      -varepsilon_n((n+1 text{ } sigma(n+1)) sigma) text{ if } sigma notin S_n end{cases}.$$

                                      One now proves, with some case distinction and induction, that we have, for all $1 leq i < j leq n$,
                                      $$varepsilon_n((i text{ } j) sigma)=-varepsilon_n(sigma)$$
                                      and
                                      $$varepsilon_n(text{id})=1$$
                                      from which it will follow that $varepsilon_n$ is indeed the sign function from your question, which now is automatically well-defined since $varepsilon_n$ is well-defined.






                                      share|cite|improve this answer









                                      $endgroup$



                                      One can define $epsilon_n: S_n rightarrow {1,-1}$ inductively by letting $varepsilon_1$ be the trivial homomorphism and for $n geq 1$
                                      $$varepsilon_{n+1}(sigma)= begin{cases} varepsilon_n(sigma) text{ if } sigma in S_n \
                                      -varepsilon_n((n+1 text{ } sigma(n+1)) sigma) text{ if } sigma notin S_n end{cases}.$$

                                      One now proves, with some case distinction and induction, that we have, for all $1 leq i < j leq n$,
                                      $$varepsilon_n((i text{ } j) sigma)=-varepsilon_n(sigma)$$
                                      and
                                      $$varepsilon_n(text{id})=1$$
                                      from which it will follow that $varepsilon_n$ is indeed the sign function from your question, which now is automatically well-defined since $varepsilon_n$ is well-defined.







                                      share|cite|improve this answer












                                      share|cite|improve this answer



                                      share|cite|improve this answer










                                      answered Jan 9 at 17:11









                                      M. VanM. Van

                                      2,670311




                                      2,670311






























                                          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.




                                          draft saved


                                          draft discarded














                                          StackExchange.ready(
                                          function () {
                                          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2071920%2fthe-sign-function-is-a-homomorphism%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

                                          Human spaceflight

                                          Can not write log (Is /dev/pts mounted?) - openpty in Ubuntu-on-Windows?

                                          File:DeusFollowingSea.jpg