Show that the distance between vectors is evenHow to find number of different elements?Good set with $n$ elements must have element $ge 2over nbinomnnover2$?Equality of sums of sequencesCombining sets with a ruleIntersection of $left(A_icup B_iright)$ for two disjoint sets of eventsProve that the value of the expression $|a_1-b_1|+|a_2-b_2|+…+|a_n-b_n|$ does not depend on the coloring.Pigeonhole principle in finite sequenceProof there's a partition of set where for each $i$, $A_i cap B_i neq emptyset$Tuples with all coordinates summing to $3$find all the vectors such that the pairwise differences of whose entries are all different.

Valid Badminton Score?

Are there any comparative studies done between Ashtavakra Gita and Buddhim?

Trouble understanding overseas colleagues

when is out of tune ok?

How can I get through very long and very dry, but also very useful technical documents when learning a new tool?

Understanding "audieritis" in Psalm 94

Applicability of Single Responsibility Principle

Hide Select Output from T-SQL

Why are on-board computers allowed to change controls without notifying the pilots?

Can I use my Chinese passport to enter China after I acquired another citizenship?

Is there any easy technique written in Bhagavad GITA to control lust?

Curses work by shouting - How to avoid collateral damage?

Where in the Bible does the greeting ("Dominus Vobiscum") used at Mass come from?

What is the opposite of 'gravitas'?

Short story about space worker geeks who zone out by 'listening' to radiation from stars

Why "be dealt cards" rather than "be dealing cards"?

Implement the Thanos sorting algorithm

What is the oldest known work of fiction?

Personal Teleportation as a Weapon

What defines a dissertation?

Everything Bob says is false. How does he get people to trust him?

How could Frankenstein get the parts for his _second_ creature?

How do I rename a LINUX host without needing to reboot for the rename to take effect?

Why did Kant, Hegel, and Adorno leave some words and phrases in the Greek alphabet?



Show that the distance between vectors is even


How to find number of different elements?Good set with $n$ elements must have element $ge 2over nbinomnnover2$?Equality of sums of sequencesCombining sets with a ruleIntersection of $left(A_icup B_iright)$ for two disjoint sets of eventsProve that the value of the expression $|a_1-b_1|+|a_2-b_2|+…+|a_n-b_n|$ does not depend on the coloring.Pigeonhole principle in finite sequenceProof there's a partition of set where for each $i$, $A_i cap B_i neq emptyset$Tuples with all coordinates summing to $3$find all the vectors such that the pairwise differences of whose entries are all different.













0












$begingroup$


Consider two vectors $(a_1, dots, a_n), (b_1, dots, b_n) in 0,1^n$ such that they both contain an even amount of ones. Is there an easy way to see that the set
$i: a_i neq b_i$ has even order? I.e., the two vectors are different in an even amount of positions.



I proved it by induction, but I'm looking for something simpler and more intuitive. Thanks.










share|cite|improve this question









