<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.lexical-resource-semantics.de/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Lisa</id>
	<title>Lexical Resource Semantics - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.lexical-resource-semantics.de/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Lisa"/>
	<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/Special:Contributions/Lisa"/>
	<updated>2026-04-12T18:48:42Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3471</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3471"/>
		<updated>2013-02-27T20:01:34Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* Our pictures */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Predicate logic&amp;quot; is a linguistic concept belonging to the field of semantics, specifically syntax and grammar. Within that concept natural language is translated into a logical language (formulae) in order to illustrate the relation between a sentence, the conditions under which a given sentence is true and the circumstances in the real world.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The predicate of a sentence serves either to assign an information (property) to a single argument (&amp;quot;argument&amp;quot; here meaning a part of the sentence, such as subjects and objects) or to relate two or more arguments to each other. The predicate is seen as linking its arguments to give purpose to a sentence&#039;s content. Such a sentence can be paraphrased in a structured way which gives information about the relations between the elements of the sentence.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language, which can only be interpreted in one way. Logical connectives, in form of symbols, are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot; and thereby giving information about the mentioned relations. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The aim is to be able to interpret given formulae in a way that it becomes possible to state if a given sentence is true or false regarding a given model or story that the formulae were formed from. A model in this case means the information given about all the individuals of a setting, their properties and their relations in the real world. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Connectives - Examples  ====&lt;br /&gt;
