How to deduce two sets are equal when one being subset of another is proven?

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











up vote
0
down vote

favorite












Below is a proof that $(A cap B ) cup (A setminus B) = A$:



Let's consider $x in (A cap B ) cup (A setminus B)$.



  1. $ x ∈ (A∩B)∨x ∈ (A setminus B) $

  2. $ x ∈ A∧x ∈ B)∨(x ∈ A∧ x notin B) $

  3. $ x ∈ A∧(x ∈ B∨x notin B) $

Which means $ x ∈ A $ and thus $ (A∩B)∪(A setminus B) = A. $




The proof evidently shows that $ (A∩B)∪(A setminus B) ⊂ A $ but why does it show the two are equal?










share|cite|improve this question























  • Two ways : either 1) each step is an iff ($leftrightarrow$), or 2) show the reverse inclusion : $A subset ldots$.
    – Mauro ALLEGRANZA
    Sep 5 at 10:36










  • @MauroALLEGRANZA Doesn't it matter that A is a single group that is present in the union on the left side? If I was to prove this, I would show that $ A⊂ .... $ but this proof doesn't have that.
    – jasno1
    Sep 5 at 10:40














up vote
0
down vote

favorite












Below is a proof that $(A cap B ) cup (A setminus B) = A$:



Let's consider $x in (A cap B ) cup (A setminus B)$.



  1. $ x ∈ (A∩B)∨x ∈ (A setminus B) $

  2. $ x ∈ A∧x ∈ B)∨(x ∈ A∧ x notin B) $

  3. $ x ∈ A∧(x ∈ B∨x notin B) $

Which means $ x ∈ A $ and thus $ (A∩B)∪(A setminus B) = A. $




The proof evidently shows that $ (A∩B)∪(A setminus B) ⊂ A $ but why does it show the two are equal?










share|cite|improve this question























  • Two ways : either 1) each step is an iff ($leftrightarrow$), or 2) show the reverse inclusion : $A subset ldots$.
    – Mauro ALLEGRANZA
    Sep 5 at 10:36










  • @MauroALLEGRANZA Doesn't it matter that A is a single group that is present in the union on the left side? If I was to prove this, I would show that $ A⊂ .... $ but this proof doesn't have that.
    – jasno1
    Sep 5 at 10:40












up vote
0
down vote

favorite









up vote
0
down vote

favorite











Below is a proof that $(A cap B ) cup (A setminus B) = A$:



Let's consider $x in (A cap B ) cup (A setminus B)$.



  1. $ x ∈ (A∩B)∨x ∈ (A setminus B) $

  2. $ x ∈ A∧x ∈ B)∨(x ∈ A∧ x notin B) $

  3. $ x ∈ A∧(x ∈ B∨x notin B) $

Which means $ x ∈ A $ and thus $ (A∩B)∪(A setminus B) = A. $




The proof evidently shows that $ (A∩B)∪(A setminus B) ⊂ A $ but why does it show the two are equal?










share|cite|improve this question















Below is a proof that $(A cap B ) cup (A setminus B) = A$:



Let's consider $x in (A cap B ) cup (A setminus B)$.



  1. $ x ∈ (A∩B)∨x ∈ (A setminus B) $

  2. $ x ∈ A∧x ∈ B)∨(x ∈ A∧ x notin B) $

  3. $ x ∈ A∧(x ∈ B∨x notin B) $

Which means $ x ∈ A $ and thus $ (A∩B)∪(A setminus B) = A. $




The proof evidently shows that $ (A∩B)∪(A setminus B) ⊂ A $ but why does it show the two are equal?







elementary-set-theory proof-explanation






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Sep 5 at 10:37









Mauro ALLEGRANZA

61.4k446105




61.4k446105










asked Sep 5 at 10:27









jasno1

1




1











  • Two ways : either 1) each step is an iff ($leftrightarrow$), or 2) show the reverse inclusion : $A subset ldots$.
    – Mauro ALLEGRANZA
    Sep 5 at 10:36










  • @MauroALLEGRANZA Doesn't it matter that A is a single group that is present in the union on the left side? If I was to prove this, I would show that $ A⊂ .... $ but this proof doesn't have that.
    – jasno1
    Sep 5 at 10:40
















  • Two ways : either 1) each step is an iff ($leftrightarrow$), or 2) show the reverse inclusion : $A subset ldots$.
    – Mauro ALLEGRANZA
    Sep 5 at 10:36










  • @MauroALLEGRANZA Doesn't it matter that A is a single group that is present in the union on the left side? If I was to prove this, I would show that $ A⊂ .... $ but this proof doesn't have that.
    – jasno1
    Sep 5 at 10:40















Two ways : either 1) each step is an iff ($leftrightarrow$), or 2) show the reverse inclusion : $A subset ldots$.
– Mauro ALLEGRANZA
Sep 5 at 10:36




Two ways : either 1) each step is an iff ($leftrightarrow$), or 2) show the reverse inclusion : $A subset ldots$.
– Mauro ALLEGRANZA
Sep 5 at 10:36












@MauroALLEGRANZA Doesn't it matter that A is a single group that is present in the union on the left side? If I was to prove this, I would show that $ A⊂ .... $ but this proof doesn't have that.
– jasno1
Sep 5 at 10:40




@MauroALLEGRANZA Doesn't it matter that A is a single group that is present in the union on the left side? If I was to prove this, I would show that $ A⊂ .... $ but this proof doesn't have that.
– jasno1
Sep 5 at 10:40










2 Answers
2






active

oldest

votes

















up vote
0
down vote













You only need to rewrite the $setminus$ as complement and use a distributive law:



$
(A cap B ) cup (A setminus B)
= (A cap B ) cup (A cap B^C)
= A cap (B cup B^C)
= A
$






share|cite|improve this answer




















  • Using the notation $B^mathrm C$ requires a universe $U$ so that $B^mathrm C= Usetminus B$. The distributive law does not need this change in notation though: $Asetminus B= A cap (Asetminus B)$ achieves the same.
    – Christoph
    Sep 5 at 11:20


















up vote
0
down vote













The proof should look more like this:



beginalign*
& x in (Acap B)cup (Asetminus B) \
Longleftrightarrowquad& left( xin (Acap B)right) vee left(xin (Asetminus B)right) \
Longleftrightarrowquad& left( xin A wedge xin Bright) vee left(xin A wedge X notin Bright) \
Longleftrightarrowquad& xin A wedge left(xin B vee X notin Bright) \
Longleftrightarrowquad& xin A wedge mathrmtrue \
Longleftrightarrowquad& xin A.
endalign*



