The Language of First-Order Predicate Logic

Size: px
Start display at page:

Download "The Language of First-Order Predicate Logic"

Transcription

1 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 reflects the fact that our variables only range over individuals (i.e., the possible denotations for individual constants). A second-order logic is one that also contains variables ranging over sets of individuals, sets of ordered pairs of individuals, sets of ordered triplets of individuals, etc. (i.e., the possible denotations for predicate constants).) Vocabulary (list of basic expressions): (i) predicate constants: MALE, PHILOSOPHER, COMPOSER (1-place), ADMIRE (2-place), BETWEEN (3-place),... (ii) individual constants: a, b, c, d, e, f,... (iii) individual variables: w, x, y, z,... (iv) connectives: ~ (negation) &, v, (conjunction, disjunction, material implication) (v) quantifiers: (universal, read as for all/every individual... ) (existential, read as there is/exists an individual... (vi) parentheses: (, ) Syntax (rules that define well-formed formulas): (i) If P is an n-place predicate constant, and t 1, t 2,..., t n are n individual constants or variables, then P(t 1, t 2,..., t n ) is a formula of PredL. (ii) If A is a formula of PredL, then so is ~A. (iii) If A and B are formulas of PredL, then so are (A & B), (A v B), and (A B). (iv) If A is a formula of PredL, then so are xa and xa, for any individual variable x. (v) Nothing else is a formula. Semantics (rules that assign denotations to expressions): Two-step procedure for assigning denotations to PredL expressions: (A) Provide denotations for individual/predicate constants by defining a model. A model M consists of (i) a set D of individuals, and (ii) Val, which assigns a denotation (= semantic value) to each individual/predicate constant in PredL. Denotations assigned by Val: individual constants denote invidivuals one-place predicate constants denote sets of individuals two-place predicate constants denote sets of ordered pairs of individuals three-place predicate constants denote sets of ordered triplets of individuals 1

2 Semantics (rules that assign denotations to expressions, cont d): (B) Provide rules for assigning denotations (= truth values) to PredL formulas. 1 (i) Let P be a n-place predicate constant, and let c 1, c 2,..., c n be n individual constants. P(c 1, c 2,..., c n ) denotes T if <Val(c 1 ), Val(c 2 ),..., Val(c n )> is a member of Val(P). Otherwise, P(c 1, c 2,..., c n ) denotes F. (Rule (i) simply consolidates the three separate rules that we previously had for basic formulas formed with one-, two- and three-place predicate constants.) (ii) Let A be a formula of PredL, and let x be an individual variable. xa denotes T if A denotes T for at least one individual in D when x assumes that individual as its value. Otherwise, xa denotes F. (iii) Let A be a formula of PredL, and let x be an individual variable. xa denotes T if A denotes T for each individual in D when x assumes that individual as its value. Otherwise, xa denotes F. (iv) The truth values for complex formulas constructed with ~, &, v, and are given by our familiar truth tables: A ~A A B A & B A v B A B T F T T T T T F T T F F T F F T F T T F F F F T 1 Our semantics for First-Order Predicate Logic is actually incomplete. To see this, observe that our syntax rules allow for formulas like PHILOSOPHER(x), where x is an individual variable that is not associated with any quantifier. However, rule (i) does not provide any denotation (T or F) to this formula, since it only applies to formulas consisting of a predicate constant P followed by an appropriate number of individual constants. Moreover, even if we modified rule (i) to allow for individual variables, we still couldn t assign a denotation to PHILOSOPHER(x), since we don t have any way to assign denotations to individual variables. Individual variables resemble individual constants, since they can appear in the list of arguments immediately following a predicate constant. But they are also very different from individual constants, since they do not denote individuals. Rather, they serve as placeholders that indicate relationships between quantifiers and the argument positions of predicate constants. In rules (ii) and (iii), which provide denotations to quantified formulas, individual variables are then allowed to range over the individuals in our domain D. A full semantic treatment of First-Order Predicate Logic would remedy this problem by providing denotations to individual variables, even in the absence of any associated quantifiers. For our purposes, though, the simpler version will suffice. 2

3 Models, Denotations, and Truth Conditions Our semantics for First-Order Predicate Logic constitutes what we have called a denotational theory of meaning. In other words, our semantics takes meaning to be a relationship between expressions and the world, or more precisely, between expressions and a model. This is reflected most clearly in Val, which associates individuals, sets of individuals, sets of ordered pairs of individuals, etc. with the constants (individual or predicate) in our logical language. Formulas constructed out of these basic expressions in turn come to denote truth values. The truth conditions for a formula are then constituted by those conditions that must be satisfied by a model in order for the formula to denote T(rue). Here are some examples showing how the semantics for First-Order Predicate Logic works, and how the truth conditions for formulas can be stated in terms of a model. We will consider the following model: D = {Socrates, Aristotle, Plato, Mozart, Beethoven} Val(s) = Socrates Val(a) = Aristotle Val(p) = Plato Val(m) = Mozart Val(b) = Beethoven Val(MALE) = {Socrates, Aristotle, Plato, Mozart, Beethoven} Val(PHILOSOPHER) = {Socrates, Aristotle, Plato} Val(COMPOSER) = {Mozart, Beethoven} Val(ADMIRE) = {<Socrates, Socrates>, <Socrates, Aristotle>, <Mozart, Beethoven>, <Beethoven, Mozart>, <Plato, Mozart>} Val(BETWEEN) = {<Plato, Socrates, Aristotle>} (1) a. Plato is a philosopher. b. PHILOSOPHER(p) TCs: (1b) denotes T just in case Val(p) is a member of Val(PHILOSOPHER). Note that the truth conditions for (1b) do not make reference to any specific facts about the above model. Rather, they state a general condition ( Val(p) is a member of Val(PHILOSOPHER) ) that must be met in order for (1b) to be true relative to any model M. We can then check whether this general condition is met by the actual model under consideration. Denotation: relative to the above model, (1b) denotes T, since Val(p) = Plato, and Plato is a member of Val(PHILOSOPHER). 3

4 (2) a. Socrates admires himself. b. ADMIRE(s, s) TCs: (2b) denotes T just in case <Val(s), Val(s)> is a member of Val(ADMIRE). Denotation: relative to the above model, (2b) denotes T, since Val(s) = Socrates, and <Socrates, Socrates> is a member of Val(PHILOSOPHER). (3) a. Mozart is a male philosopher. b. MALE(m) & PHILOSOPHER(m) (Note that our syntax rules do not allow us to combine predicates to form a complex predicate like MALE-PHILOSOPHER. Rather, (3a) must be translated as the conjunction of two one-place predicates, each applying to the same individual constant.) TCs: (3b) denotes T just in case both MALE(m) and PHILOSOPHER(m) denote T. This will be so whenever Val(m) is a member of Val(MALE), and Val(m) is also a member of Val(PHILOSOPHER). Denotation: relative to the above model, (3b) denotes F. This is because Val(m) = Mozart, and although Mozart is a member of Val(MALE), Mozart is not a member of Val(PHILOSOPHER). So, the first conjunct denotes T in (3b), but the second conjunct denotes F, rendering the entire conjunction false. Question: How would we translate the following English sentences? What are the truth conditions for their logical translations? And do these translations denote T(rue) or F(alse) relative to the above model? (4) a. Mozart and Beethoven admire each other. b. If Beethoven is a composer, then he is also a philosopher. c. Neither Socrates nor Aristotle admires Mozart. 4

5 (5) a. Everyone is male. b. xmale(x) TCs: (5b) denotes T just in case MALE(x) denotes T for each individual in D when x assumes that individual as its value. Denotation: to determine whether (5b) denotes T relative to the above model, we must examine the truth value of MALE(x) as x successively takes each individual in D as its value. So there are five cases to consider (one per individual in D): x Socrates: MALE(x) denotes T, since Socrates is a member of Val(MALE). x Aristotle: MALE(x) denotes T, since Aristotle is a member of Val(MALE). x Plato: MALE(x) denotes T, since Plato is a member of Val(MALE). x Mozart: MALE(x) denotes T, since Mozart is a member of Val(MALE). x Beethoven: MALE(x) denotes T, since Beethoven is a member of Val(MALE). We see that MALE(x) invariably denotes T as x successively takes each individual in D as its value. So, (5b) denotes T relative to the above model. (6) a. Socrates admires someone. b. zadmire(s, z) TCs: (6b) denotes T just in case ADMIRE(s, z) denotes T for at least one individual in D when z assumes that individual as its value. Denotation: We must ask whether there is an individual in D such that the ordered pair consisting of Socrates (= Val(s)) and that individual is a member of Val(ADMIRE). If there is, then the truth conditions for (6b) will be satisfied, since ADMIRE(s, z) will then denote T for at least one individual in D when z assumes that individual as its value. In fact, when z Aristotle, ADMIRE(s, z) denotes T, since <Socrates, Aristotle> is a member of Val(ADMIRE). So (6b) denotes T relative to the above model. 5

6 (7) a. Plato admires a composer. b. x(composer(x) & ADMIRE(p, x)) TCs: (7b) denotes T just in case COMPOSER(x) & ADMIRE(p, x) denotes T for at least one individual in D when x assumes that individual as its value. This will be so whenever both COMPOSER(x) and ADMIRE(p, x) denote T for at least one individual in D when x assumes that individual as its value. Denotation: We must ask whether there is an individual in D such that the individual is a member of Val(COMPOSER), and the ordered pair consisting of Plato (= Val(p)) and the individual is a member of Val(ADMIRE). If there is, then the truth conditions for (7b) will be satisfied, since both COMPOSER(x) and ADMIRE(p, x) will denote T for at least one individual in D when x assumes that individual as its value. In fact, when x Mozart, COMPOSER(x) denotes T, since Mozart is in Val(COMPOSER), and ADMIRE(p, x) also denotes T, since <Plato, Mozart> is in Val(ADMIRE). So (7b) is true relative to the above model. (8) a. Every philosopher is male. b. x(philosopher(x) MALE(x)) TCs: (8b) denotes T just in case PHILOSOPHER(x) MALE(x) denotes T for each individual in D when x assumes that individual as its value. Denotation: to determine whether (8b) denotes T relative to the above model, we must examine the truth value of PHILOSOPHER(x) MALE(x) as x successively takes each individual in D as its value. Remember that according to the truth table for, if PHILOSOPHER(x) denotes F, then PHILOSOPHER(x) MALE(x) automatically denotes T: PHILOSOPHER(x) MALE(x) P(x) M(x) T T T T F F F T T F F T Thus, for any individual in D that is not a member of Val(PHILOSOPHER), the entire formula PHILOSOPHER(x) MALE(x) will denote T when x takes that individual as its value. There are five cases to consider (one per individual in D): x Socrates: PHILOSOPHER(x) denotes T, since Socrates is a member of Val(PHILOSOPHER), and MALE(x) denotes T, since Socrates is a member of Val(MALE) (ln 1 of truth table; P(x) M(x) denotes T) x Aristotle: PHILOSOPHER(x) denotes T, since Aristotle is a member of Val(PHILOSOPHER), and MALE(x) denotes T, since Aristotle is a member of Val(MALE) (ln 1 of truth table; P(x) M(x) denotes T) 6

7 x Plato: PHILOSOPHER(x) denotes T, since Plato is a member of Val(PHILOSOPHER), and MALE(x) denotes T, since Plato is a member of Val(MALE) (ln 1 of truth table; P(x) M(x) denotes T) x Mozart: PHILOSOPHER(x) denotes F, since Mozart is not a member of Val(PHILOSOPHER) (lns 3/4 of truth table; P(x) M(x) denotes T) x Beethoven: PHILOSOPHER(x) denotes F, since Beethoven is not a member of Val(PHILOSOPHER) (lns 3/4 of truth table; P(x) M(x) denotes T) We see that PHILOSOPHER(x) MALE(x) invariably denotes T as x successively takes each individual in D as its value. So, (8b) denotes T relative to the above model. Question: What s wrong with the translation in (9)? (9) x(philosopher(x) & MALE(x)) (Hint: consider whether the logical formulas in (8b) vs. (9) allow for the existence of non-philosophers.) Is there an English sentence for which (9) would be an appropriate translation? 7

8 (10) a. No composer is a philosopher. b. ~ x(composer(x) & PHILOSOPHER(x)) TCs: (10b) denotes T just in case x(composer(x) & PHILOSOPHER(x)) denotes F. This will be so whenever COMPOSER(x) & PHILOSOPHER(x) denotes F for every individual in D when x assumes that individual as its value. This will be so whenever at least one of the two formulas COMPOSER(x) and PHILOSOPHER(x) denotes F for every individual in D when x assumes that individual as its value. Denotation: to determine whether (10b) is true relative to the above model, we must examine the truth values of COMPOSER(x) and PHILOSOPHER(x) as x successively takes each individual in D as its value. So there are five cases to consider (one per individual in D): x Socrates: COMPOSER(x) denotes F, since Socrates is a not member of Val(COMPOSER). x Aristotle: COMPOSER(x) denotes F, since Aristotle is a not member of Val(COMPOSER). x Plato: COMPOSER(x) denotes F, since Plato is a not member of Val(COMPOSER). x Mozart: PHILOSOPHER(x) denotes F, since Mozart is a not member of Val(PHILOSOPHER). x Beethoven: PHILOSOPHER(x) denotes F, since Beethoven is a not member of Val(PHILOSOPHER). We see that invariably, one of the two formulas COMPOSER(x) and PHILOSOPHER(x) denotes F as x successively takes each individual in D as its value. So, (10b) denotes T relative to the above model. 8

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

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

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

For every sentences A and B, there is a sentence: A B,

For every sentences A and B, there is a sentence: A B, Disjunction: ViewIII.doc 1 or every sentences A and B, there is a sentence: A B, which is the disjunction of A and B. he sentences A and B are, respectively, the first disjunct and the second disjunct

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

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

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

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

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

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

Logik für Informatiker Logic for computer scientists

Logik für Informatiker Logic for computer scientists Logik für Informatiker for computer scientists WiSe 2011/12 Language, proof and logic LPL book detailed introduction into first-order logic with many exercises Boole construct truth tables Tarski s world

More information

8. Numerations The existential quantifier Exemplification Overview

8. Numerations The existential quantifier Exemplification Overview 8. Numerations 8.1. The existential quantifier 8.1.0. Overview We will now to turn claims that are more explicitly quantificational than generalizations are. The first sort of claim we will look at is

More information

Lecture 7. Scope and Anaphora. October 27, 2008 Hana Filip 1

Lecture 7. Scope and Anaphora. October 27, 2008 Hana Filip 1 Lecture 7 Scope and Anaphora October 27, 2008 Hana Filip 1 Today We will discuss ways to express scope ambiguities related to Quantifiers Negation Wh-words (questions words like who, which, what, ) October

More information

8. Numerations The existential quantifier Overview

8. Numerations The existential quantifier Overview 8. Numerations 8.1. The existential quantifier 8.1.0. Overview We will now to turn claims that are more explicitly quantificational than generalizations are. The first sort of claim we will look at is

More information

The ambiguity of definite descriptions

The ambiguity of definite descriptions The ambiguity of definite descriptions by MICHAEL MCKINSEY (Wayne State University) HOW are the semantic referents, or denotations, of definite descriptions determined? One commonly held view is the view

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 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

11. SUMMARY OF THE BASIC QUANTIFIER TRANSLATION PATTERNS SO FAR EXAMINED

11. SUMMARY OF THE BASIC QUANTIFIER TRANSLATION PATTERNS SO FAR EXAMINED 248 Hardegree, Symbolic Logic 11. SUMMARY OF THE BASIC QUANTIFIER TRANSLATION PATTERNS SO FAR EXAMINED Before continuing, it is a good idea to review the basic patterns of translation that we have examined

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 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

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

PLEASE SCROLL DOWN FOR ARTICLE

PLEASE SCROLL DOWN FOR ARTICLE This article was downloaded by:[ingenta Content Distribution] On: 24 January 2008 Access Details: [subscription number 768420433] Publisher: Routledge Informa Ltd Registered in England and Wales Registered

More information

8.5 --Intro to RAA Proofs Practice with Proofs. Today s Lecture 4/20/10

8.5 --Intro to RAA Proofs Practice with Proofs. Today s Lecture 4/20/10 8.5 --Intro to RAA Proofs 9.3 --Practice with Proofs Today s Lecture 4/20/10 Announcements -- Final Exam on May 11 th (now s the time to start studying)! -- Next Tues is the deadline to turn in any late

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

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

Replies to the Critics

Replies to the Critics Edward N. Zalta 2 Replies to the Critics Edward N. Zalta Center for the Study of Language and Information Stanford University Menzel s Commentary Menzel s commentary is a tightly focused, extended argument

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

Section 3.1 Statements, Negations, and Quantified Statements

Section 3.1 Statements, Negations, and Quantified Statements Section 3.1 Statements, Negations, and Quantified Statements Objectives 1. Identify English sentences that are statements. 2. Express statements using symbols. 3. Form the negation of a statement 4. Express

More information

Ling 130: Formal Semantics. Spring Natural Deduction with Propositional Logic. Introducing. Natural Deduction

Ling 130: Formal Semantics. Spring Natural Deduction with Propositional Logic. Introducing. Natural Deduction Ling 130: Formal Semantics Rules Spring 2018 Outline Rules 1 2 3 Rules What is ND and what s so natural about it? A system of logical proofs in which are freely introduced but discharged under some conditions.

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

Vagueness & Pragmatics

Vagueness & Pragmatics Vagueness & Pragmatics Min Fang & Martin Köberl SEMNL April 27, 2012 Min Fang & Martin Köberl (SEMNL) Vagueness & Pragmatics April 27, 2012 1 / 48 Weatherson: Pragmatics and Vagueness Why are true sentences

More information

Charles Ball, "the Georgian Slave"

Charles Ball, the Georgian Slave Charles Ball, "the Georgian Slave" by Ryan Akinbayode WORD COUNT 687 CHARACTER COUNT 3751 TIME SUBMITTED FEB 25, 2011 03:50PM 1 2 coh cap lc (,) 3 4 font MLA 5 6 MLA ital (,) del ital cap (,) 7 MLA 8 MLA

More information

Symbolization and Truth-Functional Connectives in SL

Symbolization and Truth-Functional Connectives in SL Symbolization and ruth-unctional Connectives in SL ormal vs. natural languages Simple sentences (of English) + sentential connectives (of English) = compound sentences (of English) Binary connectives:

More information

Review Jean Mark Gawron SDSU. March 14, Translation basics (you shouldnt get these things wrong):

Review Jean Mark Gawron SDSU. March 14, Translation basics (you shouldnt get these things wrong): Review 2014 Jean Mark Gawron SDSU March 14, 2016 1 Introduction Translation basics (you shouldnt get these things wrong): 1.1. Proper names translate as constants. NEVER as predicates. Right a. John walks.

More information

Intensional Relative Clauses and the Semantics of Variable Objects

Intensional Relative Clauses and the Semantics of Variable Objects 1 To appear in M. Krifka / M. Schenner (eds.): Reconstruction Effects in Relative Clauses. Akademie Verlag, Berlin. Intensional Relative Clauses and the Semantics of Variable Objects Friederike Moltmann

More information

-A means of constructing ontologies for knowledge representation -In domain of Chinese Medicine and Orthodox Medicine

-A means of constructing ontologies for knowledge representation -In domain of Chinese Medicine and Orthodox Medicine Flexible sets of distinctions for multiple paradigms -A means of constructing ontologies for knowledge representation -In domain of Chinese Medicine and Orthodox Medicine SHIRE (Salford Health Informatics

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

LabView Exercises: Part II

LabView Exercises: Part II Physics 3100 Electronics, Fall 2008, Digital Circuits 1 LabView Exercises: Part II The working VIs should be handed in to the TA at the end of the lab. Using LabView for Calculations and Simulations LabView

More information

The Language Revolution Russell Marcus Fall Class #7 Final Thoughts on Frege on Sense and Reference

The Language Revolution Russell Marcus Fall Class #7 Final Thoughts on Frege on Sense and Reference The Language Revolution Russell Marcus Fall 2015 Class #7 Final Thoughts on Frege on Sense and Reference Frege s Puzzles Frege s sense/reference distinction solves all three. P The problem of cognitive

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

Similarities in Amy Tans Two Kinds

Similarities in Amy Tans Two Kinds Similarities in Amy Tans Two Kinds by annessa young WORD COUNT 1284 CHARACTER COUNT 5780 TIME SUBMITTED APR 25, 2011 08:42PM " " " " ital awk 1 " " ww (,) 2 coh 3, 4 5 Second Person, : source cap 6 7 8,

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

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

Are There Two Theories of Goodness in the Republic? A Response to Santas. Rachel Singpurwalla

Are There Two Theories of Goodness in the Republic? A Response to Santas. Rachel Singpurwalla Are There Two Theories of Goodness in the Republic? A Response to Santas Rachel Singpurwalla It is well known that Plato sketches, through his similes of the sun, line and cave, an account of the good

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

Reviewed by Max Kölbel, ICREA at Universitat de Barcelona

Reviewed by Max Kölbel, ICREA at Universitat de Barcelona Review of John MacFarlane, Assessment Sensitivity: Relative Truth and Its Applications, Oxford University Press, 2014, xv + 344 pp., 30.00, ISBN 978-0- 19-968275- 1. Reviewed by Max Kölbel, ICREA at Universitat

More information

Possible Ramifications for Superiority

Possible Ramifications for Superiority 1 Possible Ramifications for Superiority 1. Superiority up to semantic equivalence (Golan 1993) (1) Who knows what who bought? (Lasnik and Saito 1992) Good but only when em Attract Closest bedded who receives

More information

The Reference Book, by John Hawthorne and David Manley. Oxford: Oxford University Press 2012, 280 pages. ISBN

The Reference Book, by John Hawthorne and David Manley. Oxford: Oxford University Press 2012, 280 pages. ISBN Book reviews 123 The Reference Book, by John Hawthorne and David Manley. Oxford: Oxford University Press 2012, 280 pages. ISBN 9780199693672 John Hawthorne and David Manley wrote an excellent book on the

More information

Review of Epistemic Modality

Review of Epistemic Modality Review of Epistemic Modality Malte Willer This is a long-anticipated collection of ten essays on epistemic modality by leading thinkers of the field, edited and introduced by Andy Egan and Brian Weatherson.

More information

The Polysemy of part

The Polysemy of part The Polysemy of part I. Introduction Some philosophers assume that our ordinary parts-whole concepts are intuitive and univocal. Moreover, some assume that mereology - the formal theory of parts-whole

More information

LOGICO-SEMANTIC ASPECTS OF TRUTHFULNESS

LOGICO-SEMANTIC ASPECTS OF TRUTHFULNESS Bulletin of the Section of Logic Volume 13/3 (1984), pp. 1 5 reedition 2008 [original edition, pp. 125 131] Jana Yaneva LOGICO-SEMANTIC ASPECTS OF TRUTHFULNESS 1. I shall begin with two theses neither

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

Overview. Teacher s Manual and reproductions of student worksheets to support the following lesson objective:

Overview. Teacher s Manual and reproductions of student worksheets to support the following lesson objective: Overview Lesson Plan #1 Title: Ace it! Lesson Nine Attached Supporting Documents for Plan #1: Teacher s Manual and reproductions of student worksheets to support the following lesson objective: Find products

More information

PHL 317K 1 Fall 2017 Overview of Weeks 1 5

PHL 317K 1 Fall 2017 Overview of Weeks 1 5 PHL 317K 1 Fall 2017 Overview of Weeks 1 5 We officially started the class by discussing the fact/opinion distinction and reviewing some important philosophical tools. A critical look at the fact/opinion

More information

Tropes and the Semantics of Adjectives

Tropes and the Semantics of Adjectives 1 Workshop on Adjectivehood and Nounhood Barcelona, March 24, 2011 Tropes and the Semantics of Adjectives Friederike Moltmann IHPST (Paris1/ENS/CNRS) fmoltmann@univ-paris1.fr 1. Basic properties of tropes

More information

Aristotle s Metaphysics

Aristotle s Metaphysics Aristotle s Metaphysics Book Γ: the study of being qua being First Philosophy Aristotle often describes the topic of the Metaphysics as first philosophy. In Book IV.1 (Γ.1) he calls it a science that studies

More information

Depiction Verbs and the Definiteness Effect DRAFT 1. This paper is part of a longer project on the semantics of depiction verbs and

Depiction Verbs and the Definiteness Effect DRAFT 1. This paper is part of a longer project on the semantics of depiction verbs and Graeme Forbes Depiction Verbs and the Definiteness Effect 1 Introduction This paper is part of a longer project on the semantics of depiction verbs and their associated relational nouns. Depiction verbs

More information

1 Objects and Logic. 1. Abstract objects

1 Objects and Logic. 1. Abstract objects 1 Objects and Logic 1. Abstract objects The language of mathematics speaks of objects. This is a rather trivial statement; it is not certain that we can conceive any developed language that does not. What

More information

Curriculum Map: Accelerated English 12 Meadville Area Senior High School English Department

Curriculum Map: Accelerated English 12 Meadville Area Senior High School English Department Curriculum Map: Accelerated English 12 Meadville Area Senior High School English Department Course Description: This year long course is specifically designed for the student who plans to pursue a college

More information

CAS LX 502 Semantics. Meaning as truth conditions. Recall the trick we can do. How do we arrive at truth conditions?

CAS LX 502 Semantics. Meaning as truth conditions. Recall the trick we can do. How do we arrive at truth conditions? CAS LX 502 Semantics 2a. Reference, Comositionality, Logic 2.1-2.3 Meaning as truth conditions! We know the meaning of if we know the conditions under which is true.! conditions under which is true = which

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

cse371/mat371 LOGIC Professor Anita Wasilewska

cse371/mat371 LOGIC Professor Anita Wasilewska cse371/mat371 LOGIC Professor Anita Wasilewska LECTURE 1 LOGICS FOR COMPUTER SCIENCE: CLASSICAL and NON-CLASSICAL CHAPTER 1 Paradoxes and Puzzles Chapter 1 Introduction: Paradoxes and Puzzles PART 1: Logic

More information

Logic and Philosophy of Science (LPS)

Logic and Philosophy of Science (LPS) Logic and Philosophy of Science (LPS) 1 Logic and Philosophy of Science (LPS) Courses LPS 29. Critical Reasoning. 4 Units. Introduction to analysis and reasoning. The concepts of argument, premise, and

More information

LESSON 30: REVIEW & QUIZ (DEPENDENT CLAUSES)

LESSON 30: REVIEW & QUIZ (DEPENDENT CLAUSES) LESSON 30: REVIEW & QUIZ (DEPENDENT CLAUSES) Teachers, you ll find quiz # 8 on pages 7-10 of this lesson. Give the quiz after going through the exercises. Review Clauses are groups of words with a subject

More information

Verity Harte Plato on Parts and Wholes Clarendon Press, Oxford 2002

Verity Harte Plato on Parts and Wholes Clarendon Press, Oxford 2002 Commentary Verity Harte Plato on Parts and Wholes Clarendon Press, Oxford 2002 Laura M. Castelli laura.castelli@exeter.ox.ac.uk Verity Harte s book 1 proposes a reading of a series of interesting passages

More information

Time Domain Simulations

Time Domain Simulations Accuracy of the Computational Experiments Called Mike Steinberger Lead Architect Serial Channel Products SiSoft Time Domain Simulations Evaluation vs. Experimentation We re used to thinking of results

More information

1 Introduction. Radim Belohlavek and George J. Klir

1 Introduction. Radim Belohlavek and George J. Klir 1 Introduction Radim Belohlavek and George J. Klir 1.1 Concepts and Fuzzy Logic 1.2 From Classical Logic to Fuzzy Logic 1.3 Fuzzy Logic in the Psychology of Concepts 1.4 Summary of the Book Note References

More information

Relativism and Knowledge Attributions

Relativism and Knowledge Attributions Relativism and Knowledge Attributions John MacFarlane April 8, 2009 Relativism, in the sense at issue here, is a view about the meaning of knowledge attributions statements of the form S knows that p.

More information

Virtues o f Authenticity: Essays on Plato and Socrates Republic Symposium Republic Phaedrus Phaedrus), Theaetetus

Virtues o f Authenticity: Essays on Plato and Socrates Republic Symposium Republic Phaedrus Phaedrus), Theaetetus ALEXANDER NEHAMAS, Virtues o f Authenticity: Essays on Plato and Socrates (Princeton: Princeton University Press, 1998); xxxvi plus 372; hardback: ISBN 0691 001774, $US 75.00/ 52.00; paper: ISBN 0691 001782,

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