&lt;br /&gt;
===== AND =====&lt;br /&gt;
&lt;br /&gt;
Symbol:   Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) Ʌ teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable AND&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_AND1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== OR =====&lt;br /&gt;
&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) V teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable OR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_OR1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== IF/THEN =====&lt;br /&gt;
&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) --&amp;gt; teacher(snape&#039;&#039;&#039;)]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable IF/THEN&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_IF_THEN2.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== NOT =====&lt;br /&gt;
&lt;br /&gt;
Symbol:    ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;¬student(harry)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original formulae has to be false, that the overall statement is true.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Only if &#039;&#039;&#039;student(harry)&#039;&#039;&#039; is &#039;&#039;false&#039;&#039;, &#039;&#039;&#039;¬student(harry&#039;&#039;&#039;) is &#039;&#039;true&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable NOT&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_NOT.png|300px]]&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
* Levine, Robert D., Frank Richter, and Manfred Sailer (in preparation): Formal Semantics. An Empirically Grounded Approach. Stanford: CSLI Publications. Draft of April 2012.&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary (only those relevant for our topic):&lt;br /&gt;
** [[Glossary:_Predicate| Glossary entry for &#039;&#039;predicate&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Formulae| Glossary entry for &#039;&#039;formulae&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_I-Function| Glossary entry for &#039;&#039;I-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_G-Function| Glossary entry for &#039;&#039;G-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Logical Connectives| Glossary entry for &#039;&#039;Logical Connective&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
== Our podcast ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/4a3mXelw7H4&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic.notebook Presentation on Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic-Comments.docx Comments on the presentation]&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
 File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
 File:Truthtable_IF_THEN2.png|Truthtable IF THEN&lt;br /&gt;
 File:Truthtable_NOT.png|Truthtable NOT&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
File:Truthtable_IF_THEN2.png|Truthtable IF THEN&lt;br /&gt;
File:Truthtable_NOT.png|Truthtable NOT&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3470</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3470"/>
		<updated>2013-02-27T20:00:48Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* NOT */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Predicate logic&amp;quot; is a linguistic concept belonging to the field of semantics, specifically syntax and grammar. Within that concept natural language is translated into a logical language (formulae) in order to illustrate the relation between a sentence, the conditions under which a given sentence is true and the circumstances in the real world.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The predicate of a sentence serves either to assign an information (property) to a single argument (&amp;quot;argument&amp;quot; here meaning a part of the sentence, such as subjects and objects) or to relate two or more arguments to each other. The predicate is seen as linking its arguments to give purpose to a sentence&#039;s content. Such a sentence can be paraphrased in a structured way which gives information about the relations between the elements of the sentence.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language, which can only be interpreted in one way. Logical connectives, in form of symbols, are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot; and thereby giving information about the mentioned relations. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The aim is to be able to interpret given formulae in a way that it becomes possible to state if a given sentence is true or false regarding a given model or story that the formulae were formed from. A model in this case means the information given about all the individuals of a setting, their properties and their relations in the real world. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Connectives - Examples  ====&lt;br /&gt;
&lt;br /&gt;
===== AND =====&lt;br /&gt;
&lt;br /&gt;
Symbol:   Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) Ʌ teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable AND&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_AND1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== OR =====&lt;br /&gt;
&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) V teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable OR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_OR1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== IF/THEN =====&lt;br /&gt;
&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) --&amp;gt; teacher(snape&#039;&#039;&#039;)]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable IF/THEN&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_IF_THEN2.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== NOT =====&lt;br /&gt;
&lt;br /&gt;
Symbol:    ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;¬student(harry)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original formulae has to be false, that the overall statement is true.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Only if &#039;&#039;&#039;student(harry)&#039;&#039;&#039; is &#039;&#039;false&#039;&#039;, &#039;&#039;&#039;¬student(harry&#039;&#039;&#039;) is &#039;&#039;true&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable NOT&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_NOT.png|300px]]&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
* Levine, Robert D., Frank Richter, and Manfred Sailer (in preparation): Formal Semantics. An Empirically Grounded Approach. Stanford: CSLI Publications. Draft of April 2012.&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary (only those relevant for our topic):&lt;br /&gt;
** [[Glossary:_Predicate| Glossary entry for &#039;&#039;predicate&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Formulae| Glossary entry for &#039;&#039;formulae&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_I-Function| Glossary entry for &#039;&#039;I-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_G-Function| Glossary entry for &#039;&#039;G-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Logical Connectives| Glossary entry for &#039;&#039;Logical Connective&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
== Our podcast ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/4a3mXelw7H4&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic.notebook Presentation on Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic-Comments.docx Comments on the presentation]&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
 File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
 File:Truthtable_IF_THEN2.png|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
File:Truthtable_IF_THEN2.png|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3469</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3469"/>
		<updated>2013-02-27T20:00:35Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* NOT */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Predicate logic&amp;quot; is a linguistic concept belonging to the field of semantics, specifically syntax and grammar. Within that concept natural language is translated into a logical language (formulae) in order to illustrate the relation between a sentence, the conditions under which a given sentence is true and the circumstances in the real world.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The predicate of a sentence serves either to assign an information (property) to a single argument (&amp;quot;argument&amp;quot; here meaning a part of the sentence, such as subjects and objects) or to relate two or more arguments to each other. The predicate is seen as linking its arguments to give purpose to a sentence&#039;s content. Such a sentence can be paraphrased in a structured way which gives information about the relations between the elements of the sentence.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language, which can only be interpreted in one way. Logical connectives, in form of symbols, are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot; and thereby giving information about the mentioned relations. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The aim is to be able to interpret given formulae in a way that it becomes possible to state if a given sentence is true or false regarding a given model or story that the formulae were formed from. A model in this case means the information given about all the individuals of a setting, their properties and their relations in the real world. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Connectives - Examples  ====&lt;br /&gt;
&lt;br /&gt;
===== AND =====&lt;br /&gt;
&lt;br /&gt;
Symbol:   Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) Ʌ teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable AND&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_AND1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== OR =====&lt;br /&gt;
&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) V teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable OR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_OR1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== IF/THEN =====&lt;br /&gt;
&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) --&amp;gt; teacher(snape&#039;&#039;&#039;)]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable IF/THEN&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_IF_THEN2.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== NOT =====&lt;br /&gt;
&lt;br /&gt;
Symbol:    ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;¬student(harry)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original formulae has to be false, that the overall statement is true.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Only if &#039;&#039;&#039;student(harry)&#039;&#039;&#039; is &#039;&#039;false&#039;&#039;, &#039;&#039;&#039;¬student(harry&#039;&#039;&#039;) is &#039;&#039;true&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable NOT&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_NOT.png|200px]]&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
* Levine, Robert D., Frank Richter, and Manfred Sailer (in preparation): Formal Semantics. An Empirically Grounded Approach. Stanford: CSLI Publications. Draft of April 2012.&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary (only those relevant for our topic):&lt;br /&gt;
** [[Glossary:_Predicate| Glossary entry for &#039;&#039;predicate&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Formulae| Glossary entry for &#039;&#039;formulae&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_I-Function| Glossary entry for &#039;&#039;I-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_G-Function| Glossary entry for &#039;&#039;G-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Logical Connectives| Glossary entry for &#039;&#039;Logical Connective&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
== Our podcast ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/4a3mXelw7H4&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic.notebook Presentation on Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic-Comments.docx Comments on the presentation]&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
 File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
 File:Truthtable_IF_THEN2.png|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
File:Truthtable_IF_THEN2.png|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=File:Truthtable_NOT.png&amp;diff=3468</id>
		<title>File:Truthtable NOT.png</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=File:Truthtable_NOT.png&amp;diff=3468"/>
		<updated>2013-02-27T19:59:56Z</updated>

		<summary type="html">&lt;p&gt;Lisa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Licensing ==&lt;br /&gt;
{{cc-by-nc-dn-3.0}}&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3467</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3467"/>
		<updated>2013-02-27T19:58:49Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* NOT */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Predicate logic&amp;quot; is a linguistic concept belonging to the field of semantics, specifically syntax and grammar. Within that concept natural language is translated into a logical language (formulae) in order to illustrate the relation between a sentence, the conditions under which a given sentence is true and the circumstances in the real world.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The predicate of a sentence serves either to assign an information (property) to a single argument (&amp;quot;argument&amp;quot; here meaning a part of the sentence, such as subjects and objects) or to relate two or more arguments to each other. The predicate is seen as linking its arguments to give purpose to a sentence&#039;s content. Such a sentence can be paraphrased in a structured way which gives information about the relations between the elements of the sentence.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language, which can only be interpreted in one way. Logical connectives, in form of symbols, are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot; and thereby giving information about the mentioned relations. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The aim is to be able to interpret given formulae in a way that it becomes possible to state if a given sentence is true or false regarding a given model or story that the formulae were formed from. A model in this case means the information given about all the individuals of a setting, their properties and their relations in the real world. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Connectives - Examples  ====&lt;br /&gt;
&lt;br /&gt;
===== AND =====&lt;br /&gt;
&lt;br /&gt;
Symbol:   Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) Ʌ teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable AND&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_AND1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== OR =====&lt;br /&gt;
&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) V teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable OR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_OR1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== IF/THEN =====&lt;br /&gt;
&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) --&amp;gt; teacher(snape&#039;&#039;&#039;)]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable IF/THEN&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_IF_THEN2.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== NOT =====&lt;br /&gt;
&lt;br /&gt;
Symbol:    ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;¬student(harry)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original formulae has to be false, that the overall statement is true.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Only if &#039;&#039;&#039;student(harry)&#039;&#039;&#039; is &#039;&#039;false&#039;&#039;, &#039;&#039;&#039;¬student(harry&#039;&#039;&#039;) is &#039;&#039;true&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable NOT&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_NOT.png|400px]]&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
* Levine, Robert D., Frank Richter, and Manfred Sailer (in preparation): Formal Semantics. An Empirically Grounded Approach. Stanford: CSLI Publications. Draft of April 2012.&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary (only those relevant for our topic):&lt;br /&gt;
** [[Glossary:_Predicate| Glossary entry for &#039;&#039;predicate&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Formulae| Glossary entry for &#039;&#039;formulae&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_I-Function| Glossary entry for &#039;&#039;I-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_G-Function| Glossary entry for &#039;&#039;G-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Logical Connectives| Glossary entry for &#039;&#039;Logical Connective&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
== Our podcast ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/4a3mXelw7H4&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic.notebook Presentation on Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic-Comments.docx Comments on the presentation]&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
 File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
 File:Truthtable_IF_THEN2.png|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
File:Truthtable_IF_THEN2.png|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=Glossary:_Logical_Connectives&amp;diff=3466</id>
		<title>Glossary: Logical Connectives</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=Glossary:_Logical_Connectives&amp;diff=3466"/>
		<updated>2013-02-27T19:45:50Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* Literature */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Logical Connectives =&lt;br /&gt;
&lt;br /&gt;
== Definition ==&lt;br /&gt;
&lt;br /&gt;
Logical connectives are the conjunction &#039;&#039;and&#039;&#039;, the disjunction &#039;&#039;or&#039;&#039;, and the implication &#039;&#039;if...then&#039;&#039;&#039;. In the course of our topic, we also regard the negation &#039;&#039;not&#039;&#039; as a logical connective. They are used in order to connect atomic formulae in logical language, i.e. atomic sentences in natural language.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
The following examples refer to the scenario given in the online exercises.&lt;br /&gt;
&lt;br /&gt;
Paul rather wants to live in Munich and Alice is small.&lt;br /&gt;
&lt;br /&gt;
Complex formula: &#039;&#039;&#039;wants-to-live-in-Munich (paul) Ʌ small (alice)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Walter is a dog or Tom is not blonde.&lt;br /&gt;
&lt;br /&gt;
Complex formula: &#039;&#039;&#039;dog (walter) V ¬ blonde (tom)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* [[NMTS-Group9| Group page 9: Predicate Logic]]&lt;br /&gt;
&lt;br /&gt;
== Literature ==&lt;br /&gt;
&lt;br /&gt;
* Levine, Robert D., Frank Richter, and Manfred Sailer (in preparation): Formal Semantics. An Empirically Grounded Approach. Stanford: CSLI Publications. Draft of April 2012. Chapter 2.&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=Glossary:_G-Function&amp;diff=3465</id>
		<title>Glossary: G-Function</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=Glossary:_G-Function&amp;diff=3465"/>
		<updated>2013-02-27T19:45:28Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* Literature */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= G-Function =&lt;br /&gt;
&lt;br /&gt;
== Definition ==&lt;br /&gt;
&lt;br /&gt;
The G-Function in Predicate Logic maps variables to individuals from the universe. In natural, real-world language we use variable, such as personal pronouns, instead of repeating the names constantly that are referred to. In order to, firstly, display and, then, interpret sentences with pronouns , the G-Function is applied.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
The following examples refer to the scenario given in the online exercises.&lt;br /&gt;
&lt;br /&gt;
Alice likes watching footbal together with Lisa. &lt;br /&gt;
&lt;br /&gt;
--&amp;gt; I-Function: &lt;br /&gt;
&lt;br /&gt;
I(&#039;&#039;&#039;alice&#039;&#039;&#039;) = &amp;lt;&#039;&#039;alice&#039;&#039;&amp;gt;&amp;lt;br/ &amp;gt;&lt;br /&gt;
I(&#039;&#039;&#039;lisa&#039;&#039;&#039;) = &amp;lt;&#039;&#039;lisa&#039;&#039;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Formula: &#039;&#039;&#039;like-watching-football-together (alice, lisa)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
But: She likes watching football together with her.&lt;br /&gt;
&lt;br /&gt;
--&amp;gt; G-Function: &amp;lt;br/ &amp;gt;&lt;br /&gt;
g(&#039;&#039;&#039;x&#039;&#039;&#039;)= &amp;lt;&#039;&#039;alice&#039;&#039;&amp;gt;&amp;lt;br/ &amp;gt;&lt;br /&gt;
g(&#039;&#039;&#039;y&#039;&#039;&#039;)= &amp;lt;&#039;&#039;lisa&#039;&#039;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt; Formula can be formed and interpreted: &#039;&#039;&#039;like-watching-football-together (x,y)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* [[NMTS-Group9| Group page 9: Predicate Logic]]&lt;br /&gt;
&lt;br /&gt;
== Literature ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Levine, Robert D., Frank Richter, and Manfred Sailer (in preparation): Formal Semantics. An Empirically Grounded Approach. Stanford: CSLI Publications. Draft of April 2012. Chapter 2.&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=Glossary:_I-Function&amp;diff=3464</id>
		<title>Glossary: I-Function</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=Glossary:_I-Function&amp;diff=3464"/>
		<updated>2013-02-27T19:44:47Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* Literature */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= I-Function =&lt;br /&gt;
&lt;br /&gt;
== Definition ==&lt;br /&gt;
&lt;br /&gt;
The I-Function used in Predicate Logic maps each name of logical language to one individual from the universe. In this sense, it maps individuals to properties and sets of individuals to relations. &lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
The following examples refer to the scenario given in the online exercises.&lt;br /&gt;
&lt;br /&gt;
Names:&lt;br /&gt;
&lt;br /&gt;
I(&#039;&#039;&#039;walter&#039;&#039;&#039;)= &amp;lt;&#039;&#039;walter&#039;&#039;&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
I(&#039;&#039;&#039;lisa&#039;&#039;&#039;)= &amp;lt;&#039;&#039;lisa&#039;&#039;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Properties:&lt;br /&gt;
&lt;br /&gt;
I(&#039;&#039;&#039;tall&#039;&#039;&#039;)= &amp;lt;&#039;&#039;tom&#039;&#039;&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
I(&#039;&#039;&#039;blonde&#039;&#039;&#039;)= {&amp;lt;&#039;&#039;lisa&#039;&#039;&amp;gt;; &amp;lt;&#039;&#039;alice&#039;&#039;&amp;gt;}&lt;br /&gt;
&lt;br /&gt;
Relations:&lt;br /&gt;
&lt;br /&gt;
I(&#039;&#039;&#039;being-married&#039;&#039;&#039;)= {&amp;lt;&#039;&#039;alice,paul&#039;&#039;&amp;gt;; &amp;lt;&#039;&#039;paul,alice&#039;&#039;&amp;gt;}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* [[NMTS-Group9| Group page 9: Predicate Logic]]&lt;br /&gt;
&lt;br /&gt;
== Literature ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Levine, Robert D., Frank Richter, and Manfred Sailer (in preparation): Formal Semantics. An Empirically Grounded Approach. Stanford: CSLI Publications. Draft of April 2012. Chapter 2.&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=Glossary:_Formulae&amp;diff=3463</id>
		<title>Glossary: Formulae</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=Glossary:_Formulae&amp;diff=3463"/>
		<updated>2013-02-27T19:44:12Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* Literature */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= formulae =&lt;br /&gt;
&lt;br /&gt;
== Definition ==&lt;br /&gt;
&lt;br /&gt;
Formulae are expressions of logic that can be interpreted as false or true by applying the interpretation function &#039;&#039;I&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;professor(Mr.Sailer)&#039;&#039;&#039;= &#039;&#039;true&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;student(Mr.Sailer)&#039;&#039;&#039; = &#039;&#039;wrong&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Predicate Logic&lt;br /&gt;
* Logical Connectives&lt;br /&gt;
* Quantifiers&lt;br /&gt;
&lt;br /&gt;
== Literature ==&lt;br /&gt;
&lt;br /&gt;
* Levine, Robert D., Frank Richter, and Manfred Sailer (in preparation): Formal Semantics. An Empirically Grounded Approach. Stanford: CSLI Publications. Draft of April 2012. Chapter 2.&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=Glossary:_Predicate&amp;diff=3462</id>
		<title>Glossary: Predicate</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=Glossary:_Predicate&amp;diff=3462"/>
		<updated>2013-02-27T19:43:37Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* Literature */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Predicate =&lt;br /&gt;
&lt;br /&gt;
== Definition ==&lt;br /&gt;
&lt;br /&gt;
There are two competing meanings of the term &amp;quot;predicate&amp;quot; in grammar. &lt;br /&gt;
The traditional predicate gives meaning to a sentence by giving informtion about the subject of the sentence (What is the subject doing? What is the subject? What/Who is the subject? How is the subject?). The predicate must contain a verb, and the verb requires, permits, or precludes the object of a sentence to complete the predicate. &lt;br /&gt;
&lt;br /&gt;
The other meaning of the word &amp;quot;predicate&amp;quot; is applianced in the context of modern theories of syntax and grammar (such as &#039;&#039;First Order Predicate Logic&#039;&#039;). In this approach, the predicate of a sentence serves either to assign an information (property) to a single argument (&amp;quot;argument&amp;quot; here meaning a part of the sentence, such as subjects and objects) or to relate two or more arguments to each other. The predicate is seen as linking its arguments into a greater structure. A structure which can be paraphrased in a structured way which gives information about the sentence&#039;s relations.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
∗ Predicate in traditional grammar:&lt;br /&gt;
&lt;br /&gt;
She &#039;&#039;&#039;swims&#039;&#039;&#039;. (as the predicate) &amp;lt;br/&amp;gt;&lt;br /&gt;
Anna &#039;&#039;&#039;writes a letter&#039;&#039;&#039;. (verb and direct-object-predicate)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
∗ Predicate in modern grammar:&lt;br /&gt;
&lt;br /&gt;
Some predicates assign property to a single argument, others to two or more (one-placed, two-placed, three-placed...)&lt;br /&gt;
&lt;br /&gt;
Tom &#039;&#039;&#039;smiled&#039;&#039;&#039;. (one-place predicate) &amp;lt;br/&amp;gt;&lt;br /&gt;
Anna &#039;&#039;&#039;helped her mother&#039;&#039;&#039;. (two-place-predicate) &amp;lt;br/&amp;gt;&lt;br /&gt;
Tom &#039;&#039;&#039;gave a present to Anna&#039;&#039;&#039;. (three-place-predicate) &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Sound file ==&lt;br /&gt;
&lt;br /&gt;
[http://dict.leo.org/ende?lp=ende&amp;amp;lang=de&amp;amp;searchLoc=0&amp;amp;cmpType=relaxed&amp;amp;sectHdr=on&amp;amp;spellToler=&amp;amp;search=predicate LEO.de]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* [[NMTS-Group9| predicate logic]]&lt;br /&gt;
* [[logical connectives]]&lt;br /&gt;
&lt;br /&gt;
== Literature ==&lt;br /&gt;
&lt;br /&gt;
* Levine, Robert D., Frank Richter, and Manfred Sailer (in preparation): Formal Semantics. An Empirically Grounded Approach. Stanford: CSLI Publications. Draft of April 2012. Chapter 2.&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS_Meeting_10&amp;diff=3458</id>
		<title>NMTS Meeting 10</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS_Meeting_10&amp;diff=3458"/>
		<updated>2013-02-25T07:44:54Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* Group 9 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Studierendenbefragung ===&lt;br /&gt;
&lt;br /&gt;
[[File:Webbanner-Weihnachten.jpg]]&lt;br /&gt;
&lt;br /&gt;
http://www2.uni-frankfurt.de/43608865/startpunkt-studierendenbefragung&lt;br /&gt;
&lt;br /&gt;
=Creating Podcasts 2=&lt;br /&gt;
&lt;br /&gt;
This meeting will be directed by [http://www.relpaed.uni-frankfurt.de/team/bohrer/index.html Dr. Clemens Bohrer], Akademie f&amp;amp;uuml;r Bildungsforschung und Lehrerbildung, Frankfurt a.M.&lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
&lt;br /&gt;
* Upload your first trial podcast into the OLAT folder &amp;quot;Podcasts&amp;quot; no later than 10am on December 17.&lt;br /&gt;
&lt;br /&gt;
== Podcasts of the groups ==&lt;br /&gt;
&lt;br /&gt;
=== Group 0 ===&lt;br /&gt;
&lt;br /&gt;
We have uploaded a podcast from 2008 which illustrates the various steps in a syntactic analysis.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://www.youtube.com/watch?v=EDbaCAVgHUI&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Group 1 ===&lt;br /&gt;
&lt;br /&gt;
Podcast on lexical ambiguity&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://www.youtube.com/watch?v=SyyqkS1aofI&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Group 2 ===&lt;br /&gt;
&lt;br /&gt;
Basic semantic relations: Homonyms and homographs&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/M7pvAmLtOSk&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Group 3 ===&lt;br /&gt;
&lt;br /&gt;
A podcast to introduce semantics&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/YQJvOaMCUaw&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A podcast about presuppositions&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://www.youtube.com/watch?v=vb8c7pEEEYg&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Group 4 ===&lt;br /&gt;
&lt;br /&gt;
Implicature&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/6SIEglKPTtg&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Group 5 ===&lt;br /&gt;
&lt;br /&gt;
Quantifiers&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/tE2TuQwpGZU&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Group 8 ===&lt;br /&gt;
&lt;br /&gt;
Podcast about sorts&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://www.youtube.com/watch?v=EK6tqXdmFwk&amp;amp;feature=youtu.be&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Group 9 ===&lt;br /&gt;
&lt;br /&gt;
Podcast on predicate logic&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/4a3mXelw7H4&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Homework for January 15 ==&lt;br /&gt;
&lt;br /&gt;
Create &#039;&#039;&#039;three&#039;&#039;&#039; exercises on your topic and think of how you could encode them in our wiki.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
Back to the [[NMTS_Course_Overview|course overview]].&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3457</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3457"/>
		<updated>2013-02-25T07:43:50Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* Our podcast */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Predicate logic&amp;quot; is a linguistic concept belonging to the field of semantics, specifically syntax and grammar. Within that concept natural language is translated into a logical language (formulae) in order to illustrate the relation between a sentence, the conditions under which a given sentence is true and the circumstances in the real world.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The predicate of a sentence serves either to assign an information (property) to a single argument (&amp;quot;argument&amp;quot; here meaning a part of the sentence, such as subjects and objects) or to relate two or more arguments to each other. The predicate is seen as linking its arguments to give purpose to a sentence&#039;s content. Such a sentence can be paraphrased in a structured way which gives information about the relations between the elements of the sentence.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language, which can only be interpreted in one way. Logical connectives, in form of symbols, are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot; and thereby giving information about the mentioned relations. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The aim is to be able to interpret given formulae in a way that it becomes possible to state if a given sentence is true or false regarding a given model or story that the formulae were formed from. A model in this case means the information given about all the individuals of a setting, their properties and their relations in the real world. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Connectives - Examples  ====&lt;br /&gt;
&lt;br /&gt;
===== AND =====&lt;br /&gt;
&lt;br /&gt;
Symbol:   Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) Ʌ teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable AND&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_AND1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== OR =====&lt;br /&gt;
&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) V teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable OR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_OR1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== IF/THEN =====&lt;br /&gt;
&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) --&amp;gt; teacher(snape&#039;&#039;&#039;)]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable IF/THEN&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_IF_THEN2.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== NOT =====&lt;br /&gt;
&lt;br /&gt;
Symbol:    ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;¬student(harry)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original formulae has to be false, that the overall statement is true.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Only if &#039;&#039;&#039;student(harry)&#039;&#039;&#039; is &#039;&#039;false&#039;&#039;, &#039;&#039;&#039;¬student(harry&#039;&#039;&#039;) is &#039;&#039;true&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary (only those relevant for our topic):&lt;br /&gt;
** [[Glossary:_Predicate| Glossary entry for &#039;&#039;predicate&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Formulae| Glossary entry for &#039;&#039;formulae&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_I-Function| Glossary entry for &#039;&#039;I-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_G-Function| Glossary entry for &#039;&#039;G-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Logical Connectives| Glossary entry for &#039;&#039;Logical Connective&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
== Our podcast ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/4a3mXelw7H4&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic.notebook Presentation on Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic-Comments.docx Comments on the presentation]&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
 File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
 File:Truthtable_IF_THEN2.png|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
File:Truthtable_IF_THEN2.png|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3456</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3456"/>
		<updated>2013-02-22T12:12:32Z</updated>

		<summary type="html">&lt;p&gt;Lisa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Predicate logic&amp;quot; is a linguistic concept belonging to the field of semantics, specifically syntax and grammar. Within that concept natural language is translated into a logical language (formulae) in order to illustrate the relation between a sentence, the conditions under which a given sentence is true and the circumstances in the real world.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The predicate of a sentence serves either to assign an information (property) to a single argument (&amp;quot;argument&amp;quot; here meaning a part of the sentence, such as subjects and objects) or to relate two or more arguments to each other. The predicate is seen as linking its arguments to give purpose to a sentence&#039;s content. Such a sentence can be paraphrased in a structured way which gives information about the relations between the elements of the sentence.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language, which can only be interpreted in one way. Logical connectives, in form of symbols, are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot; and thereby giving information about the mentioned relations. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The aim is to be able to interpret given formulae in a way that it becomes possible to state if a given sentence is true or false regarding a given model or story that the formulae were formed from. A model in this case means the information given about all the individuals of a setting, their properties and their relations in the real world. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Connectives - Examples  ====&lt;br /&gt;
&lt;br /&gt;
===== AND =====&lt;br /&gt;
&lt;br /&gt;
Symbol:   Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) Ʌ teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable AND&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_AND1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== OR =====&lt;br /&gt;
&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) V teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable OR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_OR1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== IF/THEN =====&lt;br /&gt;
&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) --&amp;gt; teacher(snape&#039;&#039;&#039;)]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable IF/THEN&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_IF_THEN2.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== NOT =====&lt;br /&gt;
&lt;br /&gt;
Symbol:    ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;¬student(harry)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original formulae has to be false, that the overall statement is true.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Only if &#039;&#039;&#039;student(harry)&#039;&#039;&#039; is &#039;&#039;false&#039;&#039;, &#039;&#039;&#039;¬student(harry&#039;&#039;&#039;) is &#039;&#039;true&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary (only those relevant for our topic):&lt;br /&gt;
** [[Glossary:_Predicate| Glossary entry for &#039;&#039;predicate&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Formulae| Glossary entry for &#039;&#039;formulae&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_I-Function| Glossary entry for &#039;&#039;I-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_G-Function| Glossary entry for &#039;&#039;G-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Logical Connectives| Glossary entry for &#039;&#039;Logical Connective&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
== Our podcast ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/KLeSxGJ-FeI&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic.notebook Presentation on Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic-Comments.docx Comments on the presentation]&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
 File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
 File:Truthtable_IF_THEN2.png|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
File:Truthtable_IF_THEN2.png|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3455</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3455"/>
		<updated>2013-02-22T12:11:35Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* Short description of the topic */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Predicate logic&amp;quot; is a linguistic concept belonging to the field of semantics, specifically syntax and grammar. Within that concept natural language is translated into a logical language (formulae) in order to illustrate the relation between a sentence, the conditions under which a given sentence is true and the circumstances in the real world.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The predicate of a sentence serves either to assign an information (property) to a single argument (&amp;quot;argument&amp;quot; here meaning a part of the sentence, such as subjects and objects) or to relate two or more arguments to each other. The predicate is seen as linking its arguments to give purpose to a sentence&#039;s content. Such a sentence can be paraphrased in a structured way which gives information about the relations between the elements of the sentence.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language, which can only be interpreted in one way. Logical connectives, in form of symbols, are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot; and thereby giving information about the mentioned relations. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The aim is to be able to interpret given formulae in a way that it becomes possible to state if a given sentence is true or false regarding a given model or story that the formulae were formed from. A model in this case means the information given about all the individuals of a setting, their properties and their relations in the real world. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Connectives - Examples  ====&lt;br /&gt;
&lt;br /&gt;
===== AND =====&lt;br /&gt;
&lt;br /&gt;
Symbol:   Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) Ʌ teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable AND&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_AND1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== OR =====&lt;br /&gt;
&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) V teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable OR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_OR1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== IF/THEN =====&lt;br /&gt;
&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) --&amp;gt; teacher(snape&#039;&#039;&#039;)]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable IF/THEN&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_IF_THEN2.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== NOT =====&lt;br /&gt;
&lt;br /&gt;
Symbol:    ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;¬student(harry)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original formulae has to be false, that the overall statement is true.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Only if &#039;&#039;&#039;student(harry)&#039;&#039;&#039; is &#039;&#039;false&#039;&#039;, &#039;&#039;&#039;¬student(harry&#039;&#039;&#039;) is &#039;&#039;true&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary (only those relevant for our topic):&lt;br /&gt;
** [[Glossary:_Predicate| Glossary entry for &#039;&#039;predicate&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Formulae| Glossary entry for &#039;&#039;formulae&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_I-Function| Glossary entry for &#039;&#039;I-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_G-Function| Glossary entry for &#039;&#039;G-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Logical Connectives| Glossary entry for &#039;&#039;Logical Connective&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
== Our podcast ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/KLeSxGJ-FeI&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic.notebook Presentation on Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic-Comments.docx Comments on the presentation]&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
 File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
 File:Truthtable_IF_THEN2.png|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
File:Truthtable_IF_THEN2.png|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3454</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3454"/>
		<updated>2013-02-22T12:10:18Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* Short description of the topic */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Predicate logic&amp;quot; is a linguistic concept belonging to the field of semantics, specifically syntax and grammar. Within that concept natural language is translated into a logical language (formula) in order to illustrate the relation between a sentence, the conditions under which a given sentence is true and the circumstances in the real world.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The predicate of a sentence serves either to assign an information (property) to a single argument (&amp;quot;argument&amp;quot; here meaning a part of the sentence, such as subjects and objects) or to relate two or more arguments to each other. The predicate is seen as linking its arguments to give purpose to a sentence&#039;s content. Such a sentence can be paraphrased in a structured way which gives information about the relations between the elements of the sentence.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language, which can only be interpreted in one way. Logical connectives, in form of symbols, are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot; and thereby giving information about the mentioned relations. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The aim is to be able to interpret given formulae in a way that it becomes possible to state if a given sentence is true or false regarding a given model or story that the formulae were formed from. A model in this case means the information given about all the individuals of a setting, their properties and their relations in the real world. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Connectives - Examples  ====&lt;br /&gt;
&lt;br /&gt;
===== AND =====&lt;br /&gt;
&lt;br /&gt;
Symbol:   Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) Ʌ teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable AND&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_AND1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== OR =====&lt;br /&gt;
&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) V teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable OR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_OR1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== IF/THEN =====&lt;br /&gt;
&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) --&amp;gt; teacher(snape&#039;&#039;&#039;)]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable IF/THEN&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_IF_THEN2.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== NOT =====&lt;br /&gt;
&lt;br /&gt;
Symbol:    ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;¬student(harry)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original formulae has to be false, that the overall statement is true.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Only if &#039;&#039;&#039;student(harry)&#039;&#039;&#039; is &#039;&#039;false&#039;&#039;, &#039;&#039;&#039;¬student(harry&#039;&#039;&#039;) is &#039;&#039;true&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary (only those relevant for our topic):&lt;br /&gt;
** [[Glossary:_Predicate| Glossary entry for &#039;&#039;predicate&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Formulae| Glossary entry for &#039;&#039;formulae&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_I-Function| Glossary entry for &#039;&#039;I-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_G-Function| Glossary entry for &#039;&#039;G-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Logical Connectives| Glossary entry for &#039;&#039;Logical Connective&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
== Our podcast ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/KLeSxGJ-FeI&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic.notebook Presentation on Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic-Comments.docx Comments on the presentation]&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
 File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
 File:Truthtable_IF_THEN2.png|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
File:Truthtable_IF_THEN2.png|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3453</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3453"/>
		<updated>2013-02-22T12:09:43Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* Short description of the topic */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Predicate logic&amp;quot; is a linguistic concept belonging to the field of semantics, specifically syntax and grammar. Within that concept natural language is translated into a logical language (formula) in order to illustrate the relation between a sentence, the conditions under which a given sentence is true and the circumstances in the real world.&lt;br /&gt;
&lt;br /&gt;
The predicate of a sentence serves either to assign an information (property) to a single argument (&amp;quot;argument&amp;quot; here meaning a part of the sentence, such as subjects and objects) or to relate two or more arguments to each other. The predicate is seen as linking its arguments to give purpose to a sentence&#039;s content. Such a sentence can be paraphrased in a structured way which gives information about the relations between the elements of the sentence.&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language, which can only be interpreted in one way. Logical connectives, in form of symbols, are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot; and thereby giving information about the mentioned relations. &lt;br /&gt;
&lt;br /&gt;
The aim is to be able to interpret given formulae in a way that it becomes possible to state if a given sentence is true or false regarding a given model or story that the formulae were formed from. A model in this case means the information given about all the individuals of a setting, their properties and their relations in the real world. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
&lt;br /&gt;
===== AND =====&lt;br /&gt;
&lt;br /&gt;
Symbol:   Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) Ʌ teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable AND&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_AND1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== OR =====&lt;br /&gt;
&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) V teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable OR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_OR1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== IF/THEN =====&lt;br /&gt;
&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) --&amp;gt; teacher(snape&#039;&#039;&#039;)]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable IF/THEN&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_IF_THEN2.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== NOT =====&lt;br /&gt;
&lt;br /&gt;
Symbol:    ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;¬student(harry)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original formulae has to be false, that the overall statement is true.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Only if &#039;&#039;&#039;student(harry)&#039;&#039;&#039; is &#039;&#039;false&#039;&#039;, &#039;&#039;&#039;¬student(harry&#039;&#039;&#039;) is &#039;&#039;true&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary (only those relevant for our topic):&lt;br /&gt;
** [[Glossary:_Predicate| Glossary entry for &#039;&#039;predicate&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Formulae| Glossary entry for &#039;&#039;formulae&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_I-Function| Glossary entry for &#039;&#039;I-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_G-Function| Glossary entry for &#039;&#039;G-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Logical Connectives| Glossary entry for &#039;&#039;Logical Connective&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
== Our podcast ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/KLeSxGJ-FeI&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic.notebook Presentation on Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic-Comments.docx Comments on the presentation]&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
 File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
 File:Truthtable_IF_THEN2.png|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
File:Truthtable_IF_THEN2.png|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3452</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3452"/>
		<updated>2013-02-22T12:09:10Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* Short description of the topic */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Predicate logic&amp;quot; is a linguistic concept belonging to the field of semantics, specifically syntax and grammar. Within that concept natural language is translated into a logical language (formula) in order to illustrate the relation between a sentence, the conditions under which a given sentence is true and the circumstances in the real world.&lt;br /&gt;
&lt;br /&gt;
The predicate of a sentence serves either to assign an information (property) to a single argument (&amp;quot;argument&amp;quot; here meaning a part of the sentence, such as subjects and objects) or to relate two or more arguments to each other. The predicate is seen as linking its arguments to give purpose to a sentence&#039;s content. Such a sentence can be paraphrased in a structured way which gives information about the relations between the elements of the sentence.&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language, which can only be interpreted in one way. Logical connectives, in form of symbols, are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot; and thereby giving information about the mentioned relations. &lt;br /&gt;
&lt;br /&gt;
The aim is to be able to interpret given formulae in a way that it becomes possible to state if a given sentence is true or false regarding a given model or story that the formulae were formed from. A model in this case means the information given about all the individuals of a setting, their properties and their relations in the real world. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
&lt;br /&gt;
===== AND =====&lt;br /&gt;
&lt;br /&gt;
Symbol:   Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) Ʌ teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable AND&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_AND1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== OR =====&lt;br /&gt;
&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) V teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable OR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_OR1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== IF/THEN =====&lt;br /&gt;
&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) --&amp;gt; teacher(snape&#039;&#039;&#039;)]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable IF/THEN&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_IF_THEN2.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== NOT =====&lt;br /&gt;
&lt;br /&gt;
Symbol:    ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;¬student(harry)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original formulae has to be false, that the overall statement is true.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Only if &#039;&#039;&#039;student(harry)&#039;&#039;&#039; is &#039;&#039;false&#039;&#039;, &#039;&#039;&#039;¬student(harry&#039;&#039;&#039;) is &#039;&#039;true&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary (only those relevant for our topic):&lt;br /&gt;
** [[Glossary:_Predicate| Glossary entry for &#039;&#039;predicate&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Formulae| Glossary entry for &#039;&#039;formulae&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_I-Function| Glossary entry for &#039;&#039;I-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_G-Function| Glossary entry for &#039;&#039;G-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Logical Connectives| Glossary entry for &#039;&#039;Logical Connective&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
== Our podcast ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/KLeSxGJ-FeI&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic.notebook Presentation on Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic-Comments.docx Comments on the presentation]&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
 File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
 File:Truthtable_IF_THEN2.png|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
File:Truthtable_IF_THEN2.png|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3451</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3451"/>
		<updated>2013-02-22T12:08:47Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* Short description of the topic */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Predicate logic&amp;quot; is a linguistic concept belonging to the field of semantics, specifically syntax and grammar. Within that concept natural language is translated into a logical language (formula) in order to illustrate the relation between a sentence, the conditions under which a given sentence is true and the circumstances in the real world.&lt;br /&gt;
&lt;br /&gt;
The predicate of a sentence serves either to assign an information (property) to a single argument (&amp;quot;argument&amp;quot; here meaning a part of the sentence, such as subjects and objects) or to relate two or more arguments to each other. The predicate is seen as linking its arguments to give purpose to a sentence&#039;s content. Such a sentence can be paraphrased in a structured way which gives information about the relations between the elements of the sentence.&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language, which can only be interpreted in one way. Logical connectives, in form of symbols, are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot; and thereby giving information about the mentioned relations. &lt;br /&gt;
&lt;br /&gt;
The aim is to be able to interpret given formulae in a way that it becomes possible to state if a given sentence is true or false regarding a given model or story that the formulae were formed from. A model in this case means the information given about all the individuals of a setting, their properties and their relations in the real world. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
&lt;br /&gt;
===== AND =====&lt;br /&gt;
&lt;br /&gt;
Symbol:   Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) Ʌ teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable AND&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_AND1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== OR =====&lt;br /&gt;
&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) V teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable OR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_OR1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== IF/THEN =====&lt;br /&gt;
&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) --&amp;gt; teacher(snape&#039;&#039;&#039;)]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable IF/THEN&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_IF_THEN2.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== NOT =====&lt;br /&gt;
&lt;br /&gt;
Symbol:    ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;¬student(harry)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original formulae has to be false, that the overall statement is true.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Only if &#039;&#039;&#039;student(harry)&#039;&#039;&#039; is &#039;&#039;false&#039;&#039;, &#039;&#039;&#039;¬student(harry&#039;&#039;&#039;) is &#039;&#039;true&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary (only those relevant for our topic):&lt;br /&gt;
** [[Glossary:_Predicate| Glossary entry for &#039;&#039;predicate&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Formulae| Glossary entry for &#039;&#039;formulae&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_I-Function| Glossary entry for &#039;&#039;I-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_G-Function| Glossary entry for &#039;&#039;G-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Logical Connectives| Glossary entry for &#039;&#039;Logical Connective&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
== Our podcast ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/KLeSxGJ-FeI&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic.notebook Presentation on Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic-Comments.docx Comments on the presentation]&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
 File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
 File:Truthtable_IF_THEN2.png|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
File:Truthtable_IF_THEN2.png|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3296</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3296"/>
		<updated>2013-02-12T13:02:30Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* Our podcasts */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language. Logical connectives are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot;. The aim is to state if the given sentence is true or false in a given model.&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
&lt;br /&gt;
===== AND =====&lt;br /&gt;
&lt;br /&gt;
Symbol:   Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) Ʌ teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable AND&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_AND1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== OR =====&lt;br /&gt;
&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) V teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable OR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_OR1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== IF/THEN =====&lt;br /&gt;
&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) --&amp;gt; teacher(snape&#039;&#039;&#039;)]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable IF/THEN&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_IF_THEN2.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== NOT =====&lt;br /&gt;
&lt;br /&gt;
Symbol:    ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;¬student(harry)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original formulae has to be false, that the overall statement is true.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Only if &#039;&#039;&#039;student(harry)&#039;&#039;&#039; is &#039;&#039;false&#039;&#039;, &#039;&#039;&#039;¬student(harry&#039;&#039;&#039;) is &#039;&#039;true&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary (only those relevant for our topic):&lt;br /&gt;
** [[Glossary:_Predicate| Glossary entry for &#039;&#039;predicate&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Formulae| Glossary entry for &#039;&#039;formulae&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_I-Function| Glossary entry for &#039;&#039;I-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_G-Function| Glossary entry for &#039;&#039;G-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Logical Connectives| Glossary entry for &#039;&#039;Logical Connective&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
== Our podcast ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/KLeSxGJ-FeI&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic.notebook Presentation on Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic-Comments.docx Comments on the presentation]&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
 File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
 File:Truthtable_IF_THEN2.png|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
File:Truthtable_IF_THEN2.png|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3295</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3295"/>
		<updated>2013-02-12T12:56:34Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* Our pictures */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language. Logical connectives are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot;. The aim is to state if the given sentence is true or false in a given model.&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
&lt;br /&gt;
===== AND =====&lt;br /&gt;
&lt;br /&gt;
Symbol:   Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) Ʌ teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable AND&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_AND1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== OR =====&lt;br /&gt;
&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) V teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable OR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_OR1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== IF/THEN =====&lt;br /&gt;
&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) --&amp;gt; teacher(snape&#039;&#039;&#039;)]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable IF/THEN&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_IF_THEN2.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== NOT =====&lt;br /&gt;
&lt;br /&gt;
Symbol:    ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;¬student(harry)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original formulae has to be false, that the overall statement is true.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Only if &#039;&#039;&#039;student(harry)&#039;&#039;&#039; is &#039;&#039;false&#039;&#039;, &#039;&#039;&#039;¬student(harry&#039;&#039;&#039;) is &#039;&#039;true&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary (only those relevant for our topic):&lt;br /&gt;
** [[Glossary:_Predicate| Glossary entry for &#039;&#039;predicate&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Formulae| Glossary entry for &#039;&#039;formulae&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_I-Function| Glossary entry for &#039;&#039;I-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_G-Function| Glossary entry for &#039;&#039;G-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Logical Connectives| Glossary entry for &#039;&#039;Logical Connective&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
== Our podcasts ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/KLeSxGJ-FeI&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic.notebook Presentation on Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic-Comments.docx Comments on the presentation]&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
 File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
 File:Truthtable_IF_THEN2.png|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
File:Truthtable_IF_THEN2.png|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=File:Truthtable_IF_THEN2.png&amp;diff=3294</id>
		<title>File:Truthtable IF THEN2.png</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=File:Truthtable_IF_THEN2.png&amp;diff=3294"/>
		<updated>2013-02-12T12:55:56Z</updated>

		<summary type="html">&lt;p&gt;Lisa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Licensing ==&lt;br /&gt;
{{cc-by-nc-dn-3.0}}&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3293</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3293"/>
		<updated>2013-02-12T12:55:39Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* IF/THEN */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language. Logical connectives are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot;. The aim is to state if the given sentence is true or false in a given model.&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
&lt;br /&gt;
===== AND =====&lt;br /&gt;
&lt;br /&gt;
Symbol:   Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) Ʌ teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable AND&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_AND1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== OR =====&lt;br /&gt;
&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) V teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable OR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_OR1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== IF/THEN =====&lt;br /&gt;
&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) --&amp;gt; teacher(snape&#039;&#039;&#039;)]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable IF/THEN&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_IF_THEN2.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== NOT =====&lt;br /&gt;
&lt;br /&gt;
Symbol:    ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;¬student(harry)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original formulae has to be false, that the overall statement is true.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Only if &#039;&#039;&#039;student(harry)&#039;&#039;&#039; is &#039;&#039;false&#039;&#039;, &#039;&#039;&#039;¬student(harry&#039;&#039;&#039;) is &#039;&#039;true&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary (only those relevant for our topic):&lt;br /&gt;
** [[Glossary:_Predicate| Glossary entry for &#039;&#039;predicate&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Formulae| Glossary entry for &#039;&#039;formulae&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_I-Function| Glossary entry for &#039;&#039;I-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_G-Function| Glossary entry for &#039;&#039;G-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Logical Connectives| Glossary entry for &#039;&#039;Logical Connective&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
== Our podcasts ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/KLeSxGJ-FeI&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic.notebook Presentation on Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic-Comments.docx Comments on the presentation]&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
 File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
 File:Truthtable_IF_THEN1.png|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
File:Truthtable_IF_THEN1.png|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3292</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3292"/>
		<updated>2013-02-12T12:54:59Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* IF/THEN */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language. Logical connectives are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot;. The aim is to state if the given sentence is true or false in a given model.&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
&lt;br /&gt;
===== AND =====&lt;br /&gt;
&lt;br /&gt;
Symbol:   Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) Ʌ teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable AND&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_AND1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== OR =====&lt;br /&gt;
&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) V teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable OR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_OR1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== IF/THEN =====&lt;br /&gt;
&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) --&amp;gt; teacher(snape&#039;&#039;&#039;)]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable IF/THEN&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_IF_THEN.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== NOT =====&lt;br /&gt;
&lt;br /&gt;
Symbol:    ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;¬student(harry)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original formulae has to be false, that the overall statement is true.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Only if &#039;&#039;&#039;student(harry)&#039;&#039;&#039; is &#039;&#039;false&#039;&#039;, &#039;&#039;&#039;¬student(harry&#039;&#039;&#039;) is &#039;&#039;true&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary (only those relevant for our topic):&lt;br /&gt;
** [[Glossary:_Predicate| Glossary entry for &#039;&#039;predicate&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Formulae| Glossary entry for &#039;&#039;formulae&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_I-Function| Glossary entry for &#039;&#039;I-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_G-Function| Glossary entry for &#039;&#039;G-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Logical Connectives| Glossary entry for &#039;&#039;Logical Connective&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
== Our podcasts ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/KLeSxGJ-FeI&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic.notebook Presentation on Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic-Comments.docx Comments on the presentation]&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
 File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
 File:Truthtable_IF_THEN1.png|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
File:Truthtable_IF_THEN1.png|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3291</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3291"/>
		<updated>2013-02-12T12:51:54Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* Our pictures */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language. Logical connectives are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot;. The aim is to state if the given sentence is true or false in a given model.&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
&lt;br /&gt;
===== AND =====&lt;br /&gt;
&lt;br /&gt;
Symbol:   Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) Ʌ teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable AND&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_AND1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== OR =====&lt;br /&gt;
&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) V teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable OR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_OR1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== IF/THEN =====&lt;br /&gt;
&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) --&amp;gt; teacher(snape&#039;&#039;&#039;)]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable IF/THEN&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_IF_THEN1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== NOT =====&lt;br /&gt;
&lt;br /&gt;
Symbol:    ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;¬student(harry)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original formulae has to be false, that the overall statement is true.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Only if &#039;&#039;&#039;student(harry)&#039;&#039;&#039; is &#039;&#039;false&#039;&#039;, &#039;&#039;&#039;¬student(harry&#039;&#039;&#039;) is &#039;&#039;true&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary (only those relevant for our topic):&lt;br /&gt;
** [[Glossary:_Predicate| Glossary entry for &#039;&#039;predicate&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Formulae| Glossary entry for &#039;&#039;formulae&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_I-Function| Glossary entry for &#039;&#039;I-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_G-Function| Glossary entry for &#039;&#039;G-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Logical Connectives| Glossary entry for &#039;&#039;Logical Connective&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
== Our podcasts ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/KLeSxGJ-FeI&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic.notebook Presentation on Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic-Comments.docx Comments on the presentation]&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
 File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
 File:Truthtable_IF_THEN1.png|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
File:Truthtable_IF_THEN1.png|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3290</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3290"/>
		<updated>2013-02-12T12:51:37Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* Our pictures */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language. Logical connectives are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot;. The aim is to state if the given sentence is true or false in a given model.&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
&lt;br /&gt;
===== AND =====&lt;br /&gt;
&lt;br /&gt;
Symbol:   Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) Ʌ teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable AND&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_AND1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== OR =====&lt;br /&gt;
&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) V teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable OR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_OR1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== IF/THEN =====&lt;br /&gt;
&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) --&amp;gt; teacher(snape&#039;&#039;&#039;)]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable IF/THEN&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_IF_THEN1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== NOT =====&lt;br /&gt;
&lt;br /&gt;
Symbol:    ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;¬student(harry)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original formulae has to be false, that the overall statement is true.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Only if &#039;&#039;&#039;student(harry)&#039;&#039;&#039; is &#039;&#039;false&#039;&#039;, &#039;&#039;&#039;¬student(harry&#039;&#039;&#039;) is &#039;&#039;true&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary (only those relevant for our topic):&lt;br /&gt;
** [[Glossary:_Predicate| Glossary entry for &#039;&#039;predicate&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Formulae| Glossary entry for &#039;&#039;formulae&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_I-Function| Glossary entry for &#039;&#039;I-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_G-Function| Glossary entry for &#039;&#039;G-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Logical Connectives| Glossary entry for &#039;&#039;Logical Connective&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
== Our podcasts ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/KLeSxGJ-FeI&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic.notebook Presentation on Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic-Comments.docx Comments on the presentation]&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
 File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
 File:Truthtable_IF_THEN1.png|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
File:Truthtable_IF_THEN1|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3289</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3289"/>
		<updated>2013-02-12T12:51:17Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* Our pictures */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language. Logical connectives are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot;. The aim is to state if the given sentence is true or false in a given model.&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
&lt;br /&gt;
===== AND =====&lt;br /&gt;
&lt;br /&gt;
Symbol:   Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) Ʌ teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable AND&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_AND1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== OR =====&lt;br /&gt;
&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) V teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable OR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_OR1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== IF/THEN =====&lt;br /&gt;
&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) --&amp;gt; teacher(snape&#039;&#039;&#039;)]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable IF/THEN&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_IF_THEN1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== NOT =====&lt;br /&gt;
&lt;br /&gt;
Symbol:    ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;¬student(harry)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original formulae has to be false, that the overall statement is true.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Only if &#039;&#039;&#039;student(harry)&#039;&#039;&#039; is &#039;&#039;false&#039;&#039;, &#039;&#039;&#039;¬student(harry&#039;&#039;&#039;) is &#039;&#039;true&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary (only those relevant for our topic):&lt;br /&gt;
** [[Glossary:_Predicate| Glossary entry for &#039;&#039;predicate&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Formulae| Glossary entry for &#039;&#039;formulae&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_I-Function| Glossary entry for &#039;&#039;I-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_G-Function| Glossary entry for &#039;&#039;G-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Logical Connectives| Glossary entry for &#039;&#039;Logical Connective&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
== Our podcasts ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/KLeSxGJ-FeI&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic.notebook Presentation on Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic-Comments.docx Comments on the presentation]&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
 File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
 File:Truthtable_IF_THEN1|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
File:Truthtable_IF_THEN1|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3288</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3288"/>
		<updated>2013-02-12T12:50:48Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* Our pictures */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language. Logical connectives are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot;. The aim is to state if the given sentence is true or false in a given model.&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
&lt;br /&gt;
===== AND =====&lt;br /&gt;
&lt;br /&gt;
Symbol:   Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) Ʌ teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable AND&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_AND1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== OR =====&lt;br /&gt;
&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) V teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable OR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_OR1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== IF/THEN =====&lt;br /&gt;
&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) --&amp;gt; teacher(snape&#039;&#039;&#039;)]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable IF/THEN&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_IF_THEN1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== NOT =====&lt;br /&gt;
&lt;br /&gt;
Symbol:    ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;¬student(harry)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original formulae has to be false, that the overall statement is true.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Only if &#039;&#039;&#039;student(harry)&#039;&#039;&#039; is &#039;&#039;false&#039;&#039;, &#039;&#039;&#039;¬student(harry&#039;&#039;&#039;) is &#039;&#039;true&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary (only those relevant for our topic):&lt;br /&gt;
** [[Glossary:_Predicate| Glossary entry for &#039;&#039;predicate&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Formulae| Glossary entry for &#039;&#039;formulae&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_I-Function| Glossary entry for &#039;&#039;I-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_G-Function| Glossary entry for &#039;&#039;G-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Logical Connectives| Glossary entry for &#039;&#039;Logical Connective&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
== Our podcasts ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/KLeSxGJ-FeI&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic.notebook Presentation on Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic-Comments.docx Comments on the presentation]&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
 File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
 File:Truthtable_IF_THEN1|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
File:Truthtable_IF_THEN1|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3287</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3287"/>
		<updated>2013-02-12T12:49:40Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* Our pictures */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language. Logical connectives are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot;. The aim is to state if the given sentence is true or false in a given model.&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
&lt;br /&gt;
===== AND =====&lt;br /&gt;
&lt;br /&gt;
Symbol:   Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) Ʌ teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable AND&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_AND1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== OR =====&lt;br /&gt;
&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) V teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable OR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_OR1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== IF/THEN =====&lt;br /&gt;
&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) --&amp;gt; teacher(snape&#039;&#039;&#039;)]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable IF/THEN&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_IF_THEN1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== NOT =====&lt;br /&gt;
&lt;br /&gt;
Symbol:    ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;¬student(harry)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original formulae has to be false, that the overall statement is true.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Only if &#039;&#039;&#039;student(harry)&#039;&#039;&#039; is &#039;&#039;false&#039;&#039;, &#039;&#039;&#039;¬student(harry&#039;&#039;&#039;) is &#039;&#039;true&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary (only those relevant for our topic):&lt;br /&gt;
** [[Glossary:_Predicate| Glossary entry for &#039;&#039;predicate&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Formulae| Glossary entry for &#039;&#039;formulae&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_I-Function| Glossary entry for &#039;&#039;I-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_G-Function| Glossary entry for &#039;&#039;G-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Logical Connectives| Glossary entry for &#039;&#039;Logical Connective&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
== Our podcasts ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/KLeSxGJ-FeI&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic.notebook Presentation on Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic-Comments.docx Comments on the presentation]&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3286</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3286"/>
		<updated>2013-02-12T12:48:24Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* Our pictures */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language. Logical connectives are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot;. The aim is to state if the given sentence is true or false in a given model.&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
&lt;br /&gt;
===== AND =====&lt;br /&gt;
&lt;br /&gt;
Symbol:   Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) Ʌ teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable AND&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_AND1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== OR =====&lt;br /&gt;
&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) V teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable OR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_OR1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== IF/THEN =====&lt;br /&gt;
&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) --&amp;gt; teacher(snape&#039;&#039;&#039;)]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable IF/THEN&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_IF_THEN1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== NOT =====&lt;br /&gt;
&lt;br /&gt;
Symbol:    ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;¬student(harry)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original formulae has to be false, that the overall statement is true.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Only if &#039;&#039;&#039;student(harry)&#039;&#039;&#039; is &#039;&#039;false&#039;&#039;, &#039;&#039;&#039;¬student(harry&#039;&#039;&#039;) is &#039;&#039;true&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary (only those relevant for our topic):&lt;br /&gt;
** [[Glossary:_Predicate| Glossary entry for &#039;&#039;predicate&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Formulae| Glossary entry for &#039;&#039;formulae&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_I-Function| Glossary entry for &#039;&#039;I-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_G-Function| Glossary entry for &#039;&#039;G-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Logical Connectives| Glossary entry for &#039;&#039;Logical Connective&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
== Our podcasts ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/KLeSxGJ-FeI&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic.notebook Presentation on Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic-Comments.docx Comments on the presentation]&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_AND1.png|300px|Truthtable AND]]&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3285</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3285"/>
		<updated>2013-02-12T12:47:46Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* Our pictures */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language. Logical connectives are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot;. The aim is to state if the given sentence is true or false in a given model.&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
