Logik für Informatiker Logic for computer scientists

Size: px
Start display at page:

Download "Logik für Informatiker Logic for computer scientists"

Transcription

1 Logik für Informatiker for computer scientists WiSe 2011/12

2 Language, proof and logic LPL book detailed introduction into first-order logic with many exercises Boole construct truth tables Tarski s world evaluate logical formulas within a blocks world Fitch construct proofs Grinder gives automatic feedback to your solutions requires purchase of the CD (ca. 13 EUR) or the book (ca. 25 EUR, with CD) Platform for exercises: logic.informatik.uni-bremen.de also reachable via

3 The formal language PL1 PL1 is the formal language of first-order predicate logic Why do we need a formal language? Slides from Prof. Barbara König, Universität Duisburg-Essen folien.pdf

4 The language of PL1: individual constants Individual constants are symbols that denote a person, thing, object Examples: Numbers: 0, 1, 2, 3,... Names: Max, Claire Formal constants: a, b, c, d, e, f, n1, n2 Each individual constant must denote an existing object No individual constant can denote more than one object An object can have 0, 1, 2, 3... names

5 The language of PL1: predicate symbols Predicate symbols denote a property of objects, or a relation between objects Each predicate symbol has an arity that tell us how many objects are related Examples: Arity 0: Gate0 is low, A, B,... Arity 1: Cube, Tet, Dodec, Small, Medium, Large Arity 2: Smaller, Larger, LeftOf, BackOf, SameSize, Adjoins... Arity 3: Between

6 The interpretation of predicate symbols In Tarski s world, predicate symbols have a fixed interpretation, that not always completely coindices with the natural language interpretation In other PL1 languages, the interpretation of predicate symbols may vary. For example, may be an ordering of numbers, strings, trees etc. Usually, the binary symbol = has a fixed interpretation: equality

7 Atomic sentences in propositional logic (Boole): propositional symbols: a, b, c,... in PL1 (Tarski s world): application of predicate symbols to constants: Larger(a,b) the order of arguments matters: Larger(a,b) vs. Larger(b,a) Atomic sentences denote truth values (true, false)

8 Function symbols Function symbols lead to more complex terms that denote objects. Examples: father, mother +, -, *, / This leads to new terms denoting objects: father(max) 3*(4+2) mother(father(max)) This also leads to new atomic sentences: Larger(father(max),max) 2<3*(4+2)

9 al validity; satisfiability A sentence A is a logically valid, if it is true in all circumstances. A sentence A is a satisfiable, if it is true in at least one circumstance. A circumstance is in propositional logic: a valuation of the atomic formulas in the set { true, false } in Tarski s world: a block world

10 Consequences...

11 al consequence A sentence B is a logical consequence of A 1,..., A n, if all circumstances that make A 1,..., A n true also make B true. In symbols: A 1,..., A n = B. A 1,..., A n are called premises, B is called conclusion. In this case, it is a valid argument to infer B from A 1,... A n. If also A 1,... A n are true, then the valid argument is sound.

12 al consequence A sentence B is a logical consequence of A 1,..., A n, if all circumstances that make A 1,..., A n true also make B true. In symbols: A 1,..., A n = B. A 1,..., A n are called premises, B is called conclusion. In this case, it is a valid argument to infer B from A 1,... A n. If also A 1,... A n are true, then the valid argument is sound.

13 al consequence examples All men are mortal. Socrates is a man. So, Socrates is mortal. (valid, sound) All rich actors are good actors. Brad Pitt is a rich actor. So he must be a good actor. (valid, but not sound) All rich actors are good actors. Brad Pitt is a good actor. So he must be a rich actor. (not valid)

14 al consequence examples All men are mortal. Socrates is a man. So, Socrates is mortal. (valid, sound) All rich actors are good actors. Brad Pitt is a rich actor. So he must be a good actor. (valid, but not sound) All rich actors are good actors. Brad Pitt is a good actor. So he must be a rich actor. (not valid)

15 al consequence examples All men are mortal. Socrates is a man. So, Socrates is mortal. (valid, sound) All rich actors are good actors. Brad Pitt is a rich actor. So he must be a good actor. (valid, but not sound) All rich actors are good actors. Brad Pitt is a good actor. So he must be a rich actor. (not valid)

16 al consequence examples All men are mortal. Socrates is a man. So, Socrates is mortal. (valid, sound) All rich actors are good actors. Brad Pitt is a rich actor. So he must be a good actor. (valid, but not sound) All rich actors are good actors. Brad Pitt is a good actor. So he must be a rich actor. (not valid)

17 al consequence examples All men are mortal. Socrates is a man. So, Socrates is mortal. (valid, sound) All rich actors are good actors. Brad Pitt is a rich actor. So he must be a good actor. (valid, but not sound) All rich actors are good actors. Brad Pitt is a good actor. So he must be a rich actor. (not valid)

18 al consequence examples All men are mortal. Socrates is a man. So, Socrates is mortal. (valid, sound) All rich actors are good actors. Brad Pitt is a rich actor. So he must be a good actor. (valid, but not sound) All rich actors are good actors. Brad Pitt is a good actor. So he must be a rich actor. (not valid)

/ The Logic of Atomic Sentences. Remember

