Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 392 Bytes

File metadata and controls

12 lines (7 loc) · 392 Bytes

Suppose a knowledge base contains just one sentence, $\exists,x\ {AsHighAs}(x,{Everest})$. Which of the following are legitimate results of applying Existential Instantiation?

  1. ${AsHighAs}({Everest},{Everest})$.

  2. ${AsHighAs}({Kilimanjaro},{Everest})$.

  3. ${AsHighAs}({Kilimanjaro},{Everest}) \land {AsHighAs}({BenNevis},{Everest})$
    (after two applications).