Understanding Binary Relations: Reflexive, Symmetric, Antisymmetric & Transitive

In summary: R (i.e. if x...x is a sequence of elements of R). A relation is symmetric if for all x, y in S, xRy is in R. A relation is transitive if for all x, y, z in S, if xRy, yRz is in R.
  • #1
andrew1
20
0
Hi,

I'm having trouble understanding how to determine whether or not a binary relation is reflexive, symmetric, antisymmetric or transitive. I understand the definitions of what a relation means to be reflexive, symmetric, antisymmetric or transitive but applying these definitions is where I get confused.

For example,
R is defined on Natural numbers x Natural numbers by (a,b)R(c,d) if and only if a<=c and b<=d

I don't know where to begin to decipher this question, any help would be greatly appreciated thanks :)
 
Physics news on Phys.org
  • #2
andrew said:
Hi,

I'm having trouble understanding how to determine whether or not a binary relation is reflexive, symmetric, antisymmetric or transitive. I understand the definitions of what a relation means to be reflexive, symmetric, antisymmetric or transitive but applying these definitions is where I get confused.

For example,
R is defined on Natural numbers x Natural numbers by (a,b)R(c,d) if and only if a<=c and b<=d

I don't know where to begin to decipher this question, any help would be greatly appreciated thanks :)

As sherlock holmes may have said: you know the definitions, apply them. Then if you are still having problems, write down what you have done
 
Last edited:
  • #3
To get you started: $R$ is symmetric if $(a,b)R(c,d)$ implies $(c,d)R(a,b)$. Now, $(a,b)R(c,d)$ means $a\le c$ and $b\le d$. Do these inequalities imply that $c\le a$ and $d\le b$, i.e., $(c,d)R(a,b)$?
 
  • #4
Something to get you started:

Sometimes, it helps to just play around a bit, before you get "to the hard stuff".

So let's pick a couple of pairs of natural numbers, and see what we can deduce. I pick (3,5) and (2,1).

So what we want to know is:

is ((3,5),(2,1)) in $R$, or, put another way: do we have (3,5) ~ (2,1)?

Here, we have a = 3, b = 5, c = 2, d = 1.

To check if (3,5) ~ (2,1), we have to check two things:

1. Is $a \leq c$? No, it is not: 3 is not less than or equal to 2.

2. is $b \leq d$? Again, we have failure, because 5 > 1.

So we have (3,5) is not related (on the left) to (2,1). How about the other way around?

Do we have (2,1) ~ (3,5)? We do our checks:

1. Is $2 \leq 3$? Yes, it is. First test passed.

2. Is $1 \leq 5$? Indeed, so we pass the second test.

This ONE EXAMPLE, should be enough to convince you that $R$ is NOT symmetric (why?).

Given that, can $R$ be an equivalence relation?

(A side note: the use of $\leq$ in the relation definition should lead you to suspect $R$ wouldn't be symmetric anyway. Why? Because $\leq$ is the PROTO-TYPICAL "anti-symmetric" relation. Put another way:

If $a \leq b$ and $b \leq a$ for two natural numbers, what can we say about the relationship between a and b?).
 
  • #5
Deveno said:
Something to get you started:

Sometimes, it helps to just play around a bit, before you get "to the hard stuff".

So let's pick a couple of pairs of natural numbers, and see what we can deduce. I pick (3,5) and (2,1).

So what we want to know is:

is ((3,5),(2,1)) in $R$, or, put another way: do we have (3,5) ~ (2,1)?

Here, we have a = 3, b = 5, c = 2, d = 1.

To check if (3,5) ~ (2,1), we have to check two things:

1. Is $a \leq c$? No, it is not: 3 is not less than or equal to 2.

2. is $b \leq d$? Again, we have failure, because 5 > 1.

So we have (3,5) is not related (on the left) to (2,1). How about the other way around?

Do we have (2,1) ~ (3,5)? We do our checks:

1. Is $2 \leq 3$? Yes, it is. First test passed.

2. Is $1 \leq 5$? Indeed, so we pass the second test.

This ONE EXAMPLE, should be enough to convince you that $R$ is NOT symmetric (why?).

Given that, can $R$ be an equivalence relation?

(A side note: the use of $\leq$ in the relation definition should lead you to suspect $R$ wouldn't be symmetric anyway. Why? Because $\leq$ is the PROTO-TYPICAL "anti-symmetric" relation. Put another way:

If $a \leq b$ and $b \leq a$ for two natural numbers, what can we say about the relationship between a and b?).

This has got me thinking somewhat in the right direction.

Could you clarify this for me please?
I get that the relation is not symmetric, however would it be correct to say that it is also not anti-symmetric as well since x isn't related to y and therefore x doesn't equal y?

It also seems to me that the relation is also reflexive since x means x and that transitivity doesn't occur because there is no third relation, i.e. there is an x and a y but there isn't a z that can be linked back to x (3,5)
 
  • #6
Let me re-state the definitions of reflexive, symmetric and transitive with some key parts bolded.

A relation on a set S is reflexive if, for all x in S, x ~ x.

A relation on a set S is symmetric if whenever x ~ y, then y ~ x.

A relation on a set S is transitive if given x ~ y and y ~ z, then x ~ z.