/ The Logic of Atomic Sentences. Remember 62 / The Logic of Atomic Sentences Remember The deductive system you will be learning is a Fitch-style deductive system, named F. The computer application that assists you in constructing proofs in F is

More information

Three Acts of the Mind

Three Acts of the Mind Three Acts of the Mind Mental Act: Verbal Expression: Simple Apprehension Judgment Deductive Inference Term Proposition Syllogism Slide 13-1 The Three Categories of Rules of Validity Slide 13-2 Terminological

More information

COMP Intro to Logic for Computer Scientists. Lecture 2

COMP Intro to Logic for Computer Scientists. Lecture 2 COMP 1002 Intro to Logic for Computer Scientists Lecture 2 B 5 2 J Twins puzzle There are two identical twin brothers, Dave and Jim. One of them always lies; another always tells the truth. Suppose you

More information

QUANTIFICATION IN AFRICAN LOGIC. Jonathan M. O. Chimakonam Ph.D Department of Philosophy University of Calabar, Nigeria

QUANTIFICATION IN AFRICAN LOGIC. Jonathan M. O. Chimakonam Ph.D Department of Philosophy University of Calabar, Nigeria Filosofia Theoretica: Journal of African Philosophy, Culture and Religion QUANTIFICATION IN AFRICAN LOGIC 1. Predication Jonathan M. O. Chimakonam Ph.D Department of Philosophy University of Calabar, Nigeria

More information

1 HW1 is due now. 2 HW2 & HW3 are due next Tuesday. 3 We are trying to find space to hold the sections. 4 Our TA (Theo Korzukhin) has an office hour

1 HW1 is due now. 2 HW2 & HW3 are due next Tuesday. 3 We are trying to find space to hold the sections. 4 Our TA (Theo Korzukhin) has an office hour Announcements For 09.13 The Boolean Connectives Negation, Conjunction & Disjunction William Starr 09.13.11 1 HW1 is due now 1.1-4 and 2.8 were due to the Grade Grinder 2.2, 2.6, 2.8 should be submitted

More information

The Language of First-Order Predicate Logic

