Equivalence Relations question

In summary: And for transitivity, you have transitive (\forall x \forall y \forall z: x \sim y \wedge y \sim z \Rightarrow x \sim z), intransitive (\forall x \forall y \forall z: x \sim y \wedge y \sim z \Rightarrow \neg(x \sim z)), and neither.So there are nine possibilities in all.I've already done the reflexive, symmetric, transitive case in the previous post. So how about these:(nR)(S)(T)x~y iff x is not equal to y(R)(nS)(T)x~y iff x = y+1 or x = y-
  • #1
Ed Quanta
297
0
I am not exactly clear on what an equivalence relation. If A is a set, then a relation on A is a subset R. The relation R is an equivalence relation on A if it satisfies the reflexive property, symmetric property, and transitive property. What types of relations are we talking about. And when could these relations ever not have these 3 properties. And what are equivalence classes? I need some simple examples to demonstrate this since none are really provided in this textbook.
 
Physics news on Phys.org
  • #2
And when could these relations ever not have these 3 properties.

What are you asking? If there are equivalence relations not satisfying those properties? Obviously not, since then the relations wouldn't be equivalence relations.

Maybe you want an example of a relation that's not an equivalence relation. Cconsider the relation "less than" (<) on the real numbers. It is not symmetric, since for example, 3 < 4 doesn't imply 4 < 3.
 
Last edited:
  • #3
What about reflexive
 
  • #4
it's not relflexive either, 3<3? Don't think so! But [tex]\leq[/tex] is reflexive (and transitive) but not symmetirc again.

Equivalence relations are the generalization of the relation of being equal - whilst two elements are not the same, they may in share all the properties that you care about.

an equivalence realation on a set A is not a subset of A. It is just a relation, a rule for saying how/when two elements are related in some manner.

the equivalence class [x] of x in A is the subset of A of all elements that are 'related' to x. The rules for an equivalnce relation imply that if xRy, they [x]=[y] - ie equivalence classes are equal or disjoint.

Important examples are modulo arithmetic, conjugacy classes of groups, cosets of subgroups, defining quotient structures such as in the isomorphism theorems of algebra


here are several relations on Z

say xRy iff x=y+1

this not symmetric transitive or refelxive

xRy iff x<y this is only transitive


xRy iff x<=y is transitive and relfexive but not symmetric

xRy iff x is not equal to y is symmetric but neither reflexive nor transitive.
 
  • #5
I think I have a really good way of explaining this so I would like comments.

My example of an equivalence relation is x and y have the same parity
in other words xRy is true when both x and y are odd. xRy is also true
when both x and y are even. If one of the variables x,y is odd or even then xRy false.

So xRy is true when x and y are the "same"(equivalent) in some respect. if xRy is true x and y have a specific common property.
Exactly what the common property is depends on the problem.
This explains all your rules.

symmetric
xRy => yRx
If x has a common property with y then y must have a common property with x.

reflexive
xRx
x and x must have a common propery!

transitive

xRy and xRz => yRz.
If x and y have a common property and x and z have a common property then y and z share a common property.

Now cleary an equivalence relation divides the set into distint subset where everything each subset has the same common property.

if you remember my original example where the equivalence relation is " both odd or both even" then two subsets are the even numbers and the odd numbers and xRy => x and y are in the same subset.
 
  • #6
Hope this helps

In general, an n-ary relation (n a positive integer) R on a set A is a subset of the Cartesian product A x A x ... A (n times). Since the most commonly used relations are binary, we are usually dealing with relations that are a subset of A x A.

I just thought of a binary relation that is symmetric but not reflexive and not transitive: the relation "is perpendicular to" on the set of vectors in a real three-dimensional vector space.
 
  • #7
Examples of binary relations

The binary relation "divides," on the set of positive integers (as in "5 divides 15, 5 does not divide 12") is reflexive and transitive, but not symmetric.

There are 8 possible "truth tables" (if I can use that terminology for this purpose) for a binary relation to fall into:

1) Reflexive, Symmetric, Transitive
2) Reflexive, Symmetric, not Transitive
...
8) not Reflexive, not Symmetric, not Transitive

We now have examples of some of those eight in this thread. Can anybody come up with examples of the others? I don't just mean ad hoc examples, such as: "A Bush-Kerry binary relation on the set (a, b, c) is given by the subset (<a,c>, <b,c>) (or in other terminology, aRc and bRc)" which is not reflexive, not symmetric, and not transitive. Here I am using < , > to mean ordered pair.
 
Last edited:
  • #8
Another binary relation

The binary relation "is parallel to" on the set of vectors in a real three-dimensional vector space is reflexive, symmetric, and transitive.
 
Last edited:
  • #9
Let's do it on N. let R, S T be reflexive etc, and nR be the negations

(R)(S)(T):

x~y iff x=yone negation:

(nR)(S)(T)
?(R)(nS)(T)
x~y iff x<=y(R)(S)(nT)
x~y iff x=y+1 or x=y-1 or x=y
two negations:

(nR)(nS)(T)
x~y iff x<y

(nR)(S)(nT)
x~y iff x is not equal to y.

(R)(nS)(nT)
x~y iff x=y or x=y+1

three negations:
(nR)(nS)(nT)
x~y iff x=y+1
 
  • #10
Thanks Matt.

Now you've got me trying to come up with a relation (nR)(S)(T) on N.

By the way, if by N you mean the naturals, should we broaden it to the integers, to avoid lack-of-closure problems with x=y-1?
 
Last edited:
  • #11
fine, Z, N, whichever seems most appropriate to you it isn't important I don't believe (I am not saying every possible relator of every number must exist)
 
  • #12
Well, if your relation is symmetric and transitive and you have x~y, then:

x~y
therefore y~x
therefore x~x

!

So in order for a relation to be symmetric, transitive, and not reflexive, you must have some element x that is not related to anything.

BTW, there are three classes for reflexivity and symmetry;

You have reflexive ([itex]\forall x:x\sim x[/itex]), irreflexive ([itex]\forall x: \neg (x \sim x)[/itex]), and neither.

You have symmetric ([itex]\forall x \forall y: x \sim y \Leftrightarrow y \sim x[/itex]), antisymmetric ([itex]\forall x \forall y: x \sim y \wedge y \sim x \Rightarrow x = y[/itex]), and neither.
 
Last edited:
  • #13
"I am not saying every possible relator of every number must exist."

Fair enough! I avoided zero in my "divides" example, but given your proviso, maybe I didn't need to. Thanks.
 
Last edited:
  • #14
Thanks Hurkyl for pointing out that "So in order for a relation to be symmetric, transitive, and not reflexive, you must have some element x that is not related to anything." I guess that is why it is hard to come up with an example that doesn't look ad hoc, for that particular case. And thanks for pointing out that one can usefully further subdivide some of my eight cases.
 
  • #15
Amplifying on something Matt said-

As chance would have it, I came upon a definition today: A relation is total if for all x there exists a y such that xRy.

So my "divides" relation is a total relation on Z+ but not on Z.
 
  • #16
Is y allowed to be x? For then every reflexive relation is total.
 
  • #17
Elements of the partition on A are subsets of A, and the Union of the partition is A and the intersection of the partition is NULL.
 
  • #18
I have a question. For something like x=ymodn, how would you prove something which is intuitively obvious like for this relation, n distinct equivalence classes exist ([0],[1],...[n-1]).
 
  • #19
you just need to show that if you have some Natural number x , that you infact have a partition.

so x can be in some set A and in some set B iff A = B.

how it is partitioned is not as important as showing that it is an equivilence relation because once you establish the EQ Relation on the set, you have no need to proove that a partition exists.
 
  • #20
"Is y allowed to be x? For then every reflexive relation is total." - Matt

Yes, I didn't see any restriction saying y had to be distinct from x. So you make a good point: every reflexive relation has to be a total relation.
 
  • #21
Another relation for the heck of it.

I am not sure if mathematicians use the term "antiparallel," but I think physicists do. I believe vectors A and B are said to be antiparallel by physicists if they point in opposite directions. So 'antiparallel' is a binary relation on a vector space which is not reflexive, is symmetric, is not transitive.
 
  • #22
a reflexive relation is an equivilence relation because it is reflexive, and vaccuosly transative and vaccuosly symetric.

reflexivity is the only aspect that MUST have a component for all x in A.
 
  • #23
Modman, it almost sounds like you are claiming that all reflexive relations are equivalence relations, but we have given examples in this thread where that is not the case. I must be misunderstanding your point.
 
  • #24
