SlideShare a Scribd company logo
1 of 21
Video Lectures for MBA
By:
Video.edhole.com
Equivalence Relations:
Selected Exercises
Video.edhole.com
Copyright © Peter Cappello 3
Equivalence Relation
• Let E be a relation on set A.
• E is an equivalence relation if & only if it is:
– Reflexive
– Symmetric
– Transitive.
• Examples
– a E b when a mod 5 = b mod 5. (Over N)
(i.e., a ≡ b mod 5 )
– a E b when a is a sibling of b. (Over humans)
Video.edhole.com
Copyright © Peter Cappello 4
Equivalence Class
• Let E be an equivalence relation on A.
• We denote aEb as a ~ b. (sometimes, it is denoted a ≡ b )
• The equivalence class of a is { b | a ~ b }, denoted [a].
• What are the equivalence classes of the example equivalence
relations?
• For these examples:
– Do distinct equivalence classes have a non-empty intersection?
– Does the union of all equivalence classes equal the underlying set?
Video.edhole.com
Copyright © Peter Cappello 5
Partition
A partition of set S is a set of nonempty subsets, S1,
S2, . . ., Sn, of S such that:
1. ∀i ∀j ( i ≠ j → Si ∩ Sj = Ø ).
2. S = S1 U S2 U . . . U Sn.
Video.edhole.com
Copyright © Peter Cappello 6
Equivalence Relations & Partitions
Let E be an equivalence relation on S.
• Thm. E’s equivalence classes partition S.
• Thm. For any partition P of S, there is an equivalence
relation on S whose equivalence classes form partition P.
Video.edhole.com
Copyright © Peter Cappello 7
E’s equivalence classes partition S.
1. [a] ≠ [b] → [a] ∩ [b] = Ø.
Proof by contradiction:
Assume [a] ≠ [b] ∧ [a] ∩ [b] ≠ Ø: (Draw a Venn diagram)
Without loss of generality, let c ∈ [a] - [b]. Let d ∈ [a] ∩ [b].
We show that c ∈ [b] (which contradicts our assumption above)
– c ~ d ( c, d ∈ [a] )
– d ~ b ( d ∈ [b] )
– c ~ b ( c ~ d ∧ d ~ b ∧ E is transitive )
• The union of the equivalence classes is S.
Students: Show this use pair proving in class.
Video.edhole.com
Copyright © Peter Cappello 8
For any partition P of S, there is an equivalence relation
whose equivalence classes form the partition P.
Prove in class.
1. Let P be an arbitrary partition of S.
2. We define an equivalence relation whose
equivalence classes form partition P.
(Students: Show this (use pair proving) in class)
Video.edhole.com
Copyright © Peter Cappello 9
Exercise 20
• Let P be the set of people who visited web page W.
• Let R be a relation on P: xRy ↔ x & y visit the same
sequence of web pages since visiting W until they exit the
browser.
• Is R an equivalence relation?
• Let s( p ) be the sequence of web pages p visits since
visiting W until p exits the browser.
Video.edhole.com
Copyright © Peter Cappello 10
Exercise 20 continued
• That is, xRy means s( x ) = s( y ).
∀ ∀x xRx: R is reflexive.
Since ∀x s( x ) = s( x ).
∀ ∀x ∀y ( xRy → yRx ): R is symmetric.
Since s( x ) = s( y ) → s (y ) = s( x ).
∀ ∀x ∀y ∀z ( ( xRy ∧ yRz ) → xRz ): R is transitive.
Since ( s( x ) = s( y ) ∧ s( y ) = s( z ) ) → s( x ) = s( z ).
• Therefore, R is an equivalence relation.
Video.edhole.com
Copyright © Peter Cappello 11
Exercise 30
What are the equivalence classes of the bit strings for the
equivalence relation of Exercise 11?
Ex. 11: Let S = { x | x is a bit string of ≥ 3 bits. }
Define xRy such that x agrees with y on the left 3 bits
(e.g., 10111 ~ 101000).
a) 010
b) 1011
c) 11111
d) 01010101
Video.edhole.com
Copyright © Peter Cappello 2011 12
Exercise 30 Answer
• 010
(answer: all strings that begin with 010)
• 1011
(answer: all strings that begin with 101)
• 11111
(answer: all strings that begin with 111)
• 01010101
(answer: all strings that begin with 010)
Video.edhole.com
Copyright © Peter Cappello 13
Exercise 40
a) What is the equivalence class of (1, 2) with respect
to the equivalence relation given in Exercise 16?
Exercise. 16:
Ordered pairs of positive integers such that
( a, b ) ~ ( c, d ) ↔ ad = bc.
Video.edhole.com
Copyright © Peter Cappello 14
Exercise 40 a) Answer
( a, b ) ~ ( c, d ) ↔ ad = bc ↔ a/b = c/d
[ ( 1, 2 ) ] = { ( c, d ) | ( 1, 2 ) ~ ( c, d ) }
= { ( c, d ) | 1d = 2c ↔ c/d = ½ }.
Video.edhole.com
Copyright © Peter Cappello 15
Exercise 40 continued
b) Interpret the equivalence classes of the equivalence
relation R in Exercise 16.
Video.edhole.com
Copyright © Peter Cappello 16
Exercise 40 continued
b) Interpret the equivalence classes of the equivalence
relation R in Exercise 16.
Answer
Each equivalence class contains all (p, q), which, as
fractions, have the same value (i.e., the same
element of Q+
).
(The fact that 3/7 = 15/35 confuses some small children.)
Video.edhole.com
Copyright © Peter Cappello 17
Exercise 50
• A partition P’ is a refinement of partition P when
∀x ∈ P’ ∃y ∈ P x ⊆ y. (Illustrate.)
• Let partition P consist of sets of
people living in the same US state.
• Let partition P’ consist of sets of
people living in the same county of a state.
• Show that P’ is a refinement of P.
Video.edhole.com
Copyright © Peter Cappello 18
Exercise 50 continued
It suffices to note that:
Every county is contained within its state:
No county spans 2 states.
Video.edhole.com
Copyright © Peter Cappello 19
Exercise 62
Determine the number of equivalent relations on a set
with 4 elements by listing them.
How would you represent the equivalence relations
that you list?
Video.edhole.com
Copyright © Peter Cappello 20
End 8.5
Video.edhole.com
Copyright © Peter Cappello 21
10
Suppose A ≠ ∅ & R is an equivalence relation on A.
Show ∃f ∃X f: A → X such that a ~ b ↔ f( a ) =
f( b ).
Proof.
1. Let f : A → X, where
1. X = { [a] | [a] is an equivalence class of R }
2. ∀a f (a ) = [a].
2. Then, ∀a ∀b a ~ b ↔ f( a ) = [a] = [b] = f( b ).Video.edhole.com

