SlideShare a Scribd company logo
1
Chapter 4
Relations
9/5/2013
2
Relations
•
A B, ordered
pairs A
B
binary relation
• : A B binary relation A
B A B
• binary relation R R A B
aRb (a, b) R a R b
(a, b) R
A B = {a, b}
R = {( , a) , ( , b) , ( , a) , ( , b) }9/5/2013
3
Relations
• (a, b) R a
b R
• : P , C
, D
•P = { , , , },
•C = { , , }
•D = {( , ), ( , ),
( , ), ( , )}
•
9/5/2013
4
(Complementary Relations)
• R:A B binary relation
R :≡ {(a,b) | (a,b) R}
• , R:A B, R,
binary relation
R :≡ {(a,b) | (a,b) R} = (A B) − R
• R
U = A B
• R R < = {(a,b) |
a<b)}
: < = {(a,b) | (a,b) <} = {(a,b) | ¬(a<b)} = ≥
9/5/2013
5
(Inverse
Relations)
• R:A B
R−1:B A
R−1 :≡ {(b, a) | (a,b) R}
, <−1 = {(b, a) | a<b} = {(b, a) | b>a} = >
• , R: →
a R b a b R :≡ {(a, b) | a b}
:
b R−1 a b a R−1 :≡ {(b, a) | b
a }
9/5/2013
6
(Inverse
Relations)
Q: R N : xRy y = x 2
R :≡ {(x, y) | y = x 2} R -1
?
A: xRy y = x 2
R R -1 :
:
yR -1x y = x 2 R−1 :≡ {(y, x) | y = x
2}
xR -1y x = y 2 R−1 :≡ {(x, y) | x = y
2}
xR -1y y = ± x R−1 :≡ {(x, y) | y =9/5/2013
7
Example
• R={(a,b) | a b}
• R-1 ={(b,a) | a b}
={(a,b) | b a}
• S={(x,y) R R | y=(x+1)/3}
• S-1 ={(y,x) R R | y=(x+1)/3}
={(x,y) R R | x=(y+1)/3}
={(x,y) R R | y=3x-1}
9/5/2013
8
• A
A
• “<”
N
• identity relation IA A
{(a,a)|a A}
• : A = {1, 2, 3, 4}
R = {(a, b) | a < b} ?
•Solution: R = {(1, 2),
(1, 3), (1, 4), (2, 3),
(2, 4), (3, 4)}
1 1
2
3
4
2
3
4
9/5/2013
9
•
A n ?
• A A A
• A A ?
• n2 A A, (=
A) A A ?
• m 2m
A A 2n2
•Answer: A
2n2
9/5/2013
10
• : R A
reflexive (a, a) R
a A
• U =
• :
– < reflexive x < x ,
(x, x) R
– ≥ :≡ {(a,b) | a≥b} reflexive (x, x)
R
• {1, 2, 3, 4} reflexive
?
•R = {(1, 1), (2, 2), (2, 3), (3, 3), (4, 4)} Yes
•R = {(1, 1), (2, 2), (3, 3)} No
• : A
irreflexive (a, a) R a A
: < irreflexive9/5/2013
11
Symmetry & Antisymmetry
• R A
symmetric
R = R−1, (a,b) R ↔ (b,a) R
– , = ( ) symmetric x = y y
= x x y <
symmetric
– “ ” symmetric, “ ”
• R
antisymmetric
a≠b, (a,b) R → (b,a) R
– : < antisymmetric, “ ”
• R A
asymmetric a,b A, (a,b) R9/5/2013
12
• {1, 2, 3, 4}
symmetric, antisymmetric, asymmetric?
•R = {(1, 1), (1, 2), (2, 1), (3, 3), (4, 4)} symmetric
•R = {(1, 1)} sym. and
antisym.
•R = {(1, 3), (3, 2), (2, 1)} antisym. and
asym.
•R = {(4, 4), (3, 3), (1, 4)} antisym.
9/5/2013
13
: R transitive
( a,b,c) (a,b) R (b,c) R → (a,c) R
• intransitive
:
– “ ” transitive
– “ ” intransitive
– = < > transitive
• {1, 2, 3, 4} transitive ?
•R = {(1, 1), (1, 2), (2, 2), (2, 1), (3, 3)} Yes
•R = {(1, 3), (3, 2), (2, 1)} No
•R = {(2, 4), (4, 3), (2, 3), (4, 1)} No
9/5/2013
14
Exercise
• A={1,2,3,4} R,S,T,U
A
• R={(1,3), (3,4)}
• S={(1,1), (2,2), (3,3), (2,3), (3,2), (1,4)}
• T={(1,1), (2,2), (1,2), (2,1), (3,3), (4,4)}
• U={(1,1), (2,2), (3,3), (2,3), (3,2), (1,4),
(4,2), (1,2),(1,3)}
9/5/2013
15
Answer
• R Irreflexive, Antisymmetric
Asymmetric
• S Transitive
• T Reflexive, Symmetric,
Transitive
• U
9/5/2013
16
Composite
Relations
• R:A B, S:B C
SR R S :
SR = {(a,c) | b: aRb bSc}
• Rn R A
R0 :≡ IA ; Rn+1 :≡ RRn n≥0
IA = {(x,x)| x A}
R−n :≡ (R−1)n
9/5/2013
17
Composite
Relations
: D S A = {1, 2, 3,
4}
D = {(a, b) | b = 5 - a} “b (5 – a)”
S = {(a, b) | a < b} “a b”
D = {(1, 4), (2, 3), (3, 2), (4, 1)}
S = {(1, 2), (1, 3), (1, 4), (2, 3), (2, 4), (3, 4)}
S D =
Q: R N : xRy y =
x2
S N : xSy y = x 3
S  R ?
A:
S  R xSRy y = x 6 (
{(2, 4), (3, 3), (3, 4), (4, 2), (4, 3), (4, 4)}
9/5/2013
18
Q: R1 R2
R2  R1 :
1 1 1 1
2 2 2 2
3 3 3 3
4 4 4
5 5R1 R2
9/5/2013
19
1 1 1
2 2 2
3 3 3
4 4
5
A:
1:
1 1
2 2
3 3
4
R1 R2
R2  R19/5/2013
20
1 1 1
2 2 2
3 3 3
4 4
5
A:
1:
1 1
2 2
3 3
4 R2  R1
R1 R2
9/5/2013
21
1 1 1
2 2 2
3 3 3
4 4
5
A:
1:
1 1
2 2
3 3
4 R2  R1
R1 R2
9/5/2013
22
1 1 1
2 2 2
3 3 3
4 4
5
A:
1:
1 1
2 2
3 3
4 R2  R1
R1 R2
9/5/2013
23
1 1 1
2 2 2
3 3 3
4 4
5
A:
1:
1 1
2 2
3 3
4 R2  R1
R1 R2
R2  R1=
{(4,1),(4,2),(4,3)}
9/5/2013
24
• : R A
Rn R n
• : R A
(a,b) R (b, c) R, (a, c) R a, b,
c A
• R
(a, c) R
R R R
R, R R R
• R R R
R (R R) R R,9/5/2013
25
Representing
Relations)
• :
- Zero-one matrices
Directed graphs
• R
A = {a1, a2, …, am} B ={b1, b2, …, bn}, R
MR = [mij]
mij = 1, (ai, bj) R,
mij = 0, (ai, bj) R
•
9/5/2013
26
• : R
{1, 2, 3} {1, 2} R
R = {(2, 1), (3, 1), (3, 2)} ?
• : MR
11
01
00
RM
9/5/2013
27
• (
A A)
square matrices
•
Mref
1
.
.
.
1
1
Mref
9/5/2013
28
•
MR = (MR)t
1101
1001
0010
1101
RM
0011
0011
0011
0011
RM
9/5/2013
29
• -
0
0
101
0
0
01
1
0
0
0
0
1
1
1
1
Reflexive:
all 1‟s on diagonal
Irreflexive:
all 0‟s on diagonal
Symmetric:
all identical
across diagonal
Antisymmetric:
all 1‟s are across
from 0‟s
any-
thing
any-
thing
any-
thing
any-
thing
9/5/2013
30
• : R S
MR MS
011
111
101
SRSR MMM
001
110
101
SM
• R S R S?
:
000
000
101
SRSR MMM
010
001
101
RM
9/5/2013
31
• A = [aij] - m k
B = [bij] - k n
• Boolean product A B,
AB m n
i j [cij]
cij = (ai1 b1j) (ai2 b2j) … (aik bkj)
cij = 1 (ain bnj) = 1 n
(ain bnj) cij
= 09/5/2013
32
• - MA = [aij], MB = [bij] MC = [cij]
A, B, C,
• MC = MAMB
cij = 1 (ain bnj) = 1
n
(ain bnj) cij = 0
C (xi, zj) yn
(xi, yn) A (yn, zj)
B
• C = B A (C A9/5/2013
33
• B A
:
MB A = MAMB
•
A B
A Boolean product
B
•
:
[n]
9/5/2013
34
• : R2
R
001
110
010
RM
: R2
010
111
110
]2[
2 RR
MM
9/5/2013
35
Directed
Graphs
• directed graph) digraph)
G=(VG,EG) VG EG VG VG
R:A B
GR=(VG=A B, EG=R)
100
010
011
Mark
Fred
Joe
SallyMarySusan
R MR: R
GR: Joe
Fred
Mark
Susan
Mary
Sally
VG
EG
9/5/2013
36
Directed
Graphs
• : V = {a, b, c, d},
E = {(a, b), (a, d), (b, b), (b, d), (c, a), (c, b), (d, b)}
a
b
cd
• (b, b) loop
9/5/2013
37
Reflexive,
Symmetric
Directed Graphs






