community
directory
books
authors
images
encyclopedia

Email:
Password:
Register

Knowledgerush Search

 

Google
  Web knowledgerush


Search for images of Binary relation


Message boards   Post comment

Binary relation

A binary relation is a mathematical concept to do with "relations", such as "is greater than" and "is equal to" in arithmetic, or "is an element of" in set theory.

Formally, a binary relation over a set X and a set Y is an ordered triple R=(X, Y, G(R)) where G(R), called the graph of the relation R, is a subset of X × Y. If (x,y) ∈ G(R) then we say that x is R-related to y and write xRy or R(x,y).

It is common practice to identify the relation with its graph, i.e. if R &sube X × Y we call R a relation over X,Y.

Example: Suppose there are four objects: {ball, car, doll, gun} and four persons: {John, Mary, So, Venus}. Suppose that John owns the ball, Mary owns the doll, and Venus owns the car. No one owns the gun and So owns nothing. Then the binary relation "is owned by" is given as

R=({ball, car, doll, gun}, {John, Mary, So, Venus}, {(ball,John), (doll,Mary), (car,Venus)}).
The pair (ball,John), denoted by ballRJohn means ball is owned by John.

Note that two different relations could have the same graph. For example: the relation

({ball, car, doll, gun), {John, Mary, Venus}, {(ball,John), (doll,Mary), (car,Venus)}
is different from the previous one as everyone is a owner. But the graphs of the two relations are the same.

Neverthesis, R is usually identified or even defined as G(R) and "an ordered pair (x,y) ∈ G(R)" is usually denoted as "(x,y) ∈ R".

It may also be thought of as a binary function that takes as arguments an element x of X and an element y of Y and evaluates to true or false (indicating whether the ordered pair (x, y) is an element of the set which is the relation).

Special Relations

Some important properties that binary relation R over X and Y may or may not have are: ; total: for all x in X there exists a y in Y such that xRy ; functional: for all x in X, and y and z in Y it holds that if xRy and xRz then y = z ; surjective: for all y in Y there exists an x in X such that xRy ; injective: for all x and z in X and y in Y it holds that if xRy and zRy then x = z

A binary relation that is functional is called a partial function; a binary relation that is both total and functional is called a function.

Relations over a set

If X = Y then we simply say that the binary relation is over X.

Some important properties that binary relations over a set X may or may not have are: ; reflexive: for all x in X it holds that xRx. For example, "greater than or equal to" is a reflexive relation but "greater than" is not. ; irreflexive: for all x in X it holds that not xRx ; symmetric: for all x and z in X it holds that if xRz then zRx ; antisymmetric: for all x and z in X it holds that if xRz and zRx then x = z ; transitive: for all x, y and z in X it holds that if xRy and yRz then xRz ; trichotomous: for all x and y in X exactly one of xRy, yRx and x = y holds ; extendability: for all x in X, there exists y in X such that xRy

A relation which is reflexive, symmetric and transitive is called an equivalence relation. A relation which is reflexive, antisymmetric and transitive is called a partial order. A relation which is trichotomous is called a total order or a linear order.

Operations on binary relations

If R,S &sube X × Y are binary relations, then each of the following are binary relations:

  • Inverse: R-1 &sube Y × X, defined as R-1 = { (y, x) | (x, y) &isin R }
  • Union: R &cup S &sube X × Y, defined as R &cup S = {(x,y) | (x,y) &is in R or (x,y) &isin S }
  • Intersection: R &cap S &sube X × Y, defined as R &cap S = {(x,y) | (x,y) &is in R and (x,y) &isin S }

See Also:

-- Function -- Partial order -- Total order -- Well-order -- Equivalence relation -- Correspondence

Referenced By

Bisimilarity | Bisimulation | Inequality | List of basic discrete mathematics topics | List of mathematical topics | List of mathematical topics (A-C) | List of mathematics topics | Trichotomy Property

 

Compose Your Message

Your Email Address or Pen Name (optional):
Subject:
Your Message:
 

 

 

 

 

 

This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Binary relation".

 

Contact UsPrivacy Statement & Terms of Use

 
Copyright © 1999-2003 Knowledgerush.com. All rights reserved.