More Related Content

What's hot

Existence and Uniqueness of Algebraic Closure
Existence and Uniqueness of Algebraic ClosureExistence and Uniqueness of Algebraic Closure
Existence and Uniqueness of Algebraic ClosureAyan Sengupta
 
Otter 2014-12-15-01-slideshare
Otter 2014-12-15-01-slideshareOtter 2014-12-15-01-slideshare
Otter 2014-12-15-01-slideshareRuo Ando
 
Geo 3.1 notes_angle_pairs_parallel
Geo 3.1 notes_angle_pairs_parallelGeo 3.1 notes_angle_pairs_parallel
Geo 3.1 notes_angle_pairs_parallelJonathan Fjelstrom
 
Propositional And First-Order Logic
Propositional And First-Order LogicPropositional And First-Order Logic
Propositional And First-Order Logicankush_kumar
 
Compactness
CompactnessCompactness
Compactnessandrejko
 
Alphabetical order concept
Alphabetical order conceptAlphabetical order concept
Alphabetical order conceptJagriti Gupta
 

What's hot (8)

3 fol examples v2
3 fol examples v23 fol examples v2
3 fol examples v2
 
Existence and Uniqueness of Algebraic Closure
Existence and Uniqueness of Algebraic ClosureExistence and Uniqueness of Algebraic Closure
Existence and Uniqueness of Algebraic Closure
 
Otter 2014-12-15-01-slideshare
Otter 2014-12-15-01-slideshareOtter 2014-12-15-01-slideshare
Otter 2014-12-15-01-slideshare
 
Geo 3.1 notes_angle_pairs_parallel
Geo 3.1 notes_angle_pairs_parallelGeo 3.1 notes_angle_pairs_parallel
Geo 3.1 notes_angle_pairs_parallel
 
