Set of positive integers with unique sums

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











up vote
4
down vote

favorite
2












What I'm looking for is the name of a type of number set. Given a number T (for total) and a set of positive integers S, I want to uniquely identify the subset of S that sums to T. All sets containing 1 or 2 positive integers will pass the test, since there is a unique combination of those numbers and the sum will therefore be the same.



For example:



1, 7, 89 passes the test. Any combination of those numbers, when summed, will generate a unique T, and vice versa, any T that is a sum of a combination of those numbers will generate a unique subset of S. So, the set of all T s for the above set is 1, 7, 8, 89, 90, 96.



2, 3, 7, 8 does not pass the test. There are multiple combinations that yield a total of 10 (2, 8, and 3, 7). So if I specified a T of 10, you could not tell me with confidence the combination that produced that sum.



With that out of the way. My question is this... Is there name for a set of positive integers like this? I'd like to learn more about them more a personal project of mine.







share|cite|improve this question
















  • 3




    try the powers of 2
    – Will Jagy
    May 6 '15 at 1:55






  • 2




    What do you call a set whose subsets all have unique sums? is a similar question. Greg Martin's comment mentions Sidon sets, which seems like what you're looking for, since your examples only require unique sums for each two integers.
    – kate
    May 10 '15 at 19:54










  • @kate I'd say that post answers my question pretty well! I don't want to limit myself to summing two integers (in the case of Sidon sets), but if you post an answer with a link to that post, I'll confirm it for you. =)
    – William
    May 20 '15 at 5:21










  • it looks like a general case of sumfree sets problem.
    – Abr001am
    Apr 17 at 10:09















up vote
4
down vote

favorite
2












What I'm looking for is the name of a type of number set. Given a number T (for total) and a set of positive integers S, I want to uniquely identify the subset of S that sums to T. All sets containing 1 or 2 positive integers will pass the test, since there is a unique combination of those numbers and the sum will therefore be the same.



For example:



1, 7, 89 passes the test. Any combination of those numbers, when summed, will generate a unique T, and vice versa, any T that is a sum of a combination of those numbers will generate a unique subset of S. So, the set of all T s for the above set is 1, 7, 8, 89, 90, 96.



2, 3, 7, 8 does not pass the test. There are multiple combinations that yield a total of 10 (2, 8, and 3, 7). So if I specified a T of 10, you could not tell me with confidence the combination that produced that sum.



With that out of the way. My question is this... Is there name for a set of positive integers like this? I'd like to learn more about them more a personal project of mine.







share|cite|improve this question
















  • 3




    try the powers of 2
    – Will Jagy
    May 6 '15 at 1:55






  • 2




    What do you call a set whose subsets all have unique sums? is a similar question. Greg Martin's comment mentions Sidon sets, which seems like what you're looking for, since your examples only require unique sums for each two integers.
    – kate
    May 10 '15 at 19:54










  • @kate I'd say that post answers my question pretty well! I don't want to limit myself to summing two integers (in the case of Sidon sets), but if you post an answer with a link to that post, I'll confirm it for you. =)
    – William
    May 20 '15 at 5:21










  • it looks like a general case of sumfree sets problem.
    – Abr001am
    Apr 17 at 10:09













up vote
4
down vote

favorite
2









up vote
4
down vote

favorite
2






2





What I'm looking for is the name of a type of number set. Given a number T (for total) and a set of positive integers S, I want to uniquely identify the subset of S that sums to T. All sets containing 1 or 2 positive integers will pass the test, since there is a unique combination of those numbers and the sum will therefore be the same.



For example:



1, 7, 89 passes the test. Any combination of those numbers, when summed, will generate a unique T, and vice versa, any T that is a sum of a combination of those numbers will generate a unique subset of S. So, the set of all T s for the above set is 1, 7, 8, 89, 90, 96.



2, 3, 7, 8 does not pass the test. There are multiple combinations that yield a total of 10 (2, 8, and 3, 7). So if I specified a T of 10, you could not tell me with confidence the combination that produced that sum.



With that out of the way. My question is this... Is there name for a set of positive integers like this? I'd like to learn more about them more a personal project of mine.







share|cite|improve this question