$endgroup$
















    0












    $begingroup$


    Consider two vectors $(a_1, dots, a_n), (b_1, dots, b_n) in 0,1^n$ such that they both contain an even amount of ones. Is there an easy way to see that the set
    $i: a_i neq b_i$ has even order? I.e., the two vectors are different in an even amount of positions.



    I proved it by induction, but I'm looking for something simpler and more intuitive. Thanks.










    share|cite|improve this question









    $endgroup$














      0












      0








      0





      $begingroup$


      Consider two vectors $(a_1, dots, a_n), (b_1, dots, b_n) in 0,1^n$ such that they both contain an even amount of ones. Is there an easy way to see that the set
      $i: a_i neq b_i$ has even order? I.e., the two vectors are different in an even amount of positions.



      I proved it by induction, but I'm looking for something simpler and more intuitive. Thanks.










      share|cite|improve this question









      $endgroup$




      Consider two vectors $(a_1, dots, a_n), (b_1, dots, b_n) in 0,1^n$ such that they both contain an even amount of ones. Is there an easy way to see that the set
      $i: a_i neq b_i$ has even order? I.e., the two vectors are different in an even amount of positions.



      I proved it by induction, but I'm looking for something simpler and more intuitive. Thanks.







      combinatorics coding-theory






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Mar 17 at 13:19









      Math_QEDMath_QED

      7,71131454




      7,71131454




















          3 Answers
          3






          active

          oldest

          votes


















          3












          $begingroup$

          $newcommand1mathbf1$One possibility: let $1$ denote the vector where each component is $1$. Note that a binary vector has an even number of $1$'s iff the sum of its elements is even (congruent to $0$ mod $2$). Thus $$1^T mathbfa equiv 0pmod2quadtextandquad 1^Tmathbfb equiv 0pmod2.$$ Hence $$1^T(mathbfa - mathbfb) equiv 0pmod2,$$ so the vector $mathbfa - mathbfbin0,1^n$ (using mod $2$ arithmetic) has an even number of $1$'s. This means that $mathbfa$ and $mathbfb$ differ in an even number of places. (You can show that $a_i - b_i equiv 1 pmod2$ iff $a_ine b_i$, for $a_i,b_iin0,1$.)






          share|cite|improve this answer











          $endgroup$












          • $begingroup$
            Thanks. This answer was very clear!
            $endgroup$
            – Math_QED
            Mar 17 at 13:52


















          2












          $begingroup$

          Let $A$ be the total number of $1$s between the two vectors, (i.e., $wt(veca) + wt(vecb)$), which is even since both vectors have an even number of ones. The positions where $veca$ and $vecb$ both have a $1$ consume an even number $B$ of $1$s (one in each vector). So the total number of $1$s in one vector where the other vector has a zero in the corresponding position is $A-B$, which is even. This is exactly the number of positions where the two vectors differ.






          share|cite|improve this answer









          $endgroup$




















            1












            $begingroup$

            Let $w(bf a)$ be the weight (number of ones) of the binary vector $bf a$



            Then, operating in modulo 2, $bf c=bf a+bf b$ has ones in the positions where $bf a$,$bf b$ differ, zero otherwise. We are interested in the parity of $w(bf c)$.



            But $w(bf a+bf b)=w(bf a)+w(bf b) -2 k$ where $k$ is the number of indexes where $a_i=b_i=1$.



            Hence, if both $w(bf a)$,$w(bf b)$ are even, so is $w(bf c)$.






            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%2f3151536%2fshow-that-the-distance-between-vectors-is-even%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown

























              3 Answers
              3






              active

              oldest

              votes








              3 Answers
              3






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              3












              $begingroup$

              $newcommand1mathbf1$One possibility: let $1$ denote the vector where each component is $1$. Note that a binary vector has an even number of $1$'s iff the sum of its elements is even (congruent to $0$ mod $2$). Thus $$1^T mathbfa equiv 0pmod2quadtextandquad 1^Tmathbfb equiv 0pmod2.$$ Hence $$1^T(mathbfa - mathbfb) equiv 0pmod2,$$ so the vector $mathbfa - mathbfbin0,1^n$ (using mod $2$ arithmetic) has an even number of $1$'s. This means that $mathbfa$ and $mathbfb$ differ in an even number of places. (You can show that $a_i - b_i equiv 1 pmod2$ iff $a_ine b_i$, for $a_i,b_iin0,1$.)






              share|cite|improve this answer











              $endgroup$












              • $begingroup$
                Thanks. This answer was very clear!
                $endgroup$
                – Math_QED
                Mar 17 at 13:52















              3












              $begingroup$

              $newcommand1mathbf1$One possibility: let $1$ denote the vector where each component is $1$. Note that a binary vector has an even number of $1$'s iff the sum of its elements is even (congruent to $0$ mod $2$). Thus $$1^T mathbfa equiv 0pmod2quadtextandquad 1^Tmathbfb equiv 0pmod2.$$ Hence $$1^T(mathbfa - mathbfb) equiv 0pmod2,$$ so the vector $mathbfa - mathbfbin0,1^n$ (using mod $2$ arithmetic) has an even number of $1$'s. This means that $mathbfa$ and $mathbfb$ differ in an even number of places. (You can show that $a_i - b_i equiv 1 pmod2$ iff $a_ine b_i$, for $a_i,b_iin0,1$.)






              share|cite|improve this answer











              $endgroup$












              • $begingroup$
                Thanks. This answer was very clear!
                $endgroup$
                – Math_QED
                Mar 17 at 13:52













              3












              3








              3





              $begingroup$

              $newcommand1mathbf1$One possibility: let $1$ denote the vector where each component is $1$. Note that a binary vector has an even number of $1$'s iff the sum of its elements is even (congruent to $0$ mod $2$). Thus $$1^T mathbfa equiv 0pmod2quadtextandquad 1^Tmathbfb equiv 0pmod2.$$ Hence $$1^T(mathbfa - mathbfb) equiv 0pmod2,$$ so the vector $mathbfa - mathbfbin0,1^n$ (using mod $2$ arithmetic) has an even number of $1$'s. This means that $mathbfa$ and $mathbfb$ differ in an even number of places. (You can show that $a_i - b_i equiv 1 pmod2$ iff $a_ine b_i$, for $a_i,b_iin0,1$.)






              share|cite|improve this answer











              $endgroup$



              $newcommand1mathbf1$One possibility: let $1$ denote the vector where each component is $1$. Note that a binary vector has an even number of $1$'s iff the sum of its elements is even (congruent to $0$ mod $2$). Thus $$1^T mathbfa equiv 0pmod2quadtextandquad 1^Tmathbfb equiv 0pmod2.$$ Hence $$1^T(mathbfa - mathbfb) equiv 0pmod2,$$ so the vector $mathbfa - mathbfbin0,1^n$ (using mod $2$ arithmetic) has an even number of $1$'s. This means that $mathbfa$ and $mathbfb$ differ in an even number of places. (You can show that $a_i - b_i equiv 1 pmod2$ iff $a_ine b_i$, for $a_i,b_iin0,1$.)







              share|cite|improve this answer














              share|cite|improve this answer



              share|cite|improve this answer








              edited Mar 17 at 13:38

























              answered Mar 17 at 13:33









              Minus One-TwelfthMinus One-Twelfth

              2,823413




              2,823413











              • $begingroup$
                Thanks. This answer was very clear!
                $endgroup$
                – Math_QED
                Mar 17 at 13:52
















              • $begingroup$
                Thanks. This answer was very clear!
                $endgroup$
                – Math_QED
                Mar 17 at 13:52















              $begingroup$
              Thanks. This answer was very clear!
              $endgroup$
              – Math_QED
              Mar 17 at 13:52




              $begingroup$
              Thanks. This answer was very clear!
              $endgroup$
              – Math_QED
              Mar 17 at 13:52











              2












              $begingroup$

              Let $A$ be the total number of $1$s between the two vectors, (i.e., $wt(veca) + wt(vecb)$), which is even since both vectors have an even number of ones. The positions where $veca$ and $vecb$ both have a $1$ consume an even number $B$ of $1$s (one in each vector). So the total number of $1$s in one vector where the other vector has a zero in the corresponding position is $A-B$, which is even. This is exactly the number of positions where the two vectors differ.






              share|cite|improve this answer









              $endgroup$

















                2












                $begingroup$

                Let $A$ be the total number of $1$s between the two vectors, (i.e., $wt(veca) + wt(vecb)$), which is even since both vectors have an even number of ones. The positions where $veca$ and $vecb$ both have a $1$ consume an even number $B$ of $1$s (one in each vector). So the total number of $1$s in one vector where the other vector has a zero in the corresponding position is $A-B$, which is even. This is exactly the number of positions where the two vectors differ.






                share|cite|improve this answer









                $endgroup$















                  2












                  2








                  2





                  $begingroup$

                  Let $A$ be the total number of $1$s between the two vectors, (i.e., $wt(veca) + wt(vecb)$), which is even since both vectors have an even number of ones. The positions where $veca$ and $vecb$ both have a $1$ consume an even number $B$ of $1$s (one in each vector). So the total number of $1$s in one vector where the other vector has a zero in the corresponding position is $A-B$, which is even. This is exactly the number of positions where the two vectors differ.






                  share|cite|improve this answer









                  $endgroup$



                  Let $A$ be the total number of $1$s between the two vectors, (i.e., $wt(veca) + wt(vecb)$), which is even since both vectors have an even number of ones. The positions where $veca$ and $vecb$ both have a $1$ consume an even number $B$ of $1$s (one in each vector). So the total number of $1$s in one vector where the other vector has a zero in the corresponding position is $A-B$, which is even. This is exactly the number of positions where the two vectors differ.







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered Mar 17 at 13:38









                  Jeremy DoverJeremy Dover

                  1,259411




                  1,259411





















                      1












                      $begingroup$

                      Let $w(bf a)$ be the weight (number of ones) of the binary vector $bf a$



                      Then, operating in modulo 2, $bf c=bf a+bf b$ has ones in the positions where $bf a$,$bf b$ differ, zero otherwise. We are interested in the parity of $w(bf c)$.



                      But $w(bf a+bf b)=w(bf a)+w(bf b) -2 k$ where $k$ is the number of indexes where $a_i=b_i=1$.



                      Hence, if both $w(bf a)$,$w(bf b)$ are even, so is $w(bf c)$.






                      share|cite|improve this answer









                      $endgroup$

















                        1












                        $begingroup$

                        Let $w(bf a)$ be the weight (number of ones) of the binary vector $bf a$



                        Then, operating in modulo 2, $bf c=bf a+bf b$ has ones in the positions where $bf a$,$bf b$ differ, zero otherwise. We are interested in the parity of $w(bf c)$.



                        But $w(bf a+bf b)=w(bf a)+w(bf b) -2 k$ where $k$ is the number of indexes where $a_i=b_i=1$.



                        Hence, if both $w(bf a)$,$w(bf b)$ are even, so is $w(bf c)$.






                        share|cite|improve this answer









                        $endgroup$















                          1












                          1








                          1





                          $begingroup$

                          Let $w(bf a)$ be the weight (number of ones) of the binary vector $bf a$



                          Then, operating in modulo 2, $bf c=bf a+bf b$ has ones in the positions where $bf a$,$bf b$ differ, zero otherwise. We are interested in the parity of $w(bf c)$.



                          But $w(bf a+bf b)=w(bf a)+w(bf b) -2 k$ where $k$ is the number of indexes where $a_i=b_i=1$.



                          Hence, if both $w(bf a)$,$w(bf b)$ are even, so is $w(bf c)$.






                          share|cite|improve this answer









                          $endgroup$



                          Let $w(bf a)$ be the weight (number of ones) of the binary vector $bf a$



                          Then, operating in modulo 2, $bf c=bf a+bf b$ has ones in the positions where $bf a$,$bf b$ differ, zero otherwise. We are interested in the parity of $w(bf c)$.



                          But $w(bf a+bf b)=w(bf a)+w(bf b) -2 k$ where $k$ is the number of indexes where $a_i=b_i=1$.



                          Hence, if both $w(bf a)$,$w(bf b)$ are even, so is $w(bf c)$.







                          share|cite|improve this answer












                          share|cite|improve this answer



                          share|cite|improve this answer










                          answered Mar 21 at 19:47









                          leonbloyleonbloy

                          41.9k647108




                          41.9k647108



























                              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%2f3151536%2fshow-that-the-distance-between-vectors-is-even%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