AnswerEX3-b: Difference between revisions

From Lexical Resource Semantics
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Sentence: Tom is not Paul's daughter or Tom is tall.  
Sentence: Tom is not Paul's daughter or Tom is tall.  


Here the interpretation in predicate logic notation:
Here the interpretation in predicate logic notation:


<nowiki>[[</nowiki>''¬daughter-of-someone (Tom,Paul) v tall(Tom)'']] = '''true''' <br/>
<nowiki>[[</nowiki>''¬daughter-of-someone (Tom,Paul) v tall(Tom)'']] = '''true''' <br/>


because <nowiki>[[</nowiki>''¬daughter-of-someone (Tom,Paul'')]]= '''true''' <br/>
because <nowiki>[[</nowiki>''¬daughter-of-someone (Tom,Paul'')]]= '''true''' <br/>


::because I(''Tom'')= <'''Tom'''>, I(''Paul'')= <'''Paul'''> and <'''Tom,Paul'''> is NOT a set of I(''daughter-of-someone'') <br/>
::because I(''Tom'')= <'''Tom'''>, I(''Paul'')= <'''Paul'''> and <'''Tom,Paul'''> is NOT a set of I(''daughter-of-someone'') <br/>


and <nowiki>[[</nowiki>''tall(Tom)'']] = '''false''' <br/>
and <nowiki>[[</nowiki>''tall(Tom)'']] = '''false''' <br/>


::because I(''Tom'')= <'''Tom'''> and <'''Tom'''> is NOT an element of I(''tall''). <br/>
::because I(''Tom'')= <'''Tom'''> and <'''Tom'''> is NOT an element of I(''tall''). <br/>


'''Disjunction (v)''': At least one of the atomic formulae has to be true in order for the complex formula to be true.  
'''Disjunction (v)''': At least one of the atomic formulae has to be true in order for the complex formula to be true.  





Revision as of 18:13, 28 January 2013

Sentence: Tom is not Paul's daughter or Tom is tall.


Here the interpretation in predicate logic notation:


[[¬daughter-of-someone (Tom,Paul) v tall(Tom)]] = true


because [[¬daughter-of-someone (Tom,Paul)]]= true


because I(Tom)= <Tom>, I(Paul)= <Paul> and <Tom,Paul> is NOT a set of I(daughter-of-someone)


and [[tall(Tom)]] = false


because I(Tom)= <Tom> and <Tom> is NOT an element of I(tall).


Disjunction (v): At least one of the atomic formulae has to be true in order for the complex formula to be true.


Navigation