MHB How many reflexive relations on set A with 4 elements?

  • Thread starter Thread starter lemonthree
  • Start date Start date
  • Tags Tags
    Relations
AI Thread Summary
The discussion centers on determining the number of reflexive relations on a set A with 4 elements. A reflexive relation requires that each element relates to itself, meaning the pairs (1,1), (2,2), (3,3), and (4,4) must be included. Given that there are 16 possible pairs in the Cartesian product AxA, and 12 pairs can be included or excluded freely, the total number of reflexive relations is calculated as 2^12, resulting in 4096 possible reflexive relations. This clarification resolves initial confusion about the nature of relations and subsets. The conclusion confirms that all reflexive relations will indeed include the necessary self-pairs.
lemonthree
Messages
47
Reaction score
0
Question: How many reflexive relations are on set A if A has 4 elements?

I'm thinking that the answer to this question is 4, but I don't know whether it is truly that simple.
I know that a reflexive relation, R, occurs when for all x in A, x R x.
so let's say A = {1,2,3,4}.
1~1
2~2
3~3
4~4.
So there are 4 "relations" here. I believe the answer to this is 4, *or* it could be 1 as A~A. Is it right?
 
Physics news on Phys.org
First, do you know what a "relation" is? You seem to be completely misunderstanding this problem.

A relation on set A is any subset of AxA. In this case, since A has 4 members, say A= {a, b, c, d}, AxA has 16 members, AxA= {(a, a), (a, b), (a, c), (a, d), (b, a), (b, b), (b, c), (b, d), (c, a), (c, b), (c, c), (c, d), (d, a), (d, b), (d, c), (d, d)}. Every such pair may or may not be in a subset of AxA. Since A has 16 pairs there are 16 "yes" or "no" choices to determine whether or not a specific pair is in AxA or not. There are $2^{16}= 65536$ subsets. (In general, if a set contains n members then it has $2^n$ subsets.)

If the only condition is that the relation be reflexive then we are only requiring that the subset contain (a, a), (b, b), (c, c), and (d, d). That leaves 12 other pairs that might of might not be in the set so there are $2^{12}= 4096$ such sets.
 
Last edited:
Thank you for helping to clear my misunderstanding! It seems to remind me of the power set a little.

Just to make sure I'm understanding it right, I can say that all the 4096 reflexive relations on set A *will* definitely contain the 4 sets (a, a), (b, b), (c, c), and (d, d)?
 
Yes, that's what "reflexive" means!
 
Back
Top