edited by
381 views

1 Answer

3 votes
3 votes

largest partial order $\equiv$ total order.

base set = A has 5 elements.

Consider, this A = {1, 2, 3, 4, 5} and less than equal to relation R.

We know less than equal to relation on any subset of natural numbers is Toset.

Here –

  • 1 is related to 1, 2, 3, 4, 5.
  • 2 is related to 2, 3, 4, 5.
  • 3 is related to 3, 4, 5.
  • 4 is related to 4, 5.
  • 5 is related to 5.

Summing up elements in relation = 5 + 4 + 3 + 2 + 1 = 15.


One other way to solve this is – 

Relations are represented using matrix.

A Matrix representation of largest POR will look like a triangular matrix.

example – A = {a, b, c, d, e}

R a b c d e
a 1        
b 1 1      
c 1 1 1    
d 1 1 1 1  
e 1 1 1 1 1

all empty cells represent “is not related to” and 1 represent “is related to”.

Note : Adding any more 1 in above table will violate anti-symmetry property. Thus, will no longer be POR.

Total number of 1’s = Number of elements in largest POR = 15.

edited by
Answer:

Related questions

3 votes
3 votes
1 answer
1
GO Classes asked May 12, 2022
434 views
Let $R$ be a relation from a set $A$ to a set $B.$ The inverse relation from $B$ to $A,$ denoted by $R^{-1}$ , is the set of ordered pairs $\{(b,a) \mid (a,b) \in R\}$ .$...
4 votes
4 votes
2 answers
2
GO Classes asked May 12, 2022
680 views
Consider the following sentences :$[R, | ]$ is poset. Where $R$ is the set of all real numbers and $|$ is the divisibility relation i.e. for any $a,b$ in $R, a|b$ iff the...
4 votes
4 votes
1 answer
3
GO Classes asked May 12, 2022
533 views
For any integers $x,y,$ we say that $x$ divides $y$ iff there is some integer $z$ such that $y = x\ast z.$Let $[N, \leq]$ is a partial order relation defined on natural n...
2 votes
2 votes
1 answer
4
GO Classes asked May 12, 2022
520 views
Let $[N, \leq ]$ is a partial order relation defined on natural numbers, where “$\leq$” is the “less than equal to” relation defined on $N = \{ 0,1,2,3,\dots \}.$...