- Source: Reflexive relation
In mathematics, a binary relation
R
{\displaystyle R}
on a set
X
{\displaystyle X}
is reflexive if it relates every element of
X
{\displaystyle X}
to itself.
An example of a reflexive relation is the relation "is equal to" on the set of real numbers, since every real number is equal to itself. A reflexive relation is said to have the reflexive property or is said to possess reflexivity. Along with symmetry and transitivity, reflexivity is one of three properties defining equivalence relations.
Definitions
A relation
R
{\displaystyle R}
on the set
X
{\displaystyle X}
is said to be reflexive if for every
x
∈
X
{\displaystyle x\in X}
,
(
x
,
x
)
∈
R
{\displaystyle (x,x)\in R}
.
Equivalently, letting
I
X
:=
{
(
x
,
x
)
:
x
∈
X
}
{\displaystyle \operatorname {I} _{X}:=\{(x,x)~:~x\in X\}}
denote the identity relation on
X
{\displaystyle X}
, the relation
R
{\displaystyle R}
is reflexive if
I
X
⊆
R
{\displaystyle \operatorname {I} _{X}\subseteq R}
.
The reflexive closure of
R
{\displaystyle R}
is the union
R
∪
I
X
,
{\displaystyle R\cup \operatorname {I} _{X},}
which can equivalently be defined as the smallest (with respect to
⊆
{\displaystyle \subseteq }
) reflexive relation on
X
{\displaystyle X}
that is a superset of
R
.
{\displaystyle R.}
A relation
R
{\displaystyle R}
is reflexive if and only if it is equal to its reflexive closure.
The reflexive reduction or irreflexive kernel of
R
{\displaystyle R}
is the smallest (with respect to
⊆
{\displaystyle \subseteq }
) relation on
X
{\displaystyle X}
that has the same reflexive closure as
R
.
{\displaystyle R.}
It is equal to
R
∖
I
X
=
{
(
x
,
y
)
∈
R
:
x
≠
y
}
.
{\displaystyle R\setminus \operatorname {I} _{X}=\{(x,y)\in R~:~x\neq y\}.}
The reflexive reduction of
R
{\displaystyle R}
can, in a sense, be seen as a construction that is the "opposite" of the reflexive closure of
R
.
{\displaystyle R.}
For example, the reflexive closure of the canonical strict inequality
<
{\displaystyle <}
on the reals
R
{\displaystyle \mathbb {R} }
is the usual non-strict inequality
≤
{\displaystyle \leq }
whereas the reflexive reduction of
≤
{\displaystyle \leq }
is
<
.
{\displaystyle <.}
= Related definitions
=There are several definitions related to the reflexive property.
The relation
R
{\displaystyle R}
is called:
irreflexive, anti-reflexive or aliorelative
if it does not relate any element to itself; that is, if
x
R
x
{\displaystyle xRx}
holds for no
x
∈
X
.
{\displaystyle x\in X.}
A relation is irreflexive if and only if its complement in
X
×
X
{\displaystyle X\times X}
is reflexive. An asymmetric relation is necessarily irreflexive. A transitive and irreflexive relation is necessarily asymmetric.
left quasi-reflexive
if whenever
x
,
y
∈
X
{\displaystyle x,y\in X}
are such that
x
R
y
,
{\displaystyle xRy,}
then necessarily
x
R
x
.
{\displaystyle xRx.}
right quasi-reflexive
if whenever
x
,
y
∈
X
{\displaystyle x,y\in X}
are such that
x
R
y
,
{\displaystyle xRy,}
then necessarily
y
R
y
.
{\displaystyle yRy.}
quasi-reflexive
if every element that is part of some relation is related to itself. Explicitly, this means that whenever
x
,
y
∈
X
{\displaystyle x,y\in X}
are such that
x
R
y
,
{\displaystyle xRy,}
then necessarily
x
R
x
{\displaystyle xRx}
and
y
R
y
.
{\displaystyle yRy.}
Equivalently, a binary relation is quasi-reflexive if and only if it is both left quasi-reflexive and right quasi-reflexive. A relation
R
{\displaystyle R}
is quasi-reflexive if and only if its symmetric closure
R
∪
R
T
{\displaystyle R\cup R^{\operatorname {T} }}
is left (or right) quasi-reflexive.
antisymmetric
if whenever
x
,
y
∈
X
{\displaystyle x,y\in X}
are such that
x
R
y
and
y
R
x
,
{\displaystyle xRy{\text{ and }}yRx,}
then necessarily
x
=
y
.
{\displaystyle x=y.}
coreflexive
if whenever
x
,
y
∈
X
{\displaystyle x,y\in X}
are such that
x
R
y
,
{\displaystyle xRy,}
then necessarily
x
=
y
.
{\displaystyle x=y.}
A relation
R
{\displaystyle R}
is coreflexive if and only if its symmetric closure is anti-symmetric.
A reflexive relation on a nonempty set
X
{\displaystyle X}
can neither be irreflexive, nor asymmetric (
R
{\displaystyle R}
is called asymmetric if
x
R
y
{\displaystyle xRy}
implies not
y
R
x
{\displaystyle yRx}
), nor antitransitive (
R
{\displaystyle R}
is antitransitive if
x
R
y
and
y
R
z
{\displaystyle xRy{\text{ and }}yRz}
implies not
x
R
z
{\displaystyle xRz}
).
Examples
Examples of reflexive relations include:
"is equal to" (equality)
"is a subset of" (set inclusion)
"divides" (divisibility)
"is greater than or equal to"
"is less than or equal to"
Examples of irreflexive relations include:
"is not equal to"
"is coprime to" on the integers larger than 1
"is a proper subset of"
"is greater than"
"is less than"
An example of an irreflexive relation, which means that it does not relate any element to itself, is the "greater than" relation (
x
>
y
{\displaystyle x>y}
) on the real numbers. Not every relation which is not reflexive is irreflexive; it is possible to define relations where some elements are related to themselves but others are not (that is, neither all nor none are). For example, the binary relation "the product of
x
{\displaystyle x}
and
y
{\displaystyle y}
is even" is reflexive on the set of even numbers, irreflexive on the set of odd numbers, and neither reflexive nor irreflexive on the set of natural numbers.
An example of a quasi-reflexive relation
R
{\displaystyle R}
is "has the same limit as" on the set of sequences of real numbers: not every sequence has a limit, and thus the relation is not reflexive, but if a sequence has the same limit as some sequence, then it has the same limit as itself.
An example of a left quasi-reflexive relation is a left Euclidean relation, which is always left quasi-reflexive but not necessarily right quasi-reflexive, and thus not necessarily quasi-reflexive.
An example of a coreflexive relation is the relation on integers in which each odd number is related to itself and there are no other relations. The equality relation is the only example of a both reflexive and coreflexive relation, and any coreflexive relation is a subset of the identity relation. The union of a coreflexive relation and a transitive relation on the same set is always transitive.
Number of reflexive relations
The number of reflexive relations on an
n
{\displaystyle n}
-element set is
2
n
2
−
n
.
{\displaystyle 2^{n^{2}-n}.}
Note that S(n, k) refers to Stirling numbers of the second kind.
Philosophical logic
Authors in philosophical logic often use different terminology.
Reflexive relations in the mathematical sense are called totally reflexive in philosophical logic, and quasi-reflexive relations are called reflexive.
Notes
References
External links
"Reflexivity", Encyclopedia of Mathematics, EMS Press, 2001 [1994]
Kata Kunci Pencarian:
- Himpunan terurut parsial
- Reflexive relation
- Equivalence relation
- Relation (mathematics)
- Homogeneous relation
- Antisymmetric relation
- Reflexive
- Equality (mathematics)
- Relation
- Transitive relation
- Binary relation