A set of Tuple showing how a set is related.

Formal Definition

A relation is a subset of Cartesian Product of two sets with a relation operation. .

Properties

Reflexive

is reflexive if

Symmetric

is symmetric if

Transitive

is transitive if

Antisymmetric

R is antisymmetric if s.t

Partial Order

is a partial order if it is Antisymmetric and Transitive

Example

Types