Logic
LogicLogic
Logic
 
Propositional And First-Order Logic
Propositional And First-Order LogicPropositional And First-Order Logic
Propositional And First-Order Logic
 
Compactness
CompactnessCompactness
Compactness
 
Alphabetical order concept
Alphabetical order conceptAlphabetical order concept
Alphabetical order concept
 

Similar to Video lecture for mba

Stochastic Processes Homework Help
Stochastic Processes Homework HelpStochastic Processes Homework Help
Stochastic Processes Homework HelpExcel Homework Help
 
Econ 103 Homework 2Manu NavjeevanAugust 15, 2022S
Econ 103 Homework 2Manu NavjeevanAugust 15, 2022SEcon 103 Homework 2Manu NavjeevanAugust 15, 2022S
Econ 103 Homework 2Manu NavjeevanAugust 15, 2022SEvonCanales257
 
Law of exponent Lecture Slide
Law of exponent Lecture SlideLaw of exponent Lecture Slide
Law of exponent Lecture SlideGita Pakpahan
 
Intermediate Value Theorem
Intermediate Value TheoremIntermediate Value Theorem
Intermediate Value Theoremgizemk
 
Class1
 Class1 Class1
Class1issbp
 
Top school in delhi
Top school in delhiTop school in delhi
Top school in delhiEdhole.com
 
Introduction to the Theory of Computation, Winter 2003 A. Hevia and J. Mao S...
 Introduction to the Theory of Computation, Winter 2003 A. Hevia and J. Mao S... Introduction to the Theory of Computation, Winter 2003 A. Hevia and J. Mao S...
Introduction to the Theory of Computation, Winter 2003 A. Hevia and J. Mao S...parmeet834
 
Data Complexity in EL Family of Description Logics
Data Complexity in EL Family of Description LogicsData Complexity in EL Family of Description Logics
Data Complexity in EL Family of Description LogicsAdila Krisnadhi
 
Jarrar.lecture notes.aai.2011s.descriptionlogic
Jarrar.lecture notes.aai.2011s.descriptionlogicJarrar.lecture notes.aai.2011s.descriptionlogic
Jarrar.lecture notes.aai.2011s.descriptionlogicPalGov
 
Calc 1.2b eps delt
Calc 1.2b eps deltCalc 1.2b eps delt
Calc 1.2b eps delthartcher
 
IRJET- On Semigroup and its Connections with Lattices
IRJET- On Semigroup and its Connections with LatticesIRJET- On Semigroup and its Connections with Lattices
IRJET- On Semigroup and its Connections with LatticesIRJET Journal
 
Discrete Structure Lecture #7 & 8.pdf
Discrete Structure Lecture #7 & 8.pdfDiscrete Structure Lecture #7 & 8.pdf
Discrete Structure Lecture #7 & 8.pdfMuhammadUmerIhtisham
 
L03 ai - knowledge representation using logic
L03 ai - knowledge representation using logicL03 ai - knowledge representation using logic
L03 ai - knowledge representation using logicManjula V
 

Similar to Video lecture for mba (20)

Unit .3
Unit .3Unit .3
Unit .3
 
Lecture 02
Lecture 02Lecture 02
Lecture 02
 
Stochastic Processes Homework Help
Stochastic Processes Homework HelpStochastic Processes Homework Help
Stochastic Processes Homework Help
 
Econ 103 Homework 2Manu NavjeevanAugust 15, 2022S
Econ 103 Homework 2Manu NavjeevanAugust 15, 2022SEcon 103 Homework 2Manu NavjeevanAugust 15, 2022S
Econ 103 Homework 2Manu NavjeevanAugust 15, 2022S
 
Law of exponent Lecture Slide
Law of exponent Lecture SlideLaw of exponent Lecture Slide
Law of exponent Lecture Slide
 
Stochastic Processes Homework Help
Stochastic Processes Homework Help Stochastic Processes Homework Help
Stochastic Processes Homework Help
 
Intermediate Value Theorem
Intermediate Value TheoremIntermediate Value Theorem
Intermediate Value Theorem
 
Class1
 Class1 Class1
Class1
 
Top school in delhi
Top school in delhiTop school in delhi
Top school in delhi
 
