HOME

TheInfoList



OR:

In
mathematics Mathematics is an area of knowledge that includes the topics of numbers, formulas and related structures, shapes and the spaces in which they are contained, and quantities and their changes. These topics are represented in modern mathematics ...
, a partial equivalence relation (often abbreviated as PER, in older literature also called restricted equivalence relation) is a
homogeneous binary relation In mathematics, a homogeneous relation (also called endorelation) over a set ''X'' is a binary relation over ''X'' and itself, i.e. it is a subset of the Cartesian product . This is commonly phrased as "a relation on ''X''" or "a (binary) relation ...
that is symmetric and transitive. If the relation is also reflexive, then the relation is an
equivalence relation In mathematics, an equivalence relation is a binary relation that is reflexive, symmetric and transitive. The equipollence relation between line segments in geometry is a common example of an equivalence relation. Each equivalence relation ...
.


Definition

Formally, a relation R on a set X is a PER if it holds for all a, b, c \in X that: # if a R b, then b R a (symmetry) # if a R b and b R c, then a R c (transitivity) Another more intuitive definition is that R on a set X is a PER if there is some subset Y of X such that R \subseteq Y \times Y and R is an
equivalence relation In mathematics, an equivalence relation is a binary relation that is reflexive, symmetric and transitive. The equipollence relation between line segments in geometry is a common example of an equivalence relation. Each equivalence relation ...
on Y. The two definitions are seen to be equivalent by taking Y = \.


Properties and applications

The following properties hold for a partial equivalence relation R on a set X: * R is an equivalence relation on the subset Y = \ \subseteq X.By construction, R is reflexive on Y and therefore an equivalence relation on Y. *
difunctional In mathematics, a binary relation associates elements of one set, called the ''domain'', with elements of another set, called the ''codomain''. A binary relation over sets and is a new set of ordered pairs consisting of elements in and in ...
: the relation is the set \ for two partial functions f,g : X \rightharpoonup Y and some indicator set Y * right and left Euclidean: For a,b,c \in X, a R b and a R c implies b R c and similarly for left Euclideanness b R a and c R a imply b R c * quasi-reflexive: If x, y \in X and x R y, then x R x and y R y.This follows since if x R y, then y R x by symmetry, so x R x and y R y by transitivity. It is also a consequence of the Euclidean properties. None of these properties is sufficient to imply that the relation is a PER.For the equivalence relation, consider the set E=\ and the relation R=\^2\cup\. R is an equivalence relation on \ but not a PER on E since it is neither symmetric (dRa, but not aRd) nor transitive (dRa and aRb, but not dRb). For Euclideanness, ''xRy'' on natural numbers, defined by 0 ≤ ''x'' ≤ ''y''+1 ≤ 2, is right Euclidean, but neither symmetric (since e.g. 2''R''1, but not 1''R''2) nor transitive (since e.g. 2''R''1 and 1''R''0, but not 2''R''0).


In non-set-theory settings

In type theory, constructive mathematics and their applications to computer science, constructing analogues of subsets is often problematic—in these contexts PERs are therefore more commonly used, particularly to define setoids, sometimes called partial setoids. Forming a partial setoid from a type and a PER is analogous to forming subsets and quotients in classical set-theoretic mathematics. The algebraic notion of
congruence Congruence may refer to: Mathematics * Congruence (geometry), being the same size and shape * Congruence or congruence relation, in abstract algebra, an equivalence relation on an algebraic structure that is compatible with the structure * In mod ...
can also be generalized to partial equivalences, yielding the notion of subcongruence, i.e. a
homomorphic relation In algebra, a homomorphism is a structure-preserving map between two algebraic structures of the same type (such as two groups, two rings, or two vector spaces). The word ''homomorphism'' comes from the Ancient Greek language: () meaning "sam ...
that is symmetric and transitive, but not necessarily reflexive.


Examples

A simple example of a PER that is ''not'' an equivalence relation is the empty relation R=\emptyset, if X is not empty.


Kernels of partial functions

If f is a partial function on a set A, then the relation \approx defined by : x \approx y if f is defined at x, f is defined at y, and f(x) = f(y) is a partial equivalence relation, since it is clearly symmetric and transitive. If f is undefined on some elements, then \approx is not an equivalence relation. It is not reflexive since if f(x) is not defined then x \not\approx x — in fact, for such an x there is no y \in A such that x \approx y. It follows immediately that the largest subset of A on which \approx is an equivalence relation is precisely the subset on which f is defined.


Functions respecting equivalence relations

Let ''X'' and ''Y'' be sets equipped with equivalence relations (or PERs) \approx_X, \approx_Y. For f,g : X \to Y, define f \approx g to mean: : \forall x_0 \; x_1, \quad x_0 \approx_X x_1 \Rightarrow f(x_0) \approx_Y g(x_1) then f \approx f means that ''f'' induces a well-defined function of the quotients X / \; \to \; Y / . Thus, the PER \approx captures both the idea of ''definedness'' on the quotients and of two functions inducing the same function on the quotient.


Equality of IEEE floating point values

The IEEE 754:2008 floating point standard defines an "EQ" relation for floating point values. This predicate is symmetrical and transitive, but is not reflexive because of the presence of NaN values that are not EQ to themselves.


Notes


References

{{DEFAULTSORT:Partial Equivalence Relation Symmetric relations Transitive relations Equivalence (mathematics)