SoSE15: Term paper project: Determiners: Difference between revisions

From Lexical Resource Semantics
Jump to navigation Jump to search
 
(41 intermediate revisions by one other user not shown)
Line 8: Line 8:
* Three exercises for each operator
* Three exercises for each operator


= The difference between the logical quantifiers and definite descriptions =
= The difference between logical quantifiers and definite descriptions =


The universal and existential quantifiers have to be interpreted differently than the definite article.
The universal and existential quantifiers have to be interpreted differently than the definite article.


The universal quantifier (every, all → ∀) indicates that '''every single individual''' in a model that has the features of the restrictor, also has the features of the scope.
The universal quantifier (every, all → ∀) indicates that '''every single individual''' in a model that has the features of the restrictor also has the features of the scope. If there were individuals with the features of the restrictor and not of the scope or the other way around than the formula would be false.  


The existential quantifier (some, a → ∃) states that there is '''at least one individual or more''' in a model that has both the features of the restrictor and the scope.
The existential quantifier (some, a → ∃) states that there is '''at least one individual or more''' in a model that has both the features of the restrictor and the scope: the number of possible individuals for this formula are endless. But if there was no such individual at all, the formula would be false.


The definite article (the → ⍳) states that there is '''absolutely one individual and no more or less''' in a model that fits exactly the described features.  
The definite article (the → ⍳) states that there is '''absolutely one individual and no more or less''' in a model that fits exactly the described features. This individual can ideally be named and is a fixed part of the chosen universe. There is no other individual that fits the description, otherwise this formula would be false.
 
Thus the definite article should be treated like a noun phrase or name and not like a quantifier. In the following, the differences will be shown giving examples and further explanations. At the end of the page there will be a few exercises and further references to deepen the understanding of those differences.


