Sept. 13, 2006Math 3621 Predicates and Qualifiers.

Slides:



Advertisements
Similar presentations
Nested Quantifiers Section 1.4.
Advertisements

12.2: And and Or in Logic 1/17/ : And, Or and Not in Logic Expectations: L3.2.1:Know and use the terms of basic logic (e.g., proposition, negation,
It is the voice of the story.
Unit 4 - Referring Expressions
In this episode of The Verification Corner, Rustan Leino talks about Loop Invariants. He gives a brief summary of the theoretical foundations and shows.
CS 285- Discrete Mathematics
GRAMMARAMA!!!! How exciting is this? Pronouns as subjects and objects.
Knowledge Representation Methods
RMIT University; Taylor's College This is a story about four people named Everybody, Somebody, Anybody and Nobody. There was an important job to be done.
Pronouns.
Determiners are “quantifiers”. They are used before nouns to say how much or how many of something we are talking about. They are sometimes followed by.
Grammar & Punctuation A revisit.
Formal Logic Mathematical Structures for Computer Science Chapter 1 Copyright © 2006 W.H. Freeman & Co.MSCS SlidesFormal Logic.
Logical and Rule-Based Reasoning Part I. Logical Models and Reasoning Big Question: Do people think logically?
RELATIVE CLAUSES. Relative clauses describe and provide information about something or someone that we have usually already specified. –I like working.
RELATIVE CLAUSE.
Indefinite Pronouns LC 1.2 Students should be able to identify and correctly use indefinite pronouns.
Parts of Speech- Pronouns
Survey of Mathematical Ideas Math 100 Chapter 3, Logic
Adapted from Discrete Math
We begin with simple sentences. Most of you will learn how to write four kinds of sentences in 3 to 4 weeks. By the end of 10 to 11 weeks, most of you.
CSCI 2110 Discrete Mathematics Tutorial 10 Chin 1.
WELCOME. We will get through five main points Nguyễn Khánh Như Quantifier s Nguyễn Thị Thanh Tú How to use some/any, (a)few/ (a)little, each/ every?
A pronoun is a word used in place of one or more nouns. Zac Lawrence Taylor Crowder.
1 Chapter Three Quantifiers. 2 Introduction Kinds of quantifiers There are two kinds of quantifiers which are A.Quantifiers B.Distribution QuantifiersExamples:
Formal Logic Mathematical Structures for Computer Science Chapter Copyright © 2006 W.H. Freeman & Co.MSCS SlidesFormal Logic.
(CSC 102) Lecture 7 Discrete Structures. Previous Lectures Summary Predicates Set Notation Universal and Existential Statement Translating between formal.
Chapter 1 Logic Section 1-1 Statements Open your book to page 1 and read the section titled “To the Student” Now turn to page 3 where we will read the.
Parts of Speech Nouns, Pronouns, and Adjectives. Noun A person, place, thing or idea. A person, place, thing or idea. –Types of nouns: Collective, common,
UNIT 7 DEIXIS AND DEFINITENESS
First Order Logic Lecture 2: Sep 9. This Lecture Last time we talked about propositional logic, a logic on simple statements. This time we will talk about.
Copyright © Cengage Learning. All rights reserved. CHAPTER 3 THE LOGIC OF QUANTIFIED STATEMENTS THE LOGIC OF QUANTIFIED STATEMENTS.
Sept. 13, 2006Math 3621 Propositions. Sept. 13, 2006Math 3622 Propositions One way that mathematical language differs from ordinary everyday English (OEE)
Nesting Quantifiers And Their Manipulation Copyright © Curt Hill.
The Path A Different View Part 1. First things first  Arm folding exercise.
Predicates and Quantified Statements
Trigonometric Identities An identity in math is : - an unconditional statement of equality - true for all values of the variable(s) for which the equation.
CSS342: Quantifiers1 Professor: Munehiro Fukuda. CSS342: Quantifiers2 Review of Propositions Proposition: a statement that is either true or false, but.
Lecture 7 – Jan 28, Chapter 2 The Logic of Quantified Statements.
Thinking Mathematically Statements, Negations, and Quantified Statements.
1 Propositional Logic: Fundamental Elements for Computer Scientists 0. Motivation for Computer Scientists 1. Propositions and Propositional Variables 2.
Predicate Logic One step stronger than propositional logic Copyright © Curt Hill.
SEMANTICS Referring Expression.
Giving good reasons. When listening to others, we cannot concentrate only on our own feelings and reactions We must listen to what they are saying.
Learning Objectives  To define a proposition  To form a compound proposition using connectives  To determine the truth values of compound propositions.
Subjects! You have added [brackets]! You have underlined things twice! Now…..
PRONOUNS. Pronouns A pronoun is a word used in place of one or more nouns or pronouns. Example: Ask Dan if Dan has done Dan’s homework. Ask Dan if he.
Indefinite Pronouns Goal: Students should be able to identify and correctly use indefinite pronouns.
Problems with Subject-Verb Agreement
Relative Clauses. Reza Yazdani..
Predicates and Quantified Statements I
P.A.V.P.A.N.I.C. P.O.S. Review Pronouns and Adverbs.
Indefinite Pronouns.
CSNB 143 Discrete Mathematical Structures
COOPERATIVE PRINCIPLE:
7/3/2018 EMR 17 Logical Reasoning Lecture 11.
Pronoun: a word that has taken the place of a noun Antecedent: the original noun that the pronoun is referring to.
RELATIVE CLAUSES.
Certificate III in ESL (Further Studies)
Indefinite Pronouns LC 1.2 Students should be able to identify and correctly use indefinite pronouns.
Sets and Logic…. Chapter 2
RELATIVE CLAUSES.
Copyright © Cengage Learning. All rights reserved.
Mathematics for Computer Science MIT 6.042J/18.062J
Copyright © Cengage Learning. All rights reserved.
Indefinite Pronouns LC 1.2 Students should be able to identify and correctly use indefinite pronouns.
Dr. Unnikrishnan P.C. Professor, EEE
Logical and Rule-Based Reasoning Part I
Pronoun: a word that has taken the place of a noun
Presentation transcript:

Sept. 13, 2006Math 3621 Predicates and Qualifiers

Sept. 13, 2006Math 3622 Predicates and Quantifiers In OEE, we use pronouns to “stand in” for specific nouns: He is going to the theater. It won’t start. She told me to get lost. They never did make it work. How do we know if these statements are true? The truth of these statements depends on who “he” is, what “it” is, who “she” is, and so forth. In OEE, we usually depend on the context of the text or the conversation to make sense of these.

Sept. 13, 2006Math 3623 Predicates and Quantifiers In mathematics, we also have placeholders for particular numbers, sets, or mathematical objects. We know them as variables. In fact, we are used to working with statements such as: whose truth value depends on what x is.

Sept. 13, 2006Math 3624 Predicates A predicate is a statement containing variables, whose truth depends on the values of the variables. Predicates become propositions only when the variables are replaced by specific objects. x is an integertrue if x = -7, false if x = 2/3 f is a functiontrue if f = {(x,y): y = x 2 }, false if f = {(x,y): x = y 2 } p is a convex polygontrue if p is, false if p is x - y is a positive numbertrue if x = 5 and y = 3, false if x = 1 and y = 4

Sept. 13, 2006Math 3625 Predicates In fact, most mathematical language uses predicates, and not propositions. That is because we are usually interested in general cases, and not specific cases. For example, we are interested in proving something is true of all triangles, and not just for a specific triangle. For this reason, the LFM needs a way of talking about all triangles at the same time. This is done by using quantifiers.

Sept. 13, 2006Math 3626 Quantifiers In OEE, we have some specific pronouns that we use when we want to talk in generalities: Someone drank the last of the milk and put the carton back in the refrigerator. Everyone who failed the test lined up outside the professor’s office. All of my friends are going to the party. There has to be someone who can babysit Calvin tonight. Notice that these talk about either 1) everyone in a specific category (those who failed the test, my friends), or 2) a particular but unspecified person (the person who drank the milk, the poor, hapless babysitter). These are two ways of generalizing that are done all the time in mathematics: Saying something about all members of a particular set, and Saying something about a particular, but unspecified member of a set.