&lt;br /&gt;
===== AND =====&lt;br /&gt;
&lt;br /&gt;
Symbol:   Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) Ʌ teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable AND&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_AND1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== OR =====&lt;br /&gt;
&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) V teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable OR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_OR1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== IF/THEN =====&lt;br /&gt;
&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) --&amp;gt; teacher(snape&#039;&#039;&#039;)]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable IF/THEN&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_IF_THEN1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== NOT =====&lt;br /&gt;
&lt;br /&gt;
Symbol:    ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;¬student(harry)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original formulae has to be false, that the overall statement is true.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Only if &#039;&#039;&#039;student(harry)&#039;&#039;&#039; is &#039;&#039;false&#039;&#039;, &#039;&#039;&#039;¬student(harry&#039;&#039;&#039;) is &#039;&#039;true&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary (only those relevant for our topic):&lt;br /&gt;
** [[Glossary:_Predicate| Glossary entry for &#039;&#039;predicate&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Formulae| Glossary entry for &#039;&#039;formulae&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_I-Function| Glossary entry for &#039;&#039;I-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_G-Function| Glossary entry for &#039;&#039;G-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Logical Connectives| Glossary entry for &#039;&#039;Logical Connective&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
== Our podcasts ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/KLeSxGJ-FeI&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic.notebook Presentation on Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic-Comments.docx Comments on the presentation]&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_AND1.png|300px]]|Truthtable&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3284</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3284"/>
		<updated>2013-02-12T12:47:10Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* Our pictures */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language. Logical connectives are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot;. The aim is to state if the given sentence is true or false in a given model.&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
