NMTS-Group9

From Lexical Resource Semantics
Revision as of 12:47, 12 February 2013 by Lisa (talk | contribs) (→‎Our pictures)
Jump to navigation Jump to search

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

Wikipage of Group 9

Overview

Members

Lisa
Marthe
Elisabeth
Isabelle

Short description of the topic

Predicate logic - logical connectives

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 "and", "or", "if/then" and "not". The aim is to state if the given sentence is true or false in a given model.

Examples

AND

Symbol: Ʌ
Sentence: Harry is a student and Snape is a teacher.
Formulae: [[student(harry) Ʌ teacher(snape)]] = true/false


Truthtable AND

Truthtable AND1.png

OR

Symbol: V
Sentence: Harry is a student or Snape is a teacher.
Formulae: [[student(harry) V teacher(snape)]] = true/false


Truthtable OR

Truthtable OR1.png

IF/THEN

Symbol: -->
Sentence: If Harry is a student then Snape is a teacher.
Formulae: [[student(harry) --> teacher(snape)]] = true/false


Truthtable IF/THEN

Truthtable IF THEN1.png

NOT

Symbol: ¬
Sentence: Harry is not a student.
Formulae: [[¬student(harry)]] = true/false

The original formulae has to be false, that the overall statement is true.

Example: Only if student(harry) is false, ¬student(harry) is true.


Difficulties

  • Abstraction of content/natural language
  • Understanding the whole process from creating a model to interpret formulae
  • Understanding the truth conditions of a formulae with connectives

References and links

References

  • Course material "Introduction to Semantics" by Manfred Sailer

Links

Our e-learning objects

Our wiki pages

Our podcasts

<mediaplayer>http://youtu.be/KLeSxGJ-FeI</mediaplayer>

Our material for an interactive whiteboard

Our pictures

Truthtable AND1.png

Our exercises

Complex exercise on Predicate Logic: