User:IssaRice/Stringing together relations and binary operations

From Machinelearning
Revision as of 03:28, 3 August 2019 by IssaRice (talk | contribs) (Created page with "If <math>R</math> is a relation on a set <math>X</math>, and <math>x,y,z</math> are elements of <math>X</math>, we sometimes write <math>x \mathrel{R} y \mathrel{R} z</math> a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

If R is a relation on a set X, and x,y,z are elements of X, we sometimes write xRyRz as an abbreviation of "xRy and yRz. This makes sense especially when R is a transitive relation, because in that case we also have xRz, which is suggested by the notation "xRyRz".

For instance, if we have three real numbers x,y,z and the relation , then xyz means that xy and yz. Since the relation is transitive, we also have xz.