SYMBOLIC LOGIC UNIT 10: SINGULAR SENTENCES Singular Sentences - - PowerPoint PPT Presentation

symbolic logic unit 10 singular sentences singular
SMART_READER_LITE
LIVE PREVIEW

SYMBOLIC LOGIC UNIT 10: SINGULAR SENTENCES Singular Sentences - - PowerPoint PPT Presentation

SYMBOLIC LOGIC UNIT 10: SINGULAR SENTENCES Singular Sentences (monadic) Paris is beautiful name predicate (monadic) individual Bp predicate letter constant Singular Sentences These are our new simple formulae, just Bp like the


slide-1
SLIDE 1

SYMBOLIC LOGIC UNIT 10: 
 SINGULAR SENTENCES

slide-2
SLIDE 2

Singular Sentences Bp Paris is beautiful

name individual constant (monadic) predicate predicate letter (monadic)

slide-3
SLIDE 3

Singular Sentences Bp

These are our new simple formulae, just like the sentence letters from Units 1–9. In just the same way as sentence letters, they can be combined to form complex formulas. Note that only proper names can be symbolized as lower-case constants.

(Bp ⊃ Fa) • Gb

slide-4
SLIDE 4

Relational Sentences Bpl Paris is more beautiful than London

names constants (dyadic) predicate predicate letter (dyadic)

(We’ll return to this later.)

slide-5
SLIDE 5

Propositional Functions Bx x is beautiful

individual 
 variable (monadic) predicate predicate letter (monadic) individual 
 variable

slide-6
SLIDE 6

Propositional Functions Bx x is beautiful

These are not sentences. They aren’t true

  • r false. Instead, they are more like

properties that can be true or false of some particular thing. Propositional functions can likewise be combined with sentential operators. Think of the result as complex properties. In these, the individual variables don’t stand for anything in particular. They are like placeholders.

x is old and beautiful Ox • Bx

slide-7
SLIDE 7

SYMBOLIC LOGIC UNIT 11: 
 QUANTIFIERS

slide-8
SLIDE 8

QUANTIFIERS (x)Bx

Quantifiers can be put to the left of a propositional function in order to say how many things the function is true of. We’ll have only two: universal (x) and existential (∃x) For every x, x is B. For all x’s, x is B. Everything is a B. Everything is B.

(∃x)Bx

There is at least one x such that x is B. There exists an x such that x is B. There is at least one B. Something is B.

slide-9
SLIDE 9

QUANTIFIER SCOPE

The scope of a quantifier is the first full formula (sentence

  • r propositional function) to its right.

(Pay attention to parentheses!)

(∃x)Bx • Gx (∃x)(Bx • Gx)

slide-10
SLIDE 10

BOUND vs. FREE VARIABLES

A variable is bound if it is within the scope of a quantifier with the same variable. This means that the variable’s meaning “refers back” to the quantifier. A variable is free if it is not within the scope of a matching

  • quantifier. Any formula with one or more free variables is a

propositional function.

(∃x)Bx • Gx (∃x)(Bx • Gx) Fx (∃y)(Bx • Gy)

slide-11
SLIDE 11

NEGATION AND QUANTIFIERS ~(x)Bx

It is not the case that for every x, x is B It is not the case that everything is B. Not every x is B. (At least one thing is not B.)

~(∃x)Bx

It is not the case that there is at least

  • ne x such that x is B.

It is not the case that something is B. Nothing is B.

(x)~Bx

Every x is such that x is not B. Nothing is B.

(∃x)~Bx

There is at least one x such that x is not B. At least one thing is not B. Something(s) is(/are) not B.

slide-12
SLIDE 12

NEGATION AND QUANTIFIERS ~(x)Bx ≡ (∃x)~Bx ~(∃x)Bx ≡ (x)~Bx ~(∃x)~Bx ≡ (x)Bx (∃x)Bx ≡ ~(x)~Bx

Not everything is B Something isn’t B. Nothing is B. Everything is a non-B. Everything is B. (It isn’t the case that there exists a non-B) There is at least one B. (Something is B.) It isn’t the case that everything is a non-B.