Reflexive: Irreflexive: Symmetric:
 
Antisymmetric:
 

asymmetric
antisymmetric
reflexive
irreflexive
9/5/2013
38
(Equivalence
Relations)
•
• : A
(Reflexive)
(Symmetric) (Transitive)
•
R
9/5/2013
39
(Equivalence Relations)
• : R
aRb l(a) = l(b),
l(x) x
R ?
• :
• R l(a) = l(a)
aRa a
• R l(a) = l(b)
l(b) = l(a)
aRb bRa
• R l(a) = l(b)
l(b) = l(c),
9/5/2013
40
Equivalence Classes
• : R A
a
A a
• a R
[a]R [a]R :≡ { b | aRb }
•
a [a]
• b [a]R, b representative
9/5/2013
41
Equivalence Classes
:
mouse,
[mouse] ?
: [mouse]
[mouse] ={horse, table, white,…}
„horse‟
9/5/2013
42
Equivalence
Classes
• “ a b ”
– [a] =
a
• “ a b ”
– [a] = {a, −a}
• “ a b (
, a − b Z)”
– [a] = {…, a−2, a−1, a, a+1, a+2, …}
• “ a b
m ” ( m>1)
– [a] = {…, a−2m, a−m, a, a+m, a+2m, …}9/5/2013
43
Equivalence Classes
: R A
:
• aRb
• [a] = [b]
• [a] [b]
: partition S
S
union
S Ai i I
S
(i) Ai i I
(ii) Ai Aj = , i j
(iii) A = S9/5/2013
44
Partition
• : S {u, m, b, r, o, c, k,
s}
partition S
?
{{m, o, c, k}, {r, u, b, s}} yes
{{c, o, m, b}, {u, s}, {r}} no ( k)
{{b, r, o, c, k}, {m, u, s, t}} no (t S)
{{u, m, b, r, o, c, k, s}} yes
{{b, o, o, k}, {r, u, m}, {c, s}} yes ({b,o,o,k} = {b,o,k})
{{u, m, b}, {r, o, c, k, s}, } no ( )
9/5/2013
45
Equivalence Classes
• : R S
R
partition S
{Ai | i I} S
R Ai, i I,
• R
S S
S
9/5/2013
46
Equivalence Classes
• : ,
,
• R {(a, b) | a b
} P = {
}
R = {( , ), ( , ), ( , ), (
, ), ( , ), ( , ), ( ,
), ( , ), ( , ), ( , ),
( , ), ( , ), ( , ), ( ,
)}
• R :9/5/2013
47
Equivalence Classes
• : R
{(a, b) | a b (mod 3)}
R (a, b) | a
b }
• R ?
• R
• R ?
{{…, -6, -3, 0, 3, 6, …},
{…, -5, -2, 1, 4, 7, …},
{…, -4, -1, 2, 5, 8, …}}9/5/2013

