Is it correct to use a 3-tuple for transitivity in a relation?

  • Thread starter Thread starter EdgeOfWorld
  • Start date Start date
EdgeOfWorld
Messages
1
Reaction score
0
correct use of "3-tuple"?

(here I use "A" for the universal quantifier, "E" for the existential quantifier, and "e" to indicate elementhood)

My present definition for Transitivity of a relation:
R is a transitive relation on the set B

AxeB AyeB AzeB [((x,y)eR & (y,z)eR)-->(x,z)eR]

which I shorten to:
Ax,y,zeB[((x,y)eR & (y,z)eR)-->(x,z)eR]


But for a certain proof I need Ey rather than Ay, so I'm wondering if I can use a 3-tuple, (x,y,z), in the following way:

A(x,y,z)eB[((x,y)eR & (y,z)eR)-->(x,z)eR]

or would that mean I'd have to be using B^3??
 
Physics news on Phys.org


Not sure what you're asking, but transitivity is a property of R, not an operation on the x,y, and z. Thus you can't use this definition to establish the existence of y, or for that matter, x, z, or R itself.

A 3-tuple would be over B^3
 
Last edited:


Hello, EdgeOfWorld (famous last words, there!), yes, I think your original statement,

(\forall x,y,z \in B) [(((x,y)\in R) \& ((y,z) \in R)) \Rightarrow ((x,z) \in R)],

is equivalent to

(\forall(x,y,z)\in B^3)[(((x,y)\in R) \& ((y,z)\in R))\Rightarrow ((x,z)\in R)].

I don't see how this relates to the existence of y, but maybe that's because you haven't told us exactly how you're going to use it.
 
Namaste & G'day Postulate: A strongly-knit team wins on average over a less knit one Fundamentals: - Two teams face off with 4 players each - A polo team consists of players that each have assigned to them a measure of their ability (called a "Handicap" - 10 is highest, -2 lowest) I attempted to measure close-knitness of a team in terms of standard deviation (SD) of handicaps of the players. Failure: It turns out that, more often than, a team with a higher SD wins. In my language, that...
Hi all, I've been a roulette player for more than 10 years (although I took time off here and there) and it's only now that I'm trying to understand the physics of the game. Basically my strategy in roulette is to divide the wheel roughly into two halves (let's call them A and B). My theory is that in roulette there will invariably be variance. In other words, if A comes up 5 times in a row, B will be due to come up soon. However I have been proven wrong many times, and I have seen some...
Back
Top