Show that if $m$ in $mathbb{Z}$ has greatest common divisor $1$ with $21$, then $m^{6}-1$ is divisible by...

How do I automatically answer y in bash script?

Using "nakedly" instead of "with nothing on"

What was the last x86 CPU that did not have the x87 floating-point unit built in?

Stop battery usage [Ubuntu 18]

Statistical model of ligand substitution

Biased dice probability question

Determine whether f is a function, an injection, a surjection

Estimated State payment too big --> money back; + 2018 Tax Reform

How is simplicity better than precision and clarity in prose?

Cold is to Refrigerator as warm is to?

Active filter with series inductor and resistor - do these exist?

What items from the Roman-age tech-level could be used to deter all creatures from entering a small area?

What LEGO pieces have "real-world" functionality?

Replacing HDD with SSD; what about non-APFS/APFS?

Unable to start mainnet node docker container

Limit for e and 1/e

Writing Thesis: Copying from published papers

What can I do if my MacBook isn’t charging but already ran out?

Slither Like a Snake

I'm thinking of a number

Why does tar appear to skip file contents when output file is /dev/null?

How can I make names more distinctive without making them longer?

Unexpected result with right shift after bitwise negation

Fishing simulator



Show that if $m$ in $mathbb{Z}$ has greatest common divisor $1$ with $21$, then $m^{6}-1$ is divisible by $63$.



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Evaluate $ int_{-pi/2}^{pi/2} frac{cos(x)}{1+e^x} dx$Prove: if $c^2+8 equiv 0$ mod $p$ then $c^3-7c^2-8c$ is a quadratic residue mod $p$.Let $p$ be an odd prime s.t $gcd(a, p) = 1$. Show that $x^2 -a equiv 0 mod p$ has either $0$ or $2$ solutions modulo $p$Prove that $ax=0$ has a nonzero solution in $mathbb{Z}_n$ $Leftrightarrow$ $ax=1$ has no solution.Prove that if the equation $x^{2} equiv apmod{pq}$ has any solutions, then it has four solutions.How to find inverse of 2 modulo 7 by inspection?Show that if $a, b$ and $m$ are integers such that $m geq 2$ and $a equiv b pmod{m}$, then $gcd(a, m) = gcd(b, m)$$p_1q_1q_2$ and $p_1p_2q_1$ do not have a greatest common divisorFinding an inverse modulo $m$Finding the greatest common divisor of two polynomials in a ringCyclic subgroups and greatest common divisorHow is the process of reducing the fraction down to zero almost exactly the same as finding the greatest common divisor?












2












$begingroup$


Show that if $m$ in $mathbb{Z}$ has greatest common divisor $1$ with $21$, then $m^{6}-1$ is divisible by $63$. Also, I have to work in $mathbb{Z}/63 mathbb{Z}^{*}$, thus the group $63$ modulo $mathbb{Z}$ under multiplication.



So in other words, I have to prove $m^{6} equiv 1 (mod 63)$.



I have no idea how to tie the fact that $m$ has $1$ as gcd with $21$ together with working in the $63$ modulo $mathbb{63}$ group. I would really appreciate some hints or suggestions guide me in the right direction.










share|cite|improve this question









