Is the Relation R Complete Given Asymmetry in P?

Click For Summary

Homework Help Overview

The discussion revolves around proving the completeness of a binary relation R defined in terms of an asymmetric relation P on a non-empty set X. The original poster attempts to construct a proof but expresses uncertainty about clarity and correctness.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the implications of the definitions of asymmetry and the relation R. They explore the logical steps needed to demonstrate that R is complete by considering various cases based on the properties of P.

Discussion Status

Some participants provide feedback on the original proof attempt, noting areas of confusion and suggesting clearer logical structures. There is an ongoing exploration of how to express the proof effectively, with multiple interpretations of the approach being discussed.

Contextual Notes

Participants mention the use of logical symbols and formal proofs, indicating a preference for structured reasoning. There is also a reference to differing educational resources that influence how proofs are approached and articulated.

Kolmin
Messages
66
Reaction score
0

Homework Statement



Assume a relation P that is asymmetric on a set X that is not empty.
Define the binary relation R on X by xRy iff y P x is false.

Prove that R is complete

Homework Equations



Asymmetry: xRy \rightarrow \neg (yRx)

Now, I think I got a proof, but I am not sure how well I can express it. So my problem is both about contents and style.

The Attempt at a Solution



PROOF:
Let x, y be arbitrary. Assume that xRy is false.
Thus, by definition of R, it follows that yPx.
Since P is an asymmetric relation, if follows that xPy is false.
Therefore, since x and y are arbitrary, it follows from the definition of R that the relation is complete.

Does it look perspicuous or there is something not clear? Maybe the last sentence?
Thanks a lot in advance.
 
Physics news on Phys.org
PROOF:
Let x, y be arbitrary.

This is a good start.

Assume that xRy is false.

This is not a promising approach if you want to prove something about R, because at the moment you don't know anything about R, except its definition in terms of P, which you know to be antisymmetric.

Thus, by definition of R, it follows that yPx.
Since P is an asymmetric relation, if follows that xPy is false.

Correct. You've shown that \neg(xRy) implies \neg(xPy). But how does that help prove that R is complete?

Therefore, since x and y are arbitrary,
But they aren't, because you assumed that \neg(xRy).
it follows from the definition of R that the relation is complete.
I don't think that this, if true, is an obvious conclusion.

You need to start from the assumption that P is asymmetric and show that R is complete, ie. that for all x and y, either xRy or yRx (or both).

Clearly for all x,y, either xPy or \neg(xPy).

Assume xPy. What does that tell you about xRy?
Now assume instead \neg(xPy). What does that tell you about yRx?
 
Last edited:
\!First of all, thanks a lot for your feedback.

I kinda guess that I cannot really express what I find out, so I am going to write the "proof" with logical symbols (I "learned" how to prove something froma book that strongly emphasize this kind of approach). :smile:
Maybe this should clear I came out with what I wrote, in order to find out if the problem is with my thoughts or with my way of expressing thoughts.

So, that's what we have (in that book, those are called givens):

1. \forall x,y \in X (xPy \rightarrow \neg yPx) [Asymmetry] [1.]

2. \forall x,y \in X (xRy \leftrightarrow \neg yPx) [Definition of R] [2.]

What we have to prove (let's call it our goal):

\forall x,y \in X (xRy \vee yRx) [G1]

So let's take x and y arbitrary. Let's call them a and b.

Our goal is now aRb \vee bRa, which is the same as \neg aRb \rightarrow bRa. So, assuming \neg aRb (it goes in the list of our givens as [3]), we have to prove bRa, from now on the new goal [G2].

So, from now on, we play with Universal instantiation and Modus Tollens:

i) we take a and b and we put them in the second given (the definition of R). The result is

aRb \leftrightarrow \neg bPa, [4.1]

which can be split in the two other givens

aRb \rightarrow \neg bPa [4.1a]
\neg bPa \rightarrow aRb [4.1b]

Considering our assumption \neg aRb, we get from [4.1b] with Modus Tollens bPa, that becomes our given [5.].

ii) we take our given [1.], which is the asymmetric property, and again we use universal instantiation, obtaining

aPb \rightarrow \neg bPa,

that along with our given [5.], using Modus Tollens again, gives us the new given

\neg aPb [6.]

The last step is to use Universal Instantiation in our given [2.] the other way around. So we get

bRa \leftrightarrow \neg aPb

Usign Modus Pollens in this case give us our desired result, which is bRa.
 
So I put the way in which I work out proofs in order to show how I approach those kind of problems. If it looks mechanical... well, it is, but not all are natural-born-Gauss, and I am definitely not in that group. :redface:

So, I checked-rechecked it and I guess it should work, even if I guess there are some more straightforward way.

But I can I put in words...THAT? (obviously, assuming it is ok). :confused:
 
Your proof looks okay, but for one formal mistake: you actually have only two "givens", which you number [1.] and [2.]. All your other numbered statements are "conclusions" or "results" of these givens and your deductions.

