Ordering finite groups by sum of order of elements

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
6
down vote

favorite
3












Given two finite groups $G, H$, we are going to say that $G<_oH$ if either



a. $|G|<|H|$



or



b. $|G|=|H|$ and $displaystylesum_gin G o(g)<sum_hin H o(h)$,



where $o(g)$ denotes the order of the element $g$ (has this ordering a name?).



What is the smallest example (in this ordering) of a pair of nonisomorphic groups such that $G$ and $H$ are incomparable, i.e., such that they have same cardinal and same sum of orders of elements?










share|cite|improve this question

















  • 1




    Interesting question. Can you edit to show the best bound you have so far?
    – Ethan Bolker
    1 hour ago






  • 1




    @EthanBolker I don't have any computations yet. The thing is, I tend to think about "the smallest possible" group in some contexts, and I don't actually know if there is some simple "arithmetical" total ordering on finite groups in the sense of my question. Tomorrow I give a conference in which the concept of "smallest" group will have a minor role (in an informal way), and I've just thought that I cannot define the ordering, except if the one above does it (which I doubt). Of course, I can go with equivalence classes, but the doubt is now planted :)
    – Jose Brox
    1 hour ago















up vote
6
down vote

favorite
3












Given two finite groups $G, H$, we are going to say that $G<_oH$ if either



a. $|G|<|H|$



or



b. $|G|=|H|$ and $displaystylesum_gin G o(g)<sum_hin H o(h)$,



where $o(g)$ denotes the order of the element $g$ (has this ordering a name?).



What is the smallest example (in this ordering) of a pair of nonisomorphic groups such that $G$ and $H$ are incomparable, i.e., such that they have same cardinal and same sum of orders of elements?










share|cite|improve this question

















  • 1




    Interesting question. Can you edit to show the best bound you have so far?
    – Ethan Bolker
    1 hour ago






  • 1




    @EthanBolker I don't have any computations yet. The thing is, I tend to think about "the smallest possible" group in some contexts, and I don't actually know if there is some simple "arithmetical" total ordering on finite groups in the sense of my question. Tomorrow I give a conference in which the concept of "smallest" group will have a minor role (in an informal way), and I've just thought that I cannot define the ordering, except if the one above does it (which I doubt). Of course, I can go with equivalence classes, but the doubt is now planted :)
    – Jose Brox
    1 hour ago













up vote
6
down vote

favorite
3









up vote
6
down vote

favorite
3






3





Given two finite groups $G, H$, we are going to say that $G<_oH$ if either



a. $|G|<|H|$



or



b. $|G|=|H|$ and $displaystylesum_gin G o(g)<sum_hin H o(h)$,



where $o(g)$ denotes the order of the element $g$ (has this ordering a name?).



What is the smallest example (in this ordering) of a pair of nonisomorphic groups such that $G$ and $H$ are incomparable, i.e., such that they have same cardinal and same sum of orders of elements?










share|cite|improve this question













Given two finite groups $G, H$, we are going to say that $G<_oH$ if either



a. $|G|<|H|$



or



b. $|G|=|H|$ and $displaystylesum_gin G o(g)<sum_hin H o(h)$,



where $o(g)$ denotes the order of the element $g$ (has this ordering a name?).



What is the smallest example (in this ordering) of a pair of nonisomorphic groups such that $G$ and $H$ are incomparable, i.e., such that they have same cardinal and same sum of orders of elements?







group-theory finite-groups order-theory






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked 1 hour ago









Jose Brox

2,4631921