MONOTONE AMAZEMENT RICK NOUWEN

MONOTONE AMAZEMENT RICK NOUWEN MONOTONE AMAZEMENT RICK NOUWEN Utrecht Institute for Linguistics OTS Utrecht University rick.nouwen@let.uu.nl 1. Evaluative Adverbs Adverbs like amazingly, surprisingly, remarkably, etc. are derived from

More information

CSC384: Intro to Artificial Intelligence Knowledge Representation IV

CSC384: Intro to Artificial Intelligence Knowledge Representation IV CSC384: Intro to Artificial Intelligence Knowledge Representation IV Answer Extraction Factoring (optional, not on Test 2) Prolog (not on Test 2) Review: One more example (do it yourself) 1 Answer Extraction.

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

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

VMWARE LOGO GUIDELINES FEBRUARY 2017

VMWARE LOGO GUIDELINES FEBRUARY 2017 VMWARE LOGO GUIDELINES FEBRUARY 2017 CORPORATE LOGO CORPORATE LOGO Our corporate logo is the most visible expression of our brand. This word mark is the constant that represents VMware in every communication.

More information

Embedded Definite Descriptions: Russellian Analysis and Semantic Puzzles STEVEN T. KUHN. Department of Philosophy. Georgetown University

Embedded Definite Descriptions: Russellian Analysis and Semantic Puzzles STEVEN T. KUHN. Department of Philosophy. Georgetown University Embedded Definite Descriptions: Russellian Analysis and Semantic Puzzles STEVEN T. KUHN Department of Philosophy Georgetown University Washington, DC 20057 USA (1) The man wearing the beret is French.

