Questions tagged [relations]

For questions concerning partial orders, equivalence relations, properties of relations (transitive, symmetric, etc), a composition of relations, or anything else concerning a relation on a set.

A relation $R$ on a set $X \times Y$ (sometimes also called a relation between $X$ and $Y$) is any subset of $X\times Y$. So a relation is any set of ordered pairs $(x,y)$ such that $x\in X$ and $y \in Y$. Often we write $x\mathrel R y$ instead of $(x,y)\in R$. Sometimes we say a relation is defined on a single set $X$, but this just means that we're letting the relation $R$ be a subset of $X \times X$.

Here are some examples of relations:

  • For a very abstract example of a relation, take $X = \{1,2,3\}$ and $Y = \{a,b,c,d\}$, and let $R = \{(1,b),(3,c),(3,d),(2,c),(2,d)\}$. This $R$ is a relation on $X \times Y$. Fun fact, there are $2^{12}$ distinct relations you could put on $X \times Y$.

  • A function $f\colon X\to Y$ can be defined as a relation on $X \times Y$. The pairs in $X \times Y$ that are members of the relation are the input-output pairs $(x, f(x))$.

  • A partial order is a relation that mimics the notion of one element being greater/less than the other. An example of a partial order is the relation $\leq$ on $\mathbf{Z} \times \mathbf{Z}$ where for two integers $n$ and $m$ we say $n \leq m$ if $n$ is less than or equal to $m$.

  • Given a set $X$, let $\mathcal{P}(X)$ denote the set of all subsets of $X$. We can define a partial order $\subseteq$ on $\mathcal{P}(X)$ by saying that for two susbsets $A$ and $B$ of $X$, $A \subseteq B$ if $A$ is a subset of $B$.

  • An equivalence relation is a relation that mimics the notion of two things being "equal". For example, on the set $\mathbf{Z}$ of integers let's define the relation $\equiv_{37}$ on $\mathbf{Z}\times \mathbf{Z}$ by saying $a\equiv_{37} b$ if both $a$ and $b$ give the same remainder when divided by $37$. If $a \equiv_{37} b$ we say that $a$ and $b$ are congruent modulo $37$.

  • Let $T$ be the set of all triangles in the plane. An example of an equivalence relation on $T$ is the relation of two triangles being congruent.

4661 questions
0
votes
2 answers

Does an asymmetric relation entail an antisymmetric relation?

So if there exists an asymmetric relation within a set, does it also entail that there will be an antisymmetric relation in that same set? If so, then it is possible to find out whether a set antisymmetric solely from knowing whether a set has a…
0
votes
2 answers

how to find the equation of this set of points?

What the relation (Equation) between these numbers (X, Y, Z)? Your answer will be highly appreciated.
Kumar
  • 69
0
votes
1 answer

I am working on basic functions, I am asked is x-5=y^2 a function,

i use the square root property and get plus or minus the sqaure root of x-5=y, then I come to my question, for any value of x greater than 5, how many values of y result? I need some insight to fully understand this please.
0
votes
1 answer

Relation on $S\times S$

I am having problem in making relations for this question. $S = \{1, 2, 3, 4\}, A = S \times S; (a,b) R (c,d)$ if and only if $ad = bc$. I have made the following relations, but I am not sure if these are correct or not. $R = \{(1,1), (2,2),…
Babu
  • 103
0
votes
1 answer

Relations - Ordered Pairs

I have the following question: Relations $S$ and $R$ are defined on the set $$\{1, 2, 3, \ldots, 12\}$$ as follows: $$R = \{(x, y)\mid xy = 12\}$$ $$S = \{(x, y)\mid 2x = 3y\}$$ Write the ordered pairs belonging to $R, \;S,\;$ and $R\circ S$. I have…
0
votes
1 answer

showing if $ x\equiv_my\rightarrow\frac{x}{r}=\frac{y}{r}$

How would I show this proposition. $ x\equiv_my\rightarrow\frac{x}{r}=\frac{y}{r}$ I will make $\frac{x}{r}$ capital X because it is easier to write. And $\frac{y}{r}$ capital Y. These are the equivalence classes. I did this Let w be any object.…
Fernando Martinez
  • 6,698
  • 19
  • 74
  • 108
0
votes
4 answers

Why is this relation not transitive but R = {(3,4)} is ?

While studying relations, I came across a strange question. Set $A=\{1,2,3,4\}$ on which the relation $R=\{(2,4),(4,3),(2,3),(4,1)\}$ is defined. It is said in the answer that the relation is not transitive. I am not able to find out why is it…
0
votes
2 answers

Showing $(a,b) \sim (c,d)$ iff $a+d=b+c$ is transitive on $\mathbb{N}$

I am given: $a,b,c,d \in \mathbb{N}$, $a \neq c$, and $b \neq d$. The relation $\sim$ on $\mathbb{N}\times\mathbb{N}$ is defined by $(a, b) \sim (c, d)$ iff $a+d=b+c$ for all $(a,b), (c,d) \in \mathbb{N}\times\mathbb{N}$. I need to prove…
0
votes
1 answer

Relation theory

Let S be a set and R a relation on that set. A subset T of S is said to be a right R-set if it is of the form {x|sRx} for some constant s in S. The collection of all right R-sets is a subset of P(S), the powerset of S. My question is, for any…
user107952
  • 20,508
0
votes
1 answer

reflexive relation on a set

We know relation $R$ from set $A$ to set $B$ is subset of $A\times B$, then why we define reflexive relation on single set $A$(say) e.g, we have a set $A=\{1,2,3,4,5\}$ and $B=\{1,2,3,4,5,6,7\}$ and $R=\{(1,2),(1,1),(2,2),(3,3),(4,4),(5,5),(1,7)\}$…
niti
  • 35
0
votes
4 answers

Help create this relation

$A=B=\mathbb{Z}^+$. Define a relation $R$ by $$ a\;R; b \text{ iff } b = a \bmod 6.$$ Please help me write the set relation. Will the set relation contain only the multiples of 6?
user2857
0
votes
3 answers

Relations and partial order

I'm having some trouble answering a question and any help would be appreciated. The question is: "Let $\mathbb Z$ be the set of integers and consider the set $X = \mathbb Z\times \mathbb Z$. Consider the relation $R$ on $X$ defined by $(x,y)R(z,w)$…
Cormac
  • 3
0
votes
1 answer

Stuck with relation

Here is a question, A = {1,2,3,4,6} = B, $aRb$ iff $a$ is a multiplier of $b$ . Now I think the whole cartesian product of AxB should be the relation as every number is somehow a multiplier of another. Please help me out by sharing your review.…
user2857
0
votes
1 answer

linear algebra equivalence relation

In the set of the integers Z, given a positive number m, we define $ \sim = \lbrace (x1,x2) | x1-x2 = m z, z \in Z \rbrace $ Proof that ~ is an equivalence relation. How many equivalence classes does it have in Z? Here I need to proof that ~ is…
0
votes
2 answers

equivalence relation on a set $\{a,b,c\}$

Calculation of total no. of equivalence relation can be defined on a set containing $\{a,b,c\}$ $\bf{Solution::}$ A relation is said to be equivalence, If it satisfy the following relation: $(1)$ It must be Reflexive. $(2)$ It must be…
juantheron
  • 53,015