I want to show that $$\bar y\land (x\lor z)\land (\bar x \lor \bar y) = \bar y\land (x\lor z)$$
I have done the following: \begin{align*}\bar y\land (x\lor z)\land (\bar x \lor \bar y) &=\bar y\land \left [(x\lor z)\land (\bar x \lor \bar y)\right ]\\ & =\bar y\land \left [\left ((x\lor z)\land \bar x\right )\lor \left ((x\lor z)\land \bar y\right )\right ] \\ & = \bar y\land \left [\left (\left (x\land \bar x\right )\lor \left (z\land \bar x\right )\right )\lor \left (\left ( x\land \bar y\right )\lor \left (z\land \bar y\right )\right )\right ] \\ & = \bar y\land \left [\left (0\lor \left (z\land \bar x\right )\right )\lor \left (\left ( x\land \bar y\right )\lor \left (z\land \bar y\right )\right )\right ] \\ & = \bar y\land \left [\left (z\land \bar x\right )\lor \left ( x\land \bar y\right )\lor \left (z\land \bar y\right )\right ]\end{align*} Is everything correct so far? How can we continue?