How Do I solve this further? Logic (Fitch)

131 Views Asked by At

This is what I have done This is what I have done2

This is edit 2 Edit 2

1

There are 1 best solutions below

7
On BEST ANSWER

First, your set-up is excellent!

Second, note that if $Smaller(b,a)$ is true, then $Larger(a,b)$ should be true as well. However, this does not follow logically, but by the meaning of the predicates. So, you'll have to use Ana Con, which understands the meaning of the predicates.