(=>
(instance ?DIS Disagreeing)
(exists (?A1 ?A2 ?STATE1 ?STATE2 ?STMT1 ?STMT2)
(and
(subProcess ?STATE1 ?DIS)
(subProcess ?STATE2 ?DIS)
(agent ?STATE1 ?A1)
(agent ?STATE2 ?A2)
(not
(equal ?A1 ?A2))
(containsInformation ?STATE1 ?STMT1)
(containsInformation ?STATE2 ?STMT2)
(not
(consistent ?STMT1 ?STMT2))))) |
Merge.kif 13232-13245 |
- If a process is an instance of disagreeing,
- then there exist an agent, another agent,, , another process,, , a third process,, , a proposition and another proposition such that the other process is a subprocess of the process and the third process is a subprocess of the process and the agent is an agent of the other process and the other agent is an agent of the third process and the agent is not equal to the other agent and the other process contains information the proposition and the third process contains information the other proposition and the other proposition is not a consistent of the proposition
|