More information

Mind Association. Oxford University Press and Mind Association are collaborating with JSTOR to digitize, preserve and extend access to Mind.

Mind Association. Oxford University Press and Mind Association are collaborating with JSTOR to digitize, preserve and extend access to Mind. Mind Association Proper Names Author(s): John R. Searle Source: Mind, New Series, Vol. 67, No. 266 (Apr., 1958), pp. 166-173 Published by: Oxford University Press on behalf of the Mind Association Stable

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

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

MLA Quoting, Paraphrasing, and Citing Sources

MLA Quoting, Paraphrasing, and Citing Sources MLA Quoting, Paraphrasing, and Citing Sources Paraphrase & Summary SUMMARY: an abbreviated & simplified version of another author s info/ideas. Should be significantly shorter than the original text. Best

More information

The Language Revolution Russell Marcus Fall 2015

The Language Revolution Russell Marcus Fall 2015 The Language Revolution Russell Marcus Fall 2015 Class #6 Frege on Sense and Reference Marcus, The Language Revolution, Fall 2015, Slide 1 Business Today A little summary on Frege s intensionalism Arguments!

More information

The Scarlet Ibis. Pride is a wonderful, terrible thing, a seed that bears two vines, life and death (172, Holt). Quick Thought:

The Scarlet Ibis. Pride is a wonderful, terrible thing, a seed that bears two vines, life and death (172, Holt). Quick Thought: The Scarlet Ibis Quick Thought: Respond to the following quotation.. State what you think it means, and then whether you agree or disagree. How can pride be both a good and bad thing? List and describe

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