The Language of First-Order Predicate Logic The Language of First-Order Predicate Logic (Note: First-Order Predicate Logic differs from ordinary Predicate Logic in that it contains individual variables and quantifiers. The designation first-order

More information

PHIL12A Section answers, 20 April 2011

PHIL12A Section answers, 20 April 2011 PHIL12A Section answers, 20 April 2011 Julian Jonker 1 From last time... Compare especially (a), (d) and (e) below. 1. (Ex 11.19) (c) No cube with nothing to its left is between two cubes. x((cube(x) yleftof(y,x))

More information

CPSC 121: Models of Computation. Module 1: Propositional Logic

CPSC 121: Models of Computation. Module 1: Propositional Logic CPSC 121: Models of Computation Module 1: Propositional Logic Module 1: Propositional Logic By the start of the class, you should be able to: Translate back and forth between simple natural language statements

More information

How to Write a Review

How to Write a Review Lehrstuhl Netzarchitekturen und Netzdienste Institut für Informatik Technische Universität München How to Write a Review Lehrstuhl für Netzarchitekturen und Netzdienste Technische Universität München Slides

More information

Introduction p. 1 The Elements of an Argument p. 1 Deduction and Induction p. 5 Deductive Argument Forms p. 7 Truth and Validity p. 8 Soundness p.

Introduction p. 1 The Elements of an Argument p. 1 Deduction and Induction p. 5 Deductive Argument Forms p. 7 Truth and Validity p. 8 Soundness p. Preface p. xi Introduction p. 1 The Elements of an Argument p. 1 Deduction and Induction p. 5 Deductive Argument Forms p. 7 Truth and Validity p. 8 Soundness p. 11 Consistency p. 12 Consistency and Validity

More information

Nissim Francez: Proof-theoretic Semantics College Publications, London, 2015, xx+415 pages

Nissim Francez: Proof-theoretic Semantics College Publications, London, 2015, xx+415 pages BOOK REVIEWS Organon F 23 (4) 2016: 551-560 Nissim Francez: Proof-theoretic Semantics College Publications, London, 2015, xx+415 pages During the second half of the twentieth century, most of logic bifurcated

More information

Articulating Medieval Logic, by Terence Parsons. Oxford: Oxford University Press,

Articulating Medieval Logic, by Terence Parsons. Oxford: Oxford University Press, Articulating Medieval Logic, by Terence Parsons. Oxford: Oxford University Press, 2014. Pp. xiii + 331. H/b 50.00. This is a very exciting book that makes some bold claims about the power of medieval logic.

More information

Lecture 24: Motivating Modal Logic, Translating into It

Lecture 24: Motivating Modal Logic, Translating into It Lecture 24: Motivating Modal Logic, Translating into It 1 Goal Today The goal today is to motivate modal logic, a logic that extends propositional logic with two operators (diamond) and (box). We do this

More information

Formalising arguments

Formalising arguments Formalising arguments Marianne: Hi, I'm Marianne Talbot and this is the first of the videos that supplements the podcasts on formal logic. (Slide 1) This particular video supplements Session 2 of the formal

More information

Multiple Quantifiers. Multiple uses of a single quantifier. Chapter 11

Multiple Quantifiers. Multiple uses of a single quantifier. Chapter 11 Chapter 11 Multiple Quantifiers So far, we ve considered only sentences that contain a single quantifier symbol. This was enough to express the simple quantified forms studied by Aristotle, but hardly

More information

Formalizing Irony with Doxastic Logic

Formalizing Irony with Doxastic Logic Formalizing Irony with Doxastic Logic WANG ZHONGQUAN National University of Singapore April 22, 2015 1 Introduction Verbal irony is a fundamental rhetoric device in human communication. It is often characterized

More information

QUESTIONS AND LOGICAL ANALYSIS OF NATURAL LANGUAGE: THE CASE OF TRANSPARENT INTENSIONAL LOGIC MICHAL PELIŠ

QUESTIONS AND LOGICAL ANALYSIS OF NATURAL LANGUAGE: THE CASE OF TRANSPARENT INTENSIONAL LOGIC MICHAL PELIŠ Logique & Analyse 185 188 (2004), x x QUESTIONS AND LOGICAL ANALYSIS OF NATURAL LANGUAGE: THE CASE OF TRANSPARENT INTENSIONAL LOGIC MICHAL PELIŠ Abstract First, some basic notions of transparent intensional

More information

Conceptions and Context as a Fundament for the Representation of Knowledge Artifacts

Conceptions and Context as a Fundament for the Representation of Knowledge Artifacts Conceptions and Context as a Fundament for the Representation of Knowledge Artifacts Thomas KARBE FLP, Technische Universität Berlin Berlin, 10587, Germany ABSTRACT It is a well-known fact that knowledge

More information

THE SUBSTITUTIONAL ANALYSIS OF LOGICAL CONSEQUENCE

THE SUBSTITUTIONAL ANALYSIS OF LOGICAL CONSEQUENCE THE SUBSTITUTIONAL ANALYSIS OF LOGICAL CONSEQUENCE Volker Halbach draft version please don t quote 2nd June 2016 Consequentia formalis vocatur quae in omnibus terminis valet retenta forma consimili. Vel

More information

Dynamic Semantics! (Part 1: Not Actually Dynamic Semantics) Brian Morris, William Rose

Dynamic Semantics! (Part 1: Not Actually Dynamic Semantics) Brian Morris, William Rose Dynamic Semantics! (Part 1: Not Actually Dynamic Semantics) Brian Morris, William Rose 2016-04-13 Semantics Truth-Conditional Semantics Recall: way back in two thousand and aught fifteen... Emma and Gabe

More information

ARISTOTLE ON SCIENTIFIC VS NON-SCIENTIFIC DISCOURSE. Philosophical / Scientific Discourse. Author > Discourse > Audience

ARISTOTLE ON SCIENTIFIC VS NON-SCIENTIFIC DISCOURSE. Philosophical / Scientific Discourse. Author > Discourse > Audience 1 ARISTOTLE ON SCIENTIFIC VS NON-SCIENTIFIC DISCOURSE Philosophical / Scientific Discourse Author > Discourse > Audience A scientist (e.g. biologist or sociologist). The emotions, appetites, moral character,

More information

An Introduction to Formal Logic

An Introduction to Formal Logic An Introduction to Formal Logic Formal logic provides us with a powerful set of techniques for criticizing some arguments and showing others to be valid. These techniques are relevant to all of us with

More information

Philosophy Department Expanded Course Descriptions Fall, 2007

Philosophy Department Expanded Course Descriptions Fall, 2007 Philosophy Department Expanded Course Descriptions Fall, 2007 PHILOSOPHY 1 INTRODUCTION TO PHILOSOPHY Michael Glanzberg MWF 10:00-10:50a.m., 194 Chemistry CRNs: 66606-66617 Reason and Responsibility, J.

More information

Corcoran, J George Boole. Encyclopedia of Philosophy. 2nd edition. Detroit: Macmillan Reference USA, 2006

Corcoran, J George Boole. Encyclopedia of Philosophy. 2nd edition. Detroit: Macmillan Reference USA, 2006 Corcoran, J. 2006. George Boole. Encyclopedia of Philosophy. 2nd edition. Detroit: Macmillan Reference USA, 2006 BOOLE, GEORGE (1815-1864), English mathematician and logician, is regarded by many logicians

More information

Survey of Knowledge Base Content

Survey of Knowledge Base Content Survey of Knowledge Base Content Introduction Fundamental Expression Types Top Level Collections Time and Dates Spatial Properties and Relations Event Types Information More Content Areas In this lesson

More information

On Judgements and Propositions

On Judgements and Propositions On Judgements and Propositions Bernd Mahr 1 Introduction, Addressed to Hans-Jörg Kreowski Dear Hans-Jörg! In the seventies and early eighties we have been colleagues in the Automatentheorie und Formale

More information

THE SUBSTITUTIONAL ANALYSIS OF LOGICAL CONSEQUENCE

THE SUBSTITUTIONAL ANALYSIS OF LOGICAL CONSEQUENCE THE SUBSTITUTIONAL ANALYSIS OF LOGICAL CONSEQUENCE Volker Halbach 9th July 2016 Consequentia formalis vocatur quae in omnibus terminis valet retenta forma consimili. Vel si vis expresse loqui de vi sermonis,

More information

Chapter 4. Predicate logic allows us to represent the internal properties of the statement. Example:

Chapter 4. Predicate logic allows us to represent the internal properties of the statement. Example: 4.1 Singular and General Propositions Chapter 4 Predicate logic allows us to represent the internal properties of the statement. Apples are red A Firetrucks are red F The previous symbols give us no indication

More information

The Embedding Problem for Non-Cognitivism; Introduction to Cognitivism; Motivational Externalism

The Embedding Problem for Non-Cognitivism; Introduction to Cognitivism; Motivational Externalism The Embedding Problem for Non-Cognitivism; Introduction to Cognitivism; Motivational Externalism Felix Pinkert 103 Ethics: Metaethics, University of Oxford, Hilary Term 2015 Recapitulation Expressivism

More information

Chapter 3. Boolean Algebra and Digital Logic

Chapter 3. Boolean Algebra and Digital Logic Chapter 3 Boolean Algebra and Digital Logic Chapter 3 Objectives Understand the relationship between Boolean logic and digital computer circuits. Learn how to design simple logic circuits. Understand how

More information

Rhetoric - The Basics

Rhetoric - The Basics Name AP Language, period Ms. Lockwood Rhetoric - The Basics Style analysis asks you to separate the content you are taking in from the methods used to successfully convey that content. This is a skill

More information

Knowledge Representation

Knowledge Representation 7 Knowledge Representation 7.0 Issues in Knowledge Representation 7.1 A Brief History of AI Representational Systems 7.2 Conceptual Graphs: A Network Language 7.3 Alternatives to Explicit Representation

More information

SCIENTIFIC KNOWLEDGE AND RELIGIOUS RELATION TO REALITY

SCIENTIFIC KNOWLEDGE AND RELIGIOUS RELATION TO REALITY European Journal of Science and Theology, December 2007, Vol.3, No.4, 39-48 SCIENTIFIC KNOWLEDGE AND RELIGIOUS RELATION TO REALITY Javier Leach Facultad de Informática, Universidad Complutense, C/Profesor

More information

Encoders and Decoders: Details and Design Issues

Encoders and Decoders: Details and Design Issues Encoders and Decoders: Details and Design Issues Edward L. Bosworth, Ph.D. TSYS School of Computer Science Columbus State University Columbus, GA 31907 bosworth_edward@colstate.edu Slide 1 of 25 slides

More information

What is Character? David Braun. University of Rochester. In "Demonstratives", David Kaplan argues that indexicals and other expressions have a

What is Character? David Braun. University of Rochester. In Demonstratives, David Kaplan argues that indexicals and other expressions have a Appeared in Journal of Philosophical Logic 24 (1995), pp. 227-240. What is Character? David Braun University of Rochester In "Demonstratives", David Kaplan argues that indexicals and other expressions

More information

ENCYCLOPEDIA DATABASE

ENCYCLOPEDIA DATABASE Step 1: Select encyclopedias and articles for digitization Encyclopedias in the database are mainly chosen from the 19th and 20th century. Currently, we include encyclopedic works in the following languages:

More information

Peirce's Remarkable Rules of Inference

Peirce's Remarkable Rules of Inference Peirce's Remarkable Rules of Inference John F. Sowa Abstract. The rules of inference that Peirce invented for existential graphs are the simplest, most elegant, and most powerful rules ever proposed for

More information

Logica & Linguaggio: Tablaux

Logica & Linguaggio: Tablaux Logica & Linguaggio: Tablaux RAFFAELLA BERNARDI UNIVERSITÀ DI TRENTO P.ZZA VENEZIA, ROOM: 2.05, E-MAIL: BERNARDI@DISI.UNITN.IT Contents 1 Heuristics....................................................

More information

Non-Classical Logics. Viorica Sofronie-Stokkermans Winter Semester 2012/2013

Non-Classical Logics. Viorica Sofronie-Stokkermans   Winter Semester 2012/2013 Non-Classical Logics Viorica Sofronie-Stokkermans E-mail: sofronie@uni-koblenz.de Winter Semester 2012/2013 1 Non-Classical Logics Alternatives to classical logic Extensions of classical logic 2 Non-Classical

More information

Ideas of Language from Antiquity to Modern Times

Ideas of Language from Antiquity to Modern Times Ideas of Language from Antiquity to Modern Times András Cser BBNAN-14300, Elective lecture in linguistics Practical points about the course web site with syllabus and recommended readings, ppt s uploaded

More information

Brain Computer Music Interfacing Demo

Brain Computer Music Interfacing Demo Brain Computer Music Interfacing Demo University of Plymouth, UK http://cmr.soc.plymouth.ac.uk/ Prof E R Miranda Research Objective: Development of Brain-Computer Music Interfacing (BCMI) technology to

More information

An Introduction to PHP. Slide 1 of :31:37 PM]

An Introduction to PHP. Slide 1 of :31:37 PM] An Introduction to PHP Slide 1 of 48 http://www.nyphp.org/content/presentations/gnubies/sld001.php[9/12/2009 6:31:37 PM] Outline Slide 2 of 48 http://www.nyphp.org/content/presentations/gnubies/sld002.php[9/12/2009

