Statements and open sentences Statements: 2 is an even integer. 3 - - PowerPoint PPT Presentation

statements and open sentences
SMART_READER_LITE
LIVE PREVIEW

Statements and open sentences Statements: 2 is an even integer. 3 - - PowerPoint PPT Presentation

Statements and open sentences Statements: 2 is an even integer. 3 is an even integer. 4 is an even integer. . . . Statements and open sentences Statements: 2 is an even integer. 3 is an even integer. 4 is an even


slide-1
SLIDE 1

Statements and open sentences

Statements: ◮ 2 is an even integer. ◮ 3 is an even integer. ◮ 4 is an even integer. ◮ . . .

slide-2
SLIDE 2

Statements and open sentences

Statements: ◮ 2 is an even integer. ◮ 3 is an even integer. ◮ 4 is an even integer. ◮ . . . P(x): x is an even integer.

slide-3
SLIDE 3

Statements and open sentences

Statements: ◮ 2 is an even integer. ◮ 3 is an even integer. ◮ 4 is an even integer. ◮ . . . P(x): x is an even integer. P(x) is not a statement; it is an open sentence (with a free variable). P(7) is a statement.

slide-4
SLIDE 4

Statements and open sentences

Statements: ◮ 2 is an even integer. ◮ 3 is an even integer. ◮ 4 is an even integer. ◮ . . . P(x): x is an even integer. P(x) is not a statement; it is an open sentence (with a free variable). P(7) is a statement. R(f , g): f is the derivative of g.

slide-5
SLIDE 5

Famous statements

Goldbach’s conjecture (1742): every even integer greater than 2 is the sum of two prime numbers. Twin primes conjecture: there are infinitely many primes p such that p + 2 is also prime. Riemann hypothesis: the nontrivial zeros of the Riemann zeta function have real part equal to 1

2.

Banach-Tarski paradox (1924): A (solid) sphere may be decomposed into finitely many sets which can be rearranged to form two spheres, each of which is just as large as the original

  • sphere. https://youtu.be/s86-Z-CbaHA
slide-6
SLIDE 6

Examples

  • 1. If you eat your vegetables, then you’ll get dessert.
slide-7
SLIDE 7

Examples

  • 1. If you eat your vegetables, then you’ll get dessert.
  • 2. If you got dessert, then you must have eaten your vegetables.
slide-8
SLIDE 8

Examples

  • 1. If you eat your vegetables, then you’ll get dessert.
  • 2. If you got dessert, then you must have eaten your vegetables.
  • 3. If you are 20 years old, then you were born in 1998 or 1997.
slide-9
SLIDE 9

Examples

  • 1. If you eat your vegetables, then you’ll get dessert.
  • 2. If you got dessert, then you must have eaten your vegetables.
  • 3. If you are 20 years old, then you were born in 1998 or 1997.
  • 4. If you were born in 1998 or 1997, then you are 20 years old.
slide-10
SLIDE 10

Examples

  • 1. If you eat your vegetables, then you’ll get dessert.
  • 2. If you got dessert, then you must have eaten your vegetables.
  • 3. If you are 20 years old, then you were born in 1998 or 1997.
  • 4. If you were born in 1998 or 1997, then you are 20 years old.
  • 5. An integer is even if and only if it is divisible by 2.
slide-11
SLIDE 11

Vocabulary

Definition

In the statment P = ⇒ Q, P is the antecedent and Q is the consequent.

  • 1. If the antecedent is true, then the consequent must also be

true.

  • 2. Converse?
  • 3. If the antecedent is false, then the statement is true regardless
  • f the consequent.
slide-12
SLIDE 12

Quantifiers

Open sentence P(x). Statements: ◮ ∀x, P(x) “for all x, P(x)” ◮ ∃x, P(X) “there is an x such that P(x)”

slide-13
SLIDE 13

Examples involving quantifiers

  • 1. For every real number x, x2 > 0.
slide-14
SLIDE 14

Examples involving quantifiers

  • 1. For every real number x, x2 > 0.
  • 2. The polynomial x3 + x2 + x + 1 has a real root.
slide-15
SLIDE 15

Examples involving quantifiers

  • 1. For every real number x, x2 > 0.
  • 2. The polynomial x3 + x2 + x + 1 has a real root.
  • 3. Every degree three polynomial has a real root.
slide-16
SLIDE 16

Examples involving quantifiers

  • 1. For every real number x, x2 > 0.
  • 2. The polynomial x3 + x2 + x + 1 has a real root.
  • 3. Every degree three polynomial has a real root.
  • 4. limx→a f (x) = L if and only if for every number ǫ > 0 there is

a number δ > 0 such that |x − a| < δ = ⇒ |f (x) − L| < ǫ.