Introduction to the Theory of Computation, Winter 2003 A. Hevia and J. Mao S...
 Introduction to the Theory of Computation, Winter 2003 A. Hevia and J. Mao S... Introduction to the Theory of Computation, Winter 2003 A. Hevia and J. Mao S...
Introduction to the Theory of Computation, Winter 2003 A. Hevia and J. Mao S...
 
Data Complexity in EL Family of Description Logics
Data Complexity in EL Family of Description LogicsData Complexity in EL Family of Description Logics
Data Complexity in EL Family of Description Logics
 
Jarrar.lecture notes.aai.2011s.descriptionlogic
Jarrar.lecture notes.aai.2011s.descriptionlogicJarrar.lecture notes.aai.2011s.descriptionlogic
Jarrar.lecture notes.aai.2011s.descriptionlogic
 
Calc 1.2b eps delt
Calc 1.2b eps deltCalc 1.2b eps delt
Calc 1.2b eps delt
 
IRJET- On Semigroup and its Connections with Lattices
IRJET- On Semigroup and its Connections with LatticesIRJET- On Semigroup and its Connections with Lattices
IRJET- On Semigroup and its Connections with Lattices
 
C2.0 propositional logic
C2.0 propositional logicC2.0 propositional logic
C2.0 propositional logic
 
Discrete Structure Lecture #7 & 8.pdf
Discrete Structure Lecture #7 & 8.pdfDiscrete Structure Lecture #7 & 8.pdf
Discrete Structure Lecture #7 & 8.pdf
 
dma_ppt.pdf
dma_ppt.pdfdma_ppt.pdf
dma_ppt.pdf
 
L03 ai - knowledge representation using logic
L03 ai - knowledge representation using logicL03 ai - knowledge representation using logic
L03 ai - knowledge representation using logic
 
Hay hay
Hay hayHay hay
Hay hay
 
Mcs 013 solve assignment
Mcs 013 solve assignmentMcs 013 solve assignment
Mcs 013 solve assignment
 

More from Edhole.com

Chartered accountant in dwarka
Chartered accountant in dwarkaChartered accountant in dwarka
Chartered accountant in dwarkaEdhole.com
 
Ca firm in dwarka
Ca firm in dwarkaCa firm in dwarka
Ca firm in dwarkaEdhole.com
 
Website development company surat
Website development company suratWebsite development company surat
Website development company suratEdhole.com
 
Website designing company in surat
Website designing company in suratWebsite designing company in surat
Website designing company in suratEdhole.com
 
Website dsigning company in india
Website dsigning company in indiaWebsite dsigning company in india
Website dsigning company in indiaEdhole.com
 
Website designing company in delhi
Website designing company in delhiWebsite designing company in delhi
Website designing company in delhiEdhole.com
 
Chartered accountant in dwarka
Chartered accountant in dwarkaChartered accountant in dwarka
Chartered accountant in dwarkaEdhole.com
 
Ca firm in dwarka
Ca firm in dwarkaCa firm in dwarka
Ca firm in dwarkaEdhole.com
 
Website development company surat
Website development company suratWebsite development company surat
Website development company suratEdhole.com
 
Website designing company in surat
Website designing company in suratWebsite designing company in surat
Website designing company in suratEdhole.com
 
Website designing company in india
Website designing company in indiaWebsite designing company in india
Website designing company in indiaEdhole.com
 
Website designing company in delhi
Website designing company in delhiWebsite designing company in delhi
Website designing company in delhiEdhole.com
 
Website designing company in mumbai
Website designing company in mumbaiWebsite designing company in mumbai
Website designing company in mumbaiEdhole.com
 
Website development company surat
Website development company suratWebsite development company surat
Website development company suratEdhole.com
 
Website desinging company in surat
Website desinging company in suratWebsite desinging company in surat
Website desinging company in suratEdhole.com
 
Website designing company in india
Website designing company in indiaWebsite designing company in india
Website designing company in indiaEdhole.com
 

More from Edhole.com (20)

Ca in patna
Ca in patnaCa in patna
Ca in patna
 
Chartered accountant in dwarka
Chartered accountant in dwarkaChartered accountant in dwarka
Chartered accountant in dwarka
 
Ca in dwarka
Ca in dwarkaCa in dwarka
Ca in dwarka
 
