If the sum and the product of two sets are equal are the sets?












1














I have the following lemma that I can't seem to disprove or prove but which I am assuming someone here will make short work of. I will first write a simple case and then a more general case.



Simple case:



Let $mathbb{F}_q$ be a finite field of prime order $q$.



$forall a, b, c, d in mathbb{F}_q$ where $a$ and $b$ are non zero



if $a + b = c + d$ and $a*b=c*d$



then $(a=c land b=d) lor (a=d land b=c)$



General case:



Let $mathbb{F}_q^n$ be a vector space of dimension $n$ over a finite field of prime order $q$.



$forall a,b in mathbb{F}_q^n$, where all elements in $a$ are non zero



if $sum_{i=1}^n a_i = sum_{i=1}^n b_i$ and $prod_{i=1}^n a_i = prod_{i=1}^n b_i$



then there exists a permutation matrix $M$ such that $aM=b$.



Thanks in advance,










share|cite|improve this question
























  • Little tip [irrelevant to the question]: the tags should be correct. So i assume it should be "abstract-algebra"
    – xbh
    Nov 27 '18 at 16:36










  • The first one is true. Write $a+b=x=c+d,$ then substitute $b=x-a,d=x-c$ into $ab=cd,$ and forge ahead.
    – saulspatz
    Nov 27 '18 at 17:14






  • 1




    If $mathbb F$ is an $m$-element field, then there are $binom{m-1}3$ sets ${a_1,a_2,a_3}$ of three distinct nonzero elements, while there are only $m(m-1)$ possible pairs $(a_1+a_2+a_3,a_1a_2a_3)$.
    – bof
    Nov 27 '18 at 17:55






  • 2




    In $mathbb F_{11}$, $1+4+8+9=2+3+7+10$ and $1cdot4cdot8cdot9=2cdot3cdot7cdot10$.
    – bof
    Nov 27 '18 at 19:00








  • 1




    "Are $n$ nonzero numbers determined by their sum and product?" It doesn't seem too likely that $n$ numbers could be determined by only $2$, does it?
    – bof
    Nov 27 '18 at 19:03
















1














I have the following lemma that I can't seem to disprove or prove but which I am assuming someone here will make short work of. I will first write a simple case and then a more general case.



Simple case:



Let $mathbb{F}_q$ be a finite field of prime order $q$.



$forall a, b, c, d in mathbb{F}_q$ where $a$ and $b$ are non zero



if $a + b = c + d$ and $a*b=c*d$



then $(a=c land b=d) lor (a=d land b=c)$



General case:



Let $mathbb{F}_q^n$ be a vector space of dimension $n$ over a finite field of prime order $q$.



$forall a,b in mathbb{F}_q^n$, where all elements in $a$ are non zero



if $sum_{i=1}^n a_i = sum_{i=1}^n b_i$ and $prod_{i=1}^n a_i = prod_{i=1}^n b_i$



then there exists a permutation matrix $M$ such that $aM=b$.



Thanks in advance,










share|cite|improve this question
























  • Little tip [irrelevant to the question]: the tags should be correct. So i assume it should be "abstract-algebra"
    – xbh
    Nov 27 '18 at 16:36










  • The first one is true. Write $a+b=x=c+d,$ then substitute $b=x-a,d=x-c$ into $ab=cd,$ and forge ahead.
    – saulspatz
    Nov 27 '18 at 17:14






  • 1




    If $mathbb F$ is an $m$-element field, then there are $binom{m-1}3$ sets ${a_1,a_2,a_3}$ of three distinct nonzero elements, while there are only $m(m-1)$ possible pairs $(a_1+a_2+a_3,a_1a_2a_3)$.
    – bof
    Nov 27 '18 at 17:55






  • 2




    In $mathbb F_{11}$, $1+4+8+9=2+3+7+10$ and $1cdot4cdot8cdot9=2cdot3cdot7cdot10$.
    – bof
    Nov 27 '18 at 19:00








  • 1




    "Are $n$ nonzero numbers determined by their sum and product?" It doesn't seem too likely that $n$ numbers could be determined by only $2$, does it?
    – bof
    Nov 27 '18 at 19:03














1












1








1







I have the following lemma that I can't seem to disprove or prove but which I am assuming someone here will make short work of. I will first write a simple case and then a more general case.



Simple case:



Let $mathbb{F}_q$ be a finite field of prime order $q$.



$forall a, b, c, d in mathbb{F}_q$ where $a$ and $b$ are non zero



