Set builder notation for pairs?

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











up vote
0
down vote

favorite












I have a set $S$ of integers. I want to select the element pairs $(i,j)$ of it such that $i=2*j$ and order of elements does not matter. How can I show it with the set builder notation ?



$ (i,j) $ Is it correct and are there any ways to achieve this? Thanks in advance.







share|cite|improve this question

















  • 1




    Why not simply $$(2i,i) mid i in S$$?
    – Clement C.
    Aug 6 at 22:32











  • @ClementC. What if $2inotin S$
    – Rushabh Mehta
    Aug 6 at 22:33










  • @RushabhMehta Good point. Then it's a bit less nice, indeed: $$(2i,i) mid i in Scap S^2$$
    – Clement C.
    Aug 6 at 22:34










  • More, that both are in the set S: $~(2j,j): jin S, 2jin S$
    – Graham Kemp
    Aug 6 at 22:34










  • @ClementC. I wouldn't really call that set builder notation
    – Rushabh Mehta
    Aug 6 at 22:34















up vote
0
down vote

favorite












I have a set $S$ of integers. I want to select the element pairs $(i,j)$ of it such that $i=2*j$ and order of elements does not matter. How can I show it with the set builder notation ?



$ (i,j) $ Is it correct and are there any ways to achieve this? Thanks in advance.







share|cite|improve this question

















  • 1




    Why not simply $$(2i,i) mid i in S$$?
    – Clement C.
    Aug 6 at 22:32











  • @ClementC. What if $2inotin S$
    – Rushabh Mehta
    Aug 6 at 22:33










  • @RushabhMehta Good point. Then it's a bit less nice, indeed: $$(2i,i) mid i in Scap S^2$$
    – Clement C.
    Aug 6 at 22:34










  • More, that both are in the set S: $~(2j,j): jin S, 2jin S$
    – Graham Kemp
    Aug 6 at 22:34










  • @ClementC. I wouldn't really call that set builder notation
    – Rushabh Mehta
    Aug 6 at 22:34













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I have a set $S$ of integers. I want to select the element pairs $(i,j)$ of it such that $i=2*j$ and order of elements does not matter. How can I show it with the set builder notation ?



$ (i,j) $ Is it correct and are there any ways to achieve this? Thanks in advance.







share|cite|improve this question













I have a set $S$ of integers. I want to select the element pairs $(i,j)$ of it such that $i=2*j$ and order of elements does not matter. How can I show it with the set builder notation ?



$ (i,j) $ Is it correct and are there any ways to achieve this? Thanks in advance.









share|cite|improve this question












share|cite|improve this question




share|cite|improve this question








edited Aug 6 at 23:01









Andrés E. Caicedo

63.2k7151236




63.2k7151236









asked Aug 6 at 22:31









xaki

31




31







  • 1




    Why not simply $$(2i,i) mid i in S$$?
    – Clement C.
    Aug 6 at 22:32











  • @ClementC. What if $2inotin S$
    – Rushabh Mehta
    Aug 6 at 22:33










  • @RushabhMehta Good point. Then it's a bit less nice, indeed: $$(2i,i) mid i in Scap S^2$$
    – Clement C.
    Aug 6 at 22:34










  • More, that both are in the set S: $~(2j,j): jin S, 2jin S$
    – Graham Kemp
    Aug 6 at 22:34










  • @ClementC. I wouldn't really call that set builder notation
    – Rushabh Mehta
    Aug 6 at 22:34













  • 1




    Why not simply $$(2i,i) mid i in S$$?
    – Clement C.
    Aug 6 at 22:32











  • @ClementC. What if $2inotin S$
    – Rushabh Mehta
    Aug 6 at 22:33










  • @RushabhMehta Good point. Then it's a bit less nice, indeed: $$(2i,i) mid i in Scap S^2$$
    – Clement C.
    Aug 6 at 22:34










  • More, that both are in the set S: $~(2j,j): jin S, 2jin S$
    – Graham Kemp
    Aug 6 at 22:34










  • @ClementC. I wouldn't really call that set builder notation
    – Rushabh Mehta
    Aug 6 at 22:34








1




1




Why not simply $$(2i,i) mid i in S$$?
– Clement C.
Aug 6 at 22:32





Why not simply $$(2i,i) mid i in S$$?
– Clement C.
Aug 6 at 22:32













@ClementC. What if $2inotin S$
– Rushabh Mehta
Aug 6 at 22:33




@ClementC. What if $2inotin S$
– Rushabh Mehta
Aug 6 at 22:33












@RushabhMehta Good point. Then it's a bit less nice, indeed: $$(2i,i) mid i in Scap S^2$$
– Clement C.
Aug 6 at 22:34




@RushabhMehta Good point. Then it's a bit less nice, indeed: $$(2i,i) mid i in Scap S^2$$
– Clement C.
Aug 6 at 22:34