More information

Background to Gottlob Frege

Background to Gottlob Frege Background to Gottlob Frege Gottlob Frege (1848 1925) Life s work: logicism (the reduction of arithmetic to logic). This entailed: Inventing (discovering?) modern logic, including quantification, variables,

More information

MATH 195: Gödel, Escher, and Bach (Spring 2001) Notes and Study Questions for Tuesday, March 20

MATH 195: Gödel, Escher, and Bach (Spring 2001) Notes and Study Questions for Tuesday, March 20 MATH 195: Gödel, Escher, and Bach (Spring 2001) Notes and Study Questions for Tuesday, March 20 Reading: Chapter VII Typographical Number Theory (pp.204 213; to Translation Puzzles) We ll also talk a bit

More information

Modeling Digital Systems with Verilog

Modeling Digital Systems with Verilog Modeling Digital Systems with Verilog Prof. Chien-Nan Liu TEL: 03-4227151 ext:34534 Email: jimmy@ee.ncu.edu.tw 6-1 Composition of Digital Systems Most digital systems can be partitioned into two types

More information

1/14/2019. How to prepare a paper for final format. V4 Seminars for Young Scientists on Publishing Techniques in the Field of Engineering Science

1/14/2019. How to prepare a paper for final format. V4 Seminars for Young Scientists on Publishing Techniques in the Field of Engineering Science Visegrad Grant No. 21730020 http://vinmes.eu/ V4 Seminars for Young Scientists on Publishing Techniques in the Field of Engineering Science How to prepare a paper for final format Karel Dušek Czech Technical