The basic logic gates are the inverter (or NOT gate), the AND gate, the OR gate and the exclusive-or gate (XOR). If you put an inverter in front of

The basic logic gates are the inverter (or NOT gate), the AND gate, the OR gate and the exclusive-or gate (XOR). If you put an inverter in front of 1 The basic logic gates are the inverter (or NOT gate), the AND gate, the OR gate and the exclusive-or gate (XOR). If you put an inverter in front of the AND gate, you get the NAND gate etc. 2 One of the

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

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

ON CRAFT: MARY SZYBIST ON VISUAL POETRY

ON CRAFT: MARY SZYBIST ON VISUAL POETRY ON CRAFT: MARY SZYBIST ON VISUAL POETRY November 25, 2013 The first visual poem I loved is not really a visual poem or rather, it was not originally created to be one. Let me explain. I had loved George

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

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

Consistency and Completeness of OMEGA, a Logic for Knowledge Representation

Consistency and Completeness of OMEGA, a Logic for Knowledge Representation Consistency and Completeness of OMEGA, a Logic for Knowledge Representation Giuseppe Massachusetts Institute of Technology 545 Technology Square Cambridge, Mass. 02139 li and Maria Simi Istituto di Scierue

More information

On Recanati s Mental Files

On Recanati s Mental Files November 18, 2013. Penultimate version. Final version forthcoming in Inquiry. On Recanati s Mental Files Dilip Ninan dilip.ninan@tufts.edu 1 Frege (1892) introduced us to the notion of a sense or a mode