More, that both are in the set S: $~(2j,j): jin S, 2jin S$
– Graham Kemp
Aug 6 at 22:34




More, that both are in the set S: $~(2j,j): jin S, 2jin S$
– Graham Kemp
Aug 6 at 22:34












@ClementC. I wouldn't really call that set builder notation
– Rushabh Mehta
Aug 6 at 22:34





@ClementC. I wouldn't really call that set builder notation
– Rushabh Mehta
Aug 6 at 22:34











2 Answers
2






active

oldest

votes

















up vote
1
down vote



accepted











$ (i,j) $ Is it correct and are there any ways to achieve this? Thanks in advance.




That is okay, although the use of words should be discouraged, and it can be compacted a bit more.   Any of the following should be acceptable: $$(i,j)mid iin S, jin S, i=2j\(2j,j)mid jin S, 2jin S\(i,j) in S^2 mid i= 2 j \(2j,j)in S^2$$



Sometimes there is a trade off between compactness and comprehensibilty.   Choose the version that you feel most clearly conveys the intended message.






share|cite|improve this answer






























    up vote
    0
    down vote













    It's better if you write: $ i= 2*j $






    share|cite|improve this answer























    • I don't think including $in S$ in the left part of the set builder notation is considered appropriate, but I am not too knowledgeable on the subject.
      – Rushabh Mehta
      Aug 6 at 22:45










    • @RushabhMehta It should be $in S^2$, otherwise it is correctly placed. $~(i,j) in S^2 mid i= 2cdot j $ says: the set of pairs, $(i,j)$, drawn from the Cartesian square of $S$ such that $i$ equals twice $j$.
      – Graham Kemp
      Aug 6 at 22:49











    • It should be $in S^2$. And @RushabhMehta it is appropriate to put $in$ there(some would even say it should be there) as without it it is not guarantee to be a set
      – Holo
      Aug 6 at 22:51










    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%2f2874371%2fset-builder-notation-for-pairs%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
    1
    down vote



    accepted











    $ (i,j) $ Is it correct and are there any ways to achieve this? Thanks in advance.




    That is okay, although the use of words should be discouraged, and it can be compacted a bit more.   Any of the following should be acceptable: $$(i,j)mid iin S, jin S, i=2j\(2j,j)mid jin S, 2jin S\(i,j) in S^2 mid i= 2 j \(2j,j)in S^2$$



    Sometimes there is a trade off between compactness and comprehensibilty.   Choose the version that you feel most clearly conveys the intended message.






    share|cite|improve this answer



























      up vote
      1
      down vote



      accepted











      $ (i,j) $ Is it correct and are there any ways to achieve this? Thanks in advance.




      That is okay, although the use of words should be discouraged, and it can be compacted a bit more.   Any of the following should be acceptable: $$(i,j)mid iin S, jin S, i=2j\(2j,j)mid jin S, 2jin S\(i,j) in S^2 mid i= 2 j \(2j,j)in S^2$$



      Sometimes there is a trade off between compactness and comprehensibilty.   Choose the version that you feel most clearly conveys the intended message.






      share|cite|improve this answer

























        up vote
        1
        down vote



        accepted







        up vote
        1
        down vote



        accepted







        $ (i,j) $ Is it correct and are there any ways to achieve this? Thanks in advance.




        That is okay, although the use of words should be discouraged, and it can be compacted a bit more.   Any of the following should be acceptable: $$(i,j)mid iin S, jin S, i=2j\(2j,j)mid jin S, 2jin S\(i,j) in S^2 mid i= 2 j \(2j,j)in S^2$$



        Sometimes there is a trade off between compactness and comprehensibilty.   Choose the version that you feel most clearly conveys the intended message.






        share|cite|improve this answer
















        $ (i,j) $ Is it correct and are there any ways to achieve this? Thanks in advance.




        That is okay, although the use of words should be discouraged, and it can be compacted a bit more.   Any of the following should be acceptable: $$(i,j)mid iin S, jin S, i=2j\(2j,j)mid jin S, 2jin S\(i,j) in S^2 mid i= 2 j \(2j,j)in S^2$$



        Sometimes there is a trade off between compactness and comprehensibilty.   Choose the version that you feel most clearly conveys the intended message.







        share|cite|improve this answer















        share|cite|improve this answer



        share|cite|improve this answer








        edited Aug 6 at 22:46


























        answered Aug 6 at 22:39









        Graham Kemp

        80.1k43275




        80.1k43275




















            up vote
            0
            down vote













            It's better if you write: $ i= 2*j $






            share|cite|improve this answer























            • I don't think including $in S$ in the left part of the set builder notation is considered appropriate, but I am not too knowledgeable on the subject.
              – Rushabh Mehta
              Aug 6 at 22:45










            • @RushabhMehta It should be $in S^2$, otherwise it is correctly placed. $~(i,j) in S^2 mid i= 2cdot j $ says: the set of pairs, $(i,j)$, drawn from the Cartesian square of $S$ such that $i$ equals twice $j$.
              – Graham Kemp
              Aug 6 at 22:49











            • It should be $in S^2$. And @RushabhMehta it is appropriate to put $in$ there(some would even say it should be there) as without it it is not guarantee to be a set
              – Holo
              Aug 6 at 22:51














            up vote
            0
            down vote













            It's better if you write: $ i= 2*j $






            share|cite|improve this answer























            • I don't think including $in S$ in the left part of the set builder notation is considered appropriate, but I am not too knowledgeable on the subject.
              – Rushabh Mehta
              Aug 6 at 22:45










            • @RushabhMehta It should be $in S^2$, otherwise it is correctly placed. $~(i,j) in S^2 mid i= 2cdot j $ says: the set of pairs, $(i,j)$, drawn from the Cartesian square of $S$ such that $i$ equals twice $j$.
              – Graham Kemp
              Aug 6 at 22:49











            • It should be $in S^2$. And @RushabhMehta it is appropriate to put $in$ there(some would even say it should be there) as without it it is not guarantee to be a set
              – Holo
              Aug 6 at 22:51












            up vote
            0
            down vote










            up vote
            0
            down vote









            It's better if you write: $ i= 2*j $






            share|cite|improve this answer















            It's better if you write: $ i= 2*j $







            share|cite|improve this answer















            share|cite|improve this answer



            share|cite|improve this answer








            edited Aug 6 at 23:52









            Arnaud Mortier

            19.2k22159




            19.2k22159











            answered Aug 6 at 22:42









            Juan Fran Gomez Gonzalez

            111




            111











            • I don't think including $in S$ in the left part of the set builder notation is considered appropriate, but I am not too knowledgeable on the subject.
              – Rushabh Mehta
              Aug 6 at 22:45










            • @RushabhMehta It should be $in S^2$, otherwise it is correctly placed. $~(i,j) in S^2 mid i= 2cdot j $ says: the set of pairs, $(i,j)$, drawn from the Cartesian square of $S$ such that $i$ equals twice $j$.
              – Graham Kemp
              Aug 6 at 22:49











            • It should be $in S^2$. And @RushabhMehta it is appropriate to put $in$ there(some would even say it should be there) as without it it is not guarantee to be a set
              – Holo
              Aug 6 at 22:51
















            • I don't think including $in S$ in the left part of the set builder notation is considered appropriate, but I am not too knowledgeable on the subject.
              – Rushabh Mehta
              Aug 6 at 22:45










            • @RushabhMehta It should be $in S^2$, otherwise it is correctly placed. $~(i,j) in S^2 mid i= 2cdot j $ says: the set of pairs, $(i,j)$, drawn from the Cartesian square of $S$ such that $i$ equals twice $j$.
              – Graham Kemp
              Aug 6 at 22:49











            • It should be $in S^2$. And @RushabhMehta it is appropriate to put $in$ there(some would even say it should be there) as without it it is not guarantee to be a set
              – Holo
              Aug 6 at 22:51















            I don't think including $in S$ in the left part of the set builder notation is considered appropriate, but I am not too knowledgeable on the subject.
            – Rushabh Mehta
            Aug 6 at 22:45




            I don't think including $in S$ in the left part of the set builder notation is considered appropriate, but I am not too knowledgeable on the subject.
            – Rushabh Mehta
            Aug 6 at 22:45












            @RushabhMehta It should be $in S^2$, otherwise it is correctly placed. $~(i,j) in S^2 mid i= 2cdot j $ says: the set of pairs, $(i,j)$, drawn from the Cartesian square of $S$ such that $i$ equals twice $j$.
            – Graham Kemp
            Aug 6 at 22:49





            @RushabhMehta It should be $in S^2$, otherwise it is correctly placed. $~(i,j) in S^2 mid i= 2cdot j $ says: the set of pairs, $(i,j)$, drawn from the Cartesian square of $S$ such that $i$ equals twice $j$.
            – Graham Kemp
            Aug 6 at 22:49













            It should be $in S^2$. And @RushabhMehta it is appropriate to put $in$ there(some would even say it should be there) as without it it is not guarantee to be a set
            – Holo
            Aug 6 at 22:51




            It should be $in S^2$. And @RushabhMehta it is appropriate to put $in$ there(some would even say it should be there) as without it it is not guarantee to be a set
            – Holo
            Aug 6 at 22:51












             

            draft saved


            draft discarded


























             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2874371%2fset-builder-notation-for-pairs%23new-answer', 'question_page');

            );

            Post as a guest













































































            Comments

            Popular posts from this blog

            Color the edges and diagonals of a regular polygon

            Relationship between determinant of matrix and determinant of adjoint?

            What is the equation of a 3D cone with generalised tilt?