Janel H. answered 03/01/24
Experienced Tutor
[John] = {x: x E J} ; J is the set of all individuals named John
[Bill] = {y: y E B} ; B is the set of all individuals named Bill
[fish] = {z: z E F} ; F is the set of all objects called Fish
[caught] = {<x,z>: x caught z} ; Set of ordered pairs where x caught z
[sold] = {<x,y,z>: x sold z to y} ; Set of ordered triples where x sold z to y
[it] = {z: <x,z> E [caught]} ; The fish that John caught
[[John caught a fish and sold it to Bill]] = 1 iff
∃z( <John,z> E [caught] ∧ <John,Bill,z> E [sold] )
Words:
There exists a fish z that was caught by John and sold by John to Bill.