Combinatorics, Hall's marriage theorem for bipartite graphs, where 2 vertices cannot be connected to more than one common vertex from the other side
I have a problem I'm trying to solve. the problem is: given Bipartite graph , where . and all edges are from A to B (all edges are symmetric), additionaly, lets assume that in A, .
(in the original problem I had to prove it, which I actually did, So its a given now, you can also assume that the same applies with 2 vertices of B and one vertex from A if you need, just like the topic mentions ). Furthermore, the degree of every vertex in A is at least , prove that there is a perfect matching in the graph. any hints or solutions would be great, thanks in advance!. edit: Hey, I might've done a mistake by not telling an important information, the original question included the following assumption: assume that for each in A and for each in B at least one of the pairs isn't an edge in the graph.