&lt;br /&gt;
===== AND =====&lt;br /&gt;
&lt;br /&gt;
Symbol:   Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) Ʌ teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable AND&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_AND1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== OR =====&lt;br /&gt;
&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) V teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable OR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_OR1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== IF/THEN =====&lt;br /&gt;
&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) --&amp;gt; teacher(snape&#039;&#039;&#039;)]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable IF/THEN&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_IF_THEN1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== NOT =====&lt;br /&gt;
&lt;br /&gt;
Symbol:    ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;¬student(harry)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original formulae has to be false, that the overall statement is true.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Only if &#039;&#039;&#039;student(harry)&#039;&#039;&#039; is &#039;&#039;false&#039;&#039;, &#039;&#039;&#039;¬student(harry&#039;&#039;&#039;) is &#039;&#039;true&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary (only those relevant for our topic):&lt;br /&gt;
** [[Glossary:_Predicate| Glossary entry for &#039;&#039;predicate&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Formulae| Glossary entry for &#039;&#039;formulae&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_I-Function| Glossary entry for &#039;&#039;I-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_G-Function| Glossary entry for &#039;&#039;G-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Logical Connectives| Glossary entry for &#039;&#039;Logical Connective&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
== Our podcasts ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/KLeSxGJ-FeI&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic.notebook Presentation on Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic-Comments.docx Comments on the presentation]&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_AND1.png|300px]]&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3283</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3283"/>
		<updated>2013-02-12T12:46:51Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* Our pictures */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language. Logical connectives are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot;. The aim is to state if the given sentence is true or false in a given model.&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