More Related Content

What's hot

Coordinategeometry1 1
Coordinategeometry1 1Coordinategeometry1 1
Coordinategeometry1 1
TGTMATH
 
Math: Distance Formula
Math: Distance FormulaMath: Distance Formula
Math: Distance Formula
Padme Amidala
 
3D Geometry Theory 3
3D Geometry Theory 33D Geometry Theory 3
3D Geometry Theory 3
Lakshmikanta Satapathy
 
GRE - Coordinate Geometry
GRE - Coordinate GeometryGRE - Coordinate Geometry
GRE - Coordinate Geometry
George Prep
 
Introduction to coordinate geometry by pratima nayak
Introduction to coordinate geometry by pratima nayakIntroduction to coordinate geometry by pratima nayak
Introduction to coordinate geometry by pratima nayak
Pratima Nayak ,Kendriya Vidyalaya Sangathan
 
Coordinate Geometry Concept Class
Coordinate Geometry Concept ClassCoordinate Geometry Concept Class
Coordinate Geometry Concept Class
George Prep
 
1 6 a_distance_formula
1 6 a_distance_formula1 6 a_distance_formula
1 6 a_distance_formula
Diane Rizaldo
 
Activity
ActivityActivity
Activity
MartinGeraldine
 
Pythagorean theorem and distance formula powerpoint1
Pythagorean theorem and distance formula powerpoint1Pythagorean theorem and distance formula powerpoint1
Pythagorean theorem and distance formula powerpoint1
40505903
 
Measuring Segments and Coordinate Plane
Measuring Segments and Coordinate PlaneMeasuring Segments and Coordinate Plane
Measuring Segments and Coordinate Plane
Grenada High School
 
Y9 m01 coordinate geometry
Y9 m01 coordinate geometryY9 m01 coordinate geometry
Y9 m01 coordinate geometry
Xu Wei
 
distance formula
distance formuladistance formula
distance formula
Charlene Ballera
 
1..3 distance formula
1..3 distance formula1..3 distance formula
1..3 distance formula
c_thomas
 
Relations
RelationsRelations
Mathematics quiz1
Mathematics quiz1Mathematics quiz1
Mathematics quiz1
KeshabPrasadParajuli1
 
Distance formula
Distance formulaDistance formula
Distance formula
jennytuazon01630
 
Distance formula powerpoint
Distance formula powerpointDistance formula powerpoint
Distance formula powerpoint
jdejesus1996
 
Distance between two points
Distance between two pointsDistance between two points
Distance between two points
lothomas
 
1.3 midpoint and distance formulas
1.3 midpoint and distance formulas1.3 midpoint and distance formulas
1.3 midpoint and distance formulas
masljr
 
Capriesha gray
Capriesha grayCapriesha gray
Capriesha gray
41867612
 

What's hot (20)

Coordinategeometry1 1
Coordinategeometry1 1Coordinategeometry1 1
Coordinategeometry1 1
 
