Relations (Relation inside a Relation)

In summary, the conversation is about forming a new relation, R3, from two existing relations, R1 and R2. The method used is composition, denoted by R1R2, and the resulting relation contains elements that are common to both R1 and R2.
  • #1
XodoX
203
0
I have a question about what I would call a relation inside a relation. Like:

A={1,2,3) and B={a,b,c}

R1={(a,1) ,(a,3), (b,2), (c,1,), (c,3) }

R2={(a,a), (b,a), (b,c), (c,a) }

R3=R1R2

Like this. I have 2 regular relations. Then I form another relation using these 2. How do I do that? Like if you want to map it or show their common sets.
I would say there's none.
 
Physics news on Phys.org
  • #2
You have to define what "R1R2" is supposed to mean. The answer will be completely dependent on that definition.
 
  • #3
Do you mean ##R_1\circ R_2##?
 
  • #4
It looks like you mean the "composition", the ##R_1 \circ R_2## that micromass suggested. If so then it would be given by;
Since ##R_2## contains (a, a) while ##R_1## contains (a, 1) and (a, 3), ##R_3## contains both (a, 1) and (a, 3). Since ##R_2## contains (b, a) while ##R_1## contains (a, 1) and (a, 3), ##R_3## contains (b, 1) and (b, 3). Since ##R_2## contains (b, c) while ##R_1## contains (c, 1) and (c, 3), ##R_2## contains (b,1) and (b, 3)- but we already have those. Since ##R_2## contains (c, a) while ##R_1## contains (a, 1) (a, 3) ##R_3## contains (c, 1) and (c, 3).

##R_3##= {(a, 1), (a, 3), (b, 1), (b, 3), (c, 1), (c, 3)}.
 
Last edited by a moderator:

FAQ: Relations (Relation inside a Relation)

What is a relation inside a relation?

A relation inside a relation, also known as a nested relation, is when one relation is a subset of another relation. This means that the elements in the nested relation are also elements in the larger relation.

What is the difference between a relation and a nested relation?

A relation is a set of ordered pairs, while a nested relation is a subset of a larger relation. In a nested relation, the elements are also elements in the larger relation.

How are relations inside a relation represented?

Relations inside a relation can be represented in a few different ways. One way is through a Venn diagram, where the nested relation is shown as a subset of the larger relation. Another way is through a table, where the nested relation would be a subset of the rows in the larger relation.

What is an example of a relation inside a relation?

One example of a relation inside a relation is the relation "is a parent of." The nested relation in this case would be "is a biological parent of." This means that all elements in the nested relation are also elements in the larger relation.

What is the significance of nested relations in mathematics?

Nested relations are significant in mathematics because they allow for more complex and nuanced relationships to be represented. They also help to show the hierarchical nature of certain relationships and can aid in understanding and analyzing data sets.

Similar threads

Replies
6
Views
1K
Replies
1
Views
1K
Replies
7
Views
1K
Replies
1
Views
1K
Replies
1
Views
754
Replies
3
Views
2K
Replies
62
Views
3K
Back
Top