Discrete math equivalence classesNeed help counting equivalence classes.Discrete Math - Equivalence...

How to explain that I do not want to visit a country due to personal safety concern?

What are substitutions for coconut in curry?

Python if-else code style for reduced code for rounding floats

How to change two letters closest to a string and one letter immediately after a string using notepad++

Do I need to be arrogant to get ahead?

What is a^b and (a&b)<<1?

Can I use USB data pins as power source

How could a scammer know the apps on my phone / iTunes account?

Time travel from stationary position?

Min function accepting varying number of arguments in C++17

It's a yearly task, alright

If I can solve Sudoku can I solve Travelling Salesman Problem(TSP)? If yes, how?

Combining an idiom with a metonymy

How to write cleanly even if my character uses expletive language?

How do I hide Chekhov's Gun?

Who is flying the vertibirds?

compactness of a set where am I going wrong

Official degrees of earth’s rotation per day

If curse and magic is two sides of the same coin, why the former is forbidden?

Are all passive ability checks floors for active ability checks?

Identifying the interval from A♭ to D♯

Why Choose Less Effective Armour Types?

What is the significance behind "40 days" that often appears in the Bible?

Why doesn't using two cd commands in bash script execute the second command?



Discrete math equivalence classes


Need help counting equivalence classes.Discrete Math - Equivalence ClassesFind all equivalence classesProving that two equivalence classes are disjoint?Equivalence Classes OutputFinding distinct equivalence classesTotal Number of Equivalence classes of RProving equivalence classes for a equivalence relationDiscrete Math - Equivalence Classes of a set containing all real numbersWhat are the equivalence classes of R?













0












$begingroup$



Let $A$ be a finite set of size $k$ and $R$ a relation on the power set $P(A)$ defined by $R=left{(A,B) : |A|=|B|right}$




  1. Show that $A$ is an equivalence relation.

  2. Let $a in A$. What is the size of the equivalence class of ${a}$?

  3. Let $a, b$ be two different elements of $A$. What is the size of the equivalence class of ${a, b}$?




I’m having a lot of trouble with this problem. It says the relation is on the power set, but then I’m finding the size of the equivalence class of elements within $A$, and then of $(a,b)$? I’m honestly completely lost and don’t have any base to build off of. I think I’m a bit confused on the concept of the size of equivalence classes in general.










share|cite|improve this question











$endgroup$












  • $begingroup$
    ${a}$ and ${a,b}$ are elements of $P(A)$. The ordered pair $(a,b)$ occurs nowhere in the problem.
    $endgroup$
    – saulspatz
    Mar 10 at 22:48
















0












$begingroup$



Let $A$ be a finite set of size $k$ and $R$ a relation on the power set $P(A)$ defined by $R=left{(A,B) : |A|=|B|right}$




  1. Show that $A$ is an equivalence relation.

  2. Let $a in A$. What is the size of the equivalence class of ${a}$?

  3. Let $a, b$ be two different elements of $A$. What is the size of the equivalence class of ${a, b}$?




I’m having a lot of trouble with this problem. It says the relation is on the power set, but then I’m finding the size of the equivalence class of elements within $A$, and then of $(a,b)$? I’m honestly completely lost and don’t have any base to build off of. I think I’m a bit confused on the concept of the size of equivalence classes in general.










share|cite|improve this question











$endgroup$












  • $begingroup$
    ${a}$ and ${a,b}$ are elements of $P(A)$. The ordered pair $(a,b)$ occurs nowhere in the problem.
    $endgroup$
    – saulspatz
    Mar 10 at 22:48














0












0








0





$begingroup$



Let $A$ be a finite set of size $k$ and $R$ a relation on the power set $P(A)$ defined by $R=left{(A,B) : |A|=|B|right}$




  1. Show that $A$ is an equivalence relation.

  2. Let $a in A$. What is the size of the equivalence class of ${a}$?

  3. Let $a, b$ be two different elements of $A$. What is the size of the equivalence class of ${a, b}$?




I’m having a lot of trouble with this problem. It says the relation is on the power set, but then I’m finding the size of the equivalence class of elements within $A$, and then of $(a,b)$? I’m honestly completely lost and don’t have any base to build off of. I think I’m a bit confused on the concept of the size of equivalence classes in general.










share|cite|improve this question











$endgroup$





Let $A$ be a finite set of size $k$ and $R$ a relation on the power set $P(A)$ defined by $R=left{(A,B) : |A|=|B|right}$




  1. Show that $A$ is an equivalence relation.

  2. Let $a in A$. What is the size of the equivalence class of ${a}$?

  3. Let $a, b$ be two different elements of $A$. What is the size of the equivalence class of ${a, b}$?