Math: Distance Formula
Math: Distance FormulaMath: Distance Formula
Math: Distance Formula
 
3D Geometry Theory 3
3D Geometry Theory 33D Geometry Theory 3
3D Geometry Theory 3
 
GRE - Coordinate Geometry
GRE - Coordinate GeometryGRE - Coordinate Geometry
GRE - Coordinate Geometry
 
Introduction to coordinate geometry by pratima nayak
Introduction to coordinate geometry by pratima nayakIntroduction to coordinate geometry by pratima nayak
Introduction to coordinate geometry by pratima nayak
 
Coordinate Geometry Concept Class
Coordinate Geometry Concept ClassCoordinate Geometry Concept Class
Coordinate Geometry Concept Class
 
1 6 a_distance_formula
1 6 a_distance_formula1 6 a_distance_formula
1 6 a_distance_formula
 
Activity
ActivityActivity
Activity
 
Pythagorean theorem and distance formula powerpoint1
Pythagorean theorem and distance formula powerpoint1Pythagorean theorem and distance formula powerpoint1
Pythagorean theorem and distance formula powerpoint1
 
Measuring Segments and Coordinate Plane
Measuring Segments and Coordinate PlaneMeasuring Segments and Coordinate Plane
Measuring Segments and Coordinate Plane
 
Y9 m01 coordinate geometry
Y9 m01 coordinate geometryY9 m01 coordinate geometry
Y9 m01 coordinate geometry
 
distance formula
distance formuladistance formula
distance formula
 
1..3 distance formula
1..3 distance formula1..3 distance formula
1..3 distance formula
 
Relations
RelationsRelations
Relations
 
Mathematics quiz1
Mathematics quiz1Mathematics quiz1
Mathematics quiz1
 
Distance formula
Distance formulaDistance formula
Distance formula
 
Distance formula powerpoint
Distance formula powerpointDistance formula powerpoint
Distance formula powerpoint
 
Distance between two points
Distance between two pointsDistance between two points
Distance between two points
 
1.3 midpoint and distance formulas
1.3 midpoint and distance formulas1.3 midpoint and distance formulas
1.3 midpoint and distance formulas
 
Capriesha gray
Capriesha grayCapriesha gray
Capriesha gray
 

Viewers also liked

ประมวลการสอน
ประมวลการสอนประมวลการสอน
ประมวลการสอน
Akkradet Keawyoo
 
ระบบเลขฐาน
ระบบเลขฐานระบบเลขฐาน
ระบบเลขฐานAkkradet Keawyoo
 
ความรู้เบื้องต้นเกี่ยวกับระเบียบวิธีทางสถิติ
ความรู้เบื้องต้นเกี่ยวกับระเบียบวิธีทางสถิติความรู้เบื้องต้นเกี่ยวกับระเบียบวิธีทางสถิติ
ความรู้เบื้องต้นเกี่ยวกับระเบียบวิธีทางสถิติAkkradet Keawyoo
 
ความน่าจะเป็น
ความน่าจะเป็นความน่าจะเป็น
ความน่าจะเป็นAkkradet Keawyoo
 
Relations and Its Applications
Relations and Its ApplicationsRelations and Its Applications
Relations and Its Applications
Vedavyas Sheoy
 

Viewers also liked (9)

ประมวลการสอน
ประมวลการสอนประมวลการสอน
ประมวลการสอน
 
ระบบเลขฐาน
ระบบเลขฐานระบบเลขฐาน
ระบบเลขฐาน
 
Logic
LogicLogic
Logic
 
Graphs
GraphsGraphs
Graphs
 
Trees
TreesTrees
Trees
 
Function
FunctionFunction
Function
 
ความรู้เบื้องต้นเกี่ยวกับระเบียบวิธีทางสถิติ
ความรู้เบื้องต้นเกี่ยวกับระเบียบวิธีทางสถิติความรู้เบื้องต้นเกี่ยวกับระเบียบวิธีทางสถิติ
ความรู้เบื้องต้นเกี่ยวกับระเบียบวิธีทางสถิติ
 
ความน่าจะเป็น
ความน่าจะเป็นความน่าจะเป็น
ความน่าจะเป็น
 
Relations and Its Applications
Relations and Its ApplicationsRelations and Its Applications
Relations and Its Applications
 

Similar to Relations

Taller relaciones binarias
Taller relaciones binariasTaller relaciones binarias
Taller relaciones binarias
sristian96
 
Position and 3 d vectors amended
Position and 3 d vectors amendedPosition and 3 d vectors amended
Position and 3 d vectors amended
Shaun Wilson
 
Toc chapter 1 srg
Toc chapter 1 srgToc chapter 1 srg
Toc chapter 1 srg
Shayak Giri
 
ゲーム理論BASIC 演習51 -完全ベイジアン均衡-
ゲーム理論BASIC 演習51 -完全ベイジアン均衡-ゲーム理論BASIC 演習51 -完全ベイジアン均衡-
ゲーム理論BASIC 演習51 -完全ベイジアン均衡-
ssusere0a682
 
Cartesian product of two sets
Cartesian product of two setsCartesian product of two sets
Cartesian product of two sets
Janak Singh saud
 
