Prove through induction that $a in A_1 triangle A_2 triangle ldots triangle A_n $ $iff$ $|{{i|a in A_i}}| $...












3












$begingroup$


I am trying to prove the following claim through induction:



Assume $A_1,ldots,A_n$ series of Sets.



Prove that $a in A_1 triangle A_2 triangle ldots triangle A_n $ $iff$ $|{{i|a in A_i}}| $ is odd



My questions:




  1. The base case starts here from one or from zero?

  2. Should I prove this claim in two ways? right to left and left to right? i.e do two inductions?










share|cite|improve this question









$endgroup$

















    3












    $begingroup$


    I am trying to prove the following claim through induction:



    Assume $A_1,ldots,A_n$ series of Sets.



    Prove that $a in A_1 triangle A_2 triangle ldots triangle A_n $ $iff$ $|{{i|a in A_i}}| $ is odd



    My questions:




    1. The base case starts here from one or from zero?

    2. Should I prove this claim in two ways? right to left and left to right? i.e do two inductions?










    share|cite|improve this question









    $endgroup$















      3












      3








      3





      $begingroup$


      I am trying to prove the following claim through induction:



      Assume $A_1,ldots,A_n$ series of Sets.



      Prove that $a in A_1 triangle A_2 triangle ldots triangle A_n $ $iff$ $|{{i|a in A_i}}| $ is odd



      My questions:




      1. The base case starts here from one or from zero?

      2. Should I prove this claim in two ways? right to left and left to right? i.e do two inductions?










      share|cite|improve this question









      $endgroup$




      I am trying to prove the following claim through induction:



      Assume $A_1,ldots,A_n$ series of Sets.



      Prove that $a in A_1 triangle A_2 triangle ldots triangle A_n $ $iff$ $|{{i|a in A_i}}| $ is odd



      My questions:




      1. The base case starts here from one or from zero?

      2. Should I prove this claim in two ways? right to left and left to right? i.e do two inductions?







      elementary-set-theory induction






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Dec 29 '18 at 17:01









      John DJohn D

      977




      977






















          2 Answers
          2






          active

          oldest

          votes


















          1












          $begingroup$

          You can start from $0$, because one can define the multiple symmetric difference by
          $$
          mathop{largetriangle}_{i=0}^0 A_i=emptyset, qquad
          mathop{largetriangle}_{i=0}^{n+1} A_i=
          biggl(mathop{largetriangle}_{i=0}^{n} A_ibiggr)mathbin{triangle}A_{n+1}
          $$

          Here, associativity of symmetric difference is important.



          Now the base step of the induction is clear: for $n=0$, we have $|{imid ain A_i}|=0$ and $anotinemptyset$.



          Now suppose that the statement holds for $n$ sets and set, for simplicity,
          $$
          B=mathop{largetriangle}_{i=0}^{n} A_i
          $$

          We have that $ain Bmathbin{triangle}A$ if and only if $ain B$ or $ain A_{n+1}$, but $anotin Bcap A_{n+1}$. This is equivalent, by the induction hypothesis, to




          $|{imid ain A_i}|$ is odd or $ain A_{n+1}$, but $anotin Bcap A_{n+1}$.




          Check the cases and you're done.






          share|cite|improve this answer









          $endgroup$





















            0












            $begingroup$

            Base case is for $n=1$:



            $$a in A_1 iff |{i in {1} : a in A_i}| = 1 iff |{iin {1} : a in A_i}| text{ is odd}$$



            since $|{i in {1} : a in A_i}| in {0,1}$.



            Assume that $a in A_1 Delta, cdots Delta,A_n iff |{i in {1, ldots, n}: a in A_i}|$ is odd.



            For $n+1$ we have
            begin{align}
            a in A_1 Delta, cdots Delta,A_n Delta,A_{n+1} &iff veebegin{cases} big(a in A_1 Delta, cdots Delta,A_nbig) wedge (a notin A_{n+1}), \
            big(a notin A_1 Delta, cdots Delta,A_nbig) wedge (a in A_{n+1})end{cases}\
            &iff veebegin{cases} big(|{i in {1, ldots, n}: a in A_i}| text{ is odd}big) wedge (a notin A_{n+1}), \
            big(|{i in {1, ldots, n}: a in A_i}| text{ is even}big) wedge (a in A_{n+1})end{cases}\
            &iff veebegin{cases} |{i in {1, ldots, n,n+1}: a in A_i}| text{ is odd}, \
            |{i in {1, ldots, n,n+1}: a in A_i}| text{ is odd}end{cases}\
            &iff |{i in {1, ldots, n,n+1}: a in A_i}|text{ is odd}
            end{align}






            share|cite|improve this answer









            $endgroup$














              Your Answer








              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%2f3056042%2fprove-through-induction-that-a-in-a-1-triangle-a-2-triangle-ldots-triangle%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              1












              $begingroup$

              You can start from $0$, because one can define the multiple symmetric difference by
              $$
              mathop{largetriangle}_{i=0}^0 A_i=emptyset, qquad
              mathop{largetriangle}_{i=0}^{n+1} A_i=
              biggl(mathop{largetriangle}_{i=0}^{n} A_ibiggr)mathbin{triangle}A_{n+1}
              $$

              Here, associativity of symmetric difference is important.



              Now the base step of the induction is clear: for $n=0$, we have $|{imid ain A_i}|=0$ and $anotinemptyset$.



              Now suppose that the statement holds for $n$ sets and set, for simplicity,
              $$
              B=mathop{largetriangle}_{i=0}^{n} A_i
              $$

              We have that $ain Bmathbin{triangle}A$ if and only if $ain B$ or $ain A_{n+1}$, but $anotin Bcap A_{n+1}$. This is equivalent, by the induction hypothesis, to




              $|{imid ain A_i}|$ is odd or $ain A_{n+1}$, but $anotin Bcap A_{n+1}$.




              Check the cases and you're done.






              share|cite|improve this answer









              $endgroup$


















                1












                $begingroup$

                You can start from $0$, because one can define the multiple symmetric difference by
                $$
                mathop{largetriangle}_{i=0}^0 A_i=emptyset, qquad
                mathop{largetriangle}_{i=0}^{n+1} A_i=
                biggl(mathop{largetriangle}_{i=0}^{n} A_ibiggr)mathbin{triangle}A_{n+1}
                $$

                Here, associativity of symmetric difference is important.



                Now the base step of the induction is clear: for $n=0$, we have $|{imid ain A_i}|=0$ and $anotinemptyset$.



                Now suppose that the statement holds for $n$ sets and set, for simplicity,
                $$
                B=mathop{largetriangle}_{i=0}^{n} A_i
                $$

                We have that $ain Bmathbin{triangle}A$ if and only if $ain B$ or $ain A_{n+1}$, but $anotin Bcap A_{n+1}$. This is equivalent, by the induction hypothesis, to




                $|{imid ain A_i}|$ is odd or $ain A_{n+1}$, but $anotin Bcap A_{n+1}$.




                Check the cases and you're done.






                share|cite|improve this answer









                $endgroup$
















                  1












                  1








                  1





                  $begingroup$

                  You can start from $0$, because one can define the multiple symmetric difference by
                  $$
                  mathop{largetriangle}_{i=0}^0 A_i=emptyset, qquad
                  mathop{largetriangle}_{i=0}^{n+1} A_i=
                  biggl(mathop{largetriangle}_{i=0}^{n} A_ibiggr)mathbin{triangle}A_{n+1}
                  $$

                  Here, associativity of symmetric difference is important.



                  Now the base step of the induction is clear: for $n=0$, we have $|{imid ain A_i}|=0$ and $anotinemptyset$.



                  Now suppose that the statement holds for $n$ sets and set, for simplicity,
                  $$
                  B=mathop{largetriangle}_{i=0}^{n} A_i
                  $$

                  We have that $ain Bmathbin{triangle}A$ if and only if $ain B$ or $ain A_{n+1}$, but $anotin Bcap A_{n+1}$. This is equivalent, by the induction hypothesis, to




                  $|{imid ain A_i}|$ is odd or $ain A_{n+1}$, but $anotin Bcap A_{n+1}$.




                  Check the cases and you're done.






                  share|cite|improve this answer









                  $endgroup$



                  You can start from $0$, because one can define the multiple symmetric difference by
                  $$
                  mathop{largetriangle}_{i=0}^0 A_i=emptyset, qquad
                  mathop{largetriangle}_{i=0}^{n+1} A_i=
                  biggl(mathop{largetriangle}_{i=0}^{n} A_ibiggr)mathbin{triangle}A_{n+1}
                  $$

                  Here, associativity of symmetric difference is important.



                  Now the base step of the induction is clear: for $n=0$, we have $|{imid ain A_i}|=0$ and $anotinemptyset$.



                  Now suppose that the statement holds for $n$ sets and set, for simplicity,
                  $$
                  B=mathop{largetriangle}_{i=0}^{n} A_i
                  $$

                  We have that $ain Bmathbin{triangle}A$ if and only if $ain B$ or $ain A_{n+1}$, but $anotin Bcap A_{n+1}$. This is equivalent, by the induction hypothesis, to




                  $|{imid ain A_i}|$ is odd or $ain A_{n+1}$, but $anotin Bcap A_{n+1}$.




                  Check the cases and you're done.







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered Dec 29 '18 at 17:21









                  egregegreg

                  186k1486209




                  186k1486209























                      0












                      $begingroup$

                      Base case is for $n=1$:



                      $$a in A_1 iff |{i in {1} : a in A_i}| = 1 iff |{iin {1} : a in A_i}| text{ is odd}$$



                      since $|{i in {1} : a in A_i}| in {0,1}$.



                      Assume that $a in A_1 Delta, cdots Delta,A_n iff |{i in {1, ldots, n}: a in A_i}|$ is odd.



                      For $n+1$ we have
                      begin{align}
                      a in A_1 Delta, cdots Delta,A_n Delta,A_{n+1} &iff veebegin{cases} big(a in A_1 Delta, cdots Delta,A_nbig) wedge (a notin A_{n+1}), \
                      big(a notin A_1 Delta, cdots Delta,A_nbig) wedge (a in A_{n+1})end{cases}\
                      &iff veebegin{cases} big(|{i in {1, ldots, n}: a in A_i}| text{ is odd}big) wedge (a notin A_{n+1}), \
                      big(|{i in {1, ldots, n}: a in A_i}| text{ is even}big) wedge (a in A_{n+1})end{cases}\
                      &iff veebegin{cases} |{i in {1, ldots, n,n+1}: a in A_i}| text{ is odd}, \
                      |{i in {1, ldots, n,n+1}: a in A_i}| text{ is odd}end{cases}\
                      &iff |{i in {1, ldots, n,n+1}: a in A_i}|text{ is odd}
                      end{align}






                      share|cite|improve this answer









                      $endgroup$


















                        0












                        $begingroup$

                        Base case is for $n=1$:



                        $$a in A_1 iff |{i in {1} : a in A_i}| = 1 iff |{iin {1} : a in A_i}| text{ is odd}$$



                        since $|{i in {1} : a in A_i}| in {0,1}$.



                        Assume that $a in A_1 Delta, cdots Delta,A_n iff |{i in {1, ldots, n}: a in A_i}|$ is odd.



                        For $n+1$ we have
                        begin{align}
                        a in A_1 Delta, cdots Delta,A_n Delta,A_{n+1} &iff veebegin{cases} big(a in A_1 Delta, cdots Delta,A_nbig) wedge (a notin A_{n+1}), \
                        big(a notin A_1 Delta, cdots Delta,A_nbig) wedge (a in A_{n+1})end{cases}\
                        &iff veebegin{cases} big(|{i in {1, ldots, n}: a in A_i}| text{ is odd}big) wedge (a notin A_{n+1}), \
                        big(|{i in {1, ldots, n}: a in A_i}| text{ is even}big) wedge (a in A_{n+1})end{cases}\
                        &iff veebegin{cases} |{i in {1, ldots, n,n+1}: a in A_i}| text{ is odd}, \
                        |{i in {1, ldots, n,n+1}: a in A_i}| text{ is odd}end{cases}\
                        &iff |{i in {1, ldots, n,n+1}: a in A_i}|text{ is odd}
                        end{align}






                        share|cite|improve this answer









                        $endgroup$
















                          0












                          0








                          0





                          $begingroup$

                          Base case is for $n=1$:



                          $$a in A_1 iff |{i in {1} : a in A_i}| = 1 iff |{iin {1} : a in A_i}| text{ is odd}$$



                          since $|{i in {1} : a in A_i}| in {0,1}$.



                          Assume that $a in A_1 Delta, cdots Delta,A_n iff |{i in {1, ldots, n}: a in A_i}|$ is odd.



                          For $n+1$ we have
                          begin{align}
                          a in A_1 Delta, cdots Delta,A_n Delta,A_{n+1} &iff veebegin{cases} big(a in A_1 Delta, cdots Delta,A_nbig) wedge (a notin A_{n+1}), \
                          big(a notin A_1 Delta, cdots Delta,A_nbig) wedge (a in A_{n+1})end{cases}\
                          &iff veebegin{cases} big(|{i in {1, ldots, n}: a in A_i}| text{ is odd}big) wedge (a notin A_{n+1}), \
                          big(|{i in {1, ldots, n}: a in A_i}| text{ is even}big) wedge (a in A_{n+1})end{cases}\
                          &iff veebegin{cases} |{i in {1, ldots, n,n+1}: a in A_i}| text{ is odd}, \
                          |{i in {1, ldots, n,n+1}: a in A_i}| text{ is odd}end{cases}\
                          &iff |{i in {1, ldots, n,n+1}: a in A_i}|text{ is odd}
                          end{align}






                          share|cite|improve this answer









                          $endgroup$



                          Base case is for $n=1$:



                          $$a in A_1 iff |{i in {1} : a in A_i}| = 1 iff |{iin {1} : a in A_i}| text{ is odd}$$



                          since $|{i in {1} : a in A_i}| in {0,1}$.



                          Assume that $a in A_1 Delta, cdots Delta,A_n iff |{i in {1, ldots, n}: a in A_i}|$ is odd.



                          For $n+1$ we have
                          begin{align}
                          a in A_1 Delta, cdots Delta,A_n Delta,A_{n+1} &iff veebegin{cases} big(a in A_1 Delta, cdots Delta,A_nbig) wedge (a notin A_{n+1}), \
                          big(a notin A_1 Delta, cdots Delta,A_nbig) wedge (a in A_{n+1})end{cases}\
                          &iff veebegin{cases} big(|{i in {1, ldots, n}: a in A_i}| text{ is odd}big) wedge (a notin A_{n+1}), \
                          big(|{i in {1, ldots, n}: a in A_i}| text{ is even}big) wedge (a in A_{n+1})end{cases}\
                          &iff veebegin{cases} |{i in {1, ldots, n,n+1}: a in A_i}| text{ is odd}, \
                          |{i in {1, ldots, n,n+1}: a in A_i}| text{ is odd}end{cases}\
                          &iff |{i in {1, ldots, n,n+1}: a in A_i}|text{ is odd}
                          end{align}







                          share|cite|improve this answer












                          share|cite|improve this answer



                          share|cite|improve this answer










                          answered Dec 29 '18 at 17:19









                          mechanodroidmechanodroid

                          28.9k62648




                          28.9k62648






























                              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%2f3056042%2fprove-through-induction-that-a-in-a-1-triangle-a-2-triangle-ldots-triangle%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

                              Le Mesnil-Réaume

                              Ida-Boy-Ed-Garten

                              web3.py web3.isConnected() returns false always