Prove an Equivalence Relation R over N x N

Click For Summary
SUMMARY

The discussion centers on proving that the relation R over N x N, defined by the condition that ((x,y), (u,v)) belongs to R if and only if max(x,y) = max(u,v), is an equivalence relation. Participants emphasize the necessity of demonstrating reflexivity, symmetry, and transitivity. Reflexivity is established by showing that (x,y) ~ (x,y) holds true. Symmetry is confirmed by recognizing that if (x,y) ~ (u,v), then (u,v) ~ (x,y) follows directly. Transitivity requires proving that if (x,y) ~ (u,v) and (u,v) ~ (a,b), then (x,y) ~ (a,b) must also hold, which is achievable through logical deductions based on the definitions provided.

PREREQUISITES
  • Understanding of equivalence relations in mathematics
  • Familiarity with the concept of maximum values in ordered pairs
  • Knowledge of logical reasoning and proof techniques
  • Basic understanding of set theory and relations
NEXT STEPS
  • Study the properties of equivalence relations in depth
  • Learn about proof techniques in mathematics, focusing on direct proofs and counterexamples
  • Explore the concept of maximum functions and their applications in relations
  • Practice proving equivalence relations with various examples and conditions
USEFUL FOR

Students studying discrete mathematics, mathematicians interested in relation theory, and educators teaching equivalence relations and proof techniques.

Ceci020
Messages
10
Reaction score
0

Homework Statement


Given: A relation R over N x N
((x,y), (u,v)) belongs to R. i.e (x, y) ~ (u,v)

If max(x,y) = max(u,v), given that
max(x,y) = x if x >= y
= y if x < y

Prove that R is an equivalence relation

Homework Equations


I know that to prove an equivalence relation, I must prove that the
relation satisfies : reflexivity, symmetry, and transitivity, but I
somehow get confused on how to use the condition: max(x,y) = max(u,v)
in my proof

The Attempt at a Solution


Here are my thoughts about the proof:

To prove
Reflexivity:
Given that (x,y) ~ (u,v)
so max(x,y) = max(u,v) definitely

Symmetry:
My self-question: since (x,y) ~ (u,v). Does (u,v)~(x,y)?
My thought: since max(x,y) = max(u,v), then flip the sides
I have max(u,v) = max(x, y). This is always
true, because (x,y) ~ (u,v)

Transitivity: I get confused the most with this one, and I kind of get
stuck with the proof from here too.

My thought:
Since I'm given ((x,y), (u,v)) belongs to R and (x,y) ~ (u,v)
Can I let another ordered pairs, say (a,b) that also belongs to R
and then use the following sequence:
(x,y) ~ (u,v) and (u,v) ~ (a,b), then (x,y) ~ (a,b)?

My question: how should I introduce (a,b) into the proof? How do I
prove the fact that (u,v) ~ (a,b) is true, so that I can proceed later
steps?

The most important question: are my thoughts, so far, correct? am I
missing something?
 
Physics news on Phys.org
The reflexivity isn't going well. Reflexivity says (x,y)~(x,y). Is that always true? Translate that into the max statement. Symmetry seems ok. Transitivity says (x,y)~(u,v) and (u,v)~(w,z) implies (x,y)~(w,z). Can you show that?
 
Ceci020 said:

Homework Statement


Given: A relation R over N x N
((x,y), (u,v)) belongs to R. i.e (x, y) ~ (u,v)

If max(x,y) = max(u,v), given that
max(x,y) = x if x >= y
= y if x < y

Prove that R is an equivalence relation

Homework Equations


I know that to prove an equivalence relation, I must prove that the
relation satisfies : reflexivity, symmetry, and transitivity, but I
somehow get confused on how to use the condition: max(x,y) = max(u,v)
in my proof

The Attempt at a Solution


Here are my thoughts about the proof:

To prove
Reflexivity:
Given that (x,y) ~ (u,v)
so max(x,y) = max(u,v) definitely
To prove reflexivity, you want to show that (x,y) ~ (x,y). No (u,v) at all in this part.
Symmetry:
My self-question: since (x,y) ~ (u,v). Does (u,v)~(x,y)?
My thought: since max(x,y) = max(u,v), then flip the sides
I have max(u,v) = max(x, y). This is always
true, because (x,y) ~ (u,v)
The order is a bit mixed up here.

1. You assume (x,y) ~ (u,v).
2. This means by definition of R that max(x, y) = max(u, v).
3. This implies max(u, v) = max(x,y). (Why?)
4. Therefore...

You need to fill in the last step.
Transitivity: I get confused the most with this one, and I kind of get
stuck with the proof from here too.

My thought:
Since I'm given ((x,y), (u,v)) belongs to R and (x,y) ~ (u,v)
These two things mean the same thing.
Can I let another ordered pairs, say (a,b) that also belongs to R
and then use the following sequence:
(x,y) ~ (u,v) and (u,v) ~ (a,b), then (x,y) ~ (a,b)?
Yes, that's exactly what you do. You assume (x,y) ~ (u,v) and (u,v) ~ (a,b). Then show that this means that (x,y) ~ (a,b).
My question: how should I introduce (a,b) into the proof? How do I
prove the fact that (u,v) ~ (a,b) is true, so that I can proceed later
steps?
You don't need to prove it. It's true by assumption. You want to show that the assumptions lead to the conclusion.
The most important question: are my thoughts, so far, correct? am I
missing something?
 

Similar threads

Replies
7
Views
1K
  • · Replies 12 ·
Replies
12
Views
2K
Replies
20
Views
5K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 26 ·
Replies
26
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K
Replies
1
Views
1K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K