15-251 Great Theoretical Ideas in Computer Science.

Slides:



Advertisements
Similar presentations
1 Stable Matching A Special Case of Stable Marriage.
Advertisements

The Mathematics Of 1950s Dating: Who wins the battle of the sexes? Great Theoretical Ideas In Computer Science Steven Rudich CS Spring 2003 Lecture.
Piyush Kumar (Lecture 3: Stable Marriage) Welcome to COT5405.
Prof. Swarat Chaudhuri COMP 482: Design and Analysis of Algorithms Spring 2013 Lecture 2.
Marriage, Honesty, & Stability N ICOLE I MMORLICA, N ORTHWESTERN U NIVERSITY.
Tutorial 5 of CSCI2110 Eulerian Path & Hamiltonian Cycle Tutor: Zhou Hong ( 周宏 )
Lecture 2: Greedy Algorithms II Shang-Hua Teng Optimization Problems A problem that may have many feasible solutions. Each solution has a value In maximization.
Great Theoretical Ideas in Computer Science for Some.
Social Networks 101 P ROF. J ASON H ARTLINE AND P ROF. N ICOLE I MMORLICA.
1 Discrete Structures & Algorithms Graphs and Trees: IV EECE 320.
Great Theoretical Ideas in Computer Science.
Stable Marriage Problem William Kozma Jr ECE 443/543.
CSE 421 Algorithms Richard Anderson Lecture 2. Announcements Office Hours –Richard Anderson, CSE 582 Monday, 10:00 – 11:00 Friday, 11:00 – 12:00 –Yiannis.
1 Bipartite Matching Polytope, Stable Matching Polytope x1 x2 x3 Lecture 10: Feb 15.
Piyush Kumar (Lecture 1: Introduction) Welcome to COT5405.
Chapter 10: Iterative Improvement Simplex Method The Design and Analysis of Algorithms.
The Stable Marriage Problem
Welcome to CSE Applied Algorithms Anna R. Karlin Office Hours: Wed 9: :00 pm and by appointment TA: Ashish Sabharwal
The Mathematics Of Dating and Marriage: Who wins the battle of the sexes? The Mathematics Of Dating and Marriage: Who wins the battle of the sexes? (adapted.
The Mathematics Of 1950’s Dating: Who wins the battle of the sexes? Adapted from a presentation by Stephen Rudich.
결혼문제로 본 조합론.
The Mathematics Of 1950’s Dating: Who wins the battle of the sexes? Presentation by Shuchi Chawla with some modifications.
Section 2.1 “Matching in bipartite graphs” in Graph Theory Handout for reading seminar.
Chapter 14: Fair Division Part 5 – Defining Fairness.
Advanced Algorithms Piyush Kumar (Lecture 1: Introduction) Welcome to COT5405.
Stable Matchings a.k.a. the Stable Marriage Problem
1 The Stable Marriage Problem Algorithms and Networks 2014/2015 Hans L. Bodlaender Johan M. M. van Rooij.
Lecture 23: Stable Marriage ( Based on Lectures of Steven Rudich of CMU and Amit Sahai of Princeton) Shang-Hua Teng.
Stable Matching Lecture 7: Oct 3. Matching A B C DE Boys Girls Today’s goal: to “match” the boys and the girls in a “good” way.
CSE 421 Algorithms Richard Anderson Winter 2009 Lecture 1.
Stable Marriages (Lecture modified from Carnegie Mellon University course Great Theoretical Ideas in Computer Science)
Complexity & Analysis of Data Structures & Algorithms Piyush Kumar (Lecture 1: Introduction) Welcome to COP4531 Based on slides from J. Edmonds, S. Rudich,
Design & Co-design of Embedded Systems Final Project: “The Match Maker” Second Phase Oral Presentation Safa S. Mahmoodian.
Bipartite Matching. Unweighted Bipartite Matching.
CSE 421 Algorithms Richard Anderson (for Anna Karlin) Winter 2006 Lecture 2.
The Stable Marriage Problem
Great Theoretical Ideas in Computer Science for Some.
Matching Lecture 19: Nov 23.
Sep 29, 2014 Lirong Xia Matching. Report your preferences over papers soon! –deadline this Thursday before the class Drop deadline Oct 17 Catalan independence.
Fair Shares.
The Mathematics Of 1950’s Dating: Who wins the battle of the sexes? CS Lecture 2.
CSCI 256 Data Structures and Algorithm Analysis Lecture 2 Some slides by Kevin Wayne copyright 2005, Pearson Addison Wesley all rights reserved, and some.
Market Design and Analysis Lecture 2 Lecturer: Ning Chen ( 陈宁 )
18.1 CompSci 102 Today’s topics 1950s TV Dating1950s TV Dating.
Algorithms used by CDNs Stable Marriage Algorithm Consistent Hashing.
18.1 CompSci 102 Today’s topics Impaired wanderingImpaired wandering Instant InsanityInstant Insanity 1950s TV Dating1950s TV Dating Final Exam reviewFinal.
Dating Advice from Mathematics
מתמטיקה בדידה Discrete Math Lecture 12 1 TexPoint fonts used in EMF.
Matching Boys Girls A B C D E
Cybernetica AS & Tartu University
The Stable Marriage Problem
The Mathematics Of 1950’s Dating: Who wins the battle of the sexes?
CSE 421: Introduction to Algorithms
The Mathematics Of 1950’s Dating: Who wins The Battle of The Sexes?
The Mathematics Of 1950’s Dating: Who wins the battle of the sexes?
Richard Anderson (for Anna Karlin) Winter 2006 Lecture 1
S. Raskhodnikova; based on slides by K. Wayne
Matching Lirong Xia March 8, Matching Lirong Xia March 8, 2016.
Computational Processes II
Richard Anderson Autumn 2006 Lecture 1
Richard Anderson Autumn 2015 Lecture 1
Matching and Resource Allocation
Who does better, boys or girls?
Richard Anderson Autumn 2016 Lecture 2
Computational Processes II
Richard Anderson Autumn 2006 Lecture 1
Piyush Kumar (Lecture 3: Stable Marriage)
Richard Anderson Winter 2019 Lecture 2
Richard Anderson Autumn 2015 Lecture 2
Richard Anderson Autumn 2019 Lecture 2
Presentation transcript:

Great Theoretical Ideas in Computer Science

Dating for Computer Scientists

The Mathematics Of 1950’s Dating: Who wins The Battle of The Sexes? Lecture 12 (October 6, 2009)

WARNING: This lecture contains mathematical content that may be shocking to some students

Question: How do we pair them off? Dating Scenario There are n boys and n girls Each girl has her own ranked preference list of all the boys Each boy has his own ranked preference list of the girls The lists have no ties

3,5,2,1,4 1 5,2,1,4,3 2 4,3,5,1,2 3 1,2,3,4,5 4 2,3,4,1, ,2,5,1,4 2 1,2,5,3,4 3 4,3,2,1,5 4 1,3,4,2,5 5 1,2,4,5,3

More Than One Notion of What Constitutes A “Good” Pairing Maximizing total satisfaction Hong Kong and to an extent the USA Maximizing the minimum satisfaction Western Europe Minimizing maximum difference in mate ranks Sweden Maximizing people who get their first choice Barbie and Ken Land

We will ignore the issue of what is “best”!

Rogue Couples Suppose we pair off all the boys and girls Now suppose that some boy and some girl prefer each other to the people to whom they are paired They will be called a rogue couple

Why be with them when we can be with each other?

What use is fairness, if it is not stable? Any list of criteria for a good pairing must include stability. (A pairing is doomed if it contains a rogue couple.)

A pairing of boys and girls is called stable if it contains no rogue couples Stable Pairings

A pairing of boys and girls is called stable if it contains no rogue couples Stable Pairings 3,2,1 1 2,1,3 2 3,1, ,2,1 2 1,2,3 3 3,2,1

The study of stability will be the subject of the entire lecture We will: Analyze various mathematical properties of an algorithm that looks a lot like 1950’s dating Discover the naked mathematical truth about which sex has the romantic edge Learn how the world’s largest, most successful dating service operates

Given a set of preference lists, how do we find a stable pairing? Wait! We don’t even know that such a pairing always exists!

Does every set of preference lists have a stable pairing? Better Question:

Idea: Allow the pairs to keep breaking up and reforming until they become stable

Can you argue that the couples will not continue breaking up and reforming forever?

1 3 2,3,4 1,2, ,1,4 *,*,* An Instructive Variant: Bisexual Dating

Insight Any proof that heterosexual couples do not break up and re-form forever must contain a step that fails in the bisexual case If you have a proof idea that works equally well in the hetero and bisexual versions, then your idea is not adequate to show the couples eventually stop

The Traditional Marriage Algorithm Worshipping Males Female String

The Traditional Marriage Algorithm For each day that some boy gets a “No” do: Morning Each girl stands on her balcony Each boy proposes to the best girl whom he has not yet crossed off Afternoon (for girls with at least one suitor) To today’s best: “Maybe, return tomorrow” To any others: “No, I will never marry you” Evening Any rejected boy crosses the girl off his list If no boys get a “No”, each girl marries boy to whom she just said “maybe”

3,5,2,1, 4 1 5,2,1,4,3 4,3,5,1,2 3 1,2,3,4,5 4 2,3,4,1, ,2,5,1,4 2 1,2,5,3,4 3 4,3,2,1,5 4 1,3,4,2,5 5 1,2,4,5,3 2

Wait! There is a more primary question! Does Traditional Marriage Algorithm always produce a stable pairing?

Does TMA Always Terminate? It might encounter a situation where algorithm does not specify what to do next (e.g. “core dump error”) It might keep on going for an infinite number of days

The Traditional Marriage Algorithm For each day that some boy gets a “No” do: Morning Each girl stands on her balcony Each boy proposes to the best girl whom he has not yet crossed off Afternoon (for girls with at least one suitor) To today’s best: “Maybe, return tomorrow” To any others: “No, I will never marry you” Evening Any rejected boy crosses the girl off his list If no boys get a “No”, each girl marries boy to whom she just said “maybe”

Does TMA Always Terminate? It might encounter a situation where algorithm does not specify what to do next It might keep on going for an infinite number of days cannot happen, every day some name is crossed off this could happen if some boy crosses all names off his list! we’ll show it doesn’t…

Improvement Lemma: If a girl has a boy on a string, then she will always have someone at least as good on a string (or for a husband) She would only let go of him in order to “maybe” someone better She would only let go of that guy for someone even better AND SO ON…

Corollary: Each girl will marry her absolute favorite of the boys who visit her during the TMA

Contradiction Lemma: No boy can be rejected by all the girls Proof (by contradiction): Suppose boy b is rejected by all the girls At that point: Each girl must have a suitor other than b (By Improvement Lemma, once a girl has a suitor she will always have at least one) The n girls have n suitors, and b is not among them. Thus, there are at least n+1 boys

Theorem: The TMA always terminates in at most n 2 days A “master list” of all n of the boys lists starts with a total of n x n = n 2 girls on it Each day that at least one boy gets a “No”, so at least one girl gets crossed off the master list Therefore, the number of days is bounded by the original size of the master list

Great! We know that TMA will terminate and produce a pairing But is it stable?

g b g*g* I rejected you when you came to my balcony. Now I’ve got someone better Theorem: The pairing T produced by TMA is stable

Let b and g be any couple in T, and b prefers g * to g. We claim that g * prefers her husband to b. During TMA, b proposed to g * before he proposed to g. Hence, at some point g * rejected b for someone she preferred to b. By the Improvement lemma, the person she married was also preferable to b. Thus, every boy will be rejected by any girl he prefers to his wife.  T is stable.

Who is better off in traditional dating, the boys or the girls? Opinion Poll

Forget TMA for a Moment… How should we define “the optimal girl for boy b”? Flawed Attempt: “The girl at the top of b’s list”,,,,

She is the best girl he can conceivably get in a stable world. Presumably, she might be better than the girl he gets in the stable pairing output by TMA The Optimal Girl A boy’s optimal girl is the highest ranked girl for whom there is some stable pairing in which the boy gets her

A boy’s pessimal girl is the lowest ranked girl for whom there is some stable pairing in which the boy gets her The Pessimal Girl She is the worst girl he can conceivably get in a stable world

,,

Dating Heaven and Hell A pairing is male-optimal if every boy gets his optimal mate. This is the best of all possible worlds for every boy simultaneously A pairing is male-pessimal if every boy gets his pessimal mate. This is the worst of all possible worlds for every boy simultaneously BTW, is a male-optimal pairing stable? How about a male-pessimal one?

Dating Heaven and Hell A pairing is female-optimal if every girl gets her optimal mate. This is the best of all possible stable worlds for every girl simultaneously A pairing is female-pessimal if every girl gets her pessimal mate. This is the worst of all possible stable worlds for every girl simultaneously not clear if either exists! we’ll show that both exist…

The Naked Mathematical Truth! The Traditional Marriage Algorithm always produces a male-optimal, female- pessimal pairing

g Suppose TMA is not male-optimal b b* g b g’ likes b* more than b likes g* at least as much as his optimal (not been rejected by optimal yet) consider the first moment in TMA when some boy is rejected by his optimal girl since g is b’s optimal, there is a stable matching S where g&b are matched g’ at most as good as his optimal likes b* more than b contradicts stability of S!!! Formal proof on next two slides

Theorem: TMA produces a male- optimal pairing Suppose, for a contradiction, that some boy gets rejected by his optimal girl during TMA At time t, boy b got rejected by his optimal girl g because she said “maybe” to a preferred b* Therefore, b* likes g at least as much as his optimal Let t be the earliest time at which this happened By the definition of t, b* had not yet been rejected by his optimal girl

Some boy b got rejected by his optimal girl g because she said “maybe” to a preferred b*. b* likes g at least as much as his optimal girl Also, there must exist a stable pairing S in which b and g are married (by def. of “optimal”) b* wants g more than his wife in S: g wants b* more than her husband in S: Contradiction g is at least as good as his optimal and he is not matched to g in stable pairing S b is her husband in S and she rejects him for b* in TMA

Theorem: The TMA pairing, T, is female-pessimal suppose not T g …and a stable matching S that matches g-b*, where b* is worse for g b g b* b g is his optimal girl prefers b to b* contradicts stability of S!!! Formal proof on next slide (boy-optimal) there exists a girl g…

Theorem: The TMA pairing, T, is female-pessimal We know it is male-optimal. Suppose there is a stable pairing S where some girl g does worse than in T Let b be her mate in T Let b* be her mate in S By assumption, g likes b better than her mate b* in S b likes g better than his mate in S (we already know that g is his optimal girl) Therefore, S is not stable Contradiction

The largest, most successful dating service in the world uses a computer to run TMA!

Definitions of: Stable Pairing Traditional Marriage Algorithm optimal and pessimal mates Proof that: TMA Produces a Stable Pairing TMA Produces a Male- Optimal, Female-Pessimal Pairing Here’s What You Need to Know…