How can I prove this using Fitch notation?

446 Views Asked by At

I have a little problem. I need to prove the following statement using Fitch notation. Can anyone help me out? :)

|= (t → s) ∧ ¬((s → q) → (t → q))

Thanks in advance.