if $a + b = c + d$ and $a*b=c*d$



then $(a=c land b=d) lor (a=d land b=c)$



General case:



Let $mathbb{F}_q^n$ be a vector space of dimension $n$ over a finite field of prime order $q$.



$forall a,b in mathbb{F}_q^n$, where all elements in $a$ are non zero



if $sum_{i=1}^n a_i = sum_{i=1}^n b_i$ and $prod_{i=1}^n a_i = prod_{i=1}^n b_i$



then there exists a permutation matrix $M$ such that $aM=b$.



Thanks in advance,










share|cite|improve this question















I have the following lemma that I can't seem to disprove or prove but which I am assuming someone here will make short work of. I will first write a simple case and then a more general case.



Simple case:



Let $mathbb{F}_q$ be a finite field of prime order $q$.



$forall a, b, c, d in mathbb{F}_q$ where $a$ and $b$ are non zero



if $a + b = c + d$ and $a*b=c*d$



then $(a=c land b=d) lor (a=d land b=c)$



General case:



Let $mathbb{F}_q^n$ be a vector space of dimension $n$ over a finite field of prime order $q$.



$forall a,b in mathbb{F}_q^n$, where all elements in $a$ are non zero



if $sum_{i=1}^n a_i = sum_{i=1}^n b_i$ and $prod_{i=1}^n a_i = prod_{i=1}^n b_i$



then there exists a permutation matrix $M$ such that $aM=b$.



Thanks in advance,







abstract-algebra






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Nov 27 '18 at 16:38









Tianlalu

3,09621038




3,09621038










asked Nov 27 '18 at 16:31









hainest

82




82












  • Little tip [irrelevant to the question]: the tags should be correct. So i assume it should be "abstract-algebra"
    – xbh
    Nov 27 '18 at 16:36










  • The first one is true. Write $a+b=x=c+d,$ then substitute $b=x-a,d=x-c$ into $ab=cd,$ and forge ahead.
    – saulspatz
    Nov 27 '18 at 17:14






  • 1




    If $mathbb F$ is an $m$-element field, then there are $binom{m-1}3$ sets ${a_1,a_2,a_3}$ of three distinct nonzero elements, while there are only $m(m-1)$ possible pairs $(a_1+a_2+a_3,a_1a_2a_3)$.
    – bof
    Nov 27 '18 at 17:55






  • 2




    In $mathbb F_{11}$, $1+4+8+9=2+3+7+10$ and $1cdot4cdot8cdot9=2cdot3cdot7cdot10$.
    – bof
    Nov 27 '18 at 19:00








  • 1




    "Are $n$ nonzero numbers determined by their sum and product?" It doesn't seem too likely that $n$ numbers could be determined by only $2$, does it?
    – bof
    Nov 27 '18 at 19:03


















  • Little tip [irrelevant to the question]: the tags should be correct. So i assume it should be "abstract-algebra"
    – xbh
    Nov 27 '18 at 16:36










  • The first one is true. Write $a+b=x=c+d,$ then substitute $b=x-a,d=x-c$ into $ab=cd,$ and forge ahead.
    – saulspatz
    Nov 27 '18 at 17:14






  • 1




    If $mathbb F$ is an $m$-element field, then there are $binom{m-1}3$ sets ${a_1,a_2,a_3}$ of three distinct nonzero elements, while there are only $m(m-1)$ possible pairs $(a_1+a_2+a_3,a_1a_2a_3)$.
    – bof
    Nov 27 '18 at 17:55






  • 2




    In $mathbb F_{11}$, $1+4+8+9=2+3+7+10$ and $1cdot4cdot8cdot9=2cdot3cdot7cdot10$.
    – bof
    Nov 27 '18 at 19:00








  • 1




    "Are $n$ nonzero numbers determined by their sum and product?" It doesn't seem too likely that $n$ numbers could be determined by only $2$, does it?
    – bof
    Nov 27 '18 at 19:03
















Little tip [irrelevant to the question]: the tags should be correct. So i assume it should be "abstract-algebra"
– xbh
Nov 27 '18 at 16:36




Little tip [irrelevant to the question]: the tags should be correct. So i assume it should be "abstract-algebra"
– xbh
Nov 27 '18 at 16:36












The first one is true. Write $a+b=x=c+d,$ then substitute $b=x-a,d=x-c$ into $ab=cd,$ and forge ahead.
– saulspatz
Nov 27 '18 at 17:14




