Example solution for the ''Jane Eyre'' context: Difference between revisions

From Lexical Resource Semantics
Jump to navigation Jump to search
(Created page with "= Task 4 = 1. Combine your two formulæ from Task 3 into two complex formulæ. Use the connectives “¬”, “∧”, and “⊃” 2. Compute the truth value of th...")
 
Line 9: Line 9:
== First example formula ==
== First example formula ==


'''¬ female(edward) ∧ husband-of(edward,bertha)'''
Formula: '''¬ female(edward) ∧ husband-of(edward,bertha)'''
 
Interpretation:
 
{{DenL}}'''&not; female(edward) &and; husband-of(edward,bertha)'''{{DenR}} = ''1''<br />
iff {{DenL}}'''&not; female(edward)'''{{DenR}} = ''1'' and {{DenL}}'''husband-of(edward,bertha)'''{{DenR}} = ''1''<br />


== Second example formular ==
== Second example formular ==

Revision as of 22:25, 28 June 2013

Task 4

1. Combine your two formulæ from Task 3 into two complex formulæ. Use the connectives “¬”, “∧”, and “⊃”

2. Compute the truth value of these complex formulæ. (You don’t need to do the computation for the atomic formulæ again.)

First example formula

Formula: ¬ female(edward) ∧ husband-of(edward,bertha)

Interpretation:

[[¬ female(edward) ∧ husband-of(edward,bertha)]] = 1
iff [[¬ female(edward)]] = 1 and [[husband-of(edward,bertha)]] = 1

Second example formular