(=>
(precondition ?PROC1 ?PROC2)
(=>
(exists (?INST2)
(instance ?INST2 ?PROC2))
(exists (?INST1)
(instance ?INST1 ?PROC1)))) |
Merge.kif 4414-4418 |
Assuming X is a precondition of Y, it follows that: if there exists Z such that Z is an instance of Y, then there exists W such that W is an instance of X |