slide-13
SLIDE 13

SYMBOLIC LOGIC UNIT 12: 
 CATEGORICAL PROPISITIONS

slide-14
SLIDE 14

THE 4 CATEGORICAL SENTENCE FORMS

(x)(Sx ⊃ Px) (∃x)(Sx • Px) (x)(Sx ⊃ ~Px) (∃x)(Sx • ~Px)

  • A. All S are P


(Every S is a P) I. Some S is P
 (At least one S is P)

  • E. No S are P.


(Every S is a non-P)

  • O. Some S are not P.


(Not all S are P.)

x

{x:Sx}⊆{x:Px} {x:Sx}∩{x:Px}≠∅ {x:Sx}∩{x:Px}=∅ {x:Sx}–{x:Px}≠∅

x

slide-15
SLIDE 15

QUANTIFIER+NEGATION RULES

slide-16
SLIDE 16

SYMBOLIC LOGIC UNIT 13: COMPLEX SUBJECTS AND PREDICATES

slide-17
SLIDE 17
slide-18
SLIDE 18
slide-19
SLIDE 19
slide-20
SLIDE 20
slide-21
SLIDE 21
slide-22
SLIDE 22
slide-23
SLIDE 23
slide-24
SLIDE 24
slide-25
SLIDE 25

SYMBOLIC LOGIC UNIT 14: QUANTIFIER FORM AND TRUTH- FUNCTIONAL COMPOUNDS OF QUANTIFIER STATEMENTS

slide-26
SLIDE 26

QUANTIFIER SCOPE

The scope of a quantifier is the first full formula (sentence

  • r propositional function) to its right.

(Pay attention to parentheses!)

(∃x)Bx • Gx (∃x)(Bx • Gx)

slide-27
SLIDE 27

QUANTIFIER STATEMENTS

A quantifier statement is one that (i) begins with a quantifier (ii) whose scope extends to the end of the formula.

(∃x)Bx • Gx (∃x)(Bx • Gx) ~(∃x)(Bx • Gx)

A quantifier statement A negation A conjunction

slide-28
SLIDE 28
slide-29
SLIDE 29
slide-30
SLIDE 30

SUBTLETIES

These do NOT mean the same:

(∃x)Bx • (∃x)Gx (∃x)(Bx • Gx) (x)Bx ∨ (x)Gx (x)(Bx ∨ Gx) (∃x)Bx ∨ (∃x)Gx (∃x)(Bx ∨ Gx)

But these pairs DO mean the same:

(x)Bx • (x)Gx (x)(Bx • Gx)

slide-31
SLIDE 31
slide-32
SLIDE 32
slide-33
SLIDE 33
slide-34
SLIDE 34
slide-35
SLIDE 35
slide-36
SLIDE 36
slide-37
SLIDE 37
slide-38
SLIDE 38
slide-39
SLIDE 39

SYMBOLIC LOGIC UNIT 15: PROOFS IN PREDICATE LOGIC

slide-40
SLIDE 40

INSTANCES OF QUANTIFIED FORMULAS

An instance of a quantified formula is the result of delet- ing the initial quantifier and replacing every "matching" variable in the propositional function uniformly with some individual constant.

slide-41
SLIDE 41

INSTANCES OF QUANTIFIED FORMULAS

Where φx is any propositional function, simple or complex, containing a free variable x, φa is the result of replacing every x in φx with an a..

φx Fx ⊃ Gx φa Fa ⊃ Ga φx (y)(Fx ⊃ Gy) φa (y)(Fa ⊃ Gy)

slide-42
SLIDE 42

UNIVERSAL INSTANTIATION (UI)

(x)φx ______ /∴ φa

From a universal formula, we may infer any instance.

*Note: this rule is unrestricted; the individual constant ‘a’ can be anything you like, no matter what else has happened so far in the proof (even if ‘a’ has been flagged).

slide-43
SLIDE 43

EXISTENTIAL GENERALIZATION (EG)

φa ______ /∴(∃x)φx