More information

Representation and Discourse Analysis

Representation and Discourse Analysis Representation and Discourse Analysis Kirsi Hakio Hella Hernberg Philip Hector Oldouz Moslemian Methods of Analysing Data 27.02.18 Schedule 09:15-09:30 Warm up Task 09:30-10:00 The work of Reprsentation

More information

Social conditions affect our perceptions, our actions, and our relationships.

Social conditions affect our perceptions, our actions, and our relationships. You MUST do number 1 for 60 points. Then choose TWO of numbers 2-7 for 20 points each. Harrison Bergeron, Lamb to Slaughter, By the Waters of Babylon, Where Have You Gone, Charming Billy, A Separate Peace

More information

Reply to Stalnaker. Timothy Williamson. In Models and Reality, Robert Stalnaker responds to the tensions discerned in Modal Logic

Reply to Stalnaker. Timothy Williamson. In Models and Reality, Robert Stalnaker responds to the tensions discerned in Modal Logic 1 Reply to Stalnaker Timothy Williamson In Models and Reality, Robert Stalnaker responds to the tensions discerned in Modal Logic as Metaphysics between contingentism in modal metaphysics and the use of

More information

Language and Mind Prof. Rajesh Kumar Department of Humanities and Social Sciences Indian Institute of Technology, Madras

Language and Mind Prof. Rajesh Kumar Department of Humanities and Social Sciences Indian Institute of Technology, Madras Language and Mind Prof. Rajesh Kumar Department of Humanities and Social Sciences Indian Institute of Technology, Madras Module - 07 Lecture - 32 Sentence CP in Subjects and Object Positions Let us look

More information

Predication and Ontology: The Categories

Predication and Ontology: The Categories Predication and Ontology: The Categories A theory of ontology attempts to answer, in the most general possible terms, the question what is there? A theory of predication attempts to answer the question

More information

6.034 Notes: Section 4.1

6.034 Notes: Section 4.1 6.034 Notes: Section 4.1 Slide 4.1.1 What is a logic? A logic is a formal language. And what does that mean? It has a syntax and a semantics, and a way of manipulating expressions in the language. We'll

More information

The PeRIPLO Propositional Interpolator

The PeRIPLO Propositional Interpolator The PeRIPLO Propositional Interpolator N. Sharygina Formal Verification and Security Group University of Lugano joint work with Leo Alt, Antti Hyvarinen, Grisha Fedyukovich and Simone Rollini October 2,

More information

Real-Time Systems Dr. Rajib Mall Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur

Real-Time Systems Dr. Rajib Mall Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Real-Time Systems Dr. Rajib Mall Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Module No.# 01 Lecture No. # 07 Cyclic Scheduler Goodmorning let us get started.

More information

Sequential Logic and Clocked Circuits

Sequential Logic and Clocked Circuits Sequential Logic and Clocked Circuits Clock or Timing Device Input Variables State or Memory Element Combinational Logic Elements From combinational logic, we move on to sequential logic. Sequential logic

More information

Types of Literature. Short Story Notes. TERM Definition Example Way to remember A literary type or

Types of Literature. Short Story Notes. TERM Definition Example Way to remember A literary type or Types of Literature TERM Definition Example Way to remember A literary type or Genre form Short Story Notes Fiction Non-fiction Essay Novel Short story Works of prose that have imaginary elements. Prose

More information

IGE104: LOGIC AND MATHEMATICS FOR DAILY LIVING

IGE104: LOGIC AND MATHEMATICS FOR DAILY LIVING 1 IGE104: LOGIC AND MATHEMATICS FOR DAILY LIVING Lecture 3: Recognizing Fallacies LOGIC Definition: The study of the methods and principles of reasoning. When do we use reasoning? Debating with friends