$endgroup$

















    2












    $begingroup$


    Show that if $m$ in $mathbb{Z}$ has greatest common divisor $1$ with $21$, then $m^{6}-1$ is divisible by $63$. Also, I have to work in $mathbb{Z}/63 mathbb{Z}^{*}$, thus the group $63$ modulo $mathbb{Z}$ under multiplication.



    So in other words, I have to prove $m^{6} equiv 1 (mod 63)$.



    I have no idea how to tie the fact that $m$ has $1$ as gcd with $21$ together with working in the $63$ modulo $mathbb{63}$ group. I would really appreciate some hints or suggestions guide me in the right direction.










    share|cite|improve this question









    $endgroup$















      2












      2








      2


      1



      $begingroup$


      Show that if $m$ in $mathbb{Z}$ has greatest common divisor $1$ with $21$, then $m^{6}-1$ is divisible by $63$. Also, I have to work in $mathbb{Z}/63 mathbb{Z}^{*}$, thus the group $63$ modulo $mathbb{Z}$ under multiplication.



      So in other words, I have to prove $m^{6} equiv 1 (mod 63)$.



      I have no idea how to tie the fact that $m$ has $1$ as gcd with $21$ together with working in the $63$ modulo $mathbb{63}$ group. I would really appreciate some hints or suggestions guide me in the right direction.










      share|cite|improve this question









      $endgroup$




      Show that if $m$ in $mathbb{Z}$ has greatest common divisor $1$ with $21$, then $m^{6}-1$ is divisible by $63$. Also, I have to work in $mathbb{Z}/63 mathbb{Z}^{*}$, thus the group $63$ modulo $mathbb{Z}$ under multiplication.



      So in other words, I have to prove $m^{6} equiv 1 (mod 63)$.



      I have no idea how to tie the fact that $m$ has $1$ as gcd with $21$ together with working in the $63$ modulo $mathbb{63}$ group. I would really appreciate some hints or suggestions guide me in the right direction.







      abstract-algebra group-theory modular-arithmetic






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Mar 23 at 12:13









      MathbeginnerMathbeginner

      33618




      33618






















          4 Answers
          4






          active

          oldest

          votes


















          1












          $begingroup$

          The key point is that $21$ and $63$ have the same prime divisors.



          Indeed, since $21 = 3 cdot 7$ and $63 = 3^2 cdot 7$, we have
          $$
          gcd(m,21)=1 iff gcd(m,3)=1=gcd(m,7) iff gcd(m,63)=1
          $$

          Then Euler's theorem gives
          $$m^6equiv 1 bmod 7, quad m^6equiv 1 bmod 9$$
          Therefore, $m^6equiv 1 bmod 63$.






          share|cite|improve this answer











          $endgroup$





















            1












            $begingroup$

            $(m,7)=1Rightarrow m^{phi(7)}=m^{6}equiv 1 pmod{7}$



            and



            $begin{cases}
            mequiv 1pmod{3}Rightarrow 9|(m-1)(m^2+m+1)(m^3+1)=m^6-1\
            mequiv 2 pmod{3} Rightarrow 9|(m^3+1)|(m^6-1)
            end{cases}Rightarrow m^6equiv1pmod{9}$






            share|cite|improve this answer









            $endgroup$





















              1












              $begingroup$

              Hint: The fact that $(m,21)=1$ implies, clearly, that $(m,63)=1$. Hence we can use Euler's Theorem, which says that $x^{phi(n)}=1$ mod $n$ for all $n$, and $x$ coprime to $n$. Here, $phi$ is Euler's totient function. Can you proceed further?






              share|cite|improve this answer









              $endgroup$













              • $begingroup$
                Using Eulers totient function, I would say $varphi(63)=varphi(3^{2} cdot 7) = varphi( ( 3^{2}-3^{1}) cdot 7) = varphi(42)$. Substracting $42$ from $63$ gives $21$, thus I could work in $m^{6} equiv 1 (mod 21)$, correct? But I don't see how this makes the problem easier.
                $endgroup$
                – Mathbeginner
                Mar 23 at 13:42












              • $begingroup$
                @Mathbeginner there's no need to work mod $21$, Euler's theorem gives you mod $63$, which is exactly what you want. (i.e. use $n=63$ and $x=m$ immediately)
                $endgroup$
                – YiFan
                Mar 23 at 15:18












              • $begingroup$
                But that would be just stating that since we know $m equiv 1 (mod 21)$, this implies $m equiv 1 (mod 63)$ and that would be the end of it. Is that what you are saying?
                $endgroup$
                – Mathbeginner
                Mar 24 at 8:31



















              0












              $begingroup$

              Carmichael Function $lambda(63)=[lambda(9),lambda(7)]=6$



              $(m,21)=1implies (m,7)=(m,3)=1$






              share|cite|improve this answer









              $endgroup$













              • $begingroup$
                Downvoting this seems a bit harsh. Though it may well be beyond the OP's knowledge level, it may help to introduce readers to this handy generalization.
                $endgroup$
                – Bill Dubuque
                Mar 23 at 15:30












              • $begingroup$
                @BillDubuque, Down-voting like up-voting is not controlled here in MSE. Just now received one: math.stackexchange.com/questions/771320/… .Sometimes I try to learn the flaw: math.stackexchange.com/questions/3157905/…
                $endgroup$
                – lab bhattacharjee
                Mar 24 at 6:10












              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%2f3159245%2fshow-that-if-m-in-mathbbz-has-greatest-common-divisor-1-with-21-then%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              4 Answers
              4






              active

              oldest

              votes








              4 Answers
              4






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              1












              $begingroup$

              The key point is that $21$ and $63$ have the same prime divisors.



              Indeed, since $21 = 3 cdot 7$ and $63 = 3^2 cdot 7$, we have
              $$
              gcd(m,21)=1 iff gcd(m,3)=1=gcd(m,7) iff gcd(m,63)=1
              $$

              Then Euler's theorem gives
              $$m^6equiv 1 bmod 7, quad m^6equiv 1 bmod 9$$
              Therefore, $m^6equiv 1 bmod 63$.






              share|cite|improve this answer











              $endgroup$


















                1












                $begingroup$

                The key point is that $21$ and $63$ have the same prime divisors.



                Indeed, since $21 = 3 cdot 7$ and $63 = 3^2 cdot 7$, we have
                $$
                gcd(m,21)=1 iff gcd(m,3)=1=gcd(m,7) iff gcd(m,63)=1
                $$

                Then Euler's theorem gives
                $$m^6equiv 1 bmod 7, quad m^6equiv 1 bmod 9$$
                Therefore, $m^6equiv 1 bmod 63$.






                share|cite|improve this answer











                $endgroup$
















                  1












                  1








                  1





                  $begingroup$

                  The key point is that $21$ and $63$ have the same prime divisors.



                  Indeed, since $21 = 3 cdot 7$ and $63 = 3^2 cdot 7$, we have
                  $$
                  gcd(m,21)=1 iff gcd(m,3)=1=gcd(m,7) iff gcd(m,63)=1
                  $$

                  Then Euler's theorem gives
                  $$m^6equiv 1 bmod 7, quad m^6equiv 1 bmod 9$$
                  Therefore, $m^6equiv 1 bmod 63$.






                  share|cite|improve this answer











                  $endgroup$



                  The key point is that $21$ and $63$ have the same prime divisors.



                  Indeed, since $21 = 3 cdot 7$ and $63 = 3^2 cdot 7$, we have
                  $$
                  gcd(m,21)=1 iff gcd(m,3)=1=gcd(m,7) iff gcd(m,63)=1
                  $$

                  Then Euler's theorem gives
                  $$m^6equiv 1 bmod 7, quad m^6equiv 1 bmod 9$$
                  Therefore, $m^6equiv 1 bmod 63$.







                  share|cite|improve this answer














                  share|cite|improve this answer



                  share|cite|improve this answer








                  edited Mar 24 at 11:42

























                  answered Mar 23 at 14:39









                  lhflhf

                  168k11172404




                  168k11172404























                      1












                      $begingroup$

                      $(m,7)=1Rightarrow m^{phi(7)}=m^{6}equiv 1 pmod{7}$



                      and



                      $begin{cases}
                      mequiv 1pmod{3}Rightarrow 9|(m-1)(m^2+m+1)(m^3+1)=m^6-1\
                      mequiv 2 pmod{3} Rightarrow 9|(m^3+1)|(m^6-1)
                      end{cases}Rightarrow m^6equiv1pmod{9}$






                      share|cite|improve this answer









                      $endgroup$


















                        1












                        $begingroup$

                        $(m,7)=1Rightarrow m^{phi(7)}=m^{6}equiv 1 pmod{7}$



                        and



                        $begin{cases}
                        mequiv 1pmod{3}Rightarrow 9|(m-1)(m^2+m+1)(m^3+1)=m^6-1\
                        mequiv 2 pmod{3} Rightarrow 9|(m^3+1)|(m^6-1)
                        end{cases}Rightarrow m^6equiv1pmod{9}$






                        share|cite|improve this answer









                        $endgroup$
















                          1












                          1








                          1





                          $begingroup$

                          $(m,7)=1Rightarrow m^{phi(7)}=m^{6}equiv 1 pmod{7}$



                          and



                          $begin{cases}
                          mequiv 1pmod{3}Rightarrow 9|(m-1)(m^2+m+1)(m^3+1)=m^6-1\
                          mequiv 2 pmod{3} Rightarrow 9|(m^3+1)|(m^6-1)
                          end{cases}Rightarrow m^6equiv1pmod{9}$






                          share|cite|improve this answer









                          $endgroup$



                          $(m,7)=1Rightarrow m^{phi(7)}=m^{6}equiv 1 pmod{7}$



                          and



                          $begin{cases}
                          mequiv 1pmod{3}Rightarrow 9|(m-1)(m^2+m+1)(m^3+1)=m^6-1\
                          mequiv 2 pmod{3} Rightarrow 9|(m^3+1)|(m^6-1)
                          end{cases}Rightarrow m^6equiv1pmod{9}$







                          share|cite|improve this answer












                          share|cite|improve this answer



                          share|cite|improve this answer










                          answered Mar 23 at 12:42









                          giannispapavgiannispapav

                          2,000325




                          2,000325























                              1












                              $begingroup$

                              Hint: The fact that $(m,21)=1$ implies, clearly, that $(m,63)=1$. Hence we can use Euler's Theorem, which says that $x^{phi(n)}=1$ mod $n$ for all $n$, and $x$ coprime to $n$. Here, $phi$ is Euler's totient function. Can you proceed further?






                              share|cite|improve this answer









                              $endgroup$













                              • $begingroup$
                                Using Eulers totient function, I would say $varphi(63)=varphi(3^{2} cdot 7) = varphi( ( 3^{2}-3^{1}) cdot 7) = varphi(42)$. Substracting $42$ from $63$ gives $21$, thus I could work in $m^{6} equiv 1 (mod 21)$, correct? But I don't see how this makes the problem easier.
                                $endgroup$
                                – Mathbeginner
                                Mar 23 at 13:42












                              • $begingroup$
                                @Mathbeginner there's no need to work mod $21$, Euler's theorem gives you mod $63$, which is exactly what you want. (i.e. use $n=63$ and $x=m$ immediately)
                                $endgroup$
                                – YiFan
                                Mar 23 at 15:18












                              • $begingroup$
                                But that would be just stating that since we know $m equiv 1 (mod 21)$, this implies $m equiv 1 (mod 63)$ and that would be the end of it. Is that what you are saying?
                                $endgroup$
                                – Mathbeginner
                                Mar 24 at 8:31
















                              1












                              $begingroup$

                              Hint: The fact that $(m,21)=1$ implies, clearly, that $(m,63)=1$. Hence we can use Euler's Theorem, which says that $x^{phi(n)}=1$ mod $n$ for all $n$, and $x$ coprime to $n$. Here, $phi$ is Euler's totient function. Can you proceed further?






                              share|cite|improve this answer









                              $endgroup$













                              • $begingroup$
                                Using Eulers totient function, I would say $varphi(63)=varphi(3^{2} cdot 7) = varphi( ( 3^{2}-3^{1}) cdot 7) = varphi(42)$. Substracting $42$ from $63$ gives $21$, thus I could work in $m^{6} equiv 1 (mod 21)$, correct? But I don't see how this makes the problem easier.
                                $endgroup$
                                – Mathbeginner
                                Mar 23 at 13:42












                              • $begingroup$
                                @Mathbeginner there's no need to work mod $21$, Euler's theorem gives you mod $63$, which is exactly what you want. (i.e. use $n=63$ and $x=m$ immediately)
                                $endgroup$
                                – YiFan
                                Mar 23 at 15:18












                              • $begingroup$
                                But that would be just stating that since we know $m equiv 1 (mod 21)$, this implies $m equiv 1 (mod 63)$ and that would be the end of it. Is that what you are saying?
                                $endgroup$
                                – Mathbeginner
                                Mar 24 at 8:31














                              1












                              1








                              1





                              $begingroup$

                              Hint: The fact that $(m,21)=1$ implies, clearly, that $(m,63)=1$. Hence we can use Euler's Theorem, which says that $x^{phi(n)}=1$ mod $n$ for all $n$, and $x$ coprime to $n$. Here, $phi$ is Euler's totient function. Can you proceed further?






                              share|cite|improve this answer









                              $endgroup$



                              Hint: The fact that $(m,21)=1$ implies, clearly, that $(m,63)=1$. Hence we can use Euler's Theorem, which says that $x^{phi(n)}=1$ mod $n$ for all $n$, and $x$ coprime to $n$. Here, $phi$ is Euler's totient function. Can you proceed further?







                              share|cite|improve this answer












                              share|cite|improve this answer



                              share|cite|improve this answer










                              answered Mar 23 at 13:09









                              YiFanYiFan

                              5,2982728




                              5,2982728












                              • $begingroup$
                                Using Eulers totient function, I would say $varphi(63)=varphi(3^{2} cdot 7) = varphi( ( 3^{2}-3^{1}) cdot 7) = varphi(42)$. Substracting $42$ from $63$ gives $21$, thus I could work in $m^{6} equiv 1 (mod 21)$, correct? But I don't see how this makes the problem easier.
                                $endgroup$
                                – Mathbeginner
                                Mar 23 at 13:42












                              • $begingroup$
                                @Mathbeginner there's no need to work mod $21$, Euler's theorem gives you mod $63$, which is exactly what you want. (i.e. use $n=63$ and $x=m$ immediately)
                                $endgroup$
                                – YiFan
                                Mar 23 at 15:18












                              • $begingroup$
                                But that would be just stating that since we know $m equiv 1 (mod 21)$, this implies $m equiv 1 (mod 63)$ and that would be the end of it. Is that what you are saying?
                                $endgroup$
                                – Mathbeginner
                                Mar 24 at 8:31


















                              • $begingroup$
                                Using Eulers totient function, I would say $varphi(63)=varphi(3^{2} cdot 7) = varphi( ( 3^{2}-3^{1}) cdot 7) = varphi(42)$. Substracting $42$ from $63$ gives $21$, thus I could work in $m^{6} equiv 1 (mod 21)$, correct? But I don't see how this makes the problem easier.
                                $endgroup$
                                – Mathbeginner
                                Mar 23 at 13:42












                              • $begingroup$
                                @Mathbeginner there's no need to work mod $21$, Euler's theorem gives you mod $63$, which is exactly what you want. (i.e. use $n=63$ and $x=m$ immediately)
                                $endgroup$
                                – YiFan
                                Mar 23 at 15:18












                              • $begingroup$
                                But that would be just stating that since we know $m equiv 1 (mod 21)$, this implies $m equiv 1 (mod 63)$ and that would be the end of it. Is that what you are saying?
                                $endgroup$
                                – Mathbeginner
                                Mar 24 at 8:31
















                              $begingroup$
                              Using Eulers totient function, I would say $varphi(63)=varphi(3^{2} cdot 7) = varphi( ( 3^{2}-3^{1}) cdot 7) = varphi(42)$. Substracting $42$ from $63$ gives $21$, thus I could work in $m^{6} equiv 1 (mod 21)$, correct? But I don't see how this makes the problem easier.
                              $endgroup$
                              – Mathbeginner
                              Mar 23 at 13:42






                              $begingroup$
                              Using Eulers totient function, I would say $varphi(63)=varphi(3^{2} cdot 7) = varphi( ( 3^{2}-3^{1}) cdot 7) = varphi(42)$. Substracting $42$ from $63$ gives $21$, thus I could work in $m^{6} equiv 1 (mod 21)$, correct? But I don't see how this makes the problem easier.
                              $endgroup$
                              – Mathbeginner
                              Mar 23 at 13:42














                              $begingroup$
                              @Mathbeginner there's no need to work mod $21$, Euler's theorem gives you mod $63$, which is exactly what you want. (i.e. use $n=63$ and $x=m$ immediately)
                              $endgroup$
                              – YiFan
                              Mar 23 at 15:18






                              $begingroup$
                              @Mathbeginner there's no need to work mod $21$, Euler's theorem gives you mod $63$, which is exactly what you want. (i.e. use $n=63$ and $x=m$ immediately)
                              $endgroup$
                              – YiFan
                              Mar 23 at 15:18














                              $begingroup$
                              But that would be just stating that since we know $m equiv 1 (mod 21)$, this implies $m equiv 1 (mod 63)$ and that would be the end of it. Is that what you are saying?
                              $endgroup$
                              – Mathbeginner
                              Mar 24 at 8:31




                              $begingroup$
                              But that would be just stating that since we know $m equiv 1 (mod 21)$, this implies $m equiv 1 (mod 63)$ and that would be the end of it. Is that what you are saying?
                              $endgroup$
                              – Mathbeginner
                              Mar 24 at 8:31











                              0












                              $begingroup$

                              Carmichael Function $lambda(63)=[lambda(9),lambda(7)]=6$



                              $(m,21)=1implies (m,7)=(m,3)=1$






                              share|cite|improve this answer









                              $endgroup$













                              • $begingroup$
                                Downvoting this seems a bit harsh. Though it may well be beyond the OP's knowledge level, it may help to introduce readers to this handy generalization.
                                $endgroup$
                                – Bill Dubuque
                                Mar 23 at 15:30












                              • $begingroup$
                                @BillDubuque, Down-voting like up-voting is not controlled here in MSE. Just now received one: math.stackexchange.com/questions/771320/… .Sometimes I try to learn the flaw: math.stackexchange.com/questions/3157905/…
                                $endgroup$
                                – lab bhattacharjee
                                Mar 24 at 6:10
















                              0












                              $begingroup$

                              Carmichael Function $lambda(63)=[lambda(9),lambda(7)]=6$



                              $(m,21)=1implies (m,7)=(m,3)=1$






                              share|cite|improve this answer









                              $endgroup$













                              • $begingroup$
                                Downvoting this seems a bit harsh. Though it may well be beyond the OP's knowledge level, it may help to introduce readers to this handy generalization.
                                $endgroup$
                                – Bill Dubuque
                                Mar 23 at 15:30












                              • $begingroup$
                                @BillDubuque, Down-voting like up-voting is not controlled here in MSE. Just now received one: math.stackexchange.com/questions/771320/… .Sometimes I try to learn the flaw: math.stackexchange.com/questions/3157905/…
                                $endgroup$
                                – lab bhattacharjee
                                Mar 24 at 6:10














                              0












                              0








                              0





                              $begingroup$

                              Carmichael Function $lambda(63)=[lambda(9),lambda(7)]=6$



                              $(m,21)=1implies (m,7)=(m,3)=1$






                              share|cite|improve this answer









                              $endgroup$



                              Carmichael Function $lambda(63)=[lambda(9),lambda(7)]=6$



                              $(m,21)=1implies (m,7)=(m,3)=1$







                              share|cite|improve this answer












                              share|cite|improve this answer



                              share|cite|improve this answer










                              answered Mar 23 at 12:15









                              lab bhattacharjeelab bhattacharjee

                              229k15159279




                              229k15159279












                              • $begingroup$
                                Downvoting this seems a bit harsh. Though it may well be beyond the OP's knowledge level, it may help to introduce readers to this handy generalization.
                                $endgroup$
                                – Bill Dubuque
                                Mar 23 at 15:30












                              • $begingroup$
                                @BillDubuque, Down-voting like up-voting is not controlled here in MSE. Just now received one: math.stackexchange.com/questions/771320/… .Sometimes I try to learn the flaw: math.stackexchange.com/questions/3157905/…
                                $endgroup$
                                – lab bhattacharjee
                                Mar 24 at 6:10


















                              • $begingroup$
                                Downvoting this seems a bit harsh. Though it may well be beyond the OP's knowledge level, it may help to introduce readers to this handy generalization.
                                $endgroup$
                                – Bill Dubuque
                                Mar 23 at 15:30












                              • $begingroup$
                                @BillDubuque, Down-voting like up-voting is not controlled here in MSE. Just now received one: math.stackexchange.com/questions/771320/… .Sometimes I try to learn the flaw: math.stackexchange.com/questions/3157905/…
                                $endgroup$
                                – lab bhattacharjee
                                Mar 24 at 6:10
















                              $begingroup$
                              Downvoting this seems a bit harsh. Though it may well be beyond the OP's knowledge level, it may help to introduce readers to this handy generalization.
                              $endgroup$
                              – Bill Dubuque
                              Mar 23 at 15:30






                              $begingroup$
                              Downvoting this seems a bit harsh. Though it may well be beyond the OP's knowledge level, it may help to introduce readers to this handy generalization.
                              $endgroup$
                              – Bill Dubuque
                              Mar 23 at 15:30














                              $begingroup$
                              @BillDubuque, Down-voting like up-voting is not controlled here in MSE. Just now received one: math.stackexchange.com/questions/771320/… .Sometimes I try to learn the flaw: math.stackexchange.com/questions/3157905/…
                              $endgroup$
                              – lab bhattacharjee
                              Mar 24 at 6:10




                              $begingroup$
                              @BillDubuque, Down-voting like up-voting is not controlled here in MSE. Just now received one: math.stackexchange.com/questions/771320/… .Sometimes I try to learn the flaw: math.stackexchange.com/questions/3157905/…
                              $endgroup$
                              – lab bhattacharjee
                              Mar 24 at 6:10


















                              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%2f3159245%2fshow-that-if-m-in-mathbbz-has-greatest-common-divisor-1-with-21-then%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

                              Magento 2 - Add success message with knockout Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Success / Error message on ajax request$.widget is not a function when loading a homepage after add custom jQuery on custom themeHow can bind jQuery to current document in Magento 2 When template load by ajaxRedirect page using plugin in Magento 2Magento 2 - Update quantity and totals of cart page without page reload?Magento 2: Quote data not loaded on knockout checkoutMagento 2 : I need to change add to cart success message after adding product into cart through pluginMagento 2.2.5 How to add additional products to cart from new checkout step?Magento 2 Add error/success message with knockoutCan't validate Post Code on checkout page

                              Fil:Tokke komm.svg

                              Where did Arya get these scars? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Favourite questions and answers from the 1st quarter of 2019Why did Arya refuse to end it?Has the pronunciation of Arya Stark's name changed?Has Arya forgiven people?Why did Arya Stark lose her vision?Why can Arya still use the faces?Has the Narrow Sea become narrower?Does Arya Stark know how to make poisons outside of the House of Black and White?Why did Nymeria leave Arya?Why did Arya not kill the Lannister soldiers she encountered in the Riverlands?What is the current canonical age of Sansa, Bran and Arya Stark?