Ca firm in dwarka
Ca firm in dwarkaCa firm in dwarka
Ca firm in dwarka
 
Website development company surat
Website development company suratWebsite development company surat
Website development company surat
 
Website designing company in surat
Website designing company in suratWebsite designing company in surat
Website designing company in surat
 
Website dsigning company in india
Website dsigning company in indiaWebsite dsigning company in india
Website dsigning company in india
 
Website designing company in delhi
Website designing company in delhiWebsite designing company in delhi
Website designing company in delhi
 
Ca in patna
Ca in patnaCa in patna
Ca in patna
 
Chartered accountant in dwarka
Chartered accountant in dwarkaChartered accountant in dwarka
Chartered accountant in dwarka
 
Ca firm in dwarka
Ca firm in dwarkaCa firm in dwarka
Ca firm in dwarka
 
Ca in dwarka
Ca in dwarkaCa in dwarka
Ca in dwarka
 
Website development company surat
Website development company suratWebsite development company surat
Website development company surat
 
Website designing company in surat
Website designing company in suratWebsite designing company in surat
Website designing company in surat
 
Website designing company in india
Website designing company in indiaWebsite designing company in india
Website designing company in india
 
Website designing company in delhi
Website designing company in delhiWebsite designing company in delhi
Website designing company in delhi
 
Website designing company in mumbai
Website designing company in mumbaiWebsite designing company in mumbai
Website designing company in mumbai
 
Website development company surat
Website development company suratWebsite development company surat
Website development company surat
 
Website desinging company in surat
Website desinging company in suratWebsite desinging company in surat
Website desinging company in surat
 
Website designing company in india
Website designing company in indiaWebsite designing company in india
Website designing company in india
 

Recently uploaded

Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...PsychoTech Services
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 

Recently uploaded (20)

Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 

