How many binary relations in a set of 8

Click For Summary
SUMMARY

The discussion focuses on calculating the number of binary relations on a set A with 8 elements. It establishes that there are 2^64 binary relations, 2^56 reflexive relations, and 2^36 symmetric relations. The final part of the discussion addresses how to find the number of relations that are both reflexive and symmetric, concluding that the correct answer is 2^28, derived from the inclusion of all reflexive pairs and the selection of symmetric pairs.

PREREQUISITES
  • Understanding of binary relations in set theory
  • Familiarity with reflexive and symmetric properties of relations
  • Knowledge of combinatorial counting principles
  • Basic grasp of set notation and operations
NEXT STEPS
  • Study the properties of binary relations in set theory
  • Learn about combinatorial counting techniques in discrete mathematics
  • Explore the concept of reflexive and symmetric relations in depth
  • Investigate advanced topics in set theory, such as equivalence relations
USEFUL FOR

Mathematicians, computer scientists, and students studying discrete mathematics or set theory, particularly those interested in combinatorial analysis and relation properties.

mr_coffee
Messages
1,613
Reaction score
1
Hello everyone. This problem has a few parts, and I'm on the last part and I'm having troubles and im' guessing my way is not the correct method. But here is the question.


Let A be a set with 8 elements.
a. how many binary relations are there on A?

answer: A binary relation is any subset of AxA and AxA has 8^2 = 64 elements. So there are 2^64 binary relations on A.

b. how many binary relations on A are reflexive?
There are exactly 8x, so you have 8 of the 64 results of AxA so you have 2^(64-8) = 2^56 reflexive relations.

c. HOw many binary relations on A are symmetic?
Form a symmetric relation by a 2 step process:
1. Pick a set of pairs of elements of the form (a,a) (there are 8 such elements , so 2^8 sets);
2. Pick a set of pairs of elements of the ofrm (a,b) and (b,a) where a != b (there are (64-8)/2 = 28 such pairs os 2^28 such sets. So the answer by the multiplicaiton rule is 2^8 * 2^28 = 2^36.

Now this is the one i can't get:
d. How many binary relations on A are both reflexive and symmetric?
I was thinking i could add parts c and b, and get
2^56 + 2^36...but that seems to easy, or am i allowed? I have no idea what process i would go about figuring this out if that's incorrect, nay help would be great.


Thanks.
 
Physics news on Phys.org
Use a similar counting argument as in c

d.1 A reflexive relation includes ALL the elements (a,a)
d.2 Same as c.2
 
For a relation to be called as reflexive, it must contain all the pairs (a,a) if a belongs to A. Such 8 pairs are possible over A. And all of those must be included.

A relation is symmetric if it contains
a. set of pairs of elements of the form (a,a)--> We have already included all such pairs while selecting reflexive relations. So, here, we don't have any choice.
b. set of pairs of elements of the ofrm (a,b) and (b,a) where a != b (there are (64-8)/2 = 28 such pairs and hence 2^28 such sets.

By product rule, it counts to be 1*2^28=2^28.
 

Similar threads

Replies
3
Views
4K
  • · Replies 18 ·
Replies
18
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 24 ·
Replies
24
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
1
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 15 ·
Replies
15
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K