More information

An HPSG Account of Depictive Secondary Predicates and Free Adjuncts: A Problem for the Adjuncts-as-Complements Approach

An HPSG Account of Depictive Secondary Predicates and Free Adjuncts: A Problem for the Adjuncts-as-Complements Approach An HPSG Account of Depictive Secondary Predicates and Free Adjuncts: A Problem for the Adjuncts-as-Complements Approach Hyeyeon Lee (Seoul National University) Lee, Hyeyeon. 2014. An HPSG Account of Depictive

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

Greek Ontology and the 'Is' of Truth MOHAN MATTHEN

Greek Ontology and the 'Is' of Truth MOHAN MATTHEN Greek Ontology and the 'Is' of Truth MOHAN MATTHEN This is an essay about the ontological presuppositions of a certain use of 'is' in Greek philosophy I shall describe it in the first part and present

More information

Philosophy 405: Knowledge, Truth and Mathematics Spring Russell Marcus Hamilton College

Philosophy 405: Knowledge, Truth and Mathematics Spring Russell Marcus Hamilton College Philosophy 405: Knowledge, Truth and Mathematics Spring 2014 Russell Marcus Hamilton College Class #4: Aristotle Sample Introductory Material from Marcus and McEvoy, An Historical Introduction to the Philosophy

