Marriage Problem Every Man & Woman Friends w/ r People

  • Thread starter Thread starter Pietjuh
  • Start date Start date
AI Thread Summary
The discussion centers on the marriage problem, which involves finding a complete matching in a bipartite graph where men and women are represented as vertices. The author reformulates the problem using transversals and defines sets of friendships among men and women, each containing exactly r elements. The key challenge is proving that the collection of these sets forms a transversal, which is necessary for a solution to the marriage problem. The marriage theorem of Hall states that a solution exists if, for every k-tuple of men, the number of compatible women is at least k. The author expresses uncertainty about demonstrating this condition for k-tuples where k exceeds r, highlighting the complexity of the problem.
Pietjuh
Messages
75
Reaction score
0
I'm supposed to show that the marriage problem has a solution if every man is friends with exactly r women, and every women is friends with exactly r men.

I rewrote this problem in the language of transversals. I defined sets
S_i = \{ j | (i,j) \in E \} in which E is the set of branches of the bipartite graph of the problem. It's obvious that every set S_i has exactly r elements and that every element in {1,...,n} appears exactly r times in the collection of all these sets. To show that the mariage problem has a solution I must show that the collection (S_1,S_2,\cdots,S_n) is a transversal. And this is where I get stuck! :( Or is it really just so simple that it is too simple to see the solution? :rolleyes:
 
Physics news on Phys.org
I think you need to take the negative of the woman and add it to the positve of the man and then intergate it with the limits of logic
 
mathmike said:
I think you need to take the negative of the woman and add it to the positve of the man and then intergate it with the limits of logic

I fear the result will be complex .

Jokes aside, please state the entire marriage problem for those of us
who aren't familiar with it.
 
Ok here's the explanation of the marriage theorem:
Let's say we've got a bipartite graph G = (V,E) in which V = V_1 U V_2
The vertices in V_1 are called men, and those in V_2 are called women.
The marriage problem is the problem of finding a complete matching in this bipartite graph. So you need to match every man with every women, such that no man or woman is matched more than 1 time.

The marriage theorem of Hall says this problem has a solution if for every k-tuple of men, the number of women they are willing to have a relationship with is larger or equal than k.

So in my problem you don't have a problem if k <= r, because if you take a k-tuple with k<=r the number of people they are willing to have a relationship with is at least r >=k. All I need to show is that for every k-tuple with k > r you can always find at least k friends.
 
I think I'm missing something. You can match everyone (and trivially) if and only if
the number of men is equal to the number of women. No?
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top