The first one is true. Write $a+b=x=c+d,$ then substitute $b=x-a,d=x-c$ into $ab=cd,$ and forge ahead.
– saulspatz
Nov 27 '18 at 17:14




1




1




If $mathbb F$ is an $m$-element field, then there are $binom{m-1}3$ sets ${a_1,a_2,a_3}$ of three distinct nonzero elements, while there are only $m(m-1)$ possible pairs $(a_1+a_2+a_3,a_1a_2a_3)$.
– bof
Nov 27 '18 at 17:55




If $mathbb F$ is an $m$-element field, then there are $binom{m-1}3$ sets ${a_1,a_2,a_3}$ of three distinct nonzero elements, while there are only $m(m-1)$ possible pairs $(a_1+a_2+a_3,a_1a_2a_3)$.
– bof
Nov 27 '18 at 17:55




2




2




In $mathbb F_{11}$, $1+4+8+9=2+3+7+10$ and $1cdot4cdot8cdot9=2cdot3cdot7cdot10$.
– bof
Nov 27 '18 at 19:00






In $mathbb F_{11}$, $1+4+8+9=2+3+7+10$ and $1cdot4cdot8cdot9=2cdot3cdot7cdot10$.
– bof
Nov 27 '18 at 19:00






1




1




"Are $n$ nonzero numbers determined by their sum and product?" It doesn't seem too likely that $n$ numbers could be determined by only $2$, does it?
– bof
Nov 27 '18 at 19:03




"Are $n$ nonzero numbers determined by their sum and product?" It doesn't seem too likely that $n$ numbers could be determined by only $2$, does it?
– bof
Nov 27 '18 at 19:03










1 Answer
1






active

oldest

votes


















2














It's true for two elements in any field. We have $a+b=x=c+d,$ so
$b=x-a, d=x-c.$ Then $$ab=cd iff a(x-a)=c(x-c)iff x(a-c)=(a-c)(a+c)$$ Either $a-c = 0,$ and then $b=d,$ or $$x=a+ciff a+b=a+ciff b=c.$$



As @bof has indicated in a comment, the statement is false for $n>2.$






share|cite|improve this answer























    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%2f3015972%2fif-the-sum-and-the-product-of-two-sets-are-equal-are-the-sets%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    2














    It's true for two elements in any field. We have $a+b=x=c+d,$ so
    $b=x-a, d=x-c.$ Then $$ab=cd iff a(x-a)=c(x-c)iff x(a-c)=(a-c)(a+c)$$ Either $a-c = 0,$ and then $b=d,$ or $$x=a+ciff a+b=a+ciff b=c.$$



    As @bof has indicated in a comment, the statement is false for $n>2.$






    share|cite|improve this answer




























      2














      It's true for two elements in any field. We have $a+b=x=c+d,$ so
      $b=x-a, d=x-c.$ Then $$ab=cd iff a(x-a)=c(x-c)iff x(a-c)=(a-c)(a+c)$$ Either $a-c = 0,$ and then $b=d,$ or $$x=a+ciff a+b=a+ciff b=c.$$



      As @bof has indicated in a comment, the statement is false for $n>2.$






      share|cite|improve this answer


























        2












        2








        2






        It's true for two elements in any field. We have $a+b=x=c+d,$ so
        $b=x-a, d=x-c.$ Then $$ab=cd iff a(x-a)=c(x-c)iff x(a-c)=(a-c)(a+c)$$ Either $a-c = 0,$ and then $b=d,$ or $$x=a+ciff a+b=a+ciff b=c.$$



        As @bof has indicated in a comment, the statement is false for $n>2.$






        share|cite|improve this answer














        It's true for two elements in any field. We have $a+b=x=c+d,$ so
        $b=x-a, d=x-c.$ Then $$ab=cd iff a(x-a)=c(x-c)iff x(a-c)=(a-c)(a+c)$$ Either $a-c = 0,$ and then $b=d,$ or $$x=a+ciff a+b=a+ciff b=c.$$



        As @bof has indicated in a comment, the statement is false for $n>2.$







        share|cite|improve this answer














        share|cite|improve this answer



        share|cite|improve this answer








        edited Nov 29 '18 at 14:51

























        answered Nov 28 '18 at 15:08









        saulspatz

        13.9k21329




        13.9k21329






























            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.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • 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.


            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%2f3015972%2fif-the-sum-and-the-product-of-two-sets-are-equal-are-the-sets%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

            Bundesstraße 106

            Verónica Boquete

            Ida-Boy-Ed-Garten