What is symmetric about set symmetric difference?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
9
down vote

favorite
1












Using $Delta$ for set symmetric difference,



$A Delta B$ is all the elements in exactly one of the sets but not all of them.



$A Delta B Delta C $ is all the elements in exactly one of the sets or all of them.



I appreciate there is an even number of sets in the first example and an odd number in the second (and associativity implies no order ambiguity), but what is symmetric about set symmetric difference?










share|cite|improve this question

























    up vote
    9
    down vote

    favorite
    1












    Using $Delta$ for set symmetric difference,



    $A Delta B$ is all the elements in exactly one of the sets but not all of them.



    $A Delta B Delta C $ is all the elements in exactly one of the sets or all of them.



    I appreciate there is an even number of sets in the first example and an odd number in the second (and associativity implies no order ambiguity), but what is symmetric about set symmetric difference?










    share|cite|improve this question























      up vote
      9
      down vote

      favorite
      1









      up vote
      9
      down vote

      favorite
      1






      1





      Using $Delta$ for set symmetric difference,



      $A Delta B$ is all the elements in exactly one of the sets but not all of them.



      $A Delta B Delta C $ is all the elements in exactly one of the sets or all of them.



      I appreciate there is an even number of sets in the first example and an odd number in the second (and associativity implies no order ambiguity), but what is symmetric about set symmetric difference?










      share|cite|improve this question













      Using $Delta$ for set symmetric difference,



      $A Delta B$ is all the elements in exactly one of the sets but not all of them.



      $A Delta B Delta C $ is all the elements in exactly one of the sets or all of them.



      I appreciate there is an even number of sets in the first example and an odd number in the second (and associativity implies no order ambiguity), but what is symmetric about set symmetric difference?







      elementary-set-theory






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked 13 hours ago









      PM.

      3,2432823




      3,2432823




















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          32
          down vote



          accepted










          A function in two variables $f(x,y)$ is called symmetric if $f(x,y)=f(y,x)$.



          It is easy to see that $AmathbintriangleB=BmathbintriangleA$, exactly because being in exactly in one of $A$ or $B$ is the same as being exactly in one of $B$ and $A$.



          This is in contrast to set difference, where $Asetminus B$ is generally not the same as $Bsetminus A$.






          share|cite|improve this answer
















          • 3




            I'm curious - is there a specific reason why functional parlance is used (symmetric), rather than operator parlance (commutative)?
            – Dancrumb
            8 hours ago






          • 6




            An operator would be from $X^2to X$, whereas a function can be from $X^2to Y$ for some other $Y$.
            – Asaf Karagila♦
            8 hours ago






          • 2




            @AsafKaragila That does not really support the function instead of operator view for the nomenclature, as we can best view this as $Deltacolonmathcal P(U)^2to mathcal P(U)$ for some universal $U$. I understand $Delta$ as a symmetrized difference though, as it is the union over all differences of permutations of the arguments, $Asetminus Bcup Bsetminus A$
            – Hagen von Eitzen
            3 hours ago











          • @Hagen: Yes, the symmetric difference is a symmetric operator on sets. But the general definition is a "symmetric function".
            – Asaf Karagila♦
            2 hours ago










          • @Dancrumb note that operators are also sometimes called "symmetric" (or self-adjoint).
            – user7530
            2 hours ago

















          up vote
          9
          down vote













          Here is a Venn diagram for normal set difference:



          Normal set difference



          Here is a Venn diagram for symmetric set difference:



          Symmetric set difference



          Note the symmetry of the latter, and asymmetry of the former.






          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: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            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%2f2948351%2fwhat-is-symmetric-about-set-symmetric-difference%23new-answer', 'question_page');

            );

            Post as a guest






























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            32
            down vote



            accepted










            A function in two variables $f(x,y)$ is called symmetric if $f(x,y)=f(y,x)$.



            It is easy to see that $AmathbintriangleB=BmathbintriangleA$, exactly because being in exactly in one of $A$ or $B$ is the same as being exactly in one of $B$ and $A$.



            This is in contrast to set difference, where $Asetminus B$ is generally not the same as $Bsetminus A$.






            share|cite|improve this answer
















            • 3




              I'm curious - is there a specific reason why functional parlance is used (symmetric), rather than operator parlance (commutative)?
              – Dancrumb
              8 hours ago






            • 6




              An operator would be from $X^2to X$, whereas a function can be from $X^2to Y$ for some other $Y$.
              – Asaf Karagila♦
              8 hours ago






            • 2




              @AsafKaragila That does not really support the function instead of operator view for the nomenclature, as we can best view this as $Deltacolonmathcal P(U)^2to mathcal P(U)$ for some universal $U$. I understand $Delta$ as a symmetrized difference though, as it is the union over all differences of permutations of the arguments, $Asetminus Bcup Bsetminus A$
              – Hagen von Eitzen
              3 hours ago











            • @Hagen: Yes, the symmetric difference is a symmetric operator on sets. But the general definition is a "symmetric function".
              – Asaf Karagila♦
              2 hours ago










            • @Dancrumb note that operators are also sometimes called "symmetric" (or self-adjoint).
              – user7530
              2 hours ago














            up vote
            32
            down vote



            accepted










            A function in two variables $f(x,y)$ is called symmetric if $f(x,y)=f(y,x)$.



            It is easy to see that $AmathbintriangleB=BmathbintriangleA$, exactly because being in exactly in one of $A$ or $B$ is the same as being exactly in one of $B$ and $A$.



            This is in contrast to set difference, where $Asetminus B$ is generally not the same as $Bsetminus A$.






            share|cite|improve this answer
















            • 3




              I'm curious - is there a specific reason why functional parlance is used (symmetric), rather than operator parlance (commutative)?
              – Dancrumb
              8 hours ago






            • 6




              An operator would be from $X^2to X$, whereas a function can be from $X^2to Y$ for some other $Y$.
              – Asaf Karagila♦
              8 hours ago






            • 2




              @AsafKaragila That does not really support the function instead of operator view for the nomenclature, as we can best view this as $Deltacolonmathcal P(U)^2to mathcal P(U)$ for some universal $U$. I understand $Delta$ as a symmetrized difference though, as it is the union over all differences of permutations of the arguments, $Asetminus Bcup Bsetminus A$
              – Hagen von Eitzen
              3 hours ago











            • @Hagen: Yes, the symmetric difference is a symmetric operator on sets. But the general definition is a "symmetric function".
              – Asaf Karagila♦
              2 hours ago










            • @Dancrumb note that operators are also sometimes called "symmetric" (or self-adjoint).
              – user7530
              2 hours ago












            up vote
            32
            down vote



            accepted







            up vote
            32
            down vote



            accepted






            A function in two variables $f(x,y)$ is called symmetric if $f(x,y)=f(y,x)$.



            It is easy to see that $AmathbintriangleB=BmathbintriangleA$, exactly because being in exactly in one of $A$ or $B$ is the same as being exactly in one of $B$ and $A$.



            This is in contrast to set difference, where $Asetminus B$ is generally not the same as $Bsetminus A$.






            share|cite|improve this answer












            A function in two variables $f(x,y)$ is called symmetric if $f(x,y)=f(y,x)$.



            It is easy to see that $AmathbintriangleB=BmathbintriangleA$, exactly because being in exactly in one of $A$ or $B$ is the same as being exactly in one of $B$ and $A$.



            This is in contrast to set difference, where $Asetminus B$ is generally not the same as $Bsetminus A$.







            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            answered 13 hours ago









            Asaf Karagila♦

            296k32414740




            296k32414740







            • 3




              I'm curious - is there a specific reason why functional parlance is used (symmetric), rather than operator parlance (commutative)?
              – Dancrumb
              8 hours ago






            • 6




              An operator would be from $X^2to X$, whereas a function can be from $X^2to Y$ for some other $Y$.
              – Asaf Karagila♦
              8 hours ago






            • 2




              @AsafKaragila That does not really support the function instead of operator view for the nomenclature, as we can best view this as $Deltacolonmathcal P(U)^2to mathcal P(U)$ for some universal $U$. I understand $Delta$ as a symmetrized difference though, as it is the union over all differences of permutations of the arguments, $Asetminus Bcup Bsetminus A$
              – Hagen von Eitzen
              3 hours ago











            • @Hagen: Yes, the symmetric difference is a symmetric operator on sets. But the general definition is a "symmetric function".
              – Asaf Karagila♦
              2 hours ago










            • @Dancrumb note that operators are also sometimes called "symmetric" (or self-adjoint).
              – user7530
              2 hours ago












            • 3




              I'm curious - is there a specific reason why functional parlance is used (symmetric), rather than operator parlance (commutative)?
              – Dancrumb
              8 hours ago






            • 6




              An operator would be from $X^2to X$, whereas a function can be from $X^2to Y$ for some other $Y$.
              – Asaf Karagila♦
              8 hours ago






            • 2




              @AsafKaragila That does not really support the function instead of operator view for the nomenclature, as we can best view this as $Deltacolonmathcal P(U)^2to mathcal P(U)$ for some universal $U$. I understand $Delta$ as a symmetrized difference though, as it is the union over all differences of permutations of the arguments, $Asetminus Bcup Bsetminus A$
              – Hagen von Eitzen
              3 hours ago











            • @Hagen: Yes, the symmetric difference is a symmetric operator on sets. But the general definition is a "symmetric function".
              – Asaf Karagila♦
              2 hours ago










            • @Dancrumb note that operators are also sometimes called "symmetric" (or self-adjoint).
              – user7530
              2 hours ago







            3




            3




            I'm curious - is there a specific reason why functional parlance is used (symmetric), rather than operator parlance (commutative)?
            – Dancrumb
            8 hours ago




            I'm curious - is there a specific reason why functional parlance is used (symmetric), rather than operator parlance (commutative)?
            – Dancrumb
            8 hours ago




            6




            6




            An operator would be from $X^2to X$, whereas a function can be from $X^2to Y$ for some other $Y$.
            – Asaf Karagila♦
            8 hours ago




            An operator would be from $X^2to X$, whereas a function can be from $X^2to Y$ for some other $Y$.
            – Asaf Karagila♦
            8 hours ago




            2




            2




            @AsafKaragila That does not really support the function instead of operator view for the nomenclature, as we can best view this as $Deltacolonmathcal P(U)^2to mathcal P(U)$ for some universal $U$. I understand $Delta$ as a symmetrized difference though, as it is the union over all differences of permutations of the arguments, $Asetminus Bcup Bsetminus A$
            – Hagen von Eitzen
            3 hours ago





            @AsafKaragila That does not really support the function instead of operator view for the nomenclature, as we can best view this as $Deltacolonmathcal P(U)^2to mathcal P(U)$ for some universal $U$. I understand $Delta$ as a symmetrized difference though, as it is the union over all differences of permutations of the arguments, $Asetminus Bcup Bsetminus A$
            – Hagen von Eitzen
            3 hours ago













            @Hagen: Yes, the symmetric difference is a symmetric operator on sets. But the general definition is a "symmetric function".
            – Asaf Karagila♦
            2 hours ago




            @Hagen: Yes, the symmetric difference is a symmetric operator on sets. But the general definition is a "symmetric function".
            – Asaf Karagila♦
            2 hours ago












            @Dancrumb note that operators are also sometimes called "symmetric" (or self-adjoint).
            – user7530
            2 hours ago




            @Dancrumb note that operators are also sometimes called "symmetric" (or self-adjoint).
            – user7530
            2 hours ago










            up vote
            9
            down vote













            Here is a Venn diagram for normal set difference:



            Normal set difference



            Here is a Venn diagram for symmetric set difference:



            Symmetric set difference



            Note the symmetry of the latter, and asymmetry of the former.






            share|cite|improve this answer
























              up vote
              9
              down vote













              Here is a Venn diagram for normal set difference:



              Normal set difference



              Here is a Venn diagram for symmetric set difference:



              Symmetric set difference



              Note the symmetry of the latter, and asymmetry of the former.






              share|cite|improve this answer






















                up vote
                9
                down vote










                up vote
                9
                down vote









                Here is a Venn diagram for normal set difference:



                Normal set difference



                Here is a Venn diagram for symmetric set difference:



                Symmetric set difference



                Note the symmetry of the latter, and asymmetry of the former.






                share|cite|improve this answer












                Here is a Venn diagram for normal set difference:



                Normal set difference



                Here is a Venn diagram for symmetric set difference:



                Symmetric set difference



                Note the symmetry of the latter, and asymmetry of the former.







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered 8 hours ago









                Daniel R. Collins

                5,6431533




                5,6431533



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2948351%2fwhat-is-symmetric-about-set-symmetric-difference%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    Peggy Mitchell

                    Palaiologos

                    The Forum (Inglewood, California)