Note that transitivity does say anything about "there being" some y or z, with x ~ y and y ~ z, it just says that if there is, we can conclude x ~ z.

So, in my example, there isn't enough information given to determine transitivity, since I only looked at 2 pairs, and the definition of transitivity needs us to look at sets of 3 pairs.

In the same vein, the definition of anti-symmetric:

If x ~ y, and y ~ x, then x = y.

In my example, we have (2,1) ~ (3,5), but we don't have (3,5) ~ (2,1), so we can't even check for anti-symmetry.

**************

I want to stress that looking at individual elements only "helps to get a feel" for how a relation behaves. To PROVE these properties hold (if they do, which may not be the case), you must look at "arbitrary elements". This is a feature of mathematical proof, in general:

To prove something is true (for "everything", typically "all members of a given set") you have to show it is true for each and every element, or pair of elements, or triple of elements, depending on how many "things" the statement involves.

To prove something is false, all you need is ONE exception.

That, in a nutshell, is the power of mathematics: when we say "statement X is true for all Y", we mean NO EXCEPTIONS. Since Y might be something "infinite" (like integers, or real numbers) this is pretty heavy stuff: once can rarely test these things case-by-case.

A (somewhat) formal proof that the relation given here is reflexive goes like this:

Let $(a,b) \in \Bbb N \times \Bbb N$. Then:

$a = a \implies a \leq a$ and
$b = b \implies b \leq b$, so for ANY $(a,b)$ we have $(a,b) \sim (a,b)$, that is $\sim$ is reflexive.

Note how we didn't even say what a and b were, we just used properties of $\leq$

(a word about $\leq,\ a \leq b$ is an abbreviation for:

$a = b$ or $a < b$. This is true if either one of $a = b$ of $a < b$ is true. This "or-ness" is important).
 
  • #7
Deveno said:
Let me re-state the definitions of reflexive, symmetric and transitive with some key parts bolded.

A relation on a set S is reflexive if, for all x in S, x ~ x.

A relation on a set S is symmetric if whenever x ~ y, then y ~ x.

A relation on a set S is transitive if given x ~ y and y ~ z, then x ~ z.

Note that transitivity does say anything about "there being" some y or z, with x ~ y and y ~ z, it just says that if there is, we can conclude x ~ z.

So, in my example, there isn't enough information given to determine transitivity, since I only looked at 2 pairs, and the definition of transitivity needs us to look at sets of 3 pairs.

In the same vein, the definition of anti-symmetric:

If x ~ y, and y ~ x, then x = y.

In my example, we have (2,1) ~ (3,5), but we don't have (3,5) ~ (2,1), so we can't even check for anti-symmetry.

**************

I want to stress that looking at individual elements only "helps to get a feel" for how a relation behaves. To PROVE these properties hold (if they do, which may not be the case), you must look at "arbitrary elements". This is a feature of mathematical proof, in general:

To prove something is true (for "everything", typically "all members of a given set") you have to show it is true for each and every element, or pair of elements, or triple of elements, depending on how many "things" the statement involves.

To prove something is false, all you need is ONE exception.

That, in a nutshell, is the power of mathematics: when we say "statement X is true for all Y", we mean NO EXCEPTIONS. Since Y might be something "infinite" (like integers, or real numbers) this is pretty heavy stuff: once can rarely test these things case-by-case.

A (somewhat) formal proof that the relation given here is reflexive goes like this:

Let $(a,b) \in \Bbb N \times \Bbb N$. Then:

$a = a \implies a \leq a$ and
$b = b \implies b \leq b$, so for ANY $(a,b)$ we have $(a,b) \sim (a,b)$, that is $\sim$ is reflexive.

Note how we didn't even say what a and b were, we just used properties of $\leq$

(a word about $\leq,\ a \leq b$ is an abbreviation for:

$a = b$ or $a < b$. This is true if either one of $a = b$ of $a < b$ is true. This "or-ness" is important).

Thank you, this makes a lot more sense now :)
 

Related to Understanding Binary Relations: Reflexive, Symmetric, Antisymmetric & Transitive

1. What is a reflexive binary relation?

A reflexive binary relation is a type of relationship between two elements where each element is related to itself. In other words, for any element a in the set, the statement aRa is always true.

2. How is a symmetric binary relation different from a reflexive one?

A symmetric binary relation is a relationship between two elements where if a is related to b, then b is also related to a. This means that the order of the elements does not matter, unlike in a reflexive relation where the elements must be the same.

3. Can a binary relation be both symmetric and reflexive?

Yes, a binary relation can be both symmetric and reflexive. This type of relation is called an equivalence relation, where the elements are related to themselves and to each other in a symmetrical manner.

4. What does it mean for a binary relation to be antisymmetric?

A binary relation is antisymmetric if it is impossible for both elements a and b to be related to each other. In other words, if a is related to b, then b cannot be related to a. This type of relation is often seen in partial orderings.

5. How is transitivity related to binary relations?

Transitivity is a property of binary relations where if a is related to b and b is related to c, then a is also related to c. This means that the relationship between elements can be extended through a chain of connections. Transitivity is important in understanding the flow of information and influence in a system.

Similar threads

  • Set Theory, Logic, Probability, Statistics
2
Replies
35
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
7
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
8
Views
3K
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
941
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
7
Views
2K
Replies
20
Views
2K
Back
Top