1.6 Functions. Chapter 1, section 6 Functions notation: f: A B x in A, y in B, f(x) = y. concepts: –domain of f, –codomain of f, –range of f, –f maps.

Slides:



Advertisements
Similar presentations
Functions Reading: Epp Chp 7.1, 7.2, 7.4
Advertisements

Functions.
Jessie Zhao Course page: 1.
Discrete Structures Chapter 5 Relations and Functions Nurul Amelina Nasharuddin Multimedia Department.
modified from UCI ICS/Math 6D, Fall Sets+Functions-1 Sets “Set”=Unordered collection of Objects “Set Elements”
Functions Goals Introduce the concept of function Introduce injective, surjective, & bijective functions.
1 Section 1.8 Functions. 2 Loose Definition Mapping of each element of one set onto some element of another set –each element of 1st set must map to something,
CS 2210 (22C:019) Discrete Structures Sets and Functions Spring 2015 Sukumar Ghosh.
Functions.
Functions. Let A and B be sets A function is a mapping from elements of A to elements of B and is a subset of AxB i.e. can be defined by a set of tuples!
1 CMSC 250 Chapter 7, Functions. 2 CMSC 250 Function terminology l A relationship between elements of two sets such that no element of the first set is.
Section 1.8: Functions A function is a mapping from one set to another that satisfies certain properties. We will first introduce the notion of a mapping.
2.1 Sets 2.2 Set Operations 2.3 Functions ‒Functions ‒ Injections, Surjections and Bijections ‒ Inverse Functions ‒Composition 2.4 Sequences and Summations.
Relations and Functions Another Foundational Concept Copyright © 2014 – Curt Hill.
Foundations of Discrete Mathematics Chapter 3 By Dr. Dalia M. Gil, Ph.D.
Discrete Maths Objectives to show the connection between relations and functions, and to introduce some functions with useful, special properties ,
Functions. Copyright © Peter Cappello2 Definition Let D and C be nonempty sets. A function f from D to C, for each element d  D, assigns exactly 1 element.
Sullivan Algebra and Trigonometry: Section 7.1 The Inverse Sine, Cosine, and Tangent Functions Objectives of this Section Find the Exact Value of the Inverse.
Part B Set Theory What is a set? A set is a collection of objects. Can you give me some examples?
Discrete Mathematics and Its Applications Sixth Edition By Kenneth Rosen Copyright  The McGraw-Hill Companies, Inc. Permission required for reproduction.
Fall 2002CMSC Discrete Structures1 … and the following mathematical appetizer is about… Functions.
FUNCTIONS.
Discrete Mathematics CS 2610 September 12, Agenda Last class Functions  Vertical line rule  Ordered pairs  Graphical representation  Predicates.
1 Discrete Structures – CNS 2300 Text Discrete Mathematics and Its Applications (5 th Edition) Kenneth H. Rosen Chapter 1 The Foundations: Logic, Sets,
Functions1 Elementary Discrete Mathematics Jim Skon.
Chapter 1 SETS, FUNCTIONs, ELEMENTARY LOGIC & BOOLEAN ALGEBRAs BY: MISS FARAH ADIBAH ADNAN IMK.
MAT 3749 Introduction to Analysis Section 1.3 Part I Countable Sets
321 Section, Week 3 Natalie Linnell. Functions A function from A to B is an assignment of exactly one element of B to each element of A. We write f(a)
Example Prove that: “IF 3n + 2 is odd, then n is odd” Proof by Contradiction: -p = 3n + 2 is odd, q = n is odd. -Assume that ~(p  q) is true OR -(p 
Basic Structures: Functions Muhammad Arief download dari
CSE 2353 – October 1 st 2003 Functions. For Real Numbers F: R->R –f(x) = 7x + 5 –f(x) = sin(x)
Functions Definition: A relation ‘ f ’ from set X to set Y is a function if each element in set X is mapped to exactly one element in set Y
Sets and Functions Contents  Set language  Basic knowledge on sets  Intervals  Functions (Mappings)
Agenda Week 10 Lecture coverage: –Functions –Types of Function –Composite function –Inverse of a function.
What is a set? A set is a collection of objects.
Functions. L62 Agenda Section 1.8: Functions Domain, co-domain, range Image, pre-image One-to-one, onto, bijective, inverse Functional composition and.
MATH 224 – Discrete Mathematics
MAT 2720 Discrete Mathematics Section 3.1 Functions
CSC102 - Discrete Structures Functions
Aim: How do we determine whether a function is one - to one, determine domain and range? Do Now: Determine whether the following function is onto (surjective)
1 Functions CS 202 Epp section ??? Aaron Bloomfield.
1 Copyright © 2015, 2011, 2007 Pearson Education, Inc. Chapter 9-1 Exponential and Logarithmic Functions Chapter 9.
FUNCTIONS COSC-1321 Discrete Structures 1. Function. Definition Let X and Y be sets. A function f from X to Y is a relation from X to Y with the property.
Relations and Functions ORDERED PAIRS AND CARTESIAN PRODUCT An ordered pair consists of two elements, say a and b, in which one of them, say a is designated.
 If f is a one-to-one function with domain D and range R, then the inverse function of f, denoted f -1, is the function with domain R and range D defined.
Section 2.3. Section Summary  Definition of a Function. o Domain, Cdomain o Image, Preimage  One-to-one (Injection), onto (Surjection), Bijection 
Chapter 2 1. Chapter Summary Sets The Language of Sets - Sec 2.1 – Lecture 8 Set Operations and Set Identities - Sec 2.2 – Lecture 9 Functions and sequences.
FUNCTIONS.
Discrete Mathematics Functions
Functions Goals Introduce the concept of function
Functions Section 2.3.
Relations, Functions, and Matrices
Chapter 6 – Functions 06 Learning Outcomes
Cartesian product Given two sets A, B we define their Cartesian product is the set of all the pairs whose first element is in A and second in B. Note that.
MATH 224 – Discrete Mathematics
Chapter 2 Sets and Functions.
Functions Section 2.3.
Chapter 5: Inverse, Exponential, and Logarithmic Functions
Discrete Math (2) Haiming Chen Associate Professor, PhD
Yet another important mathematical concept
Functions CS 202 Epp section 7.1.
Sullivan Algebra and Trigonometry: Section 8.1
Functions.
Ch 5 Functions Chapter 5: Functions
Sullivan Algebra and Trigonometry: Section 6.1
Functions Rosen 6th ed., §2.3.
MAT 2720 Discrete Mathematics
Functions Section 2.3.
Chapter 5: Exponential and Logarithmic Functions
Copyright © Zeph Grunschlag,
Presentation transcript:

1.6 Functions

Chapter 1, section 6 Functions notation: f: A B x in A, y in B, f(x) = y. concepts: –domain of f, –codomain of f, –range of f, –f maps A into B

Chapter 1, section 6 Functions One to one, and onto functions f is {injective} IFF – x, y in domain f, –(f(x) = f(y)) (x = y) –{So if we graph f, then a horizontal line will intersect f in at most one point} Example: –There is a correspondence between SSN and DNA

Chapter 1, section 6 Functions Surjective f is onto {surjective} IFF – y in codomain of f – x in domain of f, –such that f(x) = y

Chapter 1, section 6 Functions Bijection-One to one Correspondence Note: the size of the domain and codomain are equal, since f gives a way of uniquely matching the elements from both sets.

Chapter 1, section 6 Functions Inverse Functions If f is bijective, then the inverse function of f is: – y in range of f, f -1 (y) = x, where f(x) = y Example: Given SSN can get DNA but also, given DNA can get SSN

Chapter 1, section 6 Functions Composition If g: A B, and f: B C, then the composition of f and g is (f g)(a) = f(g(a)) concepts: –floor and ceiling functions take real numbers to integers