&lt;br /&gt;
===== AND =====&lt;br /&gt;
&lt;br /&gt;
Symbol:   Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) Ʌ teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable AND&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_AND1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== OR =====&lt;br /&gt;
&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) V teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable OR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_OR1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== IF/THEN =====&lt;br /&gt;
&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) --&amp;gt; teacher(snape&#039;&#039;&#039;)]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable IF/THEN&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_IF_THEN1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== NOT =====&lt;br /&gt;
&lt;br /&gt;
Symbol:    ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;¬student(harry)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original formulae has to be false, that the overall statement is true.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Only if &#039;&#039;&#039;student(harry)&#039;&#039;&#039; is &#039;&#039;false&#039;&#039;, &#039;&#039;&#039;¬student(harry&#039;&#039;&#039;) is &#039;&#039;true&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary (only those relevant for our topic):&lt;br /&gt;
** [[Glossary:_Predicate| Glossary entry for &#039;&#039;predicate&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Formulae| Glossary entry for &#039;&#039;formulae&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_I-Function| Glossary entry for &#039;&#039;I-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_G-Function| Glossary entry for &#039;&#039;G-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Logical Connectives| Glossary entry for &#039;&#039;Logical Connective&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
== Our podcasts ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/KLeSxGJ-FeI&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic.notebook Presentation on Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic-Comments.docx Comments on the presentation]&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_AND1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3282</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3282"/>
		<updated>2013-02-12T12:46:30Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* Our pictures */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language. Logical connectives are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot;. The aim is to state if the given sentence is true or false in a given model.&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
&lt;br /&gt;
===== AND =====&lt;br /&gt;
&lt;br /&gt;
Symbol:   Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) Ʌ teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable AND&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_AND1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== OR =====&lt;br /&gt;
&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) V teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable OR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_OR1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== IF/THEN =====&lt;br /&gt;
&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) --&amp;gt; teacher(snape&#039;&#039;&#039;)]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable IF/THEN&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_IF_THEN1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== NOT =====&lt;br /&gt;
&lt;br /&gt;
Symbol:    ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;¬student(harry)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original formulae has to be false, that the overall statement is true.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Only if &#039;&#039;&#039;student(harry)&#039;&#039;&#039; is &#039;&#039;false&#039;&#039;, &#039;&#039;&#039;¬student(harry&#039;&#039;&#039;) is &#039;&#039;true&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary (only those relevant for our topic):&lt;br /&gt;
** [[Glossary:_Predicate| Glossary entry for &#039;&#039;predicate&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Formulae| Glossary entry for &#039;&#039;formulae&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_I-Function| Glossary entry for &#039;&#039;I-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_G-Function| Glossary entry for &#039;&#039;G-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Logical Connectives| Glossary entry for &#039;&#039;Logical Connective&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
== Our podcasts ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/KLeSxGJ-FeI&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic.notebook Presentation on Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic-Comments.docx Comments on the presentation]&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
[[File:Truthtable_AND1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3281</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3281"/>
		<updated>2013-02-12T12:45:44Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* Wikipage of Group 9 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language. Logical connectives are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot;. The aim is to state if the given sentence is true or false in a given model.&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
&lt;br /&gt;
===== AND =====&lt;br /&gt;
&lt;br /&gt;
Symbol:   Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) Ʌ teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable AND&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_AND1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== OR =====&lt;br /&gt;
&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) V teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable OR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_OR1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== IF/THEN =====&lt;br /&gt;
&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) --&amp;gt; teacher(snape&#039;&#039;&#039;)]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable IF/THEN&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_IF_THEN1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== NOT =====&lt;br /&gt;
&lt;br /&gt;
Symbol:    ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;¬student(harry)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original formulae has to be false, that the overall statement is true.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Only if &#039;&#039;&#039;student(harry)&#039;&#039;&#039; is &#039;&#039;false&#039;&#039;, &#039;&#039;&#039;¬student(harry&#039;&#039;&#039;) is &#039;&#039;true&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary (only those relevant for our topic):&lt;br /&gt;
** [[Glossary:_Predicate| Glossary entry for &#039;&#039;predicate&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Formulae| Glossary entry for &#039;&#039;formulae&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_I-Function| Glossary entry for &#039;&#039;I-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_G-Function| Glossary entry for &#039;&#039;G-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Logical Connectives| Glossary entry for &#039;&#039;Logical Connective&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
== Our podcasts ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/KLeSxGJ-FeI&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic.notebook Presentation on Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic-Comments.docx Comments on the presentation]&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=File:Truthtable_IF_THEN1.png&amp;diff=3280</id>
		<title>File:Truthtable IF THEN1.png</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=File:Truthtable_IF_THEN1.png&amp;diff=3280"/>
		<updated>2013-02-12T12:45:16Z</updated>

		<summary type="html">&lt;p&gt;Lisa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Licensing ==&lt;br /&gt;
{{cc-by-nc-dn-3.0}}&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3279</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3279"/>
		<updated>2013-02-12T12:44:53Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* IF/THEN */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
=== Comments by the NMTS team ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* die Truthtables aus der Beschreibung fehlen in Our pictures&lt;br /&gt;
* stick to English in your pictures! (see the truth tables)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language. Logical connectives are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot;. The aim is to state if the given sentence is true or false in a given model.&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
&lt;br /&gt;
===== AND =====&lt;br /&gt;
&lt;br /&gt;
Symbol:   Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) Ʌ teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable AND&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_AND1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== OR =====&lt;br /&gt;
&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) V teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable OR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_OR1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== IF/THEN =====&lt;br /&gt;
&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) --&amp;gt; teacher(snape&#039;&#039;&#039;)]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable IF/THEN&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_IF_THEN1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== NOT =====&lt;br /&gt;
&lt;br /&gt;
Symbol:    ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;¬student(harry)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original formulae has to be false, that the overall statement is true.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Only if &#039;&#039;&#039;student(harry)&#039;&#039;&#039; is &#039;&#039;false&#039;&#039;, &#039;&#039;&#039;¬student(harry&#039;&#039;&#039;) is &#039;&#039;true&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary (only those relevant for our topic):&lt;br /&gt;
** [[Glossary:_Predicate| Glossary entry for &#039;&#039;predicate&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Formulae| Glossary entry for &#039;&#039;formulae&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_I-Function| Glossary entry for &#039;&#039;I-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_G-Function| Glossary entry for &#039;&#039;G-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Logical Connectives| Glossary entry for &#039;&#039;Logical Connective&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
== Our podcasts ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/KLeSxGJ-FeI&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic.notebook Presentation on Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic-Comments.docx Comments on the presentation]&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=File:Truthtable_OR1.png&amp;diff=3278</id>
		<title>File:Truthtable OR1.png</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=File:Truthtable_OR1.png&amp;diff=3278"/>
		<updated>2013-02-12T12:44:27Z</updated>

		<summary type="html">&lt;p&gt;Lisa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Licensing ==&lt;br /&gt;
{{cc-by-nc-dn-3.0}}&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3277</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3277"/>
		<updated>2013-02-12T12:44:01Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* OR */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
=== Comments by the NMTS team ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* die Truthtables aus der Beschreibung fehlen in Our pictures&lt;br /&gt;
* stick to English in your pictures! (see the truth tables)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language. Logical connectives are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot;. The aim is to state if the given sentence is true or false in a given model.&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
&lt;br /&gt;
===== AND =====&lt;br /&gt;
&lt;br /&gt;
Symbol:   Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) Ʌ teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable AND&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_AND1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== OR =====&lt;br /&gt;
&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) V teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable OR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_OR1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== IF/THEN =====&lt;br /&gt;
&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) --&amp;gt; teacher(snape&#039;&#039;&#039;)]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable IF/THEN&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_IF_THEN.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== NOT =====&lt;br /&gt;
&lt;br /&gt;
Symbol:    ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;¬student(harry)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original formulae has to be false, that the overall statement is true.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Only if &#039;&#039;&#039;student(harry)&#039;&#039;&#039; is &#039;&#039;false&#039;&#039;, &#039;&#039;&#039;¬student(harry&#039;&#039;&#039;) is &#039;&#039;true&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary (only those relevant for our topic):&lt;br /&gt;
** [[Glossary:_Predicate| Glossary entry for &#039;&#039;predicate&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Formulae| Glossary entry for &#039;&#039;formulae&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_I-Function| Glossary entry for &#039;&#039;I-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_G-Function| Glossary entry for &#039;&#039;G-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Logical Connectives| Glossary entry for &#039;&#039;Logical Connective&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
== Our podcasts ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/KLeSxGJ-FeI&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic.notebook Presentation on Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic-Comments.docx Comments on the presentation]&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3276</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3276"/>
		<updated>2013-02-12T12:43:14Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* AND */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
=== Comments by the NMTS team ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* die Truthtables aus der Beschreibung fehlen in Our pictures&lt;br /&gt;
* stick to English in your pictures! (see the truth tables)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language. Logical connectives are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot;. The aim is to state if the given sentence is true or false in a given model.&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
&lt;br /&gt;
===== AND =====&lt;br /&gt;
&lt;br /&gt;
Symbol:   Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) Ʌ teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable AND&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_AND1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== OR =====&lt;br /&gt;
&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) V teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable OR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_OR.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== IF/THEN =====&lt;br /&gt;
&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) --&amp;gt; teacher(snape&#039;&#039;&#039;)]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable IF/THEN&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_IF_THEN.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== NOT =====&lt;br /&gt;
&lt;br /&gt;
Symbol:    ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;¬student(harry)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original formulae has to be false, that the overall statement is true.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Only if &#039;&#039;&#039;student(harry)&#039;&#039;&#039; is &#039;&#039;false&#039;&#039;, &#039;&#039;&#039;¬student(harry&#039;&#039;&#039;) is &#039;&#039;true&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary (only those relevant for our topic):&lt;br /&gt;
** [[Glossary:_Predicate| Glossary entry for &#039;&#039;predicate&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Formulae| Glossary entry for &#039;&#039;formulae&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_I-Function| Glossary entry for &#039;&#039;I-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_G-Function| Glossary entry for &#039;&#039;G-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Logical Connectives| Glossary entry for &#039;&#039;Logical Connective&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
== Our podcasts ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/KLeSxGJ-FeI&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic.notebook Presentation on Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic-Comments.docx Comments on the presentation]&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=File:Truthtable_AND1.png&amp;diff=3275</id>
		<title>File:Truthtable AND1.png</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=File:Truthtable_AND1.png&amp;diff=3275"/>
		<updated>2013-02-12T12:42:44Z</updated>

		<summary type="html">&lt;p&gt;Lisa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Licensing ==&lt;br /&gt;
{{cc-by-nc-dn-3.0}}&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3274</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3274"/>
		<updated>2013-02-12T12:41:24Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* AND */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
=== Comments by the NMTS team ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* die Truthtables aus der Beschreibung fehlen in Our pictures&lt;br /&gt;
* stick to English in your pictures! (see the truth tables)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language. Logical connectives are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot;. The aim is to state if the given sentence is true or false in a given model.&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
&lt;br /&gt;
===== AND =====&lt;br /&gt;
&lt;br /&gt;
Symbol:   Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) Ʌ teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable AND&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_AND1.png]]&lt;br /&gt;
&lt;br /&gt;
===== OR =====&lt;br /&gt;
&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) V teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable OR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_OR.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== IF/THEN =====&lt;br /&gt;
&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) --&amp;gt; teacher(snape&#039;&#039;&#039;)]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable IF/THEN&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_IF_THEN.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== NOT =====&lt;br /&gt;
&lt;br /&gt;
Symbol:    ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;¬student(harry)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original formulae has to be false, that the overall statement is true.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Only if &#039;&#039;&#039;student(harry)&#039;&#039;&#039; is &#039;&#039;false&#039;&#039;, &#039;&#039;&#039;¬student(harry&#039;&#039;&#039;) is &#039;&#039;true&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary (only those relevant for our topic):&lt;br /&gt;
** [[Glossary:_Predicate| Glossary entry for &#039;&#039;predicate&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Formulae| Glossary entry for &#039;&#039;formulae&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_I-Function| Glossary entry for &#039;&#039;I-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_G-Function| Glossary entry for &#039;&#039;G-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Logical Connectives| Glossary entry for &#039;&#039;Logical Connective&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
== Our podcasts ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/KLeSxGJ-FeI&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic.notebook Presentation on Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic-Comments.docx Comments on the presentation]&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3273</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3273"/>
		<updated>2013-02-12T12:39:21Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* AND */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
=== Comments by the NMTS team ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* die Truthtables aus der Beschreibung fehlen in Our pictures&lt;br /&gt;
* stick to English in your pictures! (see the truth tables)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language. Logical connectives are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot;. The aim is to state if the given sentence is true or false in a given model.&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
&lt;br /&gt;
===== AND =====&lt;br /&gt;
&lt;br /&gt;
Symbol:   Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) Ʌ teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable AND&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Example.jpg]]&lt;br /&gt;
&lt;br /&gt;
===== OR =====&lt;br /&gt;
&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) V teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable OR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_OR.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== IF/THEN =====&lt;br /&gt;
&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) --&amp;gt; teacher(snape&#039;&#039;&#039;)]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable IF/THEN&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_IF_THEN.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== NOT =====&lt;br /&gt;
&lt;br /&gt;
Symbol:    ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;¬student(harry)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original formulae has to be false, that the overall statement is true.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Only if &#039;&#039;&#039;student(harry)&#039;&#039;&#039; is &#039;&#039;false&#039;&#039;, &#039;&#039;&#039;¬student(harry&#039;&#039;&#039;) is &#039;&#039;true&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary (only those relevant for our topic):&lt;br /&gt;
** [[Glossary:_Predicate| Glossary entry for &#039;&#039;predicate&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Formulae| Glossary entry for &#039;&#039;formulae&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_I-Function| Glossary entry for &#039;&#039;I-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_G-Function| Glossary entry for &#039;&#039;G-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Logical Connectives| Glossary entry for &#039;&#039;Logical Connective&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
== Our podcasts ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/KLeSxGJ-FeI&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic.notebook Presentation on Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic-Comments.docx Comments on the presentation]&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3203</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3203"/>
		<updated>2013-02-10T17:49:55Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* Our material for an interactive whiteboard */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language. Logical connectives are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot;. The aim is to state if the given sentence is true or false in a given model.&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
&lt;br /&gt;
===== AND =====&lt;br /&gt;
&lt;br /&gt;
Symbol:   Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) Ʌ teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable AND&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_AND.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== OR =====&lt;br /&gt;
&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) V teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable OR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_OR.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== IF/THEN =====&lt;br /&gt;
&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) --&amp;gt; teacher(snape&#039;&#039;&#039;)]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable IF/THEN&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_IF_THEN.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== NOT =====&lt;br /&gt;
&lt;br /&gt;
Symbol:    ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;¬student(harry)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original formulae has to be false, that the overall statement is true.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Only if &#039;&#039;&#039;student(harry)&#039;&#039;&#039; is &#039;&#039;false&#039;&#039;, &#039;&#039;&#039;¬student(harry&#039;&#039;&#039;) is &#039;&#039;true&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary (only those relevant for our topic):&lt;br /&gt;
** [[Glossary:_Predicate| Glossary entry for &#039;&#039;predicate&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Formulae| Glossary entry for &#039;&#039;formulae&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_I-Function| Glossary entry for &#039;&#039;I-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_G-Function| Glossary entry for &#039;&#039;G-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Logical Connectives| Glossary entry for &#039;&#039;Logical Connective&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
== Our podcasts ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/KLeSxGJ-FeI&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic.notebook Presentation on Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic-Comments.docx Comments on the presentation]&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=Glossary:_Logical_Connectives&amp;diff=3195</id>
		<title>Glossary: Logical Connectives</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=Glossary:_Logical_Connectives&amp;diff=3195"/>
		<updated>2013-02-06T10:29:23Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Logical Connectives =&lt;br /&gt;
&lt;br /&gt;
== Definition ==&lt;br /&gt;
&lt;br /&gt;
Logical connectives are the conjunction &#039;&#039;and&#039;&#039;, the disjunction &#039;&#039;or&#039;&#039;, and the implication &#039;&#039;if...then&#039;&#039;&#039;. In the course of our topic, we also regard the negation &#039;&#039;not&#039;&#039; as a logical connective. They are used in order to connect atomic formulae in logical language, i.e. atomic sentences in natural language.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
The following examples refer to the scenario given in the online exercises.&lt;br /&gt;
&lt;br /&gt;
Paul rather wants to live in Munich and Alice is small.&lt;br /&gt;
&lt;br /&gt;
Complex formula: &#039;&#039;&#039;wants-to-live-in-Munich (paul) Ʌ small (alice)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Walter is a dog or Tom is not blonde.&lt;br /&gt;
&lt;br /&gt;
Complex formula: &#039;&#039;&#039;dog (walter) V ¬ blonde (tom)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* [[NMTS-Group9| Group page 9: Predicate Logic]]&lt;br /&gt;
&lt;br /&gt;
== Literature ==&lt;br /&gt;
&lt;br /&gt;
* Chapter 2 of Manfred Sailer&#039;s textbook&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=Glossary:_G-Function&amp;diff=3194</id>
		<title>Glossary: G-Function</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=Glossary:_G-Function&amp;diff=3194"/>
		<updated>2013-02-06T10:28:30Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= G-Function =&lt;br /&gt;
&lt;br /&gt;
== Definition ==&lt;br /&gt;
&lt;br /&gt;
The G-Function in Predicate Logic maps variables to individuals from the universe. In natural, real-world language we use variable, such as personal pronouns, instead of repeating the names constantly that are referred to. In order to, firstly, display and, then, interpret sentences with pronouns , the G-Function is applied.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
The following examples refer to the scenario given in the online exercises.&lt;br /&gt;
&lt;br /&gt;
Alice likes watching footbal together with Lisa. &lt;br /&gt;
&lt;br /&gt;
--&amp;gt; I-Function: &lt;br /&gt;
&lt;br /&gt;
I(&#039;&#039;&#039;alice&#039;&#039;&#039;) = &amp;lt;&#039;&#039;alice&#039;&#039;&amp;gt;&amp;lt;br/ &amp;gt;&lt;br /&gt;
I(&#039;&#039;&#039;lisa&#039;&#039;&#039;) = &amp;lt;&#039;&#039;lisa&#039;&#039;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Formula: &#039;&#039;&#039;like-watching-football-together (alice, lisa)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
But: She likes watching football together with her.&lt;br /&gt;
&lt;br /&gt;
--&amp;gt; G-Function: &amp;lt;br/ &amp;gt;&lt;br /&gt;
g(&#039;&#039;&#039;x&#039;&#039;&#039;)= &amp;lt;&#039;&#039;alice&#039;&#039;&amp;gt;&amp;lt;br/ &amp;gt;&lt;br /&gt;
g(&#039;&#039;&#039;y&#039;&#039;&#039;)= &amp;lt;&#039;&#039;lisa&#039;&#039;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt; Formula can be formed and interpreted: &#039;&#039;&#039;like-watching-football-together (x,y)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* [[NMTS-Group9| Group page 9: Predicate Logic]]&lt;br /&gt;
&lt;br /&gt;
== Literature ==&lt;br /&gt;
&lt;br /&gt;
* Chapter 2 of Manfred Sailer&#039;s textbook&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=Glossary:_G-Function&amp;diff=3193</id>
		<title>Glossary: G-Function</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=Glossary:_G-Function&amp;diff=3193"/>
		<updated>2013-02-06T10:27:49Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= G-Function =&lt;br /&gt;
&lt;br /&gt;
== Definition ==&lt;br /&gt;
&lt;br /&gt;
The G-Function in Predicate Logic maps variables to individuals from the universe. In natural, real-world language we use variable, such as personal pronouns, instead of repeating the names constantly that are referred to. In order to, firstly, display and, then, interpret sentences with pronouns , the G-Function is applied.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
The following examples refer to the scenario given in the online exercises.&lt;br /&gt;
&lt;br /&gt;
Alice likes watching footbal together with Lisa. &lt;br /&gt;
&lt;br /&gt;
--&amp;gt; I-Function: &lt;br /&gt;
&lt;br /&gt;
I(&#039;&#039;&#039;alice&#039;&#039;&#039;) = &amp;lt;&#039;&#039;alice&#039;&#039;&amp;gt;&amp;lt;br/ &amp;gt;&lt;br /&gt;
I(&#039;&#039;&#039;lisa&#039;&#039;&#039;) = &amp;lt;&#039;&#039;lisa&#039;&#039;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Formula: &#039;&#039;&#039;like-watching-football-together (alice, lisa)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
But: She likes watching football together with her.&lt;br /&gt;
&lt;br /&gt;
--&amp;gt; G-Function: &amp;lt;br/ &amp;gt;&lt;br /&gt;
g(&#039;&#039;&#039;x&#039;&#039;&#039;)= &amp;lt;&#039;&#039;alice&#039;&#039;&amp;gt;&amp;lt;br/ &amp;gt;&lt;br /&gt;
g(&#039;&#039;&#039;y&#039;&#039;&#039;)= &amp;lt;&#039;&#039;lisa&#039;&#039;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt; Formula can be formed: &#039;&#039;&#039;like-watching-football-together (x,y)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* [[NMTS-Group9| Group page 9: Predicate Logic]]&lt;br /&gt;
&lt;br /&gt;
== Literature ==&lt;br /&gt;
&lt;br /&gt;
* Chapter 2 of Manfred Sailer&#039;s textbook&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=Glossary:_G-Function&amp;diff=3192</id>
		<title>Glossary: G-Function</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=Glossary:_G-Function&amp;diff=3192"/>
		<updated>2013-02-06T10:27:07Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= G-Function =&lt;br /&gt;
&lt;br /&gt;
== Definition ==&lt;br /&gt;
&lt;br /&gt;
The G-Function in Predicate Logic maps variables to individuals from the universe. In natural, real-world language we use variable, such as personal pronouns, instead of repeating the names constantly that are referred to. In order to, firstly, display and, then, interpret sentences with pronouns , the G-Function is applied.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
The following examples refer to the scenario given in the online exercises.&lt;br /&gt;
&lt;br /&gt;
Alice likes watching footbal together with Lisa. &lt;br /&gt;
&lt;br /&gt;
--&amp;gt; I-Function: &lt;br /&gt;
&lt;br /&gt;
I(&#039;&#039;&#039;alice&#039;&#039;&#039;) = &#039;&#039;alice&#039;&#039;&amp;lt;br/ &amp;gt;&lt;br /&gt;
I(&#039;&#039;&#039;lisa&#039;&#039;&#039;) = &#039;&#039;lisa&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Formula: &#039;&#039;&#039;like-watching-football-together (alice, lisa)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
But: She likes watching football together with her.&lt;br /&gt;
&lt;br /&gt;
--&amp;gt; G-Function: &lt;br /&gt;
g(&#039;&#039;&#039;x&#039;&#039;&#039;)= &amp;lt;&#039;&#039;alice&#039;&#039;&amp;gt;&amp;lt;br/ &amp;gt;&lt;br /&gt;
g(&#039;&#039;&#039;y&#039;&#039;&#039;)= &amp;lt;&#039;&#039;lisa&#039;&#039;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt; Formula can be formed: &#039;&#039;&#039;like-watching-football-together (x,y)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* [[NMTS-Group9| Group page 9: Predicate Logic]]&lt;br /&gt;
&lt;br /&gt;
== Literature ==&lt;br /&gt;
&lt;br /&gt;
* Chapter 2 of Manfred Sailer&#039;s textbook&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=Glossary:_G-Function&amp;diff=3191</id>
		<title>Glossary: G-Function</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=Glossary:_G-Function&amp;diff=3191"/>
		<updated>2013-02-06T10:26:03Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= G-Function =&lt;br /&gt;
&lt;br /&gt;
== Definition ==&lt;br /&gt;
&lt;br /&gt;
The G-Function in Predicate Logic maps variables to individuals from the universe. In natural, real-world language we use variable, such as personal pronouns, instead of repeating the names constantly that are referred to. In order to, firstly, display and, then, interpret sentences with pronouns , the G-Function is applied.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
The following examples refer to the scenario given in the online exercises.&lt;br /&gt;
&lt;br /&gt;
Alice likes watching footbal together with Lisa. &lt;br /&gt;
&lt;br /&gt;
--&amp;gt; I-Function: &lt;br /&gt;
&lt;br /&gt;
I(&#039;&#039;&#039;alice&#039;&#039;&#039;) = &#039;&#039;alice&#039;&#039;&lt;br /&gt;
I(&#039;&#039;&#039;lisa&#039;&#039;&#039;) = &#039;&#039;lisa&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Formula: &#039;&#039;&#039;like-watching-football-together (alice, lisa)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
But: She likes watching football together with her.&lt;br /&gt;
&lt;br /&gt;
--&amp;gt; G-Function: g(&#039;&#039;&#039;x&#039;&#039;&#039;)= &amp;lt;&#039;&#039;alice&#039;&#039;&amp;gt;    and       g(&#039;&#039;&#039;y&#039;&#039;&#039;)= &amp;lt;&#039;&#039;lisa&#039;&#039;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt; Formula can be formed: &#039;&#039;&#039;like-watching-football-together (x,y)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* [[NMTS-Group9| Group page 9: Predicate Logic]]&lt;br /&gt;
&lt;br /&gt;
== Literature ==&lt;br /&gt;
&lt;br /&gt;
* Chapter 2 of Manfred Sailer&#039;s textbook&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=Glossary:_G-Function&amp;diff=3190</id>
		<title>Glossary: G-Function</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=Glossary:_G-Function&amp;diff=3190"/>
		<updated>2013-02-06T10:23:48Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= G-Function =&lt;br /&gt;
&lt;br /&gt;
== Definition ==&lt;br /&gt;
&lt;br /&gt;
The G-Function in Predicate Logic maps variables to individuals from the universe. In natural, real-world language we use variable, such as personal pronouns, instead of repeating the names constantly that are referred to. In order to, firstly, display and, then, interpret sentences with pronouns , the G-Function is applied.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
The following examples refer to the scenario given in the online exercises.&lt;br /&gt;
&lt;br /&gt;
Alice likes watching footbal together with Lisa. &lt;br /&gt;
&lt;br /&gt;
--&amp;gt; I-Function: &#039;&#039;&#039;like-watching-football-together (alice, lisa)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
But: She likes watching football together with her.&lt;br /&gt;
&lt;br /&gt;
--&amp;gt; G-Function: g(&#039;&#039;&#039;x&#039;&#039;&#039;)= &amp;lt;&#039;&#039;alice&#039;&#039;&#039;&amp;gt;    and       g(&#039;&#039;&#039;y&#039;&#039;&#039;)= &amp;lt;&#039;&#039;lisa&#039;&#039;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt; Formula can be formed: &#039;&#039;&#039;like-watching-football-together (x,y)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* [[NMTS-Group9| Group page 9: Predicate Logic]]&lt;br /&gt;
&lt;br /&gt;
== Literature ==&lt;br /&gt;
&lt;br /&gt;
* Chapter 2 of Manfred Sailer&#039;s textbook&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=Glossary:_I-Function&amp;diff=3189</id>
		<title>Glossary: I-Function</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=Glossary:_I-Function&amp;diff=3189"/>
		<updated>2013-02-06T10:22:01Z</updated>

		<summary type="html">&lt;p&gt;Lisa: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= I-Function =&lt;br /&gt;
&lt;br /&gt;
== Definition ==&lt;br /&gt;
&lt;br /&gt;
The I-Function used in Predicate Logic maps each name of logical language to one individual from the universe. In this sense, it maps individuals to properties and sets of individuals to relations. &lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
The following examples refer to the scenario given in the online exercises.&lt;br /&gt;
&lt;br /&gt;
Names:&lt;br /&gt;
&lt;br /&gt;
I(&#039;&#039;&#039;walter&#039;&#039;&#039;)= &amp;lt;&#039;&#039;walter&#039;&#039;&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
I(&#039;&#039;&#039;lisa&#039;&#039;&#039;)= &amp;lt;&#039;&#039;lisa&#039;&#039;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Properties:&lt;br /&gt;
&lt;br /&gt;
I(&#039;&#039;&#039;tall&#039;&#039;&#039;)= &amp;lt;&#039;&#039;tom&#039;&#039;&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
I(&#039;&#039;&#039;blonde&#039;&#039;&#039;)= {&amp;lt;&#039;&#039;lisa&#039;&#039;&amp;gt;; &amp;lt;&#039;&#039;alice&#039;&#039;&amp;gt;}&lt;br /&gt;
&lt;br /&gt;
Relations:&lt;br /&gt;
&lt;br /&gt;
I(&#039;&#039;&#039;being-married&#039;&#039;&#039;)= {&amp;lt;&#039;&#039;alice,paul&#039;&#039;&amp;gt;; &amp;lt;&#039;&#039;paul,alice&#039;&#039;&amp;gt;}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* [[NMTS-Group9| Group page 9: Predicate Logic]]&lt;br /&gt;
&lt;br /&gt;
== Literature ==&lt;br /&gt;
&lt;br /&gt;
* Chapter 2 of Manfred Sailer&#039;s textbook&lt;/div&gt;</summary>
		<author><name>Lisa</name></author>
	</entry>
</feed>