Class Number Calculation of a Real Quadratic Number Field












4












$begingroup$


I am looking at the example below. Can anyone explain how they end up with the contradiction. Why do they reduce $a^2-65b^2$ modulo $5$ to show that it has no integer solutions?



enter image description here










share|cite|improve this question









$endgroup$








  • 4




    $begingroup$
    The congruences $x^2equivpm8pmod5$ are insoluble.
    $endgroup$
    – Lord Shark the Unknown
    Jan 10 at 17:38
















4












$begingroup$


I am looking at the example below. Can anyone explain how they end up with the contradiction. Why do they reduce $a^2-65b^2$ modulo $5$ to show that it has no integer solutions?



enter image description here










share|cite|improve this question









$endgroup$








  • 4




    $begingroup$
    The congruences $x^2equivpm8pmod5$ are insoluble.
    $endgroup$
    – Lord Shark the Unknown
    Jan 10 at 17:38














4












4








4





$begingroup$


I am looking at the example below. Can anyone explain how they end up with the contradiction. Why do they reduce $a^2-65b^2$ modulo $5$ to show that it has no integer solutions?



enter image description here










share|cite|improve this question









$endgroup$




I am looking at the example below. Can anyone explain how they end up with the contradiction. Why do they reduce $a^2-65b^2$ modulo $5$ to show that it has no integer solutions?



enter image description here







number-theory algebraic-number-theory ideals maximal-and-prime-ideals






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Jan 10 at 16:52









pullofthemoonpullofthemoon

815




815








  • 4




    $begingroup$
    The congruences $x^2equivpm8pmod5$ are insoluble.
    $endgroup$
    – Lord Shark the Unknown
    Jan 10 at 17:38














  • 4




    $begingroup$
    The congruences $x^2equivpm8pmod5$ are insoluble.
    $endgroup$
    – Lord Shark the Unknown
    Jan 10 at 17:38








4




4




$begingroup$
The congruences $x^2equivpm8pmod5$ are insoluble.
$endgroup$
– Lord Shark the Unknown
Jan 10 at 17:38




$begingroup$
The congruences $x^2equivpm8pmod5$ are insoluble.
$endgroup$
– Lord Shark the Unknown
Jan 10 at 17:38










2 Answers
2






active

oldest

votes


















2












$begingroup$

It's mostly a matter of efficiency. Try it modulo 65. Obviously $65b^2 equiv 0 pmod{65}$. So we need to look just at $a^2 pmod{65}$. But we need to look at 65 values: 0, 1, 4, 9, 16, 25, 36, 49, 64, 16, 35, 56, 14, 39, 1, 30, 61, 29, 64, 36, 10, 51, 29, 9, 56, 40, 26, 14, 4, 61, 55, 51, 49, 49, 51, 55, 61, 4, 14, 26, 40, 56, 9, 29, 51, 10, 36, 64, 29, 61, 30, 1, 39, 14, 56, 35, 16, 64, 49, 36, 25, 16, 9, 4, 1.



If instead we look at it modulo 5, it still zeroes out $65b^2$ but we only have five values of $a^2$ to worry about, namely 0, 1, 4, 4, 1. It is much easier to see that $pm 2$, $pm 8$ don't occur here.






share|cite|improve this answer









