Top Banner
PART TWO PREDICATE LOGIC
21

PART TWO PREDICATE LOGIC. Chapter Seven Predicate Logic Symbolization.

Jan 03, 2016

Download

Documents

Dale Johns
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: PART TWO PREDICATE LOGIC. Chapter Seven Predicate Logic Symbolization.

PART TWO

PREDICATE LOGIC

Page 2: PART TWO PREDICATE LOGIC. Chapter Seven Predicate Logic Symbolization.

Chapter Seven

Predicate Logic Symbolization

Page 3: PART TWO PREDICATE LOGIC. Chapter Seven Predicate Logic Symbolization.

Predicate Logic, or Quantifier Logic, is concerned with the interior structure of both atomic and compound sentences.

Page 4: PART TWO PREDICATE LOGIC. Chapter Seven Predicate Logic Symbolization.

1. Individuals and Properties

In atomic sentences a property is ascribed to some individual.

For example, “Art is happy” has the property of “being happy” ascribed to Art.

We can symbolize this as Ha, with the uppercase letter denoting the property and the lowercase letter denoting the

individual.

Page 5: PART TWO PREDICATE LOGIC. Chapter Seven Predicate Logic Symbolization.

Individuals and Properties, continued

Properties that hold between two or more entities are called relational properties.

Properties such as “is happy” which are ascribed to only one individual are monadic properties.

Page 6: PART TWO PREDICATE LOGIC. Chapter Seven Predicate Logic Symbolization.

Individuals and Properties, continued

Capital letters used to denote properties are called property constants, and lowercase letters (up to an including the letter t) used to denote things, objects, and individual

entities are called individual constants.

The lowercase variables u through z are used as individual variables, replaceable by individual constants.

Page 7: PART TWO PREDICATE LOGIC. Chapter Seven Predicate Logic Symbolization.

2. Quantifiers and Free Variables

In predicate logic two symbols, called quantifiers, are used to state how many.

The universal quantifier is used to state that all entities have some property or properties.

The existential quantifier is used to assert that some individual or individuals have one or more properties.

Page 8: PART TWO PREDICATE LOGIC. Chapter Seven Predicate Logic Symbolization.

Quantifiers and Free Variables, continued

In predicate logic, parentheses indicate the scope of a quantifier.

For example, the sentence “Everything has mass and is extended” is symbolized as (x)(Mx . Ex) (where Mx = “x

has mass” and Ex = “x is extended”).

The parentheses around the expression (Mx . Ex) indicate that the scope of the (x) quantifier is the remaining part of the

sentence.

Page 9: PART TWO PREDICATE LOGIC. Chapter Seven Predicate Logic Symbolization.

Quantifiers and Free Variables, continued

The expression (x) (Mx . Ex) is a sentence, but (Mx . Ex) is a sentence form, not a sentence.

The expression (x)(Mx) . Ex is not a sentence as it contains an individual variable that is not quantified, the Ex.

Unquantified variables are called free variables. Quantified variables are called bound variables.

Page 10: PART TWO PREDICATE LOGIC. Chapter Seven Predicate Logic Symbolization.

3. Universal Quantifiers

When we use the universal quantifier, (x), we are saying something about all the individuals

represented by the variable in the quantifier.

Since few properties can be ascribed to everything, we might need to restrict our domain of discourse.

Page 11: PART TWO PREDICATE LOGIC. Chapter Seven Predicate Logic Symbolization.

4. Existential Quantifiers

The existential quantifier ( x) is used to assert that some ∃entities (at least one) have a given property.

For example, “Something is heavy” can be symbolized as (∃x)Hx

Page 12: PART TWO PREDICATE LOGIC. Chapter Seven Predicate Logic Symbolization.

5. Basic Predicate Logic Symbolizations

Sentences that begin with words such as “all” “every” or “any” can be symbolized using the universal quantifier.

(x) (Dx ⊃ Fx)

Sentences of the form “Some A’s are B’s” can be symbolized using the existential quantifier.

( x∃ ) (Dx . Fx)

Page 13: PART TWO PREDICATE LOGIC. Chapter Seven Predicate Logic Symbolization.

Basic Predicate Logic Symbolizations, continued

Sentences of the form “No A’s are B’s” can be symbolized using either the existential quantifier:

˜( x∃ ) (Dx . Fx)

Or the universal quantifier:

(x) (Dx ˜ ⊃ Fx)

Page 14: PART TWO PREDICATE LOGIC. Chapter Seven Predicate Logic Symbolization.

Basic Predicate Logic Symbolizations, continued

Sentences of the form “Not all A’s are B’s” can be symbolized using the universal quantifier:

˜(x) (Dx ⊃ Fx)

Or the existential quantifier:

( x∃ ) (Dx . ˜ Fx)

Page 15: PART TWO PREDICATE LOGIC. Chapter Seven Predicate Logic Symbolization.

6. The Square of Opposition

Any sentence that can be symbolized with a universal quantifier can be symbolized with an

existential quantifier, and vice versa.

A traditional way of illustrating the relationship between the quantifiers is known as the square of

opposition.

Page 16: PART TWO PREDICATE LOGIC. Chapter Seven Predicate Logic Symbolization.

7. Common Pitfalls in Symbolizing with Quantifiers

• Some English expressions that look like compound subjects or predicates should not be symbolized that way.

• Be careful with sentences that contain the word “a” or “any”. These sometimes operate logically like the particle “all”, but often they do not.

• Be careful when symbolizing conjunctions!

Page 17: PART TWO PREDICATE LOGIC. Chapter Seven Predicate Logic Symbolization.

8. Expansions

A reliable guide to translation is to compare the truth conditions of the ordinary language sentence we

are translating with those of its translation.

In a universe with four individual entities (x)Fx would be true if (Fa . Fb) . (Fc . Fd), the

expansion of (x) Fx with respect to that universe, was true.

Page 18: PART TWO PREDICATE LOGIC. Chapter Seven Predicate Logic Symbolization.

Expansions, continued

A model universe is a domain of a small number of individuals about which we shall construe our

quantified statements.

Page 19: PART TWO PREDICATE LOGIC. Chapter Seven Predicate Logic Symbolization.

9. Symbolizing “Only, “None but,” and “Unless””

Statements such as “Only those who study will pass the test” should be symbolized as (x)(Px Sx), with the universe ⊃

of discourse restricted to the students in question.

Sentences such as “None but the good die young” should be symbolized as (x)(Yx Gx)⊃

Sentences such as “No one will pass the test unless he or she studies” should be symbolized as (x)(Px Sx).⊃

Page 20: PART TWO PREDICATE LOGIC. Chapter Seven Predicate Logic Symbolization.

Key Terms

• Bound variable• Domain of discourse• Existential quantifier• Expansion• Free variable• Individual constant• Individual variable• Model universe• Predicate logic

Page 21: PART TWO PREDICATE LOGIC. Chapter Seven Predicate Logic Symbolization.

Key Terms, continued

• Property constants• Quantifier• Relational property• Scope of a quantifier• Square of opposition• Substitution• Universal quantifier• Universe of discourse