Binary Relations Between Sets A and B: Quick Question

  • Thread starter Thread starter ktheo
  • Start date Start date
  • Tags Tags
    Relations
ktheo
Messages
51
Reaction score
0

Homework Statement



True or False: Given that A = {a,b,c} and B={0,1,2,3,4}, there are 32768 binary relations from A to B

I assume there is some simple way to tell how many relations there are given two different sets, but I don't know it. Factorials? Powers? I'm not sure what.
 
Physics news on Phys.org
ktheo said:

Homework Statement



True or False: Given that A = {a,b,c} and B={0,1,2,3,4}, there are 32768 binary relations from A to B

I assume there is some simple way to tell how many relations there are given two different sets, but I don't know it. Factorials? Powers? I'm not sure what.

A "binary relation from A to B" is formally a subset of A \times B, so the number of such relations is the number of subsets of A \times B.
 
ktheo said:

Homework Statement



True or False: Given that A = {a,b,c} and B={0,1,2,3,4}, there are 32768 binary relations from A to B

I assume there is some simple way to tell how many relations there are given two different sets, but I don't know it. Factorials? Powers? I'm not sure what.

Try and work it out. How many total ordered pairs are there in AxB? Now each ordered pair can either be in the relation or not.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top