/
Chapter 1 Logic and Proof Chapter 1 Logic and Proof

Chapter 1 Logic and Proof - PowerPoint Presentation

natalia-silvester
natalia-silvester . @natalia-silvester
Follow
342 views
Uploaded On 2019-06-26

Chapter 1 Logic and Proof - PPT Presentation

Section 12 Quantifiers Is the sentence x 2 5 x 6 0 a statement No as it stands it is not a statement because it is true for some values of x and false for others ID: 760301

Share:

Link:

Embed:

Download Presentation from below link

Download Presentation The PPT/PDF document "Chapter 1 Logic and Proof" is the property of its rightful owner. Permission is granted to download and print the materials on this web site for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.


Presentation Transcript

Slide1

Chapter 1

Logic and Proof

Slide2

Section

1.2

Quantifiers

Slide3

Is the sentence “

x2 – 5x + 6 = 0” a statement?

No, as it stands it is not a statement because it is true for some values of xand false for others.

When a sentence involves a variable, we often refer to it using functional notation.

p(x): x2 – 5x + 6 = 0

For a specific value of x, p(x) becomes a statement that is true or false.

For example, p(2) is true and p(4) is false.

When a variable is used in an equation or an inequality, we assume that the general context for the variable is the set of real numbers unless told otherwise.

Within this context, we may remove the ambiguity of p(x) by using a quantifier.

The sentence “For every x, x2 – 5x + 6 = 0” is a statement since it is false.

In symbols we write “ x, p(x).”

The

universal quantifier

is read “for every,” “for all,” “for each,” etc.

Slide4

The

existential quantifier  is read “there exists.”

In symbols we write “ x p(x).”

The sentence “There exists an x such that x2 – 5x + 6 = 0” is a statement and it is true.

Sometimes the quantifier is not explicitly written down, as in the statement

“If

x

is greater than 1, then x2 is greater than 1.”

The intended meaning is

“ x, if x > 1, then x2 > 1.”

In general, if a variable is used in the antecedent of an implication without beingquantified, then the universal quantifier is assumed to apply.

The symbol

is an abbreviation for “such that.”

Slide5

Consider the statement

How do we negate a quantified statement?

“Everyone in the room is awake.”

What condition must apply to the people in the room for this to be false?

Must everyone be asleep?

No, it is sufficient that at least one person be asleep.

On the other hand, in order for the statement

“Someone in the room is asleep.”

to be false, it must be the case that everyone is awake.

Symbolically, if p(x): x is awake

then ~ [  x, p(x)]  [  x ~ p(x)]

and ~

[  x p(x)]  [  x, ~ p(x)]

Slide6

Practice 1.2.3

Negate the following statements.

(b) “There exists a positive number y such that 0 < g( y)  1.”

Symbolically, we have “  y > 0 0 < g( y)  1.”

Note that

0 < g( y)  1 means 0 < g( y) and g( y)  1.

So the negation is “  y > 0, g( y)  0 or g( y) > 1.”

In words we have “For every positive number y, g( y)  0 or g( y) > 1.”

(c) “For all x and y in A, there exists z in B such that x + y = z.”

So the negation is “  y > 0, g( y)  0 or g( y) > 1.”

Note: This “and” is not used as a logical connective.

In symbols: “

 x and y in A,  z in B x + y = z.”

Slide7

Practice 1.2.3(d)

Negate the following statement.

 > 0  N  n, if n  N, then  x in S, | fn (x) – f (x)| <  .

We work from left to right, negating each part as we go.

> 0 ~ [  N  n, if n  N, then  x in S, | fn (x) – f (x)| <  ] .

> 0 

N ~ [  n, if n  N, then  x in S, | fn (x) – f (x)| <  ] .

> 0  N  n ~ [ if n  N, then  x in S, | fn (x) – f (x)| <  ] .

> 0 

N  n n  N and ~ [  x in S, | fn (x) – f (x)| <  ] .

> 0 

N  n n  N and  x in S ~ [ | fn (x) – f (x)| <  ] .

> 0 

N

n

n

N

and 

x

in

S

|

f

n

(

x) – f (x)|   ] .

Slide8

Caution:

Take careful note of the order in which quantifiers are used.

Changing the order of two quantifiers can change the truth value.

For example, when talking about real numbers, the following statement is true.

 x  y y > x.

Given any real number

x, there is always a real number y that is greater than that x.

But the following statement is false.

y  x, y > x.

There is no fixed real number

y

that is greater than every real number.