More information

DEPARTMENT OF ELECTRICAL &ELECTRONICS ENGINEERING DIGITAL DESIGN

DEPARTMENT OF ELECTRICAL &ELECTRONICS ENGINEERING DIGITAL DESIGN DEPARTMENT OF ELECTRICAL &ELECTRONICS ENGINEERING DIGITAL DESIGN Assoc. Prof. Dr. Burak Kelleci Spring 2018 OUTLINE Synchronous Logic Circuits Latch Flip-Flop Timing Counters Shift Register Synchronous

More information

Two-Dimensional Semantics the Basics

Two-Dimensional Semantics the Basics Christian Nimtz 2007 Universität Bielefeld unpublished (yet it has been widely circulated on the web Two-Dimensional Semantics the Basics Christian Nimtz cnimtz@uni-bielefeld.de Two-dimensional semantics

More information

Chapter 6. Flip-Flops and Simple Flip-Flop Applications

Chapter 6. Flip-Flops and Simple Flip-Flop Applications Chapter 6 Flip-Flops and Simple Flip-Flop Applications Basic bistable element It is a circuit having two stable conditions (states). It can be used to store binary symbols. J. C. Huang, 2004 Digital Logic

More information

ELCT201: DIGITAL LOGIC DESIGN

ELCT201: DIGITAL LOGIC DESIGN ELCT201: DIGITAL LOGIC DESIGN Dr. Eng. Haitham Omran, haitham.omran@guc.edu.eg Dr. Eng. Wassim Alexan, wassim.joseph@guc.edu.eg Lecture 6 Following the slides of Dr. Ahmed H. Madian ذو الحجة 1438 ه Winter

More information

Lesson 91: Food (20-25 minutes)

Lesson 91: Food (20-25 minutes) Main Topic 17: Industries Lesson 91: Food (20-25 minutes) Today, you will: 1. Learn useful vocabulary related to FOOD 2. Review on Affirmative Statements I. VOCABULARY Exercise 1: What s the meaning? (5-6

More information

Logisim: A graphical system for logic circuit design and simulation

Logisim: A graphical system for logic circuit design and simulation Logisim: A graphical system for logic circuit design and simulation October 21, 2001 Abstract Logisim facilitates the practice of designing logic circuits in introductory courses addressing computer architecture.

More information

Argumentation and persuasion

Argumentation and persuasion Communicative effectiveness Argumentation and persuasion Lesson 12 Fri 8 April, 2016 Persuasion Discourse can have many different functions. One of these is to convince readers or listeners of something.

More information

Lesson 10 November 10, 2009 BMC Elementary

Lesson 10 November 10, 2009 BMC Elementary Lesson 10 November 10, 2009 BMC Elementary Overview. I was afraid that the problems that we were going to discuss on that lesson are too hard or too tiring for our participants. But it came out very well

More information

Mathematical Principles of Fuzzy Logic

Mathematical Principles of Fuzzy Logic Mathematical Principles of Fuzzy Logic THE KLUWER INTERNATIONAL SERIES IN ENGINEERING AND COMPUTER SCIENCE MATHEMATICAL PRINCIPLES OF FUZZY LOGIC VILEM N O V K University of Ostrava Institute for Research

More information

Chapter 27. Inferences for Regression. Remembering Regression. An Example: Body Fat and Waist Size. Remembering Regression (cont.)

Chapter 27. Inferences for Regression. Remembering Regression. An Example: Body Fat and Waist Size. Remembering Regression (cont.) Chapter 27 Inferences for Regression Copyright 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Slide 27-1 Copyright 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley An

More information

Singular Propositions, Abstract Constituents, and Propositional Attitudes

Singular Propositions, Abstract Constituents, and Propositional Attitudes Edward N. Zalta 2 Singular Propositions, Abstract Constituents, and Propositional Attitudes Edward N. Zalta Philosophy/CSLI Stanford University Consider one apparent conflict between Frege s ideas in [1892]

More information

Some Basic Concepts. Highlights of Chapter 1, 2, 3.

Some Basic Concepts. Highlights of Chapter 1, 2, 3. Some Basic Concepts Highlights of Chapter 1, 2, 3. What is Critical Thinking? Not Critical as in judging severely to find fault. Critical as in careful, exact evaluation and judgment. Critical Thinking

More information

Topics in Linguistic Theory: Propositional Attitudes

Topics in Linguistic Theory: Propositional Attitudes MIT OpenCourseWare http://ocw.mit.edu 24.910 Topics in Linguistic Theory: Propositional Attitudes Spring 2009 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.

More information

UML BY EXAMPLE BY GHINWA JALLOUL DOWNLOAD EBOOK : UML BY EXAMPLE BY GHINWA JALLOUL PDF

UML BY EXAMPLE BY GHINWA JALLOUL DOWNLOAD EBOOK : UML BY EXAMPLE BY GHINWA JALLOUL PDF UML BY EXAMPLE BY GHINWA JALLOUL DOWNLOAD EBOOK : UML BY EXAMPLE BY GHINWA JALLOUL PDF Click link bellow and free register to download ebook: UML BY EXAMPLE BY GHINWA JALLOUL DOWNLOAD FROM OUR ONLINE LIBRARY

More information

Kant s Logic Revisited

Kant s Logic Revisited Theodora Achourioti ILLC, Amsterdam University College University of Amsterdam Science Park 113, 1098 XG Amsterdam, The Netherlands T.Achourioti@uva.nl Michiel van Lambalgen ILLC, Department of Philosophy

More information

ECS 15: Introduction to Computers Midterm November 6, 2013

ECS 15: Introduction to Computers Midterm November 6, 2013 ECS 15: Introduction to Computers Midterm November 6, 2013 Notes: 1) The midterm is open book, open notes. 2) You have 50 minutes, no more: I will strictly enforce this. 3) The midterm is divided into