I’m having a lot of trouble with this problem. It says the relation is on the power set, but then I’m finding the size of the equivalence class of elements within $A$, and then of $(a,b)$? I’m honestly completely lost and don’t have any base to build off of. I think I’m a bit confused on the concept of the size of equivalence classes in general.







discrete-mathematics equivalence-relations






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Mar 10 at 23:57









Brian

601114




601114










asked Mar 10 at 22:41









Dani JoDani Jo

43




43












  • $begingroup$
    ${a}$ and ${a,b}$ are elements of $P(A)$. The ordered pair $(a,b)$ occurs nowhere in the problem.
    $endgroup$
    – saulspatz
    Mar 10 at 22:48


















  • $begingroup$
    ${a}$ and ${a,b}$ are elements of $P(A)$. The ordered pair $(a,b)$ occurs nowhere in the problem.
    $endgroup$
    – saulspatz
    Mar 10 at 22:48
















$begingroup$
${a}$ and ${a,b}$ are elements of $P(A)$. The ordered pair $(a,b)$ occurs nowhere in the problem.
$endgroup$
– saulspatz
Mar 10 at 22:48




$begingroup$
${a}$ and ${a,b}$ are elements of $P(A)$. The ordered pair $(a,b)$ occurs nowhere in the problem.
$endgroup$
– saulspatz
Mar 10 at 22:48










2 Answers
2






active

oldest

votes


















1












$begingroup$

Informally, under this equivalence relation two subsets are equivalent when they have the same size.



Thus, the equivalence class of ${a}$ consists of all subsets of $A$ with cardinality/size equal to one. Thus the size of this equivalence class is $k=|A|$.



The equivalence class of ${a, b}$ consists of all two element subsets of $A$. Thus the size of this equivalence class is $binom{k}{2}=frac{k(k-1)}{2}$.






share|cite|improve this answer











$endgroup$





















    0












    $begingroup$

    You mean to prove that $R$ is an equivalence relation. There are three criteria that must be followed in order to prove $R$ is an equivalence relation,




    1. Reflexive

    2. Symmetric

    3. Transitive


    To get you started, with generic sets $B,C,D in mathcal{P}(A)$, see that we always have $$|B| = |B|$$ so $R$ is reflexive. This would mean $(B,B) in R$ for some $B subseteq A$



    To show it's symmetric, it requires you to show that if $|B| = |C|$, then $|C| = |B|$.



    To show it's transitive, it requires you to show if $|B| = |C|$, and$ |C| = |D|$, then |B| = |D|$






    share|cite|improve this answer









    $endgroup$













      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%2f3143014%2fdiscrete-math-equivalence-classes%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      1












      $begingroup$

      Informally, under this equivalence relation two subsets are equivalent when they have the same size.



      Thus, the equivalence class of ${a}$ consists of all subsets of $A$ with cardinality/size equal to one. Thus the size of this equivalence class is $k=|A|$.



      The equivalence class of ${a, b}$ consists of all two element subsets of $A$. Thus the size of this equivalence class is $binom{k}{2}=frac{k(k-1)}{2}$.






      share|cite|improve this answer











      $endgroup$


















        1












        $begingroup$

        Informally, under this equivalence relation two subsets are equivalent when they have the same size.



        Thus, the equivalence class of ${a}$ consists of all subsets of $A$ with cardinality/size equal to one. Thus the size of this equivalence class is $k=|A|$.



        The equivalence class of ${a, b}$ consists of all two element subsets of $A$. Thus the size of this equivalence class is $binom{k}{2}=frac{k(k-1)}{2}$.






        share|cite|improve this answer











        $endgroup$
















          1












          1








          1





          $begingroup$

          Informally, under this equivalence relation two subsets are equivalent when they have the same size.



          Thus, the equivalence class of ${a}$ consists of all subsets of $A$ with cardinality/size equal to one. Thus the size of this equivalence class is $k=|A|$.



          The equivalence class of ${a, b}$ consists of all two element subsets of $A$. Thus the size of this equivalence class is $binom{k}{2}=frac{k(k-1)}{2}$.






          share|cite|improve this answer











          $endgroup$



          Informally, under this equivalence relation two subsets are equivalent when they have the same size.



          Thus, the equivalence class of ${a}$ consists of all subsets of $A$ with cardinality/size equal to one. Thus the size of this equivalence class is $k=|A|$.



          The equivalence class of ${a, b}$ consists of all two element subsets of $A$. Thus the size of this equivalence class is $binom{k}{2}=frac{k(k-1)}{2}$.







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited Mar 10 at 22:58

























          answered Mar 10 at 22:52









          Foobaz JohnFoobaz John

          22.7k41452




          22.7k41452























              0












              $begingroup$

              You mean to prove that $R$ is an equivalence relation. There are three criteria that must be followed in order to prove $R$ is an equivalence relation,




              1. Reflexive

              2. Symmetric

              3. Transitive


              To get you started, with generic sets $B,C,D in mathcal{P}(A)$, see that we always have $$|B| = |B|$$ so $R$ is reflexive. This would mean $(B,B) in R$ for some $B subseteq A$



              To show it's symmetric, it requires you to show that if $|B| = |C|$, then $|C| = |B|$.



              To show it's transitive, it requires you to show if $|B| = |C|$, and$ |C| = |D|$, then |B| = |D|$






              share|cite|improve this answer









              $endgroup$


















                0












                $begingroup$

                You mean to prove that $R$ is an equivalence relation. There are three criteria that must be followed in order to prove $R$ is an equivalence relation,




                1. Reflexive

                2. Symmetric

                3. Transitive


                To get you started, with generic sets $B,C,D in mathcal{P}(A)$, see that we always have $$|B| = |B|$$ so $R$ is reflexive. This would mean $(B,B) in R$ for some $B subseteq A$



                To show it's symmetric, it requires you to show that if $|B| = |C|$, then $|C| = |B|$.



                To show it's transitive, it requires you to show if $|B| = |C|$, and$ |C| = |D|$, then |B| = |D|$






                share|cite|improve this answer









                $endgroup$
















                  0












                  0








                  0





                  $begingroup$

                  You mean to prove that $R$ is an equivalence relation. There are three criteria that must be followed in order to prove $R$ is an equivalence relation,




                  1. Reflexive

                  2. Symmetric

                  3. Transitive


                  To get you started, with generic sets $B,C,D in mathcal{P}(A)$, see that we always have $$|B| = |B|$$ so $R$ is reflexive. This would mean $(B,B) in R$ for some $B subseteq A$



                  To show it's symmetric, it requires you to show that if $|B| = |C|$, then $|C| = |B|$.



                  To show it's transitive, it requires you to show if $|B| = |C|$, and$ |C| = |D|$, then |B| = |D|$






                  share|cite|improve this answer









                  $endgroup$



                  You mean to prove that $R$ is an equivalence relation. There are three criteria that must be followed in order to prove $R$ is an equivalence relation,




                  1. Reflexive

                  2. Symmetric

                  3. Transitive


                  To get you started, with generic sets $B,C,D in mathcal{P}(A)$, see that we always have $$|B| = |B|$$ so $R$ is reflexive. This would mean $(B,B) in R$ for some $B subseteq A$



                  To show it's symmetric, it requires you to show that if $|B| = |C|$, then $|C| = |B|$.



                  To show it's transitive, it requires you to show if $|B| = |C|$, and$ |C| = |D|$, then |B| = |D|$







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered Mar 10 at 22:54









                  WaveXWaveX

                  2,7622722




                  2,7622722






























                      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.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3143014%2fdiscrete-math-equivalence-classes%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

                      Magento 2 - Add success message with knockout Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Success / Error message on ajax request$.widget is not a function when loading a homepage after add custom jQuery on custom themeHow can bind jQuery to current document in Magento 2 When template load by ajaxRedirect page using plugin in Magento 2Magento 2 - Update quantity and totals of cart page without page reload?Magento 2: Quote data not loaded on knockout checkoutMagento 2 : I need to change add to cart success message after adding product into cart through pluginMagento 2.2.5 How to add additional products to cart from new checkout step?Magento 2 Add error/success message with knockoutCan't validate Post Code on checkout page

                      Fil:Tokke komm.svg

                      Where did Arya get these scars? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Favourite questions and answers from the 1st quarter of 2019Why did Arya refuse to end it?Has the pronunciation of Arya Stark's name changed?Has Arya forgiven people?Why did Arya Stark lose her vision?Why can Arya still use the faces?Has the Narrow Sea become narrower?Does Arya Stark know how to make poisons outside of the House of Black and White?Why did Nymeria leave Arya?Why did Arya not kill the Lannister soldiers she encountered in the Riverlands?What is the current canonical age of Sansa, Bran and Arya Stark?