MATH 302 Lecture 9

From Notes
Jump to navigation Jump to search

« previous | Monday, September 26, 2011 | next »

Exam on Wednesday

Function Invertibility

A function f is invertible if and only if it is bijective (both surjective/onto and injective/one-to-one)

Graphing A Function

Writing functions as columns and drawing arrows between them:

{(a,b)A×B|f(a)=b}

Ceiling and Floor

Ceiling rounds up to next integer if decimal is greater than 0

Floor rounds down (truncates decimal)

Proposition. 2x=x+x+12

Proof. Let x=n+ϵ where n and 0ϵ<1, thus x=n. There are two cases:

  1. 0ϵ<12
  2. 12ϵ<1

Proof of (1). 2x=2n+2ϵ, where 02ϵ<1

2x=2n

x=x+12=n


Proof of (2). 2x=2n+2ϵ


Review for Exam

  1. Be familiar with definitions and terminology (key terms at end of each chapter 109-111)
  2. Homework is fair game: logic proofs, set proofs, function proofs
  3. Big-O, Big-Ω, Big-Θ
  4. Algorithms
  5. Quantifiers, properties and terminologies of conditionals
  6. Membership Tables and set theory