Prove that $ |X| \leq |Y| $ if $d(x) \geq d(y) \forall x,y \in E $ in a bipartite graph with equality valid if and only if $d(x) = d(y) \forall x,y \in E $ where d(v) stands for degree of vertex v
Why does it say $x,y \in E $ ? Aren't they vertices?
My approach:-
$$ |X| \leq d(y) \forall y$$ $$ |Y| \leq d(x) \forall x$$ And we have $$d(x) \geq d(y) \forall x,y $$ any help?
Since the question as stated doesn't make sense, I'm guessing that the real question is the following:
Proof: $$|X|=\sum_{xy\in E}\frac1{\operatorname{d}(x)}\le\sum_{xy\in E}\frac1{\operatorname{d}(y)}=|Y|$$ Explanation of the equalities: Recall that there are no isolated vertices. For each vertex $x\in X$ let $E_x$ be the set of all edges incident with $x.$ Then $$\sum_{xy\in E}\frac1{\operatorname d(x)}=\sum_{x\in X}\sum_{xy\in E_x}\frac1{\operatorname d(x)}=\sum_{x\in X}\left(\frac1{\operatorname d(x)}\cdot\sum_{xy\in E_x}1\right)=\sum_{x\in X}\left(\frac1{\operatorname d(x)}\cdot|E_x|\right)=\sum_{x\in X}1=|X|.$$