Sept. 13, 2006Math 3627 Quantifiers However, many time the quantifiers are implied and have to be supplied by the reader. Example: A square is a rectangle. This could mean: There is a square that is also a rectangle. (A particular but unspecified square.) All squares are rectangles (Every square!)This is the more likely interpretation. There is a third possible meaning, namely, Some squares are rectangles. But for a mathematician, this says pretty much the same thing as #1 above. If there is one square that is a rectangle, that means that “some” squares are rectangles.

Sept. 13, 2006Math 3628 Quantifiers In summary, there are two kinds of quantifiers that we use with predicates: one that says a particular, unspecified thing exists, and one that says something is true of all objects. The FLM phrases that usually express these ideas are: For every x,..... There exists an x such that... We combine these phrases with predicates containing the variable x, to make general statements:

Sept. 13, 2006Math 3629 Examples OEEPredicate(s)FLM Someone ate all my porridge.x ate all my porridge.There exists an x such that x ate all my porridge. Everything is beautiful.x is beautiful.For all x, x is beautiful. Everybody’s gone surfing (Surfing USA.. ♬ ) x has gone surfingFor all x, x has gone surfing. There is a doctor in the house.x is a doctor, x is in the houseThere is an x such that x is a doctor and x is in the house. There are two kinds of people: optimists and pessimists x is an optimist, x is a pessimistFor all x, x is an optimist, or x is a pessimist. Every square is a rectanglex is a square, x is a rectangleFor all x, if x is a square, then x is a rectangle. For all real numbers > 1, x is less than x 2 x is a real number, x > 1, x < x 2 For all x, if x is a real number and x > 1, then x < x 2