$a = d$ implies $a^b = d^b$












2












$begingroup$



Prove that $a = d$ implies $a^b = d^b$, where $a, d$ are arbitrary
nonnegative integers and $b$ is any positive integer.




If I could use division I think it could be something like that:
$a^b / d^b = a ^{b-b} = a^0 = 1$ (assuming $a = d$), but I'm trying to figure out how to prove this using only multiplication and addition properties (natural numbers).



Here's my idea:



If a = b then there exists an integer $k$ such that $x = ak$ and $x = bk$, that also implies $(a^b)k = (d^b) k$ and $a^b = d^b$ by using the cancellation law of multiplication.










share|cite|improve this question









$endgroup$

















    2












    $begingroup$



    Prove that $a = d$ implies $a^b = d^b$, where $a, d$ are arbitrary
    nonnegative integers and $b$ is any positive integer.




    If I could use division I think it could be something like that:
    $a^b / d^b = a ^{b-b} = a^0 = 1$ (assuming $a = d$), but I'm trying to figure out how to prove this using only multiplication and addition properties (natural numbers).



    Here's my idea:



    If a = b then there exists an integer $k$ such that $x = ak$ and $x = bk$, that also implies $(a^b)k = (d^b) k$ and $a^b = d^b$ by using the cancellation law of multiplication.










    share|cite|improve this question









    $endgroup$















      2












      2








      2





      $begingroup$



      Prove that $a = d$ implies $a^b = d^b$, where $a, d$ are arbitrary
      nonnegative integers and $b$ is any positive integer.




      If I could use division I think it could be something like that:
      $a^b / d^b = a ^{b-b} = a^0 = 1$ (assuming $a = d$), but I'm trying to figure out how to prove this using only multiplication and addition properties (natural numbers).



      Here's my idea:



      If a = b then there exists an integer $k$ such that $x = ak$ and $x = bk$, that also implies $(a^b)k = (d^b) k$ and $a^b = d^b$ by using the cancellation law of multiplication.










      share|cite|improve this question









      $endgroup$





      Prove that $a = d$ implies $a^b = d^b$, where $a, d$ are arbitrary
      nonnegative integers and $b$ is any positive integer.




      If I could use division I think it could be something like that:
      $a^b / d^b = a ^{b-b} = a^0 = 1$ (assuming $a = d$), but I'm trying to figure out how to prove this using only multiplication and addition properties (natural numbers).



      Here's my idea:



      If a = b then there exists an integer $k$ such that $x = ak$ and $x = bk$, that also implies $(a^b)k = (d^b) k$ and $a^b = d^b$ by using the cancellation law of multiplication.







      proof-verification natural-numbers






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Dec 7 '18 at 17:35









      adriana634adriana634

      436




      436






















          2 Answers
          2






          active

          oldest

          votes


















          3












          $begingroup$

          You're overthinking it. We proceed by induction on $b$. The case $b=1$ is trivial, so assume it works when $b=k$. Then $a^{k+1}=a^ka=d^kd=d^{k+1}$ completes the inductive step.






          share|cite|improve this answer









          $endgroup$





















            1












            $begingroup$

            There must be something I don't understand. Are you sure you have asked the question you intended?



            The equals sign in the assumption $a=d$ means that "$a$" and "$d$" are essentially just different names for the same number. So you can substitute one for the other in any formula. There is nothing to prove.






            share|cite|improve this answer









            $endgroup$













            • $begingroup$
              You took the words right out of my mouth.
              $endgroup$
              – Shubham Johri
              Dec 7 '18 at 21:00











            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%2f3030168%2fa-d-implies-ab-db%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









            3












            $begingroup$

            You're overthinking it. We proceed by induction on $b$. The case $b=1$ is trivial, so assume it works when $b=k$. Then $a^{k+1}=a^ka=d^kd=d^{k+1}$ completes the inductive step.






            share|cite|improve this answer









            $endgroup$


















              3












              $begingroup$

              You're overthinking it. We proceed by induction on $b$. The case $b=1$ is trivial, so assume it works when $b=k$. Then $a^{k+1}=a^ka=d^kd=d^{k+1}$ completes the inductive step.






              share|cite|improve this answer









              $endgroup$
















                3












                3








                3





                $begingroup$

                You're overthinking it. We proceed by induction on $b$. The case $b=1$ is trivial, so assume it works when $b=k$. Then $a^{k+1}=a^ka=d^kd=d^{k+1}$ completes the inductive step.






                share|cite|improve this answer









                $endgroup$



                You're overthinking it. We proceed by induction on $b$. The case $b=1$ is trivial, so assume it works when $b=k$. Then $a^{k+1}=a^ka=d^kd=d^{k+1}$ completes the inductive step.







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered Dec 7 '18 at 17:39









                J.G.J.G.

                24.6k22539




                24.6k22539























                    1












                    $begingroup$

                    There must be something I don't understand. Are you sure you have asked the question you intended?



                    The equals sign in the assumption $a=d$ means that "$a$" and "$d$" are essentially just different names for the same number. So you can substitute one for the other in any formula. There is nothing to prove.






                    share|cite|improve this answer









                    $endgroup$













                    • $begingroup$
                      You took the words right out of my mouth.
                      $endgroup$
                      – Shubham Johri
                      Dec 7 '18 at 21:00
















                    1












                    $begingroup$

                    There must be something I don't understand. Are you sure you have asked the question you intended?



                    The equals sign in the assumption $a=d$ means that "$a$" and "$d$" are essentially just different names for the same number. So you can substitute one for the other in any formula. There is nothing to prove.






                    share|cite|improve this answer









                    $endgroup$













                    • $begingroup$
                      You took the words right out of my mouth.
                      $endgroup$
                      – Shubham Johri
                      Dec 7 '18 at 21:00














                    1












                    1








                    1





                    $begingroup$

                    There must be something I don't understand. Are you sure you have asked the question you intended?



                    The equals sign in the assumption $a=d$ means that "$a$" and "$d$" are essentially just different names for the same number. So you can substitute one for the other in any formula. There is nothing to prove.






                    share|cite|improve this answer









                    $endgroup$



                    There must be something I don't understand. Are you sure you have asked the question you intended?



                    The equals sign in the assumption $a=d$ means that "$a$" and "$d$" are essentially just different names for the same number. So you can substitute one for the other in any formula. There is nothing to prove.







                    share|cite|improve this answer












                    share|cite|improve this answer



                    share|cite|improve this answer










                    answered Dec 7 '18 at 18:50









                    Ethan BolkerEthan Bolker

                    42.3k548111




                    42.3k548111












                    • $begingroup$
                      You took the words right out of my mouth.
                      $endgroup$
                      – Shubham Johri
                      Dec 7 '18 at 21:00


















                    • $begingroup$
                      You took the words right out of my mouth.
                      $endgroup$
                      – Shubham Johri
                      Dec 7 '18 at 21:00
















                    $begingroup$
                    You took the words right out of my mouth.
                    $endgroup$
                    – Shubham Johri
                    Dec 7 '18 at 21:00




                    $begingroup$
                    You took the words right out of my mouth.
                    $endgroup$
                    – Shubham Johri
                    Dec 7 '18 at 21:00


















                    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%2f3030168%2fa-d-implies-ab-db%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

                    To store a contact into the json file from server.js file using a class in NodeJS

                    Redirect URL with Chrome Remote Debugging Android Devices

                    Dieringhausen