10,826 views

3 Answers

Best answer
19 votes
19 votes

Let's Take a Example

A={1,2,3}

A $\times$ A ={ (1,1)(2,2)(3,3)(1,2)(2,1)(1,3)(3,1)(2,3)(3,2) } 

Reflexive Relation :- A relation R on a set A is said to be Reflexive if  (xRx)∀x∈A  

$\underbrace{(1,1)(2,2)(3,3) }_{n}$$\underbrace{(1,2)(2,1)(1,3)(3,1)(2,3)(3,2) }_{n^{2}-n}$

Now For Reflexive relation there are only one choices for diagonal elements (1,1)(2,2)(3,3)

and For remaining n2-n elements there are 2 choices for each.Either it can include in relation or it can't include in relation.

Total number of reflexive relation = $1*2^{n^{2}-n} =2^{n^{2}-n}$

Symmetric Relation:- A relation 'R' on set A is said to be symmetric if (xRy)   then   (yRx) ∀x,y∈A

 

$\underbrace{(1,1)(2,2)(3,3) }_{n}$$\underbrace{(1,2)(2,1)(1,3)(3,1)(2,3)(3,2) }_{n^{2}-n}$

 

For n diagonal elements (1,1)(2,2)(3,3) there are 2 choices for each.Either it can include in relation or it can't include in relation.

For remaining n2-n elements according to definition of symmetric relation we can form pairs of(1,2)(2,1) and (1,3)(3,1)and (2,3)(3,2).For each pair there are 2 choices.Either it can include in relation or it can't not include in relation.

 

Hence,Total Number of Symmetric Relation= 2n*$2^{\frac{(n^{2}-n)}{2}}$=$2^{\frac{n(n+1)}{2}}$

 

 

Now For Reflexive and Symmetric relation there are only one choices for diagonal elements (1,1)(2,2)(3,3) and

for remaining.we can form pairs of(1,2)(2,1) and (1,3)(3,1)and (2,3)(3,2).For each pair there are 2 choices.Either it can include in relation or it can't not include in relation.

 
Hence,Total Number of Reflexive and Symmetric Relation = $2^{\frac{(n^{2}-n)}{2}}$=$2^{\frac{n(n-1)}{2}}$
 
 
n(R)=$2^{n^{2}-n}$
n(S)=$2^{\frac{n(n+1)}{2}}$
n(R∩S)=$2^{\frac{n(n-1)}{2}}$
Total number of relation which is Reflexive or Symmetric n(R∪S)= n(R) +n(S)-n(R∩S)
 
                                     = $2^{\frac{n(n+1)}{2}}+2^{n^{2}-n}-2^{\frac{n(n-1)}{2}}$
                                                                                         
 
selected by
0 votes
0 votes

Number of reflexive relations with n element set $2^{n^{2}-n}$

Number of symmetric relations 2n⨉$2^{\frac{n^{2}-n}{2}}$

0 votes
0 votes

Reflexive relation::

A relation is called as refleive if and only if aRa or bRb where a and b both belong to relation R.

Let us assume we have set A={1,2,3}

Relation R=AxA={(1,1)(1,2),(1,3)

                          (2,1)(2,2)(2,3)

                          (3,1)(3,2)(3,3)}

Min Cardinality of reflexive relation =Number of diagonal element here=3 and max=9(3x3)

Suppose |A|=n

Min cardinality=n and max=nxn

Thene number of reflexive relation=1*2^n^2-n=2^n^2-n

For symmetric relation::

relation R on a set S is symmetric provided that for every x and y in S we have xRy iff yRx. The symmetric relations on n nodes are isomorphic with the rooted graphs on n nodes.

Number of Symmetric relation=2^n x 2^n^2-n/2

Related questions

491
views
0 answers
0 votes
susgir2 asked Jan 2, 2019
491 views
Let R be the relation on the set ‘N’ of strictly positive integers, where strictly positive integers x and y satisfy x R y iffx^2 – y^2 = 2^kfor some non-negative i...
1.9k
views
1 answers
0 votes
Jaspreet Singh asked May 5, 2016
1,938 views
Question 7 of chapter relations exercise 7.1 from Discrete Mathematics and its applications by Kenneth H Rosen 7th edition:in (c) part: for (x,y) = (1,0); x = y + 1 holds...
1.7k
views
2 answers
2 votes
Jaspreet Singh asked May 5, 2016
1,670 views
(Question 2 of Exercise 7.1 Relations in Discrete mathematics and its application by Rosen 7th edition)The relation below is on the set (1, 2, 3, 4}. Determine whether th...
4.7k
views
2 answers
0 votes
SomnathKayal asked Mar 28, 2016
4,684 views
Determine whether the relation R on the set of all Web pages is reflexive, symmetric, antisymmetric, and/or transitive, where (a, b) ∈ R if and only ifa) everyone who h...