What I'm looking for is the name of a type of number set. Given a number T (for total) and a set of positive integers S, I want to uniquely identify the subset of S that sums to T. All sets containing 1 or 2 positive integers will pass the test, since there is a unique combination of those numbers and the sum will therefore be the same.



For example:



1, 7, 89 passes the test. Any combination of those numbers, when summed, will generate a unique T, and vice versa, any T that is a sum of a combination of those numbers will generate a unique subset of S. So, the set of all T s for the above set is 1, 7, 8, 89, 90, 96.



2, 3, 7, 8 does not pass the test. There are multiple combinations that yield a total of 10 (2, 8, and 3, 7). So if I specified a T of 10, you could not tell me with confidence the combination that produced that sum.



With that out of the way. My question is this... Is there name for a set of positive integers like this? I'd like to learn more about them more a personal project of mine.









share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked May 6 '15 at 1:39









William

1213




1213







  • 3




    try the powers of 2
    – Will Jagy
    May 6 '15 at 1:55






  • 2




    What do you call a set whose subsets all have unique sums? is a similar question. Greg Martin's comment mentions Sidon sets, which seems like what you're looking for, since your examples only require unique sums for each two integers.
    – kate
    May 10 '15 at 19:54










  • @kate I'd say that post answers my question pretty well! I don't want to limit myself to summing two integers (in the case of Sidon sets), but if you post an answer with a link to that post, I'll confirm it for you. =)
    – William
    May 20 '15 at 5:21










  • it looks like a general case of sumfree sets problem.
    – Abr001am
    Apr 17 at 10:09













  • 3




    try the powers of 2
    – Will Jagy
    May 6 '15 at 1:55






  • 2




    What do you call a set whose subsets all have unique sums? is a similar question. Greg Martin's comment mentions Sidon sets, which seems like what you're looking for, since your examples only require unique sums for each two integers.
    – kate
    May 10 '15 at 19:54










  • @kate I'd say that post answers my question pretty well! I don't want to limit myself to summing two integers (in the case of Sidon sets), but if you post an answer with a link to that post, I'll confirm it for you. =)
    – William
    May 20 '15 at 5:21










  • it looks like a general case of sumfree sets problem.
    – Abr001am
    Apr 17 at 10:09








3




3




try the powers of 2
– Will Jagy
May 6 '15 at 1:55




try the powers of 2
– Will Jagy
May 6 '15 at 1:55




2




2




What do you call a set whose subsets all have unique sums? is a similar question. Greg Martin's comment mentions Sidon sets, which seems like what you're looking for, since your examples only require unique sums for each two integers.
– kate
May 10 '15 at 19:54




What do you call a set whose subsets all have unique sums? is a similar question. Greg Martin's comment mentions Sidon sets, which seems like what you're looking for, since your examples only require unique sums for each two integers.
– kate
May 10 '15 at 19:54












@kate I'd say that post answers my question pretty well! I don't want to limit myself to summing two integers (in the case of Sidon sets), but if you post an answer with a link to that post, I'll confirm it for you. =)
– William
May 20 '15 at 5:21




@kate I'd say that post answers my question pretty well! I don't want to limit myself to summing two integers (in the case of Sidon sets), but if you post an answer with a link to that post, I'll confirm it for you. =)
– William
May 20 '15 at 5:21












it looks like a general case of sumfree sets problem.
– Abr001am
Apr 17 at 10:09





it looks like a general case of sumfree sets problem.
– Abr001am
Apr 17 at 10:09











1 Answer
1






active

oldest

votes

















up vote
1
down vote













They are called sets with distinct subset sums.






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',
    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%2f1269135%2fset-of-positive-integers-with-unique-sums%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    1
    down vote













    They are called sets with distinct subset sums.






    share|cite|improve this answer
























      up vote
      1
      down vote













      They are called sets with distinct subset sums.






      share|cite|improve this answer






















        up vote
        1
        down vote










        up vote
        1
        down vote









        They are called sets with distinct subset sums.






        share|cite|improve this answer












        They are called sets with distinct subset sums.







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Aug 14 at 4:05









        bof

        46.1k348110




        46.1k348110






















             

            draft saved


            draft discarded


























             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1269135%2fset-of-positive-integers-with-unique-sums%23new-answer', 'question_page');

            );

            Post as a guest