More information

The Philosophy of Language. Frege s Sense/Reference Distinction

The Philosophy of Language. Frege s Sense/Reference Distinction The Philosophy of Language Lecture Two Frege s Sense/Reference Distinction Rob Trueman rob.trueman@york.ac.uk University of York Introduction Frege s Sense/Reference Distinction Introduction Frege s Theory

More information

CSC 373: Algorithm Design and Analysis Lecture 17

CSC 373: Algorithm Design and Analysis Lecture 17 CSC 373: Algorithm Design and Analysis Lecture 17 Allan Borodin March 4, 2013 Some materials are from Keven Wayne s slides and MIT Open Courseware spring 2011 course at http://tinyurl.com/bjde5o5. 1 /

More information

Haskell Brooks Curry was born on 12 September 1900 at Millis, Massachusetts and died on 1 September 1982 at

Haskell Brooks Curry was born on 12 September 1900 at Millis, Massachusetts and died on 1 September 1982 at CURRY, Haskell Brooks (1900 1982) Haskell Brooks Curry was born on 12 September 1900 at Millis, Massachusetts and died on 1 September 1982 at State College, Pennsylvania. His parents were Samuel Silas

More information

Fight Club and the friendship of Tyler Dyrden. The movie Fight Club begins with its narrator, also the main character,

Fight Club and the friendship of Tyler Dyrden. The movie Fight Club begins with its narrator, also the main character, Michael Celli Professor Kearney Strangers, Gods, and Monsters Final Paper Fight Club and the friendship of Tyler Dyrden The movie Fight Club begins with its narrator, also the main character, engaging

More information

Theories of linguistics

Theories of linguistics Theories of linguistics András Cser BMNEN-01100A Practical points about the course web site with syllabus, required and recommended readings, ppt s uploaded (under my personal page) consultation: sign

More information

SUMMER SESSION II. August 6 - September 14, 2007

SUMMER SESSION II. August 6 - September 14, 2007 SUMMER SESSION II August 6 - September 14, 2007 PHILOSOPHY 1 TEXT: INTRODUCTION TO PHILOSOPHY Ian Spencer TWR 10:00-12:15 P.M., 233 Wellman CRN: 78626 Course Reader, plus other selected readings to be

More information

The Aristotle Index: Measuring Complexity in the Twenty-First Century. John N. Warfield

The Aristotle Index: Measuring Complexity in the Twenty-First Century. John N. Warfield The Aristotle Index: Measuring Complexity in the Twenty-First Century John N. Warfield As is well-known, Aristotle introduced inference into the history of human thought through the syllogism: a three-statement

More information

The Function Is Unsaturated

