Can Abstract Math Prove a 15-Pair Relation Non-Transitive?

AI Thread Summary
The discussion revolves around proving that a relation R on the set A = {1,2,3,4} with 15 ordered pairs is not transitive. The participants emphasize that with 16 possible pairs, omitting one creates a scenario where two pairs can exist that would imply the omitted pair, thus violating transitivity. They also discuss the injective function and the need for precise wording in proofs, particularly for subsets of A. A specific example is given to illustrate the concept, highlighting that removing any pair can lead to a situation where transitivity fails. Overall, the conversation focuses on understanding and articulating the proof of non-transitivity in relations.
H2Pendragon
Messages
17
Reaction score
0
Man I've become desperate. I just signed up needing help on this homework. Can anyone help me with these two problems?

Let A be the set {1,2,3,4}. Prove that a relation R on A with 15 ordered pairs is not transitive.

I've got no clue on that one.



And this second one, which I know the proof, but I need some help wording it correctly:

If f is injective (one-to-one) and C subset D are any subsets of A, then f(D-C) = f(D) - f(C).

I know the proof, but every time I try and word it, it just sounds wrong.
 
Physics news on Phys.org
Since there are 16 possible ordered pairs, if 15 are in the relation only 1 is omited. Show that there exist a pair of pairs that implicate the omited pair.
hint can you do
Let A be the set {1,2,3}. Prove that a relation R on A with 8 ordered pairs is not transitive.
or
Let A be the set {1,2}. Prove that a relation R on A with 3 ordered pairs is not transitive.


Since the function is injective you can work with f(x) instead of x.
if f(x) is in f(D-C) what can we say about x.
if f(x) is in f(D)-f(C) what can we say about x.
 
lurflurf said:
Let A be the set {1,2}. Prove that a relation R on A with 3 ordered pairs is not transitive.

What about {(1,1), (1,2), (2,2)}?

EDIT: Sorry, I'm just being nit-picky. The general case and idea is sound. It works for 3 elements and above.
 
Last edited:
crazyjimbo said:
What about {(1,1), (1,2), (2,2)}?

EDIT: Sorry, I'm just being nit-picky. The general case and idea is sound. It works for 3 elements and above.

My mistake darn combinatorics.
 
lurflurf said:
Since there are 16 possible ordered pairs, if 15 are in the relation only 1 is omited. Show that there exist a pair of pairs that implicate the omited pair.
hint can you do
Let A be the set {1,2,3}. Prove that a relation R on A with 8 ordered pairs is not transitive.
or
Let A be the set {1,2}. Prove that a relation R on A with 3 ordered pairs is not transitive

See I really have no idea on this. I know I'm only omitting one but I have no idea why that would cause a problem. The book we're using is pretty bad and I suspect it's not telling me something important.

{(1,1) (1,2) (1,3) (1,4) (2,1) (2,2) (2,3) (2,4) (3,1) (3,2) (3,3) (3,4) (4,1) (4,2) (4,3) (4,4)}
 
If you pick one ordered pair and remove it from that relation you have listed, can you find an example of ordered pairs such that (a,b) and (b,c) is in the relation but (a,c) isn't? I.e. the relation isn't transitive.

At first pick an actual pair. You should then see that the case is the same whichever pair you remove, which answers your question.
 
Ok, I see the problem at least. I couldn't visualize with symmetric originally. But if you have (4,3) and (3,4) but not (4,4) you aren't transitive. Well at least that group isn't, but it's supposed to be for any a,b,c right?

Now the problem is... how do I put that in words?
 
If you remove (a,b) then since you have four elements you can pick an element c which isn't equal to a or b. Try going from there.

This is the condition which doesn't hold with only two elements.
 
So does this seem sufficient?:

A relation R on A has 16 possible ordered pairs. Let R be a relation on A with 15 ordered pairs excluding aRc. Since all the other remaining pairs are in R, then aRb and bRc. However, since a does not relate to c, R is not transitive.
 
  • #10
Yes, that is perfectly good.

By the way, this should have been posted in the "homework and coursework" section.
 
Back
Top