after lots of googling i still do not have the answer for this problem. There are not premisses give, just the goal, which is: $$((X ∧ Y) ∨ (Y ∧ Z) ∨ (W ∧ Y)) \rightarrow Y$$
Can anyone tell me how to do that fitch proof?
I still don't understand how to start fitch proofs with no premisses.
Thank you guys!
The first thing that must be done is to assume the antecedent of your conclusion. The rest follows from using $\wedge$ and $\vee$ elimination.