# Reflexivity

## Basic idea

A relation is reflexive if every element is related to itself. One of the three defining properties of an equivalence relation (with symmetry and transitivity).

## Key formulas

* $\forall a \in X.; R(a,a)$
* Equivalently: $\Delta\_X \subseteq R$, where $\Delta\_X = {(a,a) : a\in X}$

A binary relation **R** over a set X is reflexive if it relates every element of X to itself.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://isubasinghe.gitbook.io/isithas-wiki/math/set_theory/reflexivity.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
