2024-03-10

500: Relation

<The previous article in this series | The table of contents of this series | The next article in this series>

definition of relation

Topics


About: set

The table of contents of this article


Starting Context



Target Context


  • The reader will have a definition of relation.

Orientation


There is a list of definitions discussed so far in this site.

There is a list of propositions discussed so far in this site.


Main Body


1: Structured Description


Here is the rules of Structured Description.

Entities:
\(*R\): \(\in \{\text{ the sets of some ordered pairs }\}\)
//

Conditions:
//

\(Dom (R)\) is the set of the 1st components of the pairs, called "domain of \(R\)".

\(Ran (R)\) is the set of the 2nd components of the pairs, called "range of \(R\)".

\(s_1 R s_2\) means that \(\langle s_1, s_2 \rangle \in R\).


2: Note


\(Dom (R)\) and \(Ran (R)\) are indeed some sets: \(Dom (R) = \{s_1 \in \cup \cup R \vert \exists s_2 \in \cup \cup R (\langle s_1, s_2 \rangle \in R)\}\) and \(Ran (R) = \{s_2 \in \cup \cup R \vert \exists s_1 \in \cup \cup R (\langle s_1, s_2 \rangle \in R)\}\), which is because for any \(\langle s_1, s_2 \rangle = \{s_1, \{s_1, s_2\}\} \in R\), \(\{s_1, s_2\} \in \cup R\) and \(s_1, s_2 \in \cup \cup R\).


References


<The previous article in this series | The table of contents of this series | The next article in this series>