Reflexive closure

In mathematics, the reflexive closure of a binary relation R on a set X is the smallest reflexive relation on X that contains R, i.e. the set R \cup \{(x,x) \mid x \in X \}.

For example, if X is a set of distinct numbers and x R y means "x is less than y", then the reflexive closure of R is the relation "x is less than or equal {{nowrap|to y".}}

Definition

The reflexive closure S of a relation R on a set X is given by

S = R \cup \{(x, x) \mid x \in X\}

In plain English, the reflexive closure of R is the union of R with the identity relation on X.

Example

As an example, if

X = \{1, 2, 3, 4\}

R = \{(1,1), (1,3), (2,2), (3,3), (4,4)\}

then the relation R is already reflexive by itself, so it does not differ from its reflexive closure.

However, if any of the reflexive pairs in R was absent, it would be inserted for the reflexive closure.

For example, if on the same set X

R = \{(1,1), (1,3), (2,2), (4,4)\}

then the reflexive closure is

S = R \cup \{(x,x) \mid x \in X\} = \{(1,1), (1,3), (2,2), (3,3), (4,4)\} .

See also

  • {{annotated link|Symmetric closure}}
  • {{annotated link|Transitive closure}}

References

{{reflist}}

  • Franz Baader and Tobias Nipkow, [https://books.google.com/books?id=N7BvXVUCQk8C&q=%22reflexive+closure%22 Term Rewriting and All That], Cambridge University Press, 1998, p. 8

Category:Binary relations

Category:Closure operators

Category:Rewriting systems

{{Order theory}}

{{plt-stub}}