Relation

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 7

Kurdistan Region of Iraq

Ministry of Higher Education and Scientific Research

University of Sulaimanyah

College of Basic Education

2022-2021

_____________________________________________________________

Department of : Computer science


Stage : 2
Subject: Discrete Mathematics

Relation

Prepared By:

Zhiwar Osman Larin Bahjat Muhammad Yasin Qadir Salih


Abstract
In this report we talked about Relation , Relation is a relationship
between sets of values , in math the relation between the x-value and y-
value of ordered pair , and the set of all x-value is called domain , and the
set of all y-value is called range . and we talked about the types of
Relation in Mathematics .
Table of Contents
Relation ............................................................................................................... 1
Abstract ............................................................................................................... 2
Relations on sets ................................................. Error! Bookmark not defined.
Types of relation ................................................................................................. 4
1) a relation on a Power set ................................................................... 4
2) The Inverse of a Relation .................................................................. 5
3) Empty Relation .................................................................................... 5
4) Universal Relation ............................................................................... 5
5) Identity Relation .................................................................................. 6
6) Reflexive Relation ............................................................................... 6
7) Symmetric Relation ............................................................................ 6
8) Transitive Relation .............................................................................. 6
9) Equivalence Relation ......................................................................... 6
Reference ............................................................................................................ 7
Introduction of Relation
It is a subset of the Cartesian product. Or simply, a bunch of points
(ordered pairs). In other words, the relation between the two sets is
defined as the collection of the ordered pair, in which the ordered pair is
formed by the object from each set.

Example: {(-2, 1), (4, 3), (7, -3)}, usually written in set notation form with
curly brackets.

Types of relation

1) a relation on a Power set


• Definition: The power set of a set S, denoted P(S), is the set of all

subsets of S.

• Examples – Let A = {a,b,c},

P(A) = {,{a},{b},{c},{a,b},{b,c},{a,c},{a,b,c}}

– Let A={{a,b},c}, P(A)={,{{a,b}},{c},{{a,b},c}}

• Note: the empty set  and the set itself are always elements of the
power set.
2) The Inverse of a Relation
In simple words, if (x, y) ∈ R, then (y, x) ∈ R-1 and vice versa. i.e., If
R is from A to B, then R-1 is from B to A. Thus, if R is a subset of A x
B, then R-1 is a subset of B x A.

3) Empty Relation
An empty relation (or void relation) is one in which there is no
relation between any elements of a set. For example, if set A = {1, 2,
3} then, one of the void relations can be R = {x, y} where, |x – y| = 8.
For empty relation,
R=φ⊂A×A

4) Universal Relation
A universal (or full relation) is a type of relation in which every
element of a set is related to each other. Consider set A = {a, b, c}.
Now one of the universal relations will be R = {x, y} where, |x – y| ≥
0. For universal relation,
R=A×A
5) Identity Relation
In an identity relation, every element of a set is related to itself only.
For example, in a set A = {a, b, c}, the identity relation will be I = {a,
a}, {b, b}, {c, c}. For identity relation,
I = {(a, a), a ∈ A}

6) Reflexive Relation
In a reflexive relation, every element maps to itself. For example,
consider a set A = {1, 2,}. Now an example of reflexive relation will
be R = {(1, 1), (2, 2), (1, 2), (2, 1)}. The reflexive relation is given
by-
(a, a) ∈ R
7) Symmetric Relation
In a symmetric relation, if a=b is true then b=a is also true. In other
words, a relation R is symmetric only if (b, a) ∈ R is true when (a,b)
∈ R. An example of symmetric relation will be R = {(1, 2), (2, 1)}
for a set A = {1, 2}. So, for a symmetric relation,
aRb ⇒ bRa, ∀ a, b ∈ A

8) Transitive Relation
For transitive relation, if (x, y) ∈ R, (y, z) ∈ R, then (x, z) ∈ R. For a
transitive relation,
aRb and bRc ⇒ aRc ∀ a, b, c ∈ A

9) Equivalence Relation
If a relation is reflexive, symmetric and transitive at the same time it
is known as an equivalence relation.
Reference
1. Epp, S. S. (2010). Discrete Mathematics with Applications (4th ed.). Cengage

Learning.

2. Halmos P.R., H. A. M. O. S. I. (2008). Naive set theory books 9787506292177

Genuine(Chinese Edition). World Publishing Company.

3. Duntsch, Ivo. 2000. Sets, Relations, Functions. Methodos Primers. united

kigdom : Methodos Publishers (UK) (February 1, 2000), 2000, p. 54.

You might also like