G
Guest
Guest
Ok I know this isn't really related to math, but it something I have problem with.
Suppose I have the following comparison of people's names:
Watkins is not Harris
Watkins is not Franklin
Charles is not Watkins
Charles is not Vail
or, in another form:
Watkins <> Harris
Watkins <> Franklin
Charles <> Watkins
Charles <> Vail
Since the transitive property states that if a=b and b=c then a=c.
So if I apply that to the list, I get:
Harris <> Franklin
Watkins <> Vail
Charles <> Harris
Franklin <> Charles
Is this right (or can I do this)?
Suppose I have the following comparison of people's names:
Watkins is not Harris
Watkins is not Franklin
Charles is not Watkins
Charles is not Vail
or, in another form:
Watkins <> Harris
Watkins <> Franklin
Charles <> Watkins
Charles <> Vail
Since the transitive property states that if a=b and b=c then a=c.
So if I apply that to the list, I get:
Harris <> Franklin
Watkins <> Vail
Charles <> Harris
Franklin <> Charles
Is this right (or can I do this)?