[DL輪読会]Hindsight Experience Replayを応用した再ラベリングによる効率的な強化学習
[DL輪読会]Hindsight Experience Replayを応用した再ラベリングによる効率的な強化学習[DL輪読会]Hindsight Experience Replayを応用した再ラベリングによる効率的な強化学習
[DL輪読会]Hindsight Experience Replayを応用した再ラベリングによる効率的な強化学習
Deep Learning JP
 
4. ap gp
4. ap gp4. ap gp
4. ap gp
PSIT kanpur
 
Estructura Discreta I
Estructura Discreta IEstructura Discreta I
Estructura Discreta I
U.F.T Fermin Toro
 
X std mathematics - Relations and functions (Ex 1.2)
X std mathematics - Relations and functions  (Ex 1.2)X std mathematics - Relations and functions  (Ex 1.2)
X std mathematics - Relations and functions (Ex 1.2)
Dr. I. Uma Maheswari Maheswari
 
מודלים חישוביים - תרגול מס 1 - אוניברסיטת חיפה
   מודלים חישוביים - תרגול מס 1 - אוניברסיטת חיפה    מודלים חישוביים - תרגול מס 1 - אוניברסיטת חיפה
מודלים חישוביים - תרגול מס 1 - אוניברסיטת חיפה
Igor Kleiner
 
X std maths - Relations and functions (ex 1.1)
X std maths - Relations and functions  (ex 1.1)X std maths - Relations and functions  (ex 1.1)
X std maths - Relations and functions (ex 1.1)
Dr. I. Uma Maheswari Maheswari
 
DIASTANCE AND MIDPOINT
DIASTANCE AND MIDPOINTDIASTANCE AND MIDPOINT
DIASTANCE AND MIDPOINT
APRILJAVEMASUKAT
 
Maths`
Maths`Maths`
Maths`
singarls19
 
10th Maths
10th Maths10th Maths
10th Maths
singarls19
 
10th Maths model3 question paper
10th Maths model3 question paper10th Maths model3 question paper
10th Maths model3 question paper
singarls19
 
Obj. 7 Midpoint and Distance Formulas
Obj. 7 Midpoint and Distance FormulasObj. 7 Midpoint and Distance Formulas
Obj. 7 Midpoint and Distance Formulas
smiller5
 
Melaka Trial Paper 1 2010
Melaka Trial Paper 1 2010Melaka Trial Paper 1 2010
Melaka Trial Paper 1 2010
sooklai
 