$endgroup$





















    1












    $begingroup$

    Reducing $a^2-65b^2=pm 8$ modulo $5$ gives $$a^2equiv pm 2bmod 5,$$ so $left( frac{2}{5}right)=left( frac{3}{5}right)=1$ for the Legendre symbols. On the other hand, there is no square $a^2$ equal to $pm 2$ in $Bbb F_5$, just test: $0^2=0$, $1^2=1$, $2^2=4$, $3^2=4$ and $4^2=1$. This is a contradiction.






    share|cite|improve this answer









    $endgroup$













    • $begingroup$
      That’s great! Thank you! Can I just ask why are reducing mod 5 to find integer solutions? What is the reason for this?
      $endgroup$
      – pullofthemoon
      Jan 10 at 22:29








    • 1




      $begingroup$
      Because reducing modulo $5$ removes the $65$ from the picture, that’s all.
      $endgroup$
      – Lubin
      Jan 10 at 23:07











    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%2f3068898%2fclass-number-calculation-of-a-real-quadratic-number-field%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









    2












    $begingroup$

    It's mostly a matter of efficiency. Try it modulo 65. Obviously $65b^2 equiv 0 pmod{65}$. So we need to look just at $a^2 pmod{65}$. But we need to look at 65 values: 0, 1, 4, 9, 16, 25, 36, 49, 64, 16, 35, 56, 14, 39, 1, 30, 61, 29, 64, 36, 10, 51, 29, 9, 56, 40, 26, 14, 4, 61, 55, 51, 49, 49, 51, 55, 61, 4, 14, 26, 40, 56, 9, 29, 51, 10, 36, 64, 29, 61, 30, 1, 39, 14, 56, 35, 16, 64, 49, 36, 25, 16, 9, 4, 1.



    If instead we look at it modulo 5, it still zeroes out $65b^2$ but we only have five values of $a^2$ to worry about, namely 0, 1, 4, 4, 1. It is much easier to see that $pm 2$, $pm 8$ don't occur here.






    share|cite|improve this answer









    $endgroup$


















      2












      $begingroup$

      It's mostly a matter of efficiency. Try it modulo 65. Obviously $65b^2 equiv 0 pmod{65}$. So we need to look just at $a^2 pmod{65}$. But we need to look at 65 values: 0, 1, 4, 9, 16, 25, 36, 49, 64, 16, 35, 56, 14, 39, 1, 30, 61, 29, 64, 36, 10, 51, 29, 9, 56, 40, 26, 14, 4, 61, 55, 51, 49, 49, 51, 55, 61, 4, 14, 26, 40, 56, 9, 29, 51, 10, 36, 64, 29, 61, 30, 1, 39, 14, 56, 35, 16, 64, 49, 36, 25, 16, 9, 4, 1.



      If instead we look at it modulo 5, it still zeroes out $65b^2$ but we only have five values of $a^2$ to worry about, namely 0, 1, 4, 4, 1. It is much easier to see that $pm 2$, $pm 8$ don't occur here.






      share|cite|improve this answer









      $endgroup$
















        2












        2








        2





        $begingroup$

        It's mostly a matter of efficiency. Try it modulo 65. Obviously $65b^2 equiv 0 pmod{65}$. So we need to look just at $a^2 pmod{65}$. But we need to look at 65 values: 0, 1, 4, 9, 16, 25, 36, 49, 64, 16, 35, 56, 14, 39, 1, 30, 61, 29, 64, 36, 10, 51, 29, 9, 56, 40, 26, 14, 4, 61, 55, 51, 49, 49, 51, 55, 61, 4, 14, 26, 40, 56, 9, 29, 51, 10, 36, 64, 29, 61, 30, 1, 39, 14, 56, 35, 16, 64, 49, 36, 25, 16, 9, 4, 1.



        If instead we look at it modulo 5, it still zeroes out $65b^2$ but we only have five values of $a^2$ to worry about, namely 0, 1, 4, 4, 1. It is much easier to see that $pm 2$, $pm 8$ don't occur here.






        share|cite|improve this answer









        $endgroup$



        It's mostly a matter of efficiency. Try it modulo 65. Obviously $65b^2 equiv 0 pmod{65}$. So we need to look just at $a^2 pmod{65}$. But we need to look at 65 values: 0, 1, 4, 9, 16, 25, 36, 49, 64, 16, 35, 56, 14, 39, 1, 30, 61, 29, 64, 36, 10, 51, 29, 9, 56, 40, 26, 14, 4, 61, 55, 51, 49, 49, 51, 55, 61, 4, 14, 26, 40, 56, 9, 29, 51, 10, 36, 64, 29, 61, 30, 1, 39, 14, 56, 35, 16, 64, 49, 36, 25, 16, 9, 4, 1.



        If instead we look at it modulo 5, it still zeroes out $65b^2$ but we only have five values of $a^2$ to worry about, namely 0, 1, 4, 4, 1. It is much easier to see that $pm 2$, $pm 8$ don't occur here.







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Jan 13 at 1:36









        Robert SoupeRobert Soupe

        11.1k21950




        11.1k21950























            1












            $begingroup$

            Reducing $a^2-65b^2=pm 8$ modulo $5$ gives $$a^2equiv pm 2bmod 5,$$ so $left( frac{2}{5}right)=left( frac{3}{5}right)=1$ for the Legendre symbols. On the other hand, there is no square $a^2$ equal to $pm 2$ in $Bbb F_5$, just test: $0^2=0$, $1^2=1$, $2^2=4$, $3^2=4$ and $4^2=1$. This is a contradiction.






            share|cite|improve this answer









            $endgroup$













            • $begingroup$
              That’s great! Thank you! Can I just ask why are reducing mod 5 to find integer solutions? What is the reason for this?
              $endgroup$
              – pullofthemoon
              Jan 10 at 22:29








            • 1




              $begingroup$
              Because reducing modulo $5$ removes the $65$ from the picture, that’s all.
              $endgroup$
              – Lubin
              Jan 10 at 23:07
















            1












            $begingroup$

            Reducing $a^2-65b^2=pm 8$ modulo $5$ gives $$a^2equiv pm 2bmod 5,$$ so $left( frac{2}{5}right)=left( frac{3}{5}right)=1$ for the Legendre symbols. On the other hand, there is no square $a^2$ equal to $pm 2$ in $Bbb F_5$, just test: $0^2=0$, $1^2=1$, $2^2=4$, $3^2=4$ and $4^2=1$. This is a contradiction.






            share|cite|improve this answer









            $endgroup$













            • $begingroup$
              That’s great! Thank you! Can I just ask why are reducing mod 5 to find integer solutions? What is the reason for this?
              $endgroup$
              – pullofthemoon
              Jan 10 at 22:29








            • 1




              $begingroup$
              Because reducing modulo $5$ removes the $65$ from the picture, that’s all.
              $endgroup$
              – Lubin
              Jan 10 at 23:07














            1












            1








            1





            $begingroup$

            Reducing $a^2-65b^2=pm 8$ modulo $5$ gives $$a^2equiv pm 2bmod 5,$$ so $left( frac{2}{5}right)=left( frac{3}{5}right)=1$ for the Legendre symbols. On the other hand, there is no square $a^2$ equal to $pm 2$ in $Bbb F_5$, just test: $0^2=0$, $1^2=1$, $2^2=4$, $3^2=4$ and $4^2=1$. This is a contradiction.






            share|cite|improve this answer









            $endgroup$



            Reducing $a^2-65b^2=pm 8$ modulo $5$ gives $$a^2equiv pm 2bmod 5,$$ so $left( frac{2}{5}right)=left( frac{3}{5}right)=1$ for the Legendre symbols. On the other hand, there is no square $a^2$ equal to $pm 2$ in $Bbb F_5$, just test: $0^2=0$, $1^2=1$, $2^2=4$, $3^2=4$ and $4^2=1$. This is a contradiction.







            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            answered Jan 10 at 20:09









            Dietrich BurdeDietrich Burde

            79k647102




            79k647102












            • $begingroup$
              That’s great! Thank you! Can I just ask why are reducing mod 5 to find integer solutions? What is the reason for this?
              $endgroup$
              – pullofthemoon
              Jan 10 at 22:29








            • 1




              $begingroup$
              Because reducing modulo $5$ removes the $65$ from the picture, that’s all.
              $endgroup$
              – Lubin
              Jan 10 at 23:07


















            • $begingroup$
              That’s great! Thank you! Can I just ask why are reducing mod 5 to find integer solutions? What is the reason for this?
              $endgroup$
              – pullofthemoon
              Jan 10 at 22:29








            • 1




              $begingroup$
              Because reducing modulo $5$ removes the $65$ from the picture, that’s all.
              $endgroup$
              – Lubin
              Jan 10 at 23:07
















            $begingroup$
            That’s great! Thank you! Can I just ask why are reducing mod 5 to find integer solutions? What is the reason for this?
            $endgroup$
            – pullofthemoon
            Jan 10 at 22:29






            $begingroup$
            That’s great! Thank you! Can I just ask why are reducing mod 5 to find integer solutions? What is the reason for this?
            $endgroup$
            – pullofthemoon
            Jan 10 at 22:29






            1




            1




            $begingroup$
            Because reducing modulo $5$ removes the $65$ from the picture, that’s all.
            $endgroup$
            – Lubin
            Jan 10 at 23:07




            $begingroup$
            Because reducing modulo $5$ removes the $65$ from the picture, that’s all.
            $endgroup$
            – Lubin
            Jan 10 at 23:07


















            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%2f3068898%2fclass-number-calculation-of-a-real-quadratic-number-field%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

            MongoDB - Not Authorized To Execute Command

            How to fix TextFormField cause rebuild widget in Flutter

            Npm cannot find a required file even through it is in the searched directory