More information

INTRODUCTION TO AXIOMATIC SET THEORY

INTRODUCTION TO AXIOMATIC SET THEORY INTRODUCTION TO AXIOMATIC SET THEORY SYNTHESE LIBRARY MONOGRAPHS ON EPISTEMOLOGY, LOGIC, METHODOLOGY, PHILOSOPHY OF SCIENCE, SOCIOLOGY OF SCIENCE AND OF KNOWLEDGE, AND ON THE MATHEMATICAL METHODS OF SOCIAL

More information

General enquiries and questions regarding potential submissions may be sent to the Editor, Professor Mark Wynn:

General enquiries and questions regarding potential submissions may be sent to the Editor, Professor Mark Wynn: Religious Studies Editorial policy Religious Studies is an international journal devoted to the problems of the philosophy of religion as these arise out of classical and contemporary discussions and from

More information

Department of Philosophy Florida State University

Department of Philosophy Florida State University Department of Philosophy Florida State University Undergraduate Courses PHI 2010. Introduction to Philosophy (3). An introduction to some of the central problems in philosophy. Students will also learn

More information

TRANSLATIONS IN SENTENTIAL LOGIC

TRANSLATIONS IN SENTENTIAL LOGIC 4 TRANSLATIONS IN SENTENTIAL LOGIC 1. Introduction... 92 2. The Grammar of Sentential Logic; A Review... 93 3. Conjunctions... 94 4. Disguised Conjunctions... 95 5. The Relational Use of And... 96 6. Connective-Uses

More information

Positive vs. negative inversion exclamatives

Positive vs. negative inversion exclamatives taniguc7@msu.edu http://www.msu.edu/~taniguc7/, USA Sinn und Beudeutung 21 September 4-6, 2016 Inversion exclamatives (1) Boy, is that Pikachu grumpy! (positive inversion exclamative) (2) Isn t that Pikachu

More information