MATHEMATICS BRIDGE COURSE (TEN DAYS PLANNER) (FOR CLASS XI STUDENTS GOING TO ...
MATHEMATICS BRIDGE COURSE (TEN DAYS PLANNER) (FOR CLASS XI STUDENTS GOING TO ...MATHEMATICS BRIDGE COURSE (TEN DAYS PLANNER) (FOR CLASS XI STUDENTS GOING TO ...
MATHEMATICS BRIDGE COURSE (TEN DAYS PLANNER) (FOR CLASS XI STUDENTS GOING TO ...
PinkySharma900491
 
Spm 2014 add math modul sbp super score [lemah] k1 set 4 dan skema
Spm 2014 add math modul sbp super score [lemah] k1 set 4 dan skemaSpm 2014 add math modul sbp super score [lemah] k1 set 4 dan skema
Spm 2014 add math modul sbp super score [lemah] k1 set 4 dan skema
Cikgu Pejal
 
K to 12 math
K to 12 mathK to 12 math
K to 12 math
GrantWSmith
 

Similar to Relations (20)

Taller relaciones binarias
Taller relaciones binariasTaller relaciones binarias
Taller relaciones binarias
 
Position and 3 d vectors amended
Position and 3 d vectors amendedPosition and 3 d vectors amended
Position and 3 d vectors amended
 
Toc chapter 1 srg
Toc chapter 1 srgToc chapter 1 srg
Toc chapter 1 srg
 
ゲーム理論BASIC 演習51 -完全ベイジアン均衡-
ゲーム理論BASIC 演習51 -完全ベイジアン均衡-ゲーム理論BASIC 演習51 -完全ベイジアン均衡-
ゲーム理論BASIC 演習51 -完全ベイジアン均衡-
 
Cartesian product of two sets
Cartesian product of two setsCartesian product of two sets
Cartesian product of two sets
 
[DL輪読会]Hindsight Experience Replayを応用した再ラベリングによる効率的な強化学習
[DL輪読会]Hindsight Experience Replayを応用した再ラベリングによる効率的な強化学習[DL輪読会]Hindsight Experience Replayを応用した再ラベリングによる効率的な強化学習
[DL輪読会]Hindsight Experience Replayを応用した再ラベリングによる効率的な強化学習
 
4. ap gp
4. ap gp4. ap gp
4. ap gp
 
Estructura Discreta I
Estructura Discreta IEstructura Discreta I
Estructura Discreta I
 
X std mathematics - Relations and functions (Ex 1.2)
X std mathematics - Relations and functions  (Ex 1.2)X std mathematics - Relations and functions  (Ex 1.2)
X std mathematics - Relations and functions (Ex 1.2)
 
מודלים חישוביים - תרגול מס 1 - אוניברסיטת חיפה
   מודלים חישוביים - תרגול מס 1 - אוניברסיטת חיפה    מודלים חישוביים - תרגול מס 1 - אוניברסיטת חיפה
מודלים חישוביים - תרגול מס 1 - אוניברסיטת חיפה
 
X std maths - Relations and functions (ex 1.1)
X std maths - Relations and functions  (ex 1.1)X std maths - Relations and functions  (ex 1.1)
X std maths - Relations and functions (ex 1.1)
 
DIASTANCE AND MIDPOINT
DIASTANCE AND MIDPOINTDIASTANCE AND MIDPOINT
DIASTANCE AND MIDPOINT
 
Maths`
Maths`Maths`
Maths`
 
10th Maths
10th Maths10th Maths
10th Maths
 
10th Maths model3 question paper
10th Maths model3 question paper10th Maths model3 question paper
10th Maths model3 question paper
 
Obj. 7 Midpoint and Distance Formulas
Obj. 7 Midpoint and Distance FormulasObj. 7 Midpoint and Distance Formulas
Obj. 7 Midpoint and Distance Formulas
 
Melaka Trial Paper 1 2010
Melaka Trial Paper 1 2010Melaka Trial Paper 1 2010
Melaka Trial Paper 1 2010
 
MATHEMATICS BRIDGE COURSE (TEN DAYS PLANNER) (FOR CLASS XI STUDENTS GOING TO ...
MATHEMATICS BRIDGE COURSE (TEN DAYS PLANNER) (FOR CLASS XI STUDENTS GOING TO ...MATHEMATICS BRIDGE COURSE (TEN DAYS PLANNER) (FOR CLASS XI STUDENTS GOING TO ...
MATHEMATICS BRIDGE COURSE (TEN DAYS PLANNER) (FOR CLASS XI STUDENTS GOING TO ...
 
Spm 2014 add math modul sbp super score [lemah] k1 set 4 dan skema
Spm 2014 add math modul sbp super score [lemah] k1 set 4 dan skemaSpm 2014 add math modul sbp super score [lemah] k1 set 4 dan skema
Spm 2014 add math modul sbp super score [lemah] k1 set 4 dan skema
 
K to 12 math
K to 12 mathK to 12 math
K to 12 math
 

Recently uploaded

Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
Pixlogix Infotech
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
DianaGray10
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
Neo4j
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Speck&Tech
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
DianaGray10
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
Zilliz
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
Neo4j
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
shyamraj55
 
GenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizationsGenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizations
kumardaparthi1024
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
Adtran
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
Uni Systems S.M.S.A.
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
KAMESHS29
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
SOFTTECHHUB
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
danishmna97
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
DianaGray10
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
tolgahangng
 
Mariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceXMariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceX
Mariano Tinti
 
Infrastructure Challenges in Scaling RAG with Custom AI models
Infrastructure Challenges in Scaling RAG with Custom AI modelsInfrastructure Challenges in Scaling RAG with Custom AI models
Infrastructure Challenges in Scaling RAG with Custom AI models
Zilliz
 

Recently uploaded (20)

Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
 
GenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizationsGenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizations
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
 
Mariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceXMariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceX
 
Infrastructure Challenges in Scaling RAG with Custom AI models
Infrastructure Challenges in Scaling RAG with Custom AI modelsInfrastructure Challenges in Scaling RAG with Custom AI models
Infrastructure Challenges in Scaling RAG with Custom AI models
 

Relations

  • 2. 2 Relations • A B, ordered pairs A B binary relation • : A B binary relation A B A B • binary relation R R A B aRb (a, b) R a R b (a, b) R A B = {a, b} R = {( , a) , ( , b) , ( , a) , ( , b) }9/5/2013
  • 3. 3 Relations • (a, b) R a b R • : P , C , D •P = { , , , }, •C = { , , } •D = {( , ), ( , ), ( , ), ( , )} • 9/5/2013
  • 4. 4 (Complementary Relations) • R:A B binary relation R :≡ {(a,b) | (a,b) R} • , R:A B, R, binary relation R :≡ {(a,b) | (a,b) R} = (A B) − R • R U = A B • R R < = {(a,b) | a<b)} : < = {(a,b) | (a,b) <} = {(a,b) | ¬(a<b)} = ≥ 9/5/2013
  • 5. 5 (Inverse Relations) • R:A B R−1:B A R−1 :≡ {(b, a) | (a,b) R} , <−1 = {(b, a) | a<b} = {(b, a) | b>a} = > • , R: → a R b a b R :≡ {(a, b) | a b} : b R−1 a b a R−1 :≡ {(b, a) | b a } 9/5/2013
  • 6. 6 (Inverse Relations) Q: R N : xRy y = x 2 R :≡ {(x, y) | y = x 2} R -1 ? A: xRy y = x 2 R R -1 : : yR -1x y = x 2 R−1 :≡ {(y, x) | y = x 2} xR -1y x = y 2 R−1 :≡ {(x, y) | x = y 2} xR -1y y = ± x R−1 :≡ {(x, y) | y =9/5/2013
  • 7. 7 Example • R={(a,b) | a b} • R-1 ={(b,a) | a b} ={(a,b) | b a} • S={(x,y) R R | y=(x+1)/3} • S-1 ={(y,x) R R | y=(x+1)/3} ={(x,y) R R | x=(y+1)/3} ={(x,y) R R | y=3x-1} 9/5/2013
  • 8. 8 • A A • “<” N • identity relation IA A {(a,a)|a A} • : A = {1, 2, 3, 4} R = {(a, b) | a < b} ? •Solution: R = {(1, 2), (1, 3), (1, 4), (2, 3), (2, 4), (3, 4)} 1 1 2 3 4 2 3 4 9/5/2013
  • 9. 9 • A n ? • A A A • A A ? • n2 A A, (= A) A A ? • m 2m A A 2n2 •Answer: A 2n2 9/5/2013
  • 10. 10 • : R A reflexive (a, a) R a A • U = • : – < reflexive x < x , (x, x) R – ≥ :≡ {(a,b) | a≥b} reflexive (x, x) R • {1, 2, 3, 4} reflexive ? •R = {(1, 1), (2, 2), (2, 3), (3, 3), (4, 4)} Yes •R = {(1, 1), (2, 2), (3, 3)} No • : A irreflexive (a, a) R a A : < irreflexive9/5/2013
  • 11. 11 Symmetry & Antisymmetry • R A symmetric R = R−1, (a,b) R ↔ (b,a) R – , = ( ) symmetric x = y y = x x y < symmetric – “ ” symmetric, “ ” • R antisymmetric a≠b, (a,b) R → (b,a) R – : < antisymmetric, “ ” • R A asymmetric a,b A, (a,b) R9/5/2013
  • 12. 12 • {1, 2, 3, 4} symmetric, antisymmetric, asymmetric? •R = {(1, 1), (1, 2), (2, 1), (3, 3), (4, 4)} symmetric •R = {(1, 1)} sym. and antisym. •R = {(1, 3), (3, 2), (2, 1)} antisym. and asym. •R = {(4, 4), (3, 3), (1, 4)} antisym. 9/5/2013
  • 13. 13 : R transitive ( a,b,c) (a,b) R (b,c) R → (a,c) R • intransitive : – “ ” transitive – “ ” intransitive – = < > transitive • {1, 2, 3, 4} transitive ? •R = {(1, 1), (1, 2), (2, 2), (2, 1), (3, 3)} Yes •R = {(1, 3), (3, 2), (2, 1)} No •R = {(2, 4), (4, 3), (2, 3), (4, 1)} No 9/5/2013
  • 14. 14 Exercise • A={1,2,3,4} R,S,T,U A • R={(1,3), (3,4)} • S={(1,1), (2,2), (3,3), (2,3), (3,2), (1,4)} • T={(1,1), (2,2), (1,2), (2,1), (3,3), (4,4)} • U={(1,1), (2,2), (3,3), (2,3), (3,2), (1,4), (4,2), (1,2),(1,3)} 9/5/2013
  • 15. 15 Answer • R Irreflexive, Antisymmetric Asymmetric • S Transitive • T Reflexive, Symmetric, Transitive • U 9/5/2013
  • 16. 16 Composite Relations • R:A B, S:B C SR R S : SR = {(a,c) | b: aRb bSc} • Rn R A R0 :≡ IA ; Rn+1 :≡ RRn n≥0 IA = {(x,x)| x A} R−n :≡ (R−1)n 9/5/2013
  • 17. 17 Composite Relations : D S A = {1, 2, 3, 4} D = {(a, b) | b = 5 - a} “b (5 – a)” S = {(a, b) | a < b} “a b” D = {(1, 4), (2, 3), (3, 2), (4, 1)} S = {(1, 2), (1, 3), (1, 4), (2, 3), (2, 4), (3, 4)} S D = Q: R N : xRy y = x2 S N : xSy y = x 3 S  R ? A: S  R xSRy y = x 6 ( {(2, 4), (3, 3), (3, 4), (4, 2), (4, 3), (4, 4)} 9/5/2013
  • 18. 18 Q: R1 R2 R2  R1 : 1 1 1 1 2 2 2 2 3 3 3 3 4 4 4 5 5R1 R2 9/5/2013
  • 19. 19 1 1 1 2 2 2 3 3 3 4 4 5 A: 1: 1 1 2 2 3 3 4 R1 R2 R2  R19/5/2013
  • 20. 20 1 1 1 2 2 2 3 3 3 4 4 5 A: 1: 1 1 2 2 3 3 4 R2  R1 R1 R2 9/5/2013
  • 21. 21 1 1 1 2 2 2 3 3 3 4 4 5 A: 1: 1 1 2 2 3 3 4 R2  R1 R1 R2 9/5/2013
  • 22. 22 1 1 1 2 2 2 3 3 3 4 4 5 A: 1: 1 1 2 2 3 3 4 R2  R1 R1 R2 9/5/2013
  • 23. 23 1 1 1 2 2 2 3 3 3 4 4 5 A: 1: 1 1 2 2 3 3 4 R2  R1 R1 R2 R2  R1= {(4,1),(4,2),(4,3)} 9/5/2013
  • 24. 24 • : R A Rn R n • : R A (a,b) R (b, c) R, (a, c) R a, b, c A • R (a, c) R R R R R, R R R • R R R R (R R) R R,9/5/2013
  • 25. 25 Representing Relations) • : - Zero-one matrices Directed graphs • R A = {a1, a2, …, am} B ={b1, b2, …, bn}, R MR = [mij] mij = 1, (ai, bj) R, mij = 0, (ai, bj) R • 9/5/2013
  • 26. 26 • : R {1, 2, 3} {1, 2} R R = {(2, 1), (3, 1), (3, 2)} ? • : MR 11 01 00 RM 9/5/2013
  • 27. 27 • ( A A) square matrices • Mref 1 . . . 1 1 Mref 9/5/2013
  • 29. 29 • - 0 0 101 0 0 01 1 0 0 0 0 1 1 1 1 Reflexive: all 1‟s on diagonal Irreflexive: all 0‟s on diagonal Symmetric: all identical across diagonal Antisymmetric: all 1‟s are across from 0‟s any- thing any- thing any- thing any- thing 9/5/2013
  • 30. 30 • : R S MR MS 011 111 101 SRSR MMM 001 110 101 SM • R S R S? : 000 000 101 SRSR MMM 010 001 101 RM 9/5/2013
  • 31. 31 • A = [aij] - m k B = [bij] - k n • Boolean product A B, AB m n i j [cij] cij = (ai1 b1j) (ai2 b2j) … (aik bkj) cij = 1 (ain bnj) = 1 n (ain bnj) cij = 09/5/2013
  • 32. 32 • - MA = [aij], MB = [bij] MC = [cij] A, B, C, • MC = MAMB cij = 1 (ain bnj) = 1 n (ain bnj) cij = 0 C (xi, zj) yn (xi, yn) A (yn, zj) B • C = B A (C A9/5/2013
  • 33. 33 • B A : MB A = MAMB • A B A Boolean product B • : [n] 9/5/2013
  • 34. 34 • : R2 R 001 110 010 RM : R2 010 111 110 ]2[ 2 RR MM 9/5/2013
  • 35. 35 Directed Graphs • directed graph) digraph) G=(VG,EG) VG EG VG VG R:A B GR=(VG=A B, EG=R) 100 010 011 Mark Fred Joe SallyMarySusan R MR: R GR: Joe Fred Mark Susan Mary Sally VG EG 9/5/2013
  • 36. 36 Directed Graphs • : V = {a, b, c, d}, E = {(a, b), (a, d), (b, b), (b, d), (c, a), (c, b), (d, b)} a b cd • (b, b) loop 9/5/2013
  • 37. 37 Reflexive, Symmetric Directed Graphs       Reflexive: Irreflexive: Symmetric:   Antisymmetric:    asymmetric antisymmetric reflexive irreflexive 9/5/2013
  • 39. 39 (Equivalence Relations) • : R aRb l(a) = l(b), l(x) x R ? • : • R l(a) = l(a) aRa a • R l(a) = l(b) l(b) = l(a) aRb bRa • R l(a) = l(b) l(b) = l(c), 9/5/2013
  • 40. 40 Equivalence Classes • : R A a A a • a R [a]R [a]R :≡ { b | aRb } • a [a] • b [a]R, b representative 9/5/2013
  • 41. 41 Equivalence Classes : mouse, [mouse] ? : [mouse] [mouse] ={horse, table, white,…} „horse‟ 9/5/2013
  • 42. 42 Equivalence Classes • “ a b ” – [a] = a • “ a b ” – [a] = {a, −a} • “ a b ( , a − b Z)” – [a] = {…, a−2, a−1, a, a+1, a+2, …} • “ a b m ” ( m>1) – [a] = {…, a−2m, a−m, a, a+m, a+2m, …}9/5/2013
  • 43. 43 Equivalence Classes : R A : • aRb • [a] = [b] • [a] [b] : partition S S union S Ai i I S (i) Ai i I (ii) Ai Aj = , i j (iii) A = S9/5/2013
  • 44. 44 Partition • : S {u, m, b, r, o, c, k, s} partition S ? {{m, o, c, k}, {r, u, b, s}} yes {{c, o, m, b}, {u, s}, {r}} no ( k) {{b, r, o, c, k}, {m, u, s, t}} no (t S) {{u, m, b, r, o, c, k, s}} yes {{b, o, o, k}, {r, u, m}, {c, s}} yes ({b,o,o,k} = {b,o,k}) {{u, m, b}, {r, o, c, k, s}, } no ( ) 9/5/2013
  • 45. 45 Equivalence Classes • : R S R partition S {Ai | i I} S R Ai, i I, • R S S S 9/5/2013
  • 46. 46 Equivalence Classes • : , , • R {(a, b) | a b } P = { } R = {( , ), ( , ), ( , ), ( , ), ( , ), ( , ), ( , ), ( , ), ( , ), ( , ), ( , ), ( , ), ( , ), ( , )} • R :9/5/2013
  • 47. 47 Equivalence Classes • : R {(a, b) | a b (mod 3)} R (a, b) | a b } • R ? • R • R ? {{…, -6, -3, 0, 3, 6, …}, {…, -5, -2, 1, 4, 7, …}, {…, -4, -1, 2, 5, 8, …}}9/5/2013