You're showing that R is complete by assuming ¬aRb and deducing bRa. I'd probably do so less formally:
Assume ¬aRb. Then (by definition of R) we have bPa, from which follows (with the antisymmetry of P) that ¬aPb, so that bRa (again, by definition of R).

This shows that either aRb or bRa, and since a,b can be chosen arbitrarily, this proves that R is complete.​
 
Kolmin said:
So I put the way in which I work out proofs in order to show how I approach those kind of problems. If it looks mechanical... well, it is, but not all are natural-born-Gauss, and I am definitely not in that group. :redface:

So, I checked-rechecked it and I guess it should work, even if I guess there are some more straightforward way.

But I can I put in words...THAT? (obviously, assuming it is ok). :confused:

I think you're making it rather harder than it should be.

We want to prove something for all x and y. The first sentence of the proof is therefore:

"Let x \in X and y \in X be arbitrary."

Now we need to generate some information about x and y. We haven't mentioned P yet, so let's start with an obviously true statement:

"Then either xPy or \neg(xPy)."

Now we can deal with each case.

For the first: We want to say something about R, but our definition of R is in terms of \neg P, so we first have to produce something involving that. Fortunately P is asymmetric, so xPy gives us \neg(yPx). So:

"If xPy then by asymmetry of P we have \neg(yPx), which by definition of R implies xRy."

For the second case we can use the definition of R directly:

"Alternatively, if \neg(xPy) then by definition of R we have yRx."

Drawing these together:

"Therefore either xRy or yRx. Since x and y are arbitrary, R is complete."

And the complete proof:

Let x \in X and y \in X be arbitrary. Then either xPy or \neg(xPy). If xPy then by asymmetry of P we have \neg(yPx), which by definition of R implies xRy. Alternatively, if \neg(xPy) then by definition of R we have yRx. Therefore either xRy or yRx. Since x and y are arbitrary, R is complete.

You may find Tim Gowers's series of posts on basic logic helpful.
 
Michael Redei said:
Your proof looks okay, but for one formal mistake: you actually have only two "givens", which you number [1.] and [2.]. All your other numbered statements are "conclusions" or "results" of these givens and your deductions.

I know what you mean. The fact is that in the book I studied consider all of them sort of new givens (they are actually put in a specific list of givens, opposed to that of goals, and they are both evolving. This book is related to a java app and they both give you this dynamic idea of list of givens that becomes bigger after each step.


Michael Redei said:
You're showing that R is complete by assuming ¬aRb and deducing bRa. I'd probably do so less formally:
Assume ¬aRb. Then (by definition of R) we have bPa, from which follows (with the antisymmetry of P) that ¬aPb, so that bRa (again, by definition of R).

This shows that either aRb or bRa, and since a,b can be chosen arbitrarily, this proves that R is complete.​

So here there is the trick when I write down to proof. Even if I used a direct proof rephrasing the disjunction, when I write down is much easier to express it in the original way, right?
 
pasmith said:
Let x \in X and y \in X be arbitrary. Then either xPy or \neg(xPy). If xPy then by asymmetry of P we have \neg(yPx), which by definition of R implies xRy. Alternatively, if \neg(xPy) then by definition of R we have yRx. Therefore either xRy or yRx. Since x and y are arbitrary, R is complete.

So, your post kinda confirms me that the best way to write those kind of disjunction proofs is to stick to that kind of formulation, even if you get (as I did) the result with a direct proof.

It looks to me that both yours and Michael Redei's proofs are clear cut and share the same approach to express the result.

pasmith said:
You may find Tim Gowers's series of posts on basic logic helpful.

Well, the book I keep on mentioning is "How to prove it: a structured approach", by Velleman. I liked it a lot, because there was a lot of logic AND a java app that gives you the possibility to literally think like a machine. So it's really a step by step approach towards mathematical proofs. I really liked it.

Anyway, I don't want to sound like a commercial: I liked it and I it is the book that influenced me the most, but I think I read almost all books on proof writing that can be found on the market. :smile:
 
My opinion on writing down proofs (and you don't have to agree with that) is that you should explain only what's necessary, otherwise you'll bore your reader, but include all important parts (or you'll leave him asking himself "Why was that so?").

Your very rigorous proof does looks rather mechanical, and you spell out some steps that are probably obvious to your readers, like when you use modus tollens. If I have no "audience" specified (someone either "higher" or "lower" than me, like my teacher, or my student), I imagine what it would be like explaining a proof to someone just like myself. And on the telephone, so I'll need to avoid long lists of steps that he will forget before I'm at the end of them.

If you look at my version of this proof, you'll see that I begin with "Assume ¬aRb." Then comes a longish chain of thoughts, and since at the end my listener may have forgotten what I began with and where I wanted to go, I connect the "¬aRb" part with my last conclusion, "bRa" by saying "This shows that either aRb or bRa".

Getting a style of your own in writing proofs is a bit like developing a feeling for poetry. You should read a lot of it, especially bad stuff, to find out what styles you prefer and what you consider beast to express your thoughts.
 

Similar threads

Replies
3
Views
2K
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
1
Views
1K
  • · Replies 20 ·
Replies
20
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
24
Views
3K