==Model from the scenario "Frozen"==
==Model from the scenario "Frozen"==
Inspired by the Disney movie "Frozen" released in 2013.<ref>''Frozen Movie Official Disney Site.'' The Walt Disney Company. Web. 21 Aug. 2015. <[http://frozen.disney.com Frozen Disney]></ref>


'''Individuals:'''
'''Individuals:'''
Line 32: Line 36:
* ''prince<sub>1</sub> = {<x> | x is a prince} = {<Hans>}''
* ''prince<sub>1</sub> = {<x> | x is a prince} = {<Hans>}''
* ''human<sub>1</sub> = {<x> | x is human} = {<Elsa>, <Anna>, <Kristoff>, <Hans>}''
* ''human<sub>1</sub> = {<x> | x is human} = {<Elsa>, <Anna>, <Kristoff>, <Hans>}''
* ''male<sub>1</sub> = {<x> | x is male} = {<Kristoff>, <Sven>, <Olaf>, <Hans>}''


'''Relations:'''
'''Relations:'''
Line 38: Line 41:
* ''get-engaged<sub>2</sub> = {<x, y> | x and y get engaged} = {<Anna, Hans>, <Hans, Anna>}''
* ''get-engaged<sub>2</sub> = {<x, y> | x and y get engaged} = {<Anna, Hans>, <Hans, Anna>}''


==Example for the universal quantifier==
==Example of the universal quantifier==


'''Example:''' ''Every royal is human.''
'''Example:''' Every royal is human.


Here, ''every'' is our determiner, ''royal'' is our restrictor and ''human'' is the scope. We will choose ''x'' as our variable. Therefore, the paraphrase would look like that:
Here, ''every'' is our determiner, ''royal'' is our restrictor and ''human'' is the scope. We will choose ''x'' as our variable. Therefore, the paraphrase would look like that:
Line 48: Line 51:
The overall formula for this expression would look like that:
The overall formula for this expression would look like that:


''x (royal<sub>1</sub>(x) : human<sub>1</sub>(x))''
''&forall; x (royal<sub>1</sub>(x) : human<sub>1</sub>(x))''


Now we will interpret our formula, so we have to check the truth values for all our individuals in the model:
Now we will interpret our formula, so we have to check the truth values for all our individuals in the model:
Line 54: Line 57:
{| class="wikitable"
{| class="wikitable"
|-
|-
! scope="col"| g(x)
! scope="col", style="width:80px; text-align:left;"| g(x)
! scope="col"| royal<sub>1</sub>(x)
! scope="col"| royal<sub>1</sub>(x)
! scope="col"| human<sub>1</sub>(x)
! scope="col"| human<sub>1</sub>(x)
|-
|-
! scope="row"| Elsa
! scope="row", style="text-align:left;"| Elsa
| style="width:100px; text-align:center;" |
| style="width:100px; text-align:center;" | &#x02713;
| style="width:100px; text-align:center;" |
| style="width:100px; text-align:center;" | &#x02713;
|-
|-
! scope="row"| Anna
! scope="row", style="text-align:left;"| Anna
| style="width:100px; text-align:center;" |
| style="width:100px; text-align:center;" | &#x02713;
| style="width:100px; text-align:center;" |
| style="width:100px; text-align:center;" | &#x02713;
|-
|-
! scope="row"| Kristoff
! scope="row", style="text-align:left;"| Kristoff
| style="width:100px; text-align:center;" | '''x'''
| style="width:100px; text-align:center;" | &#x02717;
| style="width:100px; text-align:center;" |
| style="width:100px; text-align:center;" | &#x02713;
|-
|-
! scope="row"| Sven
! scope="row", style="text-align:left;"| Sven
| style="width:100px; text-align:center;" | '''x'''
| style="width:100px; text-align:center;" | &#x02717;
| style="width:100px; text-align:center;" | '''x'''
| style="width:100px; text-align:center;" | &#x02717;
|-
|-
! scope="row"| Olaf
! scope="row", style="text-align:left;"| Olaf
| style="width:100px; text-align:center;" | '''x'''
| style="width:100px; text-align:center;" | &#x02717;
| style="width:100px; text-align:center;" | '''x'''
| style="width:100px; text-align:center;" | &#x02717;
|-
|-
! scope="row"| Hans
! scope="row", style="text-align:left;"| Hans
| style="width:100px; text-align:center;" |
| style="width:100px; text-align:center;" | &#x02713;
| style="width:100px; text-align:center;" |
| style="width:100px; text-align:center;" | &#x02713;
|}
|}


Since every character that is royal – Elsa, Anna and Hans – is also human the overall formula is true. If not every royal was human, the formula would be false.
Since every character that is royal – Elsa, Anna and Hans – is also human the overall formula is true. If not every royal was human, the formula would be false.


==The Difference between the existential quantifier and the definite article==
==The difference between the existential quantifier and the definite article==
 
<!--


Here is a video about how to differentiate the existential quantifier and the definite article:
Here is a video about how to differentiate the existential quantifier and the definite article:
<mediaplayer>https://www.youtube.com/watch?v=bFDFcYmQqek</mediaplayer>
-->


=Exercises=
=Exercises=
Line 94: Line 103:




'''Task 1:''' Identify the correct formula for this paraphrase.
'''Task 1:''' Identify the correct formula for these paraphrases.
 


<quiz display=simple>
<quiz display=simple>
Line 119: Line 129:




'''Task 2:''' Write down the logical formulae for the following sentences.
'''Task 2:''' Write down the logical formulae for the following sentences. Explain further, if and why the formulae are true or false.


(a) Some reindeer is male and royal.


(b) The snowman sings.
# Some reindeer is male and royal.
# The snowman sings.
# Every queen likes Anna.


(c) Every queen likes Anna.


<div class="toccolours mw-collapsible mw-collapsed" style="width:800px">
<div class="toccolours mw-collapsible mw-collapsed" style="width:800px">
Check your solutions here:
Check your solutions here:
<div class="mw-collapsible-content">
<div class="mw-collapsible-content">
(a) ''&exist;x (reindeer<sub>1</sub>(x) : (male<sub>1</sub>(x) &and; royal<sub>1</sub>(x)))''
# ''&exist;x (reindeer<sub>1</sub>(x) : (male<sub>1</sub>(x) &and; royal<sub>1</sub>(x)))'' &rarr; This formula is false since there is only one reindeer in our model, namely Sven, that is male but not royal.
# ''sing<sub>1</sub>(&iota;x : snowman<sub>1</sub>(x))'' &rarr; This formula is true in our model since there is exactly one snowman, namely Olaf, that sings.
# ''&forall;x (queen<sub>1</sub>(x) : like<sub>2</sub>(x, Anna))'' &rarr; This formula is also true in our model. Elsa is the only queen in our model and she likes Anna, thus every queen in our model likes Anna.</div>
</div>


(b) ''sing<sub>1</sub>(&iota;x : snowman<sub>1</sub>(x))''


(c) ''&forall;x (queen<sub>1</sub>(x) : like<sub>2</sub>(x, Anna))''</div>
 
</div>
'''Task 3:''' Write down the correct sentences for the logical formulae in the boxes.
 
 
<quiz display=simple>
 
{ &nbsp;
|type="{}"}
''&exist;x (prince<sub>1</sub>(x) : love<sub>2</sub>(Elsa, x))''
{ Elsa loves a prince.|Elsa loves some prince.|Some prince is love by Elsa.|A prince is loved by Elsa. }
 
{ &nbsp;
|type="{}"}
''&forall;x ((woman<sub>1</sub>(x) &and; red-haired<sub>1</sub>(x)) : dance-with<sub>2</sub>(x, Hans))''
{ Every red-haired woman dances with Hans.|All red-haired women dance with Hans.|Every woman that is red-haired dances with Hans. }
 
{ &nbsp;
|type="{}"}
''like<sub>2</sub>((&iota;x : iceman<sub>1</sub>(x)), Sven)''
{ The iceman likes Sven. }
 
</quiz>
 
=References=
 
<references />
 
:Kearns, Kate. 2000. ''Semantics.''  42-47, 68-119. New York: Palgrave Macmillan.
 
:Levine, Robert D., Frank Richter & Manfred Sailer. 2015. ''Formal Semantics. An Empirically Grounded Approach.'' 203-248. Stanford: CSLI Publications.


= Participants =  
= Participants =  

Latest revision as of 08:22, 3 November 2015

Warning:
The material on this page has been created as part of a seminar. It is still heavily under construction and we do not guarantee its correctness. If you have comments on this page or suggestions for improvement, please contact Manfred Sailer.
This note will be removed once the page has been carefully checked and integrated into the main part of this wiki.


Short description of the project

  • Difference between "every", "some" and the definite article;
  • Video about how to differentiate "some" and the definite article;
  • Three exercises for each operator

The difference between logical quantifiers and definite descriptions

The universal and existential quantifiers have to be interpreted differently than the definite article.

The universal quantifier (every, all → ∀) indicates that every single individual in a model that has the features of the restrictor also has the features of the scope. If there were individuals with the features of the restrictor and not of the scope or the other way around than the formula would be false.

The existential quantifier (some, a → ∃) states that there is at least one individual or more in a model that has both the features of the restrictor and the scope: the number of possible individuals for this formula are endless. But if there was no such individual at all, the formula would be false.

The definite article (the → ⍳) states that there is absolutely one individual and no more or less in a model that fits exactly the described features. This individual can ideally be named and is a fixed part of the chosen universe. There is no other individual that fits the description, otherwise this formula would be false.

Thus the definite article should be treated like a noun phrase or name and not like a quantifier. In the following, the differences will be shown giving examples and further explanations. At the end of the page there will be a few exercises and further references to deepen the understanding of those differences.

Model from the scenario "Frozen"

Inspired by the Disney movie "Frozen" released in 2013.[1]

Individuals:

  • Elsa, the Snow Queen of Arendelle
  • Anna, the Princess of Arendelle
  • Kristoff, an iceman
  • Sven, a reindeer
  • Olaf, a snowman
  • Hans, the Prince of the Southern Isles

Properties:

  • royal1 = {<x> | x is royal} = {<Elsa>, <Anna>, <Hans>}
  • prince1 = {<x> | x is a prince} = {<Hans>}
  • human1 = {<x> | x is human} = {<Elsa>, <Anna>, <Kristoff>, <Hans>}

Relations:

  • sibling2 = {<x, y> | x and y are siblings} = {<Elsa, Anna>, <Anna, Elsa>}
  • get-engaged2 = {<x, y> | x and y get engaged} = {<Anna, Hans>, <Hans, Anna>}

Example of the universal quantifier

Example: Every royal is human.

Here, every is our determiner, royal is our restrictor and human is the scope. We will choose x as our variable. Therefore, the paraphrase would look like that:

For every x such that x is royal x is human.

The overall formula for this expression would look like that:

∀ x (royal1(x) : human1(x))

Now we will interpret our formula, so we have to check the truth values for all our individuals in the model:

g(x) royal1(x) human1(x)
Elsa
Anna
Kristoff
Sven
Olaf
Hans

Since every character that is royal – Elsa, Anna and Hans – is also human the overall formula is true. If not every royal was human, the formula would be false.

The difference between the existential quantifier and the definite article

Exercises

After having read this page and watched the video, work on the following tasks:


Task 1: Identify the correct formula for these paraphrases.


1 Every reindeer which eats carrots sings.

∀x (reindeer1(x) : (eat-carrots1(x) ∧ sing1(x)))
∀x (reindeer1(x) ∧ eat-carrots1(x) ∧ sing1(x))
∀x ((reindeer1(x) ∧ eat-carrots1(x)) : sing1(x))

2 A snowman loves summer.

love2((∃x snowman1(x)), summer)
∃x (snowman1(x) : love2(x, summer))
∃x (snowman1(x) : love2(summer))

3 The iceman loves a princess.

∃x (princess1(x) : love2(iceman, x)
∃x (princess1(x) : love2((ιy : iceman1(y)), x))
ιx : (iceman1(x) ∧ love2(x, ∃y (princess1(y))))


Task 2: Write down the logical formulae for the following sentences. Explain further, if and why the formulae are true or false.


  1. Some reindeer is male and royal.
  2. The snowman sings.
  3. Every queen likes Anna.


Check your solutions here:

  1. ∃x (reindeer1(x) : (male1(x) ∧ royal1(x))) → This formula is false since there is only one reindeer in our model, namely Sven, that is male but not royal.
  2. sing1(ιx : snowman1(x)) → This formula is true in our model since there is exactly one snowman, namely Olaf, that sings.
  3. ∀x (queen1(x) : like2(x, Anna)) → This formula is also true in our model. Elsa is the only queen in our model and she likes Anna, thus every queen in our model likes Anna.


Task 3: Write down the correct sentences for the logical formulae in the boxes.


1  

∃x (prince1(x) : love2(Elsa, x))

2  

∀x ((woman1(x) ∧ red-haired1(x)) : dance-with2(x, Hans))

3  

like2((ιx : iceman1(x)), Sven)


References

  1. Frozen Movie Official Disney Site. The Walt Disney Company. Web. 21 Aug. 2015. <Frozen Disney>
Kearns, Kate. 2000. Semantics. 42-47, 68-119. New York: Palgrave Macmillan.
Levine, Robert D., Frank Richter & Manfred Sailer. 2015. Formal Semantics. An Empirically Grounded Approach. 203-248. Stanford: CSLI Publications.

Participants



Back to the Semantics 2 page.