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

Determining whether a relation is reflexive, symmetric, transitive.

Let $X=\{0,1,2,...,10\}.$ Define the relation $R$ on $X$ by: for all $a,b$ in $X$, $a\mathrel{R}b$ if and only if $a+b=10$ is $R$ reflexive? symmetric? transitive? $a\mathrel{R}a$ $a+a=10$ $2a=10$ $a=5$ Im confused, is that consider as…
0
votes
2 answers

Binary relations: The Lion quiz.

This is my third question today and I think I'm abusing the platform a bit. In any case, here's the question: Let $L$ be the total number of lions that live in Africa today. A binary relation $R$ is defined in $L$ as this: for every $p,q\in L$,$\;$…
0
votes
2 answers

Unknown maths topic, does the numbers hold

Let $A=\{a,b,c,d,e,f\}$ and let $R\subseteq A\times A$ be a relation which is symmetric and transitive. You have been given some partial information about the relation which is that the following are known to be true for the relation:…
harry
  • 19
0
votes
1 answer

Why is this binary-relation symmetric?

From the example of binary-symmetric-relation demonstrated in Wikipedia, how can they say the relation "$x$ and $y$ are odd numbers" is symmetric without stating any set of $x$, $y$? If such set is $\mathbb{N}$, then the relation is not symmetric…
Novice
  • 55
0
votes
1 answer

Relation squared of $xRy$ iff $x-y=c$

Let $R$ be the relation on $\Bbb{Z}$ such that $xRy$ if and only if $x-y=c$. (a) Define $R^2$. Can anyone help me with $R^2$? I am not sure where to start. From similar questions, I saw that it should be something like $\exists z: xRz \land…
0
votes
1 answer

How many inverse relations

How many inverse relations are there for an n-element set? I know that $R \circ R^{-1}=R^{-1} \circ R$ where $R$ is an invertible relation, but that's as far as I can get.
user45045
0
votes
3 answers

Let $A$ be a set with $n$ elements

How many reflexive relations are there on $A$? How many symmetric, reflexive relations are there on $A$? How many equivalence relations are there on $A$, if $n=5$? How are you supposed to find how many of something there are when you don't know what…
0
votes
2 answers

Describing relations

(a). Describe all relations $R$ on $A$ which are simultaneously symmetric and antisymmetric. (b). Describe all relations $R$ on $A$ which are reflexive, symmetric, and antisymmetric. I have no idea what this even means. I know what symmetric,…
0
votes
1 answer

Closures of Relations

How to prove that the transitive closure of a symmetric closure of a relation is greater than the symmetric closure of a transitive closure of a relation?
0
votes
1 answer

Relations in Discrete Math/ tables

Does anyone know how to make this table? I can do a table with normal values but the $x^2$ throws me off. 'Write the relation as a table, the relation $\mathbb{Z}$ on $\{1,2,3,4\}$ by $(x,y) \in \mathbb{Z}$ if $x^2\geq y$.' Thanks!
tony
  • 31
0
votes
1 answer

Properties of Binary Relations (Specifically, transitivity)

Suppose there is a set A = {a, b, c}. A binary relation on A is R0 = {(a, a), (b, b), (c, c)}. I have been told that R0 is a preorder of A but am not seeing how this is possible. How is it transitive? Say you label (a, a) as (x, y) and (b, b) as…
0
votes
3 answers

How to find all the pairs satisfying a relation?

I am stuck with a question about relations which I have stated below. $A$ and $B$ are sets of real numbers and $aRb$ iff $2a+3b=6$. Find the domain and range of $R$. Now the problem I am facing is that there can be numerous pairs which satisfy…
user2857
0
votes
1 answer

Lower Bounds and Greatest Lower Bounds

Let (a, b),(x, y) ∈ R × R and define ≺ as follows: (a, b) ≺ (c, d) iff a < c or a = c and b < d: Define (a, b) ≼ (c, d) if and only if (a, b) = (c, d) or (a, b) ≺ (c, d). Show that there is a subset of R R that has a lower bound but no greatest lower…
0
votes
1 answer

Discrete and combinatorial mathematics

Suppose we have a relation on a set $A$, i.e. $A \times A$, where $|A| = n; \;n$ a positive integer. How can we count the number of relations on set $A$ which are reflexive, symmetric, transitive and anti-symmetric?
user99351
0
votes
1 answer

Problem with Equivalence Relations

Having some problems with this question and hoping someone could help. Let $S$ and $S'$ be the following subsets of the plane: $$S = \{(x,y): y=x+1\text{ and }x\text{ a member of }(0,2)\},$$ $$S'= \{(x,y): y-x\text{ is an integer}\}.$$ A. Show that…
Ryan Warnick
  • 1,664