Since each step is an equivalence, you can read it top to bottom to get $subset$ and bottom to top to get $supset$.






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%2f2906108%2fhow-to-deduce-two-sets-are-equal-when-one-being-subset-of-another-is-proven%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
    0
    down vote













    You only need to rewrite the $setminus$ as complement and use a distributive law:



    $
    (A cap B ) cup (A setminus B)
    = (A cap B ) cup (A cap B^C)
    = A cap (B cup B^C)
    = A
    $






    share|cite|improve this answer




















    • Using the notation $B^mathrm C$ requires a universe $U$ so that $B^mathrm C= Usetminus B$. The distributive law does not need this change in notation though: $Asetminus B= A cap (Asetminus B)$ achieves the same.
      – Christoph
      Sep 5 at 11:20















    up vote
    0
    down vote













    You only need to rewrite the $setminus$ as complement and use a distributive law:



    $
    (A cap B ) cup (A setminus B)
    = (A cap B ) cup (A cap B^C)
    = A cap (B cup B^C)
    = A
    $






    share|cite|improve this answer




















    • Using the notation $B^mathrm C$ requires a universe $U$ so that $B^mathrm C= Usetminus B$. The distributive law does not need this change in notation though: $Asetminus B= A cap (Asetminus B)$ achieves the same.
      – Christoph
      Sep 5 at 11:20













    up vote
    0
    down vote










    up vote
    0
    down vote









    You only need to rewrite the $setminus$ as complement and use a distributive law:



    $
    (A cap B ) cup (A setminus B)
    = (A cap B ) cup (A cap B^C)
    = A cap (B cup B^C)
    = A
    $






    share|cite|improve this answer












    You only need to rewrite the $setminus$ as complement and use a distributive law:



    $
    (A cap B ) cup (A setminus B)
    = (A cap B ) cup (A cap B^C)
    = A cap (B cup B^C)
    = A
    $







    share|cite|improve this answer












    share|cite|improve this answer



    share|cite|improve this answer










    answered Sep 5 at 11:01









    pH 74

    93




    93











    • Using the notation $B^mathrm C$ requires a universe $U$ so that $B^mathrm C= Usetminus B$. The distributive law does not need this change in notation though: $Asetminus B= A cap (Asetminus B)$ achieves the same.
      – Christoph
      Sep 5 at 11:20

















    • Using the notation $B^mathrm C$ requires a universe $U$ so that $B^mathrm C= Usetminus B$. The distributive law does not need this change in notation though: $Asetminus B= A cap (Asetminus B)$ achieves the same.
      – Christoph
      Sep 5 at 11:20
















    Using the notation $B^mathrm C$ requires a universe $U$ so that $B^mathrm C= Usetminus B$. The distributive law does not need this change in notation though: $Asetminus B= A cap (Asetminus B)$ achieves the same.
    – Christoph
    Sep 5 at 11:20





    Using the notation $B^mathrm C$ requires a universe $U$ so that $B^mathrm C= Usetminus B$. The distributive law does not need this change in notation though: $Asetminus B= A cap (Asetminus B)$ achieves the same.
    – Christoph
    Sep 5 at 11:20











    up vote
    0
    down vote













    The proof should look more like this:



    beginalign*
    & x in (Acap B)cup (Asetminus B) \
    Longleftrightarrowquad& left( xin (Acap B)right) vee left(xin (Asetminus B)right) \
    Longleftrightarrowquad& left( xin A wedge xin Bright) vee left(xin A wedge X notin Bright) \
    Longleftrightarrowquad& xin A wedge left(xin B vee X notin Bright) \
    Longleftrightarrowquad& xin A wedge mathrmtrue \
    Longleftrightarrowquad& xin A.
    endalign*



    Since each step is an equivalence, you can read it top to bottom to get $subset$ and bottom to top to get $supset$.






    share|cite|improve this answer
























      up vote
      0
      down vote













      The proof should look more like this:



      beginalign*
      & x in (Acap B)cup (Asetminus B) \
      Longleftrightarrowquad& left( xin (Acap B)right) vee left(xin (Asetminus B)right) \
      Longleftrightarrowquad& left( xin A wedge xin Bright) vee left(xin A wedge X notin Bright) \
      Longleftrightarrowquad& xin A wedge left(xin B vee X notin Bright) \
      Longleftrightarrowquad& xin A wedge mathrmtrue \
      Longleftrightarrowquad& xin A.
      endalign*



      Since each step is an equivalence, you can read it top to bottom to get $subset$ and bottom to top to get $supset$.






      share|cite|improve this answer






















        up vote
        0
        down vote










        up vote
        0
        down vote









        The proof should look more like this:



        beginalign*
        & x in (Acap B)cup (Asetminus B) \
        Longleftrightarrowquad& left( xin (Acap B)right) vee left(xin (Asetminus B)right) \
        Longleftrightarrowquad& left( xin A wedge xin Bright) vee left(xin A wedge X notin Bright) \
        Longleftrightarrowquad& xin A wedge left(xin B vee X notin Bright) \
        Longleftrightarrowquad& xin A wedge mathrmtrue \
        Longleftrightarrowquad& xin A.
        endalign*



        Since each step is an equivalence, you can read it top to bottom to get $subset$ and bottom to top to get $supset$.






        share|cite|improve this answer












        The proof should look more like this:



        beginalign*
        & x in (Acap B)cup (Asetminus B) \
        Longleftrightarrowquad& left( xin (Acap B)right) vee left(xin (Asetminus B)right) \
        Longleftrightarrowquad& left( xin A wedge xin Bright) vee left(xin A wedge X notin Bright) \
        Longleftrightarrowquad& xin A wedge left(xin B vee X notin Bright) \
        Longleftrightarrowquad& xin A wedge mathrmtrue \
        Longleftrightarrowquad& xin A.
        endalign*



        Since each step is an equivalence, you can read it top to bottom to get $subset$ and bottom to top to get $supset$.







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Sep 5 at 11:19









        Christoph

        11k1240




        11k1240



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2906108%2fhow-to-deduce-two-sets-are-equal-when-one-being-subset-of-another-is-proven%23new-answer', 'question_page');

            );

            Post as a guest













































































            這個網誌中的熱門文章

            How to combine Bézier curves to a surface?

            Mutual Information Always Non-negative

            Why am i infinitely getting the same tweet with the Twitter Search API?