Given any instance, we may infer the corresponding existential formula.

*Note: this rule is unrestricted; the individual constant ‘a’ can be anything you like, no matter what else has happened so far in the proof (even if ‘a’ has been flagged).

slide-44
SLIDE 44

EXISTENTIAL INSTANTIATION (EI)

(∃x)φx ______ /∴ φa (flag a)

From a existential formula, we may infer an instance, provided we flag the instance letter.

To flag a letter a for EI, write “(flag a)” after the justification.

slide-45
SLIDE 45

UNIVERSAL GENERALIZATION (UG)

flag a . . . φa ______ /∴(x)φx

If φa is the last step in an a-flagged subproof, then we may infer the universal proposition (x)φx.

An a-flagged subproof begins with a line that says only “flag a”.

slide-46
SLIDE 46

RESTRICTIONS ON FLAGGED LETTERS

R1 A letter being flagged must be new to the proof; that is, it may not appear, either in a formula or as a letter being flagged, previous to the step in which it gets flagged. R2 A flagged letter may not appear either in the premises or in the conclusion of a proof. R3 A flagged letter may not appear outside the subproof in which it gets flagged.

slide-47
SLIDE 47
slide-48
SLIDE 48
slide-49
SLIDE 49
slide-50
SLIDE 50
slide-51
SLIDE 51
slide-52
SLIDE 52
  • 1. (x)(Cx ⊃ Dx) Pr.
  • 2. (x)(Ex ⊃ ~Dx) Pr. /∴ (x)(Ex ⊃ ~Cx)
  • 3. flag a FS (UG)
  • 4. Ca ⊃ Da 1, UI
  • 5. Ea ⊃ ~Da 2, UI
  • 6. ~Da ⊃ ~Ca 4, Contra.
  • 7. Ea ⊃ ~Ca 5,6, HS
  • 8. (x)(Ex ⊃ ~Cx) UG (3–7)
slide-53
SLIDE 53
slide-54
SLIDE 54

SYMBOLIC LOGIC UNIT 17: SYMBOLIZATION IN RELATIONAL PREDICATE LOGIC

slide-55
SLIDE 55

Singular Sentences Bp

These are our new simple formulae, just like the sentence letters from Units 1–9. In just the same way as sentence letters, they can be combined to form complex formulas. Note that only proper names can be symbolized as lower-case constants.

(Bp ⊃ Fa) • Gb

slide-56
SLIDE 56

Relational Sentences Bpl Paris is more beautiful than London

names constants (dyadic) predicate predicate letter (dyadic)

slide-57
SLIDE 57

Multiple Quantifiers, One Formula (∃x)(y)Lxy (y)(∃x)Lxy

slide-58
SLIDE 58

Multiple Quantifiers, One Formula (∃x)(y)Lxy (y)(∃x)Lxy

Tiere is at least one person who loves everyone. Everyone is loved by at least one person. *Note that we are restricting the domain to people.

slide-59
SLIDE 59

Multiple Quantifiers, One Formula (∃x)(y)Lxy (y)(∃x)Lxy

Tiere is at least one person who loves everyone. Everyone is loved by at least one person. *Note that we are restricting the domain to people.

{

These don’t have the same meaning! In general: quantifier order matters when the two quantifiers aren’t the same.

slide-60
SLIDE 60

Scope Ambiguity

I once visited an animal shelter and saw the saddest thing… 


A dog was biting every cat.

slide-61
SLIDE 61

Scope Ambiguity (∃x)(Dx • (y)(Cy • Bxy)) (y)(Cy • (∃x)(Dx • Bxy))

I once visited an animal shelter and saw the saddest thing… 


A dog was biting every cat.

slide-62
SLIDE 62

Scope Ambiguity (∃x)(Dx • (y)(Cy • Bxy)) (y)(Cy • (∃x)(Dx • Bxy))

I once visited an animal shelter and saw the saddest thing… 


A dog was biting every cat.

There is at least one dog who was biting every cat. For every cat, there was at least one dog biting it.
 (Not necessarily the same dog.)