a note for either ed or janitor, modman's replies seem eminently ignorable to be honest.

to show that the numbers 1,..n-1 form a complete set of equivalence classes mod n, one must only note that [p]=[q] iff n divides p-q, and if p an q are both less than n (and greater than zero) that that implies p=q
 
  • #25
when I made the post, I had this type of reflexive set in mind:

{ (1,1) , (2,2) }

so I most certainly did not have all cases that are reflexive in mind.

I most certainly know that the class

{ (1,1), (2,2), (2,3) } is not an equivilence...but then if you read carfuly, you would see I used the term "vaccuos" in relation to symetric and transitive, meaning that no ordered pair (like the(2,3) I used above) exists in the set, so all elements are examples of reflexivity, nothing more.

reflexive is a bidirectional proposition, so you MUST have at least one ordered pair in the set, and it must represent for all x : (x,x)

but Symetric is an implication, so it the antecedent is false, it is symetric.

and Transitive is an implication so in the same way as symetric, it will be true.
 
Last edited:
  • #26
Originally posted by modmans2ndcoming
when I made the post, I had this type of reflexive set in mind:

{ (1,1) , (2,2) }

so I most certainly did not have all cases that are reflexive in mind.

I most certainly know that the class

{ (1,1), (2,2), (2,3) } is not an equivilence...but then if you read carfuly, you would see I used the term "vaccuos" in relation to symetric and transitive, meaning that no ordered pair (like the(2,3) I used above) exists in the set, so all elements are examples of reflexivity, nothing more.

reflexive is a bidirectional proposition, so you MUST have at least one ordered pair in the set, and it must represent for all x : (x,x)

but Symetric is an implication, so it the antecedent is false, it is symetric.

and Transitive is an implication so in the same way as symetric, it will be true.

Then you should have said "identity relation" rather than "reflexive relation". What you orignally said was "a reflexive relation is an equivilence relation because it is reflexive, and vaccuosly transative and vaccuosly symetric."
The "vacuously" part did not clarify, it's just wrong: not all reflexive relations are transitive or symmetric.
 
  • #27
I'm with Halls

"Identity relation" sounds like a better term for what modman was talking about.
 
  • #28
And, of course, the information that every "identity" relation (x is related to y if and only if x= y) is an equivalence relation is not news. Identity is the prototype of all equivalence relations.
 

1. What is an equivalence relation?

An equivalence relation is a mathematical concept that defines a relationship between two elements in a set. It is a binary relation that satisfies three properties: reflexivity, symmetry, and transitivity. For any given set, an equivalence relation classifies its elements into distinct groups or partitions.

2. How do you determine if a relation is an equivalence relation?

To determine if a relation is an equivalence relation, you must check if it satisfies the three properties: reflexivity, symmetry, and transitivity. If the relation satisfies all three properties, then it is an equivalence relation. If it fails to satisfy even one of the properties, it is not an equivalence relation.

3. Can you give an example of an equivalence relation?

Yes, an example of an equivalence relation is the relation "is equal to" on the set of real numbers. This relation satisfies all three properties: for any real number x, x is equal to itself (reflexivity), if x is equal to y, then y is equal to x (symmetry), and if x is equal to y and y is equal to z, then x is equal to z (transitivity).

4. What is the difference between an equivalence relation and an equality relation?

An equivalence relation is a broader concept than an equality relation. While an equality relation only compares two elements and determines if they are equal or not, an equivalence relation also considers the relationship between these elements and other elements in the set. In other words, an equivalence relation considers the context of the elements in a set, while an equality relation only looks at the elements themselves.

5. How are equivalence relations used in mathematics?

Equivalence relations are used in various mathematical concepts, such as in group theory, topology, and set theory. They are also used in solving problems in algebra, geometry, and calculus. In addition, equivalence relations are used in computer science and statistics to classify data and analyze relationships between variables.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
1K
  • Linear and Abstract Algebra
Replies
2
Views
4K
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
1K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
938
  • Set Theory, Logic, Probability, Statistics
Replies
10
Views
2K
  • Linear and Abstract Algebra
Replies
4
Views
2K
  • Precalculus Mathematics Homework Help
Replies
7
Views
1K
  • Set Theory, Logic, Probability, Statistics
2
Replies
35
Views
496
Replies
3
Views
713
  • Linear and Abstract Algebra
Replies
3
Views
963
Back
Top