Video lecture for mba

  • 1. Video Lectures for MBA By: Video.edhole.com
  • 3. Copyright © Peter Cappello 3 Equivalence Relation • Let E be a relation on set A. • E is an equivalence relation if & only if it is: – Reflexive – Symmetric – Transitive. • Examples – a E b when a mod 5 = b mod 5. (Over N) (i.e., a ≡ b mod 5 ) – a E b when a is a sibling of b. (Over humans) Video.edhole.com
  • 4. Copyright © Peter Cappello 4 Equivalence Class • Let E be an equivalence relation on A. • We denote aEb as a ~ b. (sometimes, it is denoted a ≡ b ) • The equivalence class of a is { b | a ~ b }, denoted [a]. • What are the equivalence classes of the example equivalence relations? • For these examples: – Do distinct equivalence classes have a non-empty intersection? – Does the union of all equivalence classes equal the underlying set? Video.edhole.com
  • 5. Copyright © Peter Cappello 5 Partition A partition of set S is a set of nonempty subsets, S1, S2, . . ., Sn, of S such that: 1. ∀i ∀j ( i ≠ j → Si ∩ Sj = Ø ). 2. S = S1 U S2 U . . . U Sn. Video.edhole.com
  • 6. Copyright © Peter Cappello 6 Equivalence Relations & Partitions Let E be an equivalence relation on S. • Thm. E’s equivalence classes partition S. • Thm. For any partition P of S, there is an equivalence relation on S whose equivalence classes form partition P. Video.edhole.com
  • 7. Copyright © Peter Cappello 7 E’s equivalence classes partition S. 1. [a] ≠ [b] → [a] ∩ [b] = Ø. Proof by contradiction: Assume [a] ≠ [b] ∧ [a] ∩ [b] ≠ Ø: (Draw a Venn diagram) Without loss of generality, let c ∈ [a] - [b]. Let d ∈ [a] ∩ [b]. We show that c ∈ [b] (which contradicts our assumption above) – c ~ d ( c, d ∈ [a] ) – d ~ b ( d ∈ [b] ) – c ~ b ( c ~ d ∧ d ~ b ∧ E is transitive ) • The union of the equivalence classes is S. Students: Show this use pair proving in class. Video.edhole.com
  • 8. Copyright © Peter Cappello 8 For any partition P of S, there is an equivalence relation whose equivalence classes form the partition P. Prove in class. 1. Let P be an arbitrary partition of S. 2. We define an equivalence relation whose equivalence classes form partition P. (Students: Show this (use pair proving) in class) Video.edhole.com
  • 9. Copyright © Peter Cappello 9 Exercise 20 • Let P be the set of people who visited web page W. • Let R be a relation on P: xRy ↔ x & y visit the same sequence of web pages since visiting W until they exit the browser. • Is R an equivalence relation? • Let s( p ) be the sequence of web pages p visits since visiting W until p exits the browser. Video.edhole.com
  • 10. Copyright © Peter Cappello 10 Exercise 20 continued • That is, xRy means s( x ) = s( y ). ∀ ∀x xRx: R is reflexive. Since ∀x s( x ) = s( x ). ∀ ∀x ∀y ( xRy → yRx ): R is symmetric. Since s( x ) = s( y ) → s (y ) = s( x ). ∀ ∀x ∀y ∀z ( ( xRy ∧ yRz ) → xRz ): R is transitive. Since ( s( x ) = s( y ) ∧ s( y ) = s( z ) ) → s( x ) = s( z ). • Therefore, R is an equivalence relation. Video.edhole.com
  • 11. Copyright © Peter Cappello 11 Exercise 30 What are the equivalence classes of the bit strings for the equivalence relation of Exercise 11? Ex. 11: Let S = { x | x is a bit string of ≥ 3 bits. } Define xRy such that x agrees with y on the left 3 bits (e.g., 10111 ~ 101000). a) 010 b) 1011 c) 11111 d) 01010101 Video.edhole.com
  • 12. Copyright © Peter Cappello 2011 12 Exercise 30 Answer • 010 (answer: all strings that begin with 010) • 1011 (answer: all strings that begin with 101) • 11111 (answer: all strings that begin with 111) • 01010101 (answer: all strings that begin with 010) Video.edhole.com
  • 13. Copyright © Peter Cappello 13 Exercise 40 a) What is the equivalence class of (1, 2) with respect to the equivalence relation given in Exercise 16? Exercise. 16: Ordered pairs of positive integers such that ( a, b ) ~ ( c, d ) ↔ ad = bc. Video.edhole.com
  • 14. Copyright © Peter Cappello 14 Exercise 40 a) Answer ( a, b ) ~ ( c, d ) ↔ ad = bc ↔ a/b = c/d [ ( 1, 2 ) ] = { ( c, d ) | ( 1, 2 ) ~ ( c, d ) } = { ( c, d ) | 1d = 2c ↔ c/d = ½ }. Video.edhole.com
  • 15. Copyright © Peter Cappello 15 Exercise 40 continued b) Interpret the equivalence classes of the equivalence relation R in Exercise 16. Video.edhole.com
  • 16. Copyright © Peter Cappello 16 Exercise 40 continued b) Interpret the equivalence classes of the equivalence relation R in Exercise 16. Answer Each equivalence class contains all (p, q), which, as fractions, have the same value (i.e., the same element of Q+ ). (The fact that 3/7 = 15/35 confuses some small children.) Video.edhole.com
  • 17. Copyright © Peter Cappello 17 Exercise 50 • A partition P’ is a refinement of partition P when ∀x ∈ P’ ∃y ∈ P x ⊆ y. (Illustrate.) • Let partition P consist of sets of people living in the same US state. • Let partition P’ consist of sets of people living in the same county of a state. • Show that P’ is a refinement of P. Video.edhole.com
  • 18. Copyright © Peter Cappello 18 Exercise 50 continued It suffices to note that: Every county is contained within its state: No county spans 2 states. Video.edhole.com
  • 19. Copyright © Peter Cappello 19 Exercise 62 Determine the number of equivalent relations on a set with 4 elements by listing them. How would you represent the equivalence relations that you list? Video.edhole.com
  • 20. Copyright © Peter Cappello 20 End 8.5 Video.edhole.com
  • 21. Copyright © Peter Cappello 21 10 Suppose A ≠ ∅ & R is an equivalence relation on A. Show ∃f ∃X f: A → X such that a ~ b ↔ f( a ) = f( b ). Proof. 1. Let f : A → X, where 1. X = { [a] | [a] is an equivalence class of R } 2. ∀a f (a ) = [a]. 2. Then, ∀a ∀b a ~ b ↔ f( a ) = [a] = [b] = f( b ).Video.edhole.com