The Function Is Unsaturated The Function Is Unsaturated Richard G Heck Jr and Robert May Brown University and University of California, Davis 1 Opening That there is a fundamental difference between objects and functions (among which

More information

The Bias-Variance Tradeoff

The Bias-Variance Tradeoff CS 2750: Machine Learning The Bias-Variance Tradeoff Prof. Adriana Kovashka University of Pittsburgh January 13, 2016 Plan for Today More Matlab Measuring performance The bias-variance trade-off Matlab

More information

Sequentielle Schaltelemente

Sequentielle Schaltelemente equentielle chaltelemente Grundlagen der technischen Informatik Folien basierend auf F. Vahid und. Werner Review - Ranges for logical values Low: signal must be smaller than the upper border of the Low

More information

MODULE 4. Is Philosophy Research? Music Education Philosophy Journals and Symposia

MODULE 4. Is Philosophy Research? Music Education Philosophy Journals and Symposia Modes of Inquiry II: Philosophical Research and the Philosophy of Research So What is Art? Kimberly C. Walls October 30, 2007 MODULE 4 Is Philosophy Research? Phelps, et al Rainbow & Froelich Heller &

More information

From Pythagoras to the Digital Computer: The Intellectual Roots of Symbolic Artificial Intelligence

From Pythagoras to the Digital Computer: The Intellectual Roots of Symbolic Artificial Intelligence From Pythagoras to the Digital Computer: The Intellectual Roots of Symbolic Artificial Intelligence Volume I of Word and Flux: The Discrete and the Continuous In Computation, Philosophy, and Psychology

More information

First Order Logic. Xiaojin Zhu Computer Sciences Department University of Wisconsin, Madison. [Based on slides from Burr Settles]

First Order Logic. Xiaojin Zhu Computer Sciences Department University of Wisconsin, Madison. [Based on slides from Burr Settles] First Order Logic Xiaojin Zhu jerryzhu@cs.wisc.edu Computer Sciences Department University of Wisconsin, Madison [Based on slides from Burr Settles] slide 1 Problems with propositional logic Consider the

More information

D Latch (Transparent Latch)

D Latch (Transparent Latch) D Latch (Transparent Latch) -One way to eliminate the undesirable condition of the indeterminate state in the SR latch is to ensure that inputs S and R are never equal to 1 at the same time. This is done

More information

Chapter 18: Supplementary Formal Material

Chapter 18: Supplementary Formal Material Hardegree, Compositional Semantics, Chapter 18: Supplementary Formal Material 1 of 10 Chapter 18: Supplementary Formal Material Chapter 18: Supplementary Formal Material...1 A. Formal Languages...2 B.

More information

Chapter 12. Synchronous Circuits. Contents

Chapter 12. Synchronous Circuits. Contents Chapter 12 Synchronous Circuits Contents 12.1 Syntactic definition........................ 149 12.2 Timing analysis: the canonic form............... 151 12.2.1 Canonic form of a synchronous circuit..............

More information

MC9211 Computer Organization

MC9211 Computer Organization MC9211 Computer Organization Unit 2 : Combinational and Sequential Circuits Lesson2 : Sequential Circuits (KSB) (MCA) (2009-12/ODD) (2009-10/1 A&B) Coverage Lesson2 Outlines the formal procedures for the

More information

On Meaning. language to establish several definitions. We then examine the theories of meaning

On Meaning. language to establish several definitions. We then examine the theories of meaning Aaron Tuor Philosophy of Language March 17, 2014 On Meaning The general aim of this paper is to evaluate theories of linguistic meaning in terms of their success in accounting for definitions of meaning

More information

LAB 3 Verilog for Combinational Circuits

LAB 3 Verilog for Combinational Circuits Goals To Do LAB 3 Verilog for Combinational Circuits Learn how to implement combinational circuits using Verilog. Design and implement a simple circuit that controls the 7-segment display to show a 4-bit

More information

Logic and Computer Design Fundamentals. Chapter 7. Registers and Counters

Logic and Computer Design Fundamentals. Chapter 7. Registers and Counters Logic and Computer Design Fundamentals Chapter 7 Registers and Counters Registers Register a collection of binary storage elements In theory, a register is sequential logic which can be defined by a state

More information

Disquotation, Conditionals, and the Liar 1

Disquotation, Conditionals, and the Liar 1 POLISH JOURNAL OF PHILOSOPHY Vol. III, No. 1 (Spring 2009), 5-21. Disquotation, Conditionals, and the Liar 1 John Barker University of Illinois at Springfield Abstract. In this paper I respond to Jacquette

More information

In Defense of the Contingently Nonconcrete

In Defense of the Contingently Nonconcrete In Defense of the Contingently Nonconcrete Bernard Linsky Philosophy Department University of Alberta and Edward N. Zalta Center for the Study of Language and Information Stanford University In Actualism

More information

Digital Circuits I and II Nov. 17, 1999

Digital Circuits I and II Nov. 17, 1999 Physics 623 Digital Circuits I and II Nov. 17, 1999 Digital Circuits I 1 Purpose To introduce the basic principles of digital circuitry. To understand the small signal response of various gates and circuits

More information

CSEE 6861 CAD of Digital Systems Handout: Lecture #5

CSEE 6861 CAD of Digital Systems Handout: Lecture #5 SEE 6861 of igital Sstems Handout: Lecture #5 2/18/16 Prof. Steven M. Nowick nowick@cs.columbia.edu epartment of omputer Science (and Elect. Eng.) olumbia Universit New York, NY, US ESPRESSO: dvanced Steps

More information

Conditional Probability and Bayes

Conditional Probability and Bayes Conditional Probability and Bayes Chapter 2 Lecture 7 Yiren Ding Shanghai Qibao Dwight High School March 15, 2016 Yiren Ding Conditional Probability and Bayes 1 / 20 Outline 1 Bayes Theorem 2 Application

More information

RAPID SOC PROOF-OF-CONCEPT FOR ZERO COST JEFF MILLER, PRODUCT MARKETING AND STRATEGY, MENTOR GRAPHICS PHIL BURR, SENIOR PRODUCT MANAGER, ARM

RAPID SOC PROOF-OF-CONCEPT FOR ZERO COST JEFF MILLER, PRODUCT MARKETING AND STRATEGY, MENTOR GRAPHICS PHIL BURR, SENIOR PRODUCT MANAGER, ARM RAPID SOC PROOF-OF-CONCEPT FOR ZERO COST JEFF MILLER, PRODUCT MARKETING AND STRATEGY, MENTOR GRAPHICS PHIL BURR, SENIOR PRODUCT MANAGER, ARM A M S D E S I G N & V E R I F I C A T I O N W H I T E P A P

More information

Eleventh Grade Language Arts Curriculum Pacing Guide

Eleventh Grade Language Arts Curriculum Pacing Guide 1 st quarter (11.1a) Gather and organize evidence to support a position (11.1b) Present evidence clearly and convincingly (11.1c) Address counterclaims (11.1d) Support and defend ideas in public forums

More information