2,4631921







  • 1




    Interesting question. Can you edit to show the best bound you have so far?
    – Ethan Bolker
    1 hour ago






  • 1




    @EthanBolker I don't have any computations yet. The thing is, I tend to think about "the smallest possible" group in some contexts, and I don't actually know if there is some simple "arithmetical" total ordering on finite groups in the sense of my question. Tomorrow I give a conference in which the concept of "smallest" group will have a minor role (in an informal way), and I've just thought that I cannot define the ordering, except if the one above does it (which I doubt). Of course, I can go with equivalence classes, but the doubt is now planted :)
    – Jose Brox
    1 hour ago













  • 1




    Interesting question. Can you edit to show the best bound you have so far?
    – Ethan Bolker
    1 hour ago






  • 1




    @EthanBolker I don't have any computations yet. The thing is, I tend to think about "the smallest possible" group in some contexts, and I don't actually know if there is some simple "arithmetical" total ordering on finite groups in the sense of my question. Tomorrow I give a conference in which the concept of "smallest" group will have a minor role (in an informal way), and I've just thought that I cannot define the ordering, except if the one above does it (which I doubt). Of course, I can go with equivalence classes, but the doubt is now planted :)
    – Jose Brox
    1 hour ago








1




1




Interesting question. Can you edit to show the best bound you have so far?
– Ethan Bolker
1 hour ago




Interesting question. Can you edit to show the best bound you have so far?
– Ethan Bolker
1 hour ago




1




1




@EthanBolker I don't have any computations yet. The thing is, I tend to think about "the smallest possible" group in some contexts, and I don't actually know if there is some simple "arithmetical" total ordering on finite groups in the sense of my question. Tomorrow I give a conference in which the concept of "smallest" group will have a minor role (in an informal way), and I've just thought that I cannot define the ordering, except if the one above does it (which I doubt). Of course, I can go with equivalence classes, but the doubt is now planted :)
– Jose Brox
1 hour ago





@EthanBolker I don't have any computations yet. The thing is, I tend to think about "the smallest possible" group in some contexts, and I don't actually know if there is some simple "arithmetical" total ordering on finite groups in the sense of my question. Tomorrow I give a conference in which the concept of "smallest" group will have a minor role (in an informal way), and I've just thought that I cannot define the ordering, except if the one above does it (which I doubt). Of course, I can go with equivalence classes, but the doubt is now planted :)
– Jose Brox
1 hour ago











2 Answers
2






active

oldest

votes

















up vote
4
down vote













The following Maple function (code here requires the Maple package GroupTheory) takes as argument a group and returns the sum of the orders of its elements:



sumOfOrders := G -> add(u, u in map(PermOrder, convert(Elements(G), list), G));


This function takes as argument a positive integer $n$ and returns the multiset of sums of orders of elements of groups of order $n$:



sumOfOrdersList := n -> sort(map(sumOfOrders, AllSmallGroups(n)));


Checking the lowest orders manually we find that groups incomparable in your sense occur first in order 16, where there are three groups with sum $47$, three with sum $55$ and two with $87$.



(Cf. https://groupprops.subwiki.org/wiki/Groups_of_order_16 )






share|cite|improve this answer



























    up vote
    3
    down vote













    Feed the following code to Magma(http://magma.maths.usyd.edu.au/calc/):



    for grouporder in [1..24] do
    printf "Checking sum of order for groups or order %o:", grouporder;
    numgroup := NumberOfSmallGroups(grouporder);

    sset := ;
    for i in [1..numgroup] do
    sumorder := 0;
    G := SmallGroup(grouporder,i);
    for j in G do
    sumorder := sumorder + Order(j);
    end for;
    Append(~sset, sumorder);
    end for;

    sset;
    printf "n";
    end for;


    You can see that there are two groups with "signature" $(16,47)$. Much thanks to Travis for pointing it out. Two of them are non-abelian; they have GAP id $(16,3)$ and $(16,13)$. Please refer the groupprop page for the description. The third is $mathbb Z/4mathbb Z times (mathbb Z/2mathbb Z)^2$. All has 1 element of order 1, 7 elements of order 2, and 8 elements of order 4.



    Also, there are three groups with "signature" $(16,55)$.



    The groups are the following:



    $G_1 = (mathbb Z/4mathbb Z)^2$; $G_2 = langle a, b | a^4 = b^4 = 1, ba = ab^3rangle$ (the semi-direct product of two copies of $mathbb Z/4mathbb Z$), $G_3 = Q times mathbb Z/2mathbb Z$, where $Q$ is the quaternion group. All has 1 element of order 1, 3 elements of order 2, and 12 elements of order 4.






    share|cite|improve this answer






















    • There are also three groups of order $16$ with order sum $47$, and in particular they are smaller with respect to the partial order $<_o$ than the groups mentioned here.
      – Travis
      18 mins ago










    • You're right. I did not see it as I skipped the sorting add looked at it by myself.
      – Hw Chu
      17 mins ago










    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',
    convertImagesToLinks: true,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    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%2f2933753%2fordering-finite-groups-by-sum-of-order-of-elements%23new-answer', 'question_page');

    );

    Post as a guest






























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    4
    down vote













    The following Maple function (code here requires the Maple package GroupTheory) takes as argument a group and returns the sum of the orders of its elements:



    sumOfOrders := G -> add(u, u in map(PermOrder, convert(Elements(G), list), G));


    This function takes as argument a positive integer $n$ and returns the multiset of sums of orders of elements of groups of order $n$:



    sumOfOrdersList := n -> sort(map(sumOfOrders, AllSmallGroups(n)));


    Checking the lowest orders manually we find that groups incomparable in your sense occur first in order 16, where there are three groups with sum $47$, three with sum $55$ and two with $87$.



    (Cf. https://groupprops.subwiki.org/wiki/Groups_of_order_16 )






    share|cite|improve this answer
























      up vote
      4
      down vote













      The following Maple function (code here requires the Maple package GroupTheory) takes as argument a group and returns the sum of the orders of its elements:



      sumOfOrders := G -> add(u, u in map(PermOrder, convert(Elements(G), list), G));


      This function takes as argument a positive integer $n$ and returns the multiset of sums of orders of elements of groups of order $n$:



      sumOfOrdersList := n -> sort(map(sumOfOrders, AllSmallGroups(n)));


      Checking the lowest orders manually we find that groups incomparable in your sense occur first in order 16, where there are three groups with sum $47$, three with sum $55$ and two with $87$.



      (Cf. https://groupprops.subwiki.org/wiki/Groups_of_order_16 )






      share|cite|improve this answer






















        up vote
        4
        down vote










        up vote
        4
        down vote









        The following Maple function (code here requires the Maple package GroupTheory) takes as argument a group and returns the sum of the orders of its elements:



        sumOfOrders := G -> add(u, u in map(PermOrder, convert(Elements(G), list), G));


        This function takes as argument a positive integer $n$ and returns the multiset of sums of orders of elements of groups of order $n$:



        sumOfOrdersList := n -> sort(map(sumOfOrders, AllSmallGroups(n)));


        Checking the lowest orders manually we find that groups incomparable in your sense occur first in order 16, where there are three groups with sum $47$, three with sum $55$ and two with $87$.



        (Cf. https://groupprops.subwiki.org/wiki/Groups_of_order_16 )






        share|cite|improve this answer












        The following Maple function (code here requires the Maple package GroupTheory) takes as argument a group and returns the sum of the orders of its elements:



        sumOfOrders := G -> add(u, u in map(PermOrder, convert(Elements(G), list), G));


        This function takes as argument a positive integer $n$ and returns the multiset of sums of orders of elements of groups of order $n$:



        sumOfOrdersList := n -> sort(map(sumOfOrders, AllSmallGroups(n)));


        Checking the lowest orders manually we find that groups incomparable in your sense occur first in order 16, where there are three groups with sum $47$, three with sum $55$ and two with $87$.



        (Cf. https://groupprops.subwiki.org/wiki/Groups_of_order_16 )







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered 25 mins ago









        Travis

        56.3k764138




        56.3k764138




















            up vote
            3
            down vote













            Feed the following code to Magma(http://magma.maths.usyd.edu.au/calc/):



            for grouporder in [1..24] do
            printf "Checking sum of order for groups or order %o:", grouporder;
            numgroup := NumberOfSmallGroups(grouporder);

            sset := ;
            for i in [1..numgroup] do
            sumorder := 0;
            G := SmallGroup(grouporder,i);
            for j in G do
            sumorder := sumorder + Order(j);
            end for;
            Append(~sset, sumorder);
            end for;

            sset;
            printf "n";
            end for;


            You can see that there are two groups with "signature" $(16,47)$. Much thanks to Travis for pointing it out. Two of them are non-abelian; they have GAP id $(16,3)$ and $(16,13)$. Please refer the groupprop page for the description. The third is $mathbb Z/4mathbb Z times (mathbb Z/2mathbb Z)^2$. All has 1 element of order 1, 7 elements of order 2, and 8 elements of order 4.



            Also, there are three groups with "signature" $(16,55)$.



            The groups are the following:



            $G_1 = (mathbb Z/4mathbb Z)^2$; $G_2 = langle a, b | a^4 = b^4 = 1, ba = ab^3rangle$ (the semi-direct product of two copies of $mathbb Z/4mathbb Z$), $G_3 = Q times mathbb Z/2mathbb Z$, where $Q$ is the quaternion group. All has 1 element of order 1, 3 elements of order 2, and 12 elements of order 4.






            share|cite|improve this answer






















            • There are also three groups of order $16$ with order sum $47$, and in particular they are smaller with respect to the partial order $<_o$ than the groups mentioned here.
              – Travis
              18 mins ago










            • You're right. I did not see it as I skipped the sorting add looked at it by myself.
              – Hw Chu
              17 mins ago














            up vote
            3
            down vote













            Feed the following code to Magma(http://magma.maths.usyd.edu.au/calc/):



            for grouporder in [1..24] do
            printf "Checking sum of order for groups or order %o:", grouporder;
            numgroup := NumberOfSmallGroups(grouporder);

            sset := ;
            for i in [1..numgroup] do
            sumorder := 0;
            G := SmallGroup(grouporder,i);
            for j in G do
            sumorder := sumorder + Order(j);
            end for;
            Append(~sset, sumorder);
            end for;

            sset;
            printf "n";
            end for;


            You can see that there are two groups with "signature" $(16,47)$. Much thanks to Travis for pointing it out. Two of them are non-abelian; they have GAP id $(16,3)$ and $(16,13)$. Please refer the groupprop page for the description. The third is $mathbb Z/4mathbb Z times (mathbb Z/2mathbb Z)^2$. All has 1 element of order 1, 7 elements of order 2, and 8 elements of order 4.



            Also, there are three groups with "signature" $(16,55)$.



            The groups are the following:



            $G_1 = (mathbb Z/4mathbb Z)^2$; $G_2 = langle a, b | a^4 = b^4 = 1, ba = ab^3rangle$ (the semi-direct product of two copies of $mathbb Z/4mathbb Z$), $G_3 = Q times mathbb Z/2mathbb Z$, where $Q$ is the quaternion group. All has 1 element of order 1, 3 elements of order 2, and 12 elements of order 4.






            share|cite|improve this answer






















            • There are also three groups of order $16$ with order sum $47$, and in particular they are smaller with respect to the partial order $<_o$ than the groups mentioned here.
              – Travis
              18 mins ago










            • You're right. I did not see it as I skipped the sorting add looked at it by myself.
              – Hw Chu
              17 mins ago












            up vote
            3
            down vote










            up vote
            3
            down vote









            Feed the following code to Magma(http://magma.maths.usyd.edu.au/calc/):



            for grouporder in [1..24] do
            printf "Checking sum of order for groups or order %o:", grouporder;
            numgroup := NumberOfSmallGroups(grouporder);

            sset := ;
            for i in [1..numgroup] do
            sumorder := 0;
            G := SmallGroup(grouporder,i);
            for j in G do
            sumorder := sumorder + Order(j);
            end for;
            Append(~sset, sumorder);
            end for;

            sset;
            printf "n";
            end for;


            You can see that there are two groups with "signature" $(16,47)$. Much thanks to Travis for pointing it out. Two of them are non-abelian; they have GAP id $(16,3)$ and $(16,13)$. Please refer the groupprop page for the description. The third is $mathbb Z/4mathbb Z times (mathbb Z/2mathbb Z)^2$. All has 1 element of order 1, 7 elements of order 2, and 8 elements of order 4.



            Also, there are three groups with "signature" $(16,55)$.



            The groups are the following:



            $G_1 = (mathbb Z/4mathbb Z)^2$; $G_2 = langle a, b | a^4 = b^4 = 1, ba = ab^3rangle$ (the semi-direct product of two copies of $mathbb Z/4mathbb Z$), $G_3 = Q times mathbb Z/2mathbb Z$, where $Q$ is the quaternion group. All has 1 element of order 1, 3 elements of order 2, and 12 elements of order 4.






            share|cite|improve this answer














            Feed the following code to Magma(http://magma.maths.usyd.edu.au/calc/):



            for grouporder in [1..24] do
            printf "Checking sum of order for groups or order %o:", grouporder;
            numgroup := NumberOfSmallGroups(grouporder);

            sset := ;
            for i in [1..numgroup] do
            sumorder := 0;
            G := SmallGroup(grouporder,i);
            for j in G do
            sumorder := sumorder + Order(j);
            end for;
            Append(~sset, sumorder);
            end for;

            sset;
            printf "n";
            end for;


            You can see that there are two groups with "signature" $(16,47)$. Much thanks to Travis for pointing it out. Two of them are non-abelian; they have GAP id $(16,3)$ and $(16,13)$. Please refer the groupprop page for the description. The third is $mathbb Z/4mathbb Z times (mathbb Z/2mathbb Z)^2$. All has 1 element of order 1, 7 elements of order 2, and 8 elements of order 4.



            Also, there are three groups with "signature" $(16,55)$.



            The groups are the following:



            $G_1 = (mathbb Z/4mathbb Z)^2$; $G_2 = langle a, b | a^4 = b^4 = 1, ba = ab^3rangle$ (the semi-direct product of two copies of $mathbb Z/4mathbb Z$), $G_3 = Q times mathbb Z/2mathbb Z$, where $Q$ is the quaternion group. All has 1 element of order 1, 3 elements of order 2, and 12 elements of order 4.







            share|cite|improve this answer














            share|cite|improve this answer



            share|cite|improve this answer








            edited 8 mins ago

























            answered 22 mins ago









            Hw Chu

            2,845417




            2,845417











            • There are also three groups of order $16$ with order sum $47$, and in particular they are smaller with respect to the partial order $<_o$ than the groups mentioned here.
              – Travis
              18 mins ago










            • You're right. I did not see it as I skipped the sorting add looked at it by myself.
              – Hw Chu
              17 mins ago
















            • There are also three groups of order $16$ with order sum $47$, and in particular they are smaller with respect to the partial order $<_o$ than the groups mentioned here.
              – Travis
              18 mins ago










            • You're right. I did not see it as I skipped the sorting add looked at it by myself.
              – Hw Chu
              17 mins ago















            There are also three groups of order $16$ with order sum $47$, and in particular they are smaller with respect to the partial order $<_o$ than the groups mentioned here.
            – Travis
            18 mins ago




            There are also three groups of order $16$ with order sum $47$, and in particular they are smaller with respect to the partial order $<_o$ than the groups mentioned here.
            – Travis
            18 mins ago












            You're right. I did not see it as I skipped the sorting add looked at it by myself.
            – Hw Chu
            17 mins ago




            You're right. I did not see it as I skipped the sorting add looked at it by myself.
            – Hw Chu
            17 mins ago

















             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2933753%2fordering-finite-groups-by-sum-of-order-of-elements%23new-answer', 'question_page');

            );

            Post as a guest













































































            Comments

            Popular posts from this blog

            Long meetings (6-7 hours a day): Being “babysat” by supervisor

            Is the Concept of Multiple Fantasy Races Scientifically Flawed? [closed]

            Confectionery