Discrete Mathematics. W. Ethan Duckworth. Fall 2017, Loyola University Maryland

Size: px
Start display at page:

Download "Discrete Mathematics. W. Ethan Duckworth. Fall 2017, Loyola University Maryland"

Transcription

1 Discrete Mathematics W. Ethan Duckworth Fall 2017, Loyola University Maryland

2 Contents 1 Introduction Statements Constructing Direct Proofs Logical Reasoning Logical Combinations Boolean Algebra Introduction to Sets Quantifiers Constructing and Writing Proofs in Mathematics Divides and more direct proofs More methods of proof Proof by Contradiction Induction Ordinary Induction Variations on proof by induction Properties of Sets Operations Algebraic properties of set operations Functions Basic Definitions Injections, Surjections, Bijections Relations Relations Partial Orders and Equivalence Relations Cardinality Basic properties and Countable Sets Unions Rational Numbers

3 CONTENTS Uncountable Infinities

4 Chapter 1 Fundamentals, aka the language of mathematics 1.1 Statements, Exploring and Establishing Truth, Conditional Statements, Number Systems and Closure Statements Exploring and Establishing Truth Conditional Statements Definition The statement If P, then Q. is a conditional statement. We assume that P and Q are statements as well. Definition If P and Q are mathematical statements, then the new statement If P, then Q has truth value defined by the following: P Q If P, then Q T T T T F F F T T F F T We call P the hypothesis and Q the conclusion As shown here, when P is false, we have that if P, then Q is true. We call this the vacuous case, or say that if P, then Q is vacuously true. This terminology is meant to suggest that there is no interesting property in this case, or content, or need to prove anything. Definition The following are synonyms for If P, then Q : P = Q, 4

5 CHAPTER 1. INTRODUCTION 5 P implies Q, P is sufficient for Q, Q is necessary for P, P only if Q, Q if P, If P, Q Number Systems: Defining Properties Definition We assume that the reader knows what the rational numbers are: for each pair of integers, a, and b, when b 0, we define a rational number a. For each integer n we define b n = n and in this way view every integer as also being a rational number. 1 We abbreviate the set of all rational numbers with the symbol Q. Definition The set of irrational numbers is the set of those real numbers that are not rational. Definition The set of real numbers R has operations + (addition) and (multiplication) defined on it, as well as relations = (equals) and < (less than) defined on it, as well as elements 0 and 1 such that the following hold: 1. Trichotomy: For all real numbers a and b either a < b or a = b or b > a holds, and not more than one of these relations holds. 2. Transitivity: For all real numbers a, b and c 3. Identities: For all real numbers a, we have and if a < b and b < c then a < c 0 + a = a (additive identity property) 1 a = a (multiplicative identity property). 4. Inverses: For each real number a there exists a number a such that a + ( a) = 0 (additive inverse property) and, if a 0, then there exists a number 1 a such that a 1 a = 1 (multiplicative inverse property). 5. Commutative, Associative, Distributive Laws: For all real numbers a, b and c we have (a) a + b = b + a (additive commutative property) (b) a b = b a (multiplicative commutative property) (c) a + (b + c) = (a + b) + c (additive associative property)

6 CHAPTER 1. INTRODUCTION 6 (d) a (b c) = (a b) c (multiplicative associative property) (e) a (b + c) = a b + a c (distributive property) 6. Ordered Field: For all real numbers a, b, c (a) if a = b then a + c = b + c and a c = b c (b) if a < b then a + c < b + c (c) if a < b and c > 0 then a c < b c 7. Rationals are Dense: For every real number a and every real number ε > 0, there exists a rational number q such that a q < ε. We abbreviate some of the above notation: a b means a < b or a = b a > b means b < a ab and a b both mean a b a b means a + ( b) a 1 means 1 a a b means ab 1 Definition Let X is any of the number systems we described above (natural numbers, integers, rational numbers, real numbers, irrational numbers). Let be any of the standard four arithmetic operations defined above (+,,, ). If the following is true: for all a, b X we have a b X; then we say that X is closed under. If we apply this definition to the case where =, then we add the extra detail that b 0, so then the definition reads for all a, b X with b 0, we have a b X Number Systems: Basic Propositions Definition Let n be an integer. We say that n is even if there exists an integer k such that n = 2k. We say that n is odd if there exists an integer k such that n = 2k Constructing Direct Proofs Naming things A lengthy example

7 Chapter 2 Logical Reasoning 2.1 Logical Combinations And, Or, Not Definition If P and Q are mathematical statements, then new statement P and Q has truth value defined by the following: There s a symbolic way of writing and, We call and or conjunction P Q P and Q T T T T F F F T F F F F P Q means P and Q Definition If P is a mathematical statement, then the new statement not P is defined by the following: P not P T F F T There s a symbolic way of writing not, P means not P Finally, not and are both also called negation. Definition If P and Q are mathematical statements, then the new statement P or Q has 7

8 CHAPTER 2. LOGICAL REASONING 8 truth value defined by the following There s a symbolic way of writing or, We call or or disjunction Exclusive Or and Truth Tables If and only if P Q P or Q T T T T F T F T T F F F P Q means P or Q Definition If P and Q are mathematical statements, then the new statement P if and only if Q means both of the following: if P, then Q and if Q, then P. One way to think about P if and only if Q is that for this to be true, P and Q need to have the same truth value. Definition The following are synonyms for P if and only if Q : 1. P Q 2. P iff Q 3. P is necessary and sufficient for Q 4. P is equivalent to Q 5. P is true exactly when Q is true. 2.2 Boolean Algebra Definition Two expressions in Boolean algebra are logically equivalent if they have the same truth value for all possible combinations of truth values of these variables. If X and Y are two logically equivalent statements then we can write this symbolically as (X Y ) = T. We typically will abbreviate this as X Y. Converse and Contrapositive Definition Let P and Q be any statements, and form P = Q. The converse of P = Q is Q = P. The contrapositive of P = Q is Q = P. Definition Let P and Q be two logical statements. The contrapositive of the statement if P, then Q is the statement if (not Q), then (not P ).

9 CHAPTER 2. LOGICAL REASONING 9 If and only If Theorems 2.3 Introduction to Sets Open Sentences Definition An open sentence is a sentence that involves variables x, y, z,... such that when values are assigned to those variables the result is a mathematical statement. Notation: P (x, y, z,... ). Synonyms: such a sentence is also called a predicate sentence or propositional function Sets The infinite, like no other problem, has always deeply moved the soul of men. The infinite, like no other idea, has had a stimulating and fertile influence upon the mind. But the infinite is also more than any other concept, in need of clarification. (Hilbert, Über das Unendliche) Definition (Roster notation). Roster notation is when we list the elements of a set as explicitly as possible, sometimes relying upon a pattern for any that are not explicit. Definition (Set-builder notation). Set-builder notation has the form {variable open sentence on the variable} to describe the set of all objects that satisfy the given condition. One condition is so common that we sometimes include it on the left hand side, namely what set the variable can be in. In this case, the notation looks like this {variable set condition on the variable} In all cases there needs to be an implicit or explicit statement about what the set is that the variable ranges over. It is called the universal set for that variable. If we make the notation a little more symbolic, it looks like this {x A P (x)} where A is some universal set, and P (x) is an open sentence defined on the variable x. (Note: half the books out there use : instead of for the divider in the middle between the variable and the open sentence. It doesn t matter which one you use, just be aware that you may see it both ways.) Definition We say that two sets are equal if they have exactly the same elements. In other words, if A and B are two sets, then A = B means x A x B. We say that A is a subset of B if every element of A is also an element of B. In other words, The notation for A is a subset of B is A subset B means if x A then x B A B.

10 CHAPTER 2. LOGICAL REASONING Quantifiers The notion of existence is one of the primitive concepts with which we must begin as given. It is the clearest concept we have. Gödel (quoted by Wang) Definition The symbol stands for the phrase there is or there exists. We use it in making logical statements as follows x A, assertions about x. A logical statement of this form is called an existential statement. The following are synonyms: x A, statement P, At least one value of x A makes P true, P is true for some x A, There exists x A such that P is true. Definition The symbol stands for the phrase for all or for every. making a logical statement as follows We use it in x A, assertions about x. A logical statement of this form is called an universal statement. The following are synonyms: x A, statement P, every value of x A makes P true, P holds for all x A without exception, for all x A, property P is true, if x X, then P is true. Logical statements that have two quantifiers of different types are more interesting, and take more work to understand. x, y means that first we consider any x, and second we consider the existence of a y, which might depend upon what x is. In other words, if we start with a different x, then y might also change. x, y means that first we fix a single x, which might have special restrictions, and then see if that x will work for all possible values of y. Here, x cannot depend upon y, nor can y depend upon x. Definition The notation means!x A, statement about x x A, statement about x and x is the only element in A with this property. In other words,!x means there exists a unique x.

11 Chapter 3 Constructing and Writing Proofs in Mathematics 3.1 Divides and more direct proofs Definition Let a and b be integers. If a = bc for some integer c, then we say that b divides a. As synonyms we have: a is divisible by b, or a is a multiple of b, or b is a factor of a, or b is a divisor of a. The symbol for this is b a. 3.2 More methods of proof 3.3 Proof by Contradiction 11

12 Chapter 4 Induction 4.1 Ordinary Induction 4.2 Variations on proof by induction Cauchy Induction 12

13 Chapter 5 Properties of Sets 5.1 Operations Definition Let A and B be any sets. The union of A and B is the set of all elements that are in A or B or both. We write the union as A B. In other words, A B = {x x A or x B}. The intersection of A and B is the set of all elements that are in both A and B. We write the intersection as A B. In other words, A B = {x x A and x B}. Definition Let A and B be any sets. The relative complement or set difference is A B = {x A x B} Suppose both A and B are subsets of some fixed, universal set U. If A U then we call U A the complement of A. We use the notation A c for the complement: The Power Set A c = U A. Definition For any set A, the power set of A is the collection (or set) of all subsets of A. The notation for the power set is P(A). Definition If A is a finite set, the cardinality of A, written as card(a) is the number of elements that A has. 13

14 CHAPTER 5. PROPERTIES OF SETS Algebraic properties of set operations Cartesian Products Definition (Cartesian Product). Let A and B be any sets. The Cartesian Product of A and B is a set denoted by A B defined as shown A B = {(a, b) a A and b B} where (a, b) is defined as follows. The element (a, b) is an ordered list: it contains two elements, and the order they appear in does matter. In particular, by definition, (a, b) = (c, d) the sets {a, b} and {c, d} are equal, and the order the elements occur in is the same a = c and b = d. We call (a, b) an ordered pair and we call a and b the first coordinate and second coordinate respectively. In other words, A B is the set of all ordered pairs where the first entry comes from A and the second entry comes from B. Theorems about Set Operations Creating the numbers from sets

15 Chapter 6 Functions 6.1 Basic Definitions Definition Let sets A and B be given. We say that f is a function, from A to B, if for all x A there exists a unique element y B that we write as y = f(x). Definition The following are synonyms for saying f is a function from A to B: 1. f is a mapping from A to B. 2. f : A B 3. A f B Some of these notations can be extended to describe also the x and y: f : A B x y or f : A B x f(x) f or x y Definition If f : A B we call A the domain of f and B the codomain. We abbreviate the domain of f as dom(f) and the codomain as codom(f). Definition Two functions f and g are equal if 1. dom f = dom g, 2. codom f = codom g, 3. for all x dom f we have f(x) = g(x). Definition (Range, Image, and Preimage). Let f : A B be a function. 1. Given x A if we let y = f(x), then we call y the image of x under f. We call x a preimage of y under f. 2. We define the range of f as the following set range f = {y B y = f(x) for some x A} = {f(x) x A}. Note that range f B. Also note that the two definitions of range are equivalent. Finally, an alternative name for the range of f is the image of f, written as im(f). We defined image above for a single element, but here we are talking about the image of A under f. 15

16 CHAPTER 6. FUNCTIONS 16 Definition The following are synonyms: y is the image of x under f f takes x to y y is the image of x via f y is the image of x when we apply f Definition Let f be a function defined for some elements of a subset of A. The implied domain of f is the set dom f = {x A f(x) is defined} Picturing functions Definition (Applying functions to sets). Let f : A B be a function. Let U A. We define the set f(u) as follows f(u) = {y B y = f(x) for some x U} = {f(x) x U}. Note that this is exactly the definition we used to define range. In other words, range f = f(a). We call f(u) the image of U under f.

17 CHAPTER 6. FUNCTIONS Injections, Surjections, Bijections Quantifiers and Functions Worksheets Definition (Surjective, Injective, Bijective). Let f : X Y and let R = range f. 1. We say that f is injective if it satisfies the following y R,!x X, f(x) = y. The key part of the definition here is unique 2. We say that f is surjective if it satisfies the following: y Y, x X, f(x) = y. 3. We say that f is bijective if it satisfies the following: y Y,!x X, f(x) = y. Definition Synonyms for injective: if x 1 x 2, then f(x 1 ) f(x 2 ) if f(x 1 ) = f(x 2 ) then x 1 = x 2 f is one-to-one. f is 1:1. f : X Y The graph of f passes the horizontal line test: every horizontal line intersects the graph of f at most once. (This only makes sense for functions defined on real numbers.) Synonyms for surjective: R = Y, i.e. range f = codom f. f(x) = Y, i.e. the image of X under f equals Y f is onto f : X Y Synonyms for bijective: f is injective and surjective f is one-to-one and onto f satisfies a strong horizontal line test: every horizontal line in Y intersects the graph of f exactly once. f : X Y or f : X = Y or f : X Y Inverse functions and actions on sets Definition Let f : X Y be a function. For any set B Y we define a set, f 1 (B), as follows f 1 (B) = {x X f(x) B Definition Let f : X Y be bijective. We define a function f 1 : Y X as follows: Let y Y, then there exists a unique x X such that f(x) = y; we define f 1 (y) = x.

18 CHAPTER 6. FUNCTIONS 18 Definition Let f : A B and g : B C. Then we define the function g f : A C as follows g f : A C x g(f(x)) where f is applied first to take x to f(x), and then g is applied to f(x) to get g(f(x)).

19 Chapter 7 Relations 7.1 Relations Definition Let A and B be any sets. A relation between A to B is a subset of A B. In other words, R is a set of ordered pairs with first element in A and second element in B. If A = B then we say R is a relation on A. Given (a, b) R we write arb. Definition Let R be a relation on the set A. (a) R is reflexive if for all a A we have ara. (b) R is irreflexive or antireflexive if for all a A we have a Ra. (c) R is symmetric if for all a, b A we have arb bra. (d) R is antisymmetric if for all a, b A we have (arb bra) = a = b. (e) R is transitive if for all a, b, c A we have (arb brc) = arc. Note that parts (d) and (e) are both if then statements. In each case the property does not assume or assert that the hypothesis of the if then necessarily holds. In other words, property (d) says IF arb and bra, then a = b. Of course for most elements a, b we won t have arb and bra, and so for those elements we ll have the antisymmetric property is vacuously true. 7.2 Partial Orders and Equivalence Relations Definition A partial order is a relation that is reflexive, antisymmetric, and transitive. A total order is a partial order R such that for all a, b in the underlying set we have arb or bra. An equivalence relation is a relation that is reflexive, symmetric, and transitive. Definition (Congruence modulo n). Let n be a positive integer. Define a relation on the set of integers as follows: x y (mod n) n (x y). Definition The following are synonyms: x y (mod n), x is equivalent to y modulo n, n divides x y, x y = nk for some k Z, 19

20 CHAPTER 7. RELATIONS 20 x and y differ by a multiple of n, x equals y plus a multiple of n, x and y have the same remainder when divided by n. If n is fixed in a certain context we will often drop the notation mod n and simply write x y.

21 Chapter 8 Cardinality 8.1 Basic properties and Countable Sets Definition In the notation of the Theorem, if A B, we say that A and B have the same cardinality. We write card A = card B. Definition Let A be a set. We say that A is countable if A is finite or card(a) = card(n). If we have to distinguish between the finite case and the infinite case we ll say the latter is countably infinite. 8.2 Unions 8.3 Rational Numbers 8.4 Uncountable Infinities Definition We say that a set is uncountable if it is not countable. Definition Let U be any universal collection of sets and A and B sets in U. We define card(a) < card(b) to mean that there exists an injection f : A B but there does not exist a bijection. As usual, the notation card(a) card(b) means card(a) < card(b) or card(a) = card(b). Appendix: Extra Resources 21

22 Index, 33!, 39, 33 =, 5, 21 Boolean algebra, 23 conclusion, 5 conjunction, 20 continuous, 37 contrapositive, 25, 26 converse, 25 disjunction, 21 divides, 31, 41 properties, 41 divisible, 41 elements, 29 even, 11 Even and Odd, 11 existential statement, 33 factor, 41 open sentence, 29 predicate sentence, 29 primitive terms, 6 propositional function, 29 quantifiers, 34 rational numbers, 6 real numbers, 6 defining properties, 8 Roster notation, 30 set, 29 set equality, 31 Set-builder, 30 theorem, 14 truth set, 30 universal set, 30 universal statement, 33 vacuous, 5 vacuously, 5 hypothesis, 5 if and only if, 22 If then, 5 integers, 6 irrational, 6 members, 29 multiple, 41 natural, 6 odd, 11 22

Chapter 1 : The language of mathematics.

Chapter 1 : The language of mathematics. MAT 200, Logic, Language and Proof, Fall 2015 Summary Chapter 1 : The language of mathematics. Definition. A proposition is a sentence which is either true or false. Truth table for the connective or :

More information

Lecture Notes 1 Basic Concepts of Mathematics MATH 352

Lecture Notes 1 Basic Concepts of Mathematics MATH 352 Lecture Notes 1 Basic Concepts of Mathematics MATH 352 Ivan Avramidi New Mexico Institute of Mining and Technology Socorro, NM 87801 June 3, 2004 Author: Ivan Avramidi; File: absmath.tex; Date: June 11,

More information

Part IA Numbers and Sets

Part IA Numbers and Sets Part IA Numbers and Sets Definitions Based on lectures by A. G. Thomason Notes taken by Dexter Chua Michaelmas 2014 These notes are not endorsed by the lecturers, and I have modified them (often significantly)

More information

586 Index. vertex, 369 disjoint, 236 pairwise, 272, 395 disjoint sets, 236 disjunction, 33, 36 distributive laws

586 Index. vertex, 369 disjoint, 236 pairwise, 272, 395 disjoint sets, 236 disjunction, 33, 36 distributive laws Index absolute value, 135 141 additive identity, 254 additive inverse, 254 aleph, 465 algebra of sets, 245, 278 antisymmetric relation, 387 arcsine function, 349 arithmetic sequence, 208 arrow diagram,

More information

Foundations of Mathematics MATH 220 FALL 2017 Lecture Notes

Foundations of Mathematics MATH 220 FALL 2017 Lecture Notes Foundations of Mathematics MATH 220 FALL 2017 Lecture Notes These notes form a brief summary of what has been covered during the lectures. All the definitions must be memorized and understood. Statements

More information

Propositional Logic, Predicates, and Equivalence

Propositional Logic, Predicates, and Equivalence Chapter 1 Propositional Logic, Predicates, and Equivalence A statement or a proposition is a sentence that is true (T) or false (F) but not both. The symbol denotes not, denotes and, and denotes or. If

More information

Background for Discrete Mathematics

Background for Discrete Mathematics Background for Discrete Mathematics Huck Bennett Northwestern University These notes give a terse summary of basic notation and definitions related to three topics in discrete mathematics: logic, sets,

More information

Copyright c 2007 Jason Underdown Some rights reserved. statement. sentential connectives. negation. conjunction. disjunction

Copyright c 2007 Jason Underdown Some rights reserved. statement. sentential connectives. negation. conjunction. disjunction Copyright & License Copyright c 2007 Jason Underdown Some rights reserved. statement sentential connectives negation conjunction disjunction implication or conditional antecedant & consequent hypothesis

More information

Notes for Math 290 using Introduction to Mathematical Proofs by Charles E. Roberts, Jr.

Notes for Math 290 using Introduction to Mathematical Proofs by Charles E. Roberts, Jr. Notes for Math 290 using Introduction to Mathematical Proofs by Charles E. Roberts, Jr. Chapter : Logic Topics:. Statements, Negation, and Compound Statements.2 Truth Tables and Logical Equivalences.3

More information

Reading 11 : Relations and Functions

Reading 11 : Relations and Functions CS/Math 240: Introduction to Discrete Mathematics Fall 2015 Reading 11 : Relations and Functions Instructor: Beck Hasti and Gautam Prakriya In reading 3, we described a correspondence between predicates

More information

Final Exam Review. 2. Let A = {, { }}. What is the cardinality of A? Is

Final Exam Review. 2. Let A = {, { }}. What is the cardinality of A? Is 1. Describe the elements of the set (Z Q) R N. Is this set countable or uncountable? Solution: The set is equal to {(x, y) x Z, y N} = Z N. Since the Cartesian product of two denumerable sets is denumerable,

More information

Mathematics Review for Business PhD Students

Mathematics Review for Business PhD Students Mathematics Review for Business PhD Students Anthony M. Marino Department of Finance and Business Economics Marshall School of Business Lecture 1: Introductory Material Sets The Real Number System Functions,

More information

MATH 215 Sets (S) Definition 1 A set is a collection of objects. The objects in a set X are called elements of X.

MATH 215 Sets (S) Definition 1 A set is a collection of objects. The objects in a set X are called elements of X. MATH 215 Sets (S) Definition 1 A set is a collection of objects. The objects in a set X are called elements of X. Notation 2 A set can be described using set-builder notation. That is, a set can be described

More information

Automata Theory and Formal Grammars: Lecture 1

Automata Theory and Formal Grammars: Lecture 1 Automata Theory and Formal Grammars: Lecture 1 Sets, Languages, Logic Automata Theory and Formal Grammars: Lecture 1 p.1/72 Sets, Languages, Logic Today Course Overview Administrivia Sets Theory (Review?)

More information

Notation Index. gcd(a, b) (greatest common divisor) NT-16

Notation Index. gcd(a, b) (greatest common divisor) NT-16 Notation Index (for all) B A (all functions) B A = B A (all functions) SF-18 (n) k (falling factorial) SF-9 a R b (binary relation) C(n,k) = n! k! (n k)! (binomial coefficient) SF-9 n! (n factorial) SF-9

More information

CS 514, Mathematics for Computer Science Mid-semester Exam, Autumn 2017 Department of Computer Science and Engineering IIT Guwahati

CS 514, Mathematics for Computer Science Mid-semester Exam, Autumn 2017 Department of Computer Science and Engineering IIT Guwahati CS 514, Mathematics for Computer Science Mid-semester Exam, Autumn 2017 Department of Computer Science and Engineering IIT Guwahati Important 1. No questions about the paper will be entertained during

More information

Section 0. Sets and Relations

Section 0. Sets and Relations 0. Sets and Relations 1 Section 0. Sets and Relations NOTE. Mathematics is the study of ideas, not of numbers!!! The idea from modern algebra which is the focus of most of this class is that of a group

More information

A Semester Course in Basic Abstract Algebra

A Semester Course in Basic Abstract Algebra A Semester Course in Basic Abstract Algebra Marcel B. Finan Arkansas Tech University c All Rights Reserved December 29, 2011 1 PREFACE This book is an introduction to abstract algebra course for undergraduates

More information

FOUNDATIONS & PROOF LECTURE NOTES by Dr Lynne Walling

FOUNDATIONS & PROOF LECTURE NOTES by Dr Lynne Walling FOUNDATIONS & PROOF LECTURE NOTES by Dr Lynne Walling Note: You are expected to spend 3-4 hours per week working on this course outside of the lectures and tutorials. In this time you are expected to review

More information

Introduction to Proofs

Introduction to Proofs Introduction to Proofs Notes by Dr. Lynne H. Walling and Dr. Steffi Zegowitz September 018 The Introduction to Proofs course is organised into the following nine sections. 1. Introduction: sets and functions

More information

RED. Name: Instructor: Pace Nielsen Math 290 Section 1: Winter 2014 Final Exam

RED. Name: Instructor: Pace Nielsen Math 290 Section 1: Winter 2014 Final Exam RED Name: Instructor: Pace Nielsen Math 290 Section 1: Winter 2014 Final Exam Note that the first 10 questions are true-false. Mark A for true, B for false. Questions 11 through 20 are multiple choice

More information

Math 4603: Advanced Calculus I, Summer 2016 University of Minnesota Notes on Cardinality of Sets

Math 4603: Advanced Calculus I, Summer 2016 University of Minnesota Notes on Cardinality of Sets Math 4603: Advanced Calculus I, Summer 2016 University of Minnesota Notes on Cardinality of Sets Introduction In this short article, we will describe some basic notions on cardinality of sets. Given two

More information

Chapter Summary. Sets (2.1) Set Operations (2.2) Functions (2.3) Sequences and Summations (2.4) Cardinality of Sets (2.5) Matrices (2.

Chapter Summary. Sets (2.1) Set Operations (2.2) Functions (2.3) Sequences and Summations (2.4) Cardinality of Sets (2.5) Matrices (2. Chapter 2 Chapter Summary Sets (2.1) Set Operations (2.2) Functions (2.3) Sequences and Summations (2.4) Cardinality of Sets (2.5) Matrices (2.6) Section 2.1 Section Summary Definition of sets Describing

More information

Discrete Mathematics

Discrete Mathematics Discrete Mathematics Dr. Thomas Baird January 7, 2013 Contents 1 Logic 2 1.1 Statements.................................... 2 1.1.1 And, Or, Not.............................. 2 1.1.2 Implication...............................

More information

1.4 Cardinality. Tom Lewis. Fall Term Tom Lewis () 1.4 Cardinality Fall Term / 9

1.4 Cardinality. Tom Lewis. Fall Term Tom Lewis () 1.4 Cardinality Fall Term / 9 1.4 Cardinality Tom Lewis Fall Term 2006 Tom Lewis () 1.4 Cardinality Fall Term 2006 1 / 9 Outline 1 Functions 2 Cardinality 3 Cantor s theorem Tom Lewis () 1.4 Cardinality Fall Term 2006 2 / 9 Functions

More information

Mathematics Review for Business PhD Students Lecture Notes

Mathematics Review for Business PhD Students Lecture Notes Mathematics Review for Business PhD Students Lecture Notes Anthony M. Marino Department of Finance and Business Economics Marshall School of Business University of Southern California Los Angeles, CA 90089-0804

More information

HANDOUT AND SET THEORY. Ariyadi Wijaya

HANDOUT AND SET THEORY. Ariyadi Wijaya HANDOUT LOGIC AND SET THEORY Ariyadi Wijaya Mathematics Education Department Faculty of Mathematics and Natural Science Yogyakarta State University 2009 1 Mathematics Education Department Faculty of Mathematics

More information

CSE 1400 Applied Discrete Mathematics Proofs

CSE 1400 Applied Discrete Mathematics Proofs CSE 1400 Applied Discrete Mathematics Proofs Department of Computer Sciences College of Engineering Florida Tech Fall 2011 Axioms 1 Logical Axioms 2 Models 2 Number Theory 3 Graph Theory 4 Set Theory 4

More information

Review Problems for Midterm Exam II MTH 299 Spring n(n + 1) 2. = 1. So assume there is some k 1 for which

Review Problems for Midterm Exam II MTH 299 Spring n(n + 1) 2. = 1. So assume there is some k 1 for which Review Problems for Midterm Exam II MTH 99 Spring 014 1. Use induction to prove that for all n N. 1 + 3 + + + n(n + 1) = n(n + 1)(n + ) Solution: This statement is obviously true for n = 1 since 1()(3)

More information

Seminaar Abstrakte Wiskunde Seminar in Abstract Mathematics Lecture notes in progress (27 March 2010)

Seminaar Abstrakte Wiskunde Seminar in Abstract Mathematics Lecture notes in progress (27 March 2010) http://math.sun.ac.za/amsc/sam Seminaar Abstrakte Wiskunde Seminar in Abstract Mathematics 2009-2010 Lecture notes in progress (27 March 2010) Contents 2009 Semester I: Elements 5 1. Cartesian product

More information

Math 10850, fall 2017, University of Notre Dame

Math 10850, fall 2017, University of Notre Dame Math 10850, fall 2017, University of Notre Dame Notes on first exam September 22, 2017 The key facts The first midterm will be on Thursday, September 28, 6.15pm-7.45pm in Hayes-Healy 127. What you need

More information

Analysis 1. Lecture Notes 2013/2014. The original version of these Notes was written by. Vitali Liskevich

Analysis 1. Lecture Notes 2013/2014. The original version of these Notes was written by. Vitali Liskevich Analysis 1 Lecture Notes 2013/2014 The original version of these Notes was written by Vitali Liskevich followed by minor adjustments by many Successors, and presently taught by Misha Rudnev University

More information

Sets McGraw-Hill Education

Sets McGraw-Hill Education Sets A set is an unordered collection of objects. The objects in a set are called the elements, or members of the set. A set is said to contain its elements. The notation a A denotes that a is an element

More information

Contribution of Problems

Contribution of Problems Exam topics 1. Basic structures: sets, lists, functions (a) Sets { }: write all elements, or define by condition (b) Set operations: A B, A B, A\B, A c (c) Lists ( ): Cartesian product A B (d) Functions

More information

Chapter Summary. Sets The Language of Sets Set Operations Set Identities Functions Types of Functions Operations on Functions Computability

Chapter Summary. Sets The Language of Sets Set Operations Set Identities Functions Types of Functions Operations on Functions Computability Chapter 2 1 Chapter Summary Sets The Language of Sets Set Operations Set Identities Functions Types of Functions Operations on Functions Computability Sequences and Summations Types of Sequences Summation

More information

Functions and cardinality (solutions) sections A and F TA: Clive Newstead 6 th May 2014

Functions and cardinality (solutions) sections A and F TA: Clive Newstead 6 th May 2014 Functions and cardinality (solutions) 21-127 sections A and F TA: Clive Newstead 6 th May 2014 What follows is a somewhat hastily written collection of solutions for my review sheet. I have omitted some

More information

Sets and Functions. (As we will see, in describing a set the order in which elements are listed is irrelevant).

Sets and Functions. (As we will see, in describing a set the order in which elements are listed is irrelevant). Sets and Functions 1. The language of sets Informally, a set is any collection of objects. The objects may be mathematical objects such as numbers, functions and even sets, or letters or symbols of any

More information

Name (please print) Mathematics Final Examination December 14, 2005 I. (4)

Name (please print) Mathematics Final Examination December 14, 2005 I. (4) Mathematics 513-00 Final Examination December 14, 005 I Use a direct argument to prove the following implication: The product of two odd integers is odd Let m and n be two odd integers Since they are odd,

More information

MATH 220 (all sections) Homework #12 not to be turned in posted Friday, November 24, 2017

MATH 220 (all sections) Homework #12 not to be turned in posted Friday, November 24, 2017 MATH 220 (all sections) Homework #12 not to be turned in posted Friday, November 24, 2017 Definition: A set A is finite if there exists a nonnegative integer c such that there exists a bijection from A

More information

Sets. We discuss an informal (naive) set theory as needed in Computer Science. It was introduced by G. Cantor in the second half of the nineteenth

Sets. We discuss an informal (naive) set theory as needed in Computer Science. It was introduced by G. Cantor in the second half of the nineteenth Sets We discuss an informal (naive) set theory as needed in Computer Science. It was introduced by G. Cantor in the second half of the nineteenth century. Most students have seen sets before. This is intended

More information

Set theory. Math 304 Spring 2007

Set theory. Math 304 Spring 2007 Math 304 Spring 2007 Set theory Contents 1. Sets 2 1.1. Objects and set formation 2 1.2. Unions and intersections 3 1.3. Differences 4 1.4. Power sets 4 1.5. Ordered pairs and binary,amscdcartesian products

More information

CS2742 midterm test 2 study sheet. Boolean circuits: Predicate logic:

CS2742 midterm test 2 study sheet. Boolean circuits: Predicate logic: x NOT ~x x y AND x /\ y x y OR x \/ y Figure 1: Types of gates in a digital circuit. CS2742 midterm test 2 study sheet Boolean circuits: Boolean circuits is a generalization of Boolean formulas in which

More information

Automata and Languages

Automata and Languages Automata and Languages Prof. Mohamed Hamada Software Engineering Lab. The University of Aizu Japan Mathematical Background Mathematical Background Sets Relations Functions Graphs Proof techniques Sets

More information

18.S097 Introduction to Proofs IAP 2015 Lecture Notes 1 (1/5/2015)

18.S097 Introduction to Proofs IAP 2015 Lecture Notes 1 (1/5/2015) 18.S097 Introduction to Proofs IAP 2015 Lecture Notes 1 (1/5/2015) 1. Introduction The goal for this course is to provide a quick, and hopefully somewhat gentle, introduction to the task of formulating

More information

Packet #2: Set Theory & Predicate Calculus. Applied Discrete Mathematics

Packet #2: Set Theory & Predicate Calculus. Applied Discrete Mathematics CSC 224/226 Notes Packet #2: Set Theory & Predicate Calculus Barnes Packet #2: Set Theory & Predicate Calculus Applied Discrete Mathematics Table of Contents Full Adder Information Page 1 Predicate Calculus

More information

Topology. Xiaolong Han. Department of Mathematics, California State University, Northridge, CA 91330, USA address:

Topology. Xiaolong Han. Department of Mathematics, California State University, Northridge, CA 91330, USA  address: Topology Xiaolong Han Department of Mathematics, California State University, Northridge, CA 91330, USA E-mail address: Xiaolong.Han@csun.edu Remark. You are entitled to a reward of 1 point toward a homework

More information

0 Logical Background. 0.1 Sets

0 Logical Background. 0.1 Sets 0 Logical Background 0.1 Sets In this course we will use the term set to simply mean a collection of things which have a common property such as the totality of positive integers or the collection of points

More information

MAT115A-21 COMPLETE LECTURE NOTES

MAT115A-21 COMPLETE LECTURE NOTES MAT115A-21 COMPLETE LECTURE NOTES NATHANIEL GALLUP 1. Introduction Number theory begins as the study of the natural numbers the integers N = {1, 2, 3,...}, Z = { 3, 2, 1, 0, 1, 2, 3,...}, and sometimes

More information

POL502: Foundations. Kosuke Imai Department of Politics, Princeton University. October 10, 2005

POL502: Foundations. Kosuke Imai Department of Politics, Princeton University. October 10, 2005 POL502: Foundations Kosuke Imai Department of Politics, Princeton University October 10, 2005 Our first task is to develop the foundations that are necessary for the materials covered in this course. 1

More information

Set Basics. P. Danziger

Set Basics. P. Danziger - 5 Set Basics P. Danziger 1 Set Basics Definition 1 (Cantor) A set is a collection into a whole of definite and separate objects of our intuition or thought. (Russell) Such that given an object x and

More information

Discussion Summary 10/16/2018

Discussion Summary 10/16/2018 Discussion Summary 10/16/018 1 Quiz 4 1.1 Q1 Let r R and r > 1. Prove the following by induction for every n N, assuming that 0 N as in the book. r 1 + r + r 3 + + r n = rn+1 r r 1 Proof. Let S n = Σ n

More information

Foundations Revision Notes

Foundations Revision Notes oundations Revision Notes hese notes are designed as an aid not a substitute for revision. A lot of proofs have not been included because you should have them in your notes, should you need them. Also,

More information

MATH FINAL EXAM REVIEW HINTS

MATH FINAL EXAM REVIEW HINTS MATH 109 - FINAL EXAM REVIEW HINTS Answer: Answer: 1. Cardinality (1) Let a < b be two real numbers and define f : (0, 1) (a, b) by f(t) = (1 t)a + tb. (a) Prove that f is a bijection. (b) Prove that any

More information

2.2 Lowenheim-Skolem-Tarski theorems

2.2 Lowenheim-Skolem-Tarski theorems Logic SEP: Day 1 July 15, 2013 1 Some references Syllabus: http://www.math.wisc.edu/graduate/guide-qe Previous years qualifying exams: http://www.math.wisc.edu/ miller/old/qual/index.html Miller s Moore

More information

Set theory. Math 3040 Spring 2011

Set theory. Math 3040 Spring 2011 Math 3040 Spring 2011 Set theory Contents 1. Sets 1 1.1. Objects and set formation 1 1.2. Intersections and Unions 2 1.3. Differences 3 1.4. Power sets 4 1.5. Ordered pairs and binary cartesian products

More information

0 Sets and Induction. Sets

0 Sets and Induction. Sets 0 Sets and Induction Sets A set is an unordered collection of objects, called elements or members of the set. A set is said to contain its elements. We write a A to denote that a is an element of the set

More information

Chapter 2 - Basics Structures MATH 213. Chapter 2: Basic Structures. Dr. Eric Bancroft. Fall Dr. Eric Bancroft MATH 213 Fall / 60

Chapter 2 - Basics Structures MATH 213. Chapter 2: Basic Structures. Dr. Eric Bancroft. Fall Dr. Eric Bancroft MATH 213 Fall / 60 MATH 213 Chapter 2: Basic Structures Dr. Eric Bancroft Fall 2013 Dr. Eric Bancroft MATH 213 Fall 2013 1 / 60 Chapter 2 - Basics Structures 2.1 - Sets 2.2 - Set Operations 2.3 - Functions 2.4 - Sequences

More information

Math 13, Spring 2013, Lecture B: Midterm

Math 13, Spring 2013, Lecture B: Midterm Math 13, Spring 2013, Lecture B: Midterm Name Signature UCI ID # E-mail address Each numbered problem is worth 12 points, for a total of 84 points. Present your work, especially proofs, as clearly as possible.

More information

Sets are one of the basic building blocks for the types of objects considered in discrete mathematics.

Sets are one of the basic building blocks for the types of objects considered in discrete mathematics. Section 2.1 Introduction Sets are one of the basic building blocks for the types of objects considered in discrete mathematics. Important for counting. Programming languages have set operations. Set theory

More information

SETS AND FUNCTIONS JOSHUA BALLEW

SETS AND FUNCTIONS JOSHUA BALLEW SETS AND FUNCTIONS JOSHUA BALLEW 1. Sets As a review, we begin by considering a naive look at set theory. For our purposes, we define a set as a collection of objects. Except for certain sets like N, Z,

More information

Topics in Logic and Proofs

Topics in Logic and Proofs Chapter 2 Topics in Logic and Proofs Some mathematical statements carry a logical value of being true or false, while some do not. For example, the statement 4 + 5 = 9 is true, whereas the statement 2

More information

CSE 20 DISCRETE MATH. Winter

CSE 20 DISCRETE MATH. Winter CSE 20 DISCRETE MATH Winter 2017 http://cseweb.ucsd.edu/classes/wi17/cse20-ab/ Today's learning goals Evaluate which proof technique(s) is appropriate for a given proposition Direct proof Proofs by contraposition

More information

Lecture Notes on DISCRETE MATHEMATICS. Eusebius Doedel

Lecture Notes on DISCRETE MATHEMATICS. Eusebius Doedel Lecture Notes on DISCRETE MATHEMATICS Eusebius Doedel c Eusebius J. Doedel, 009 Contents Logic. Introduction............................................................................... Basic logical

More information

Cartesian Products and Relations

Cartesian Products and Relations Cartesian Products and Relations Definition (Cartesian product) If A and B are sets, the Cartesian product of A and B is the set A B = {(a, b) : (a A) and (b B)}. The following points are worth special

More information

Logic and Mathematics:

Logic and Mathematics: Logic and Mathematics: Mathematicians in Schools Program Lashi Bandara Mathematical Sciences Institute, Australian National University April 21, 2011 Contents 1 Russell s Paradox 1 2 Propositional Logic

More information

Discrete Mathematics & Mathematical Reasoning Predicates, Quantifiers and Proof Techniques

Discrete Mathematics & Mathematical Reasoning Predicates, Quantifiers and Proof Techniques Discrete Mathematics & Mathematical Reasoning Predicates, Quantifiers and Proof Techniques Colin Stirling Informatics Some slides based on ones by Myrto Arapinis Colin Stirling (Informatics) Discrete Mathematics

More information

Chapter 2 - Basics Structures

Chapter 2 - Basics Structures Chapter 2 - Basics Structures 2.1 - Sets Definitions and Notation Definition 1 (Set). A set is an of. These are called the or of the set. We ll typically use uppercase letters to denote sets: S, A, B,...

More information

MATH 13 FINAL EXAM SOLUTIONS

MATH 13 FINAL EXAM SOLUTIONS MATH 13 FINAL EXAM SOLUTIONS WINTER 2014 Problem 1 (15 points). For each statement below, circle T or F according to whether the statement is true or false. You do NOT need to justify your answers. T F

More information

Automata Theory for Presburger Arithmetic Logic

Automata Theory for Presburger Arithmetic Logic Automata Theory for Presburger Arithmetic Logic References from Introduction to Automata Theory, Languages & Computation and Constraints in Computational Logic Theory & Application Presented by Masood

More information

1. Foundations of Numerics from Advanced Mathematics. Mathematical Essentials and Notation

1. Foundations of Numerics from Advanced Mathematics. Mathematical Essentials and Notation 1. Foundations of Numerics from Advanced Mathematics Mathematical Essentials and Notation Mathematical Essentials and Notation, October 22, 2012 1 The main purpose of this first chapter (about 4 lectures)

More information

Contents Propositional Logic: Proofs from Axioms and Inference Rules

Contents Propositional Logic: Proofs from Axioms and Inference Rules Contents 1 Propositional Logic: Proofs from Axioms and Inference Rules... 1 1.1 Introduction... 1 1.1.1 An Example Demonstrating the Use of Logic in Real Life... 2 1.2 The Pure Propositional Calculus...

More information

Chapter VI. Relations. Assumptions are the termites of relationships. Henry Winkler

Chapter VI. Relations. Assumptions are the termites of relationships. Henry Winkler Chapter VI Relations Assumptions are the termites of relationships. Henry Winkler Studying relationships between objects can yield important information about the objects themselves. In the real numbers,

More information

Discrete Mathematics: Lectures 6 and 7 Sets, Relations, Functions and Counting Instructor: Arijit Bishnu Date: August 4 and 6, 2009

Discrete Mathematics: Lectures 6 and 7 Sets, Relations, Functions and Counting Instructor: Arijit Bishnu Date: August 4 and 6, 2009 Discrete Mathematics: Lectures 6 and 7 Sets, Relations, Functions and Counting Instructor: Arijit Bishnu Date: August 4 and 6, 2009 Our main goal is here is to do counting using functions. For that, we

More information

9 FUNCTIONS. 9.1 The Definition of Function. c Dr Oksana Shatalov, Fall

9 FUNCTIONS. 9.1 The Definition of Function. c Dr Oksana Shatalov, Fall c Dr Oksana Shatalov, Fall 2018 1 9 FUNCTIONS 9.1 The Definition of Function DEFINITION 1. Let X and Y be nonempty sets. A function f from the set X to the set Y is a correspondence that assigns to each

More information

5 FUNCTIONS. 5.1 Definition and Basic Properties. c Dr Oksana Shatalov, Fall

5 FUNCTIONS. 5.1 Definition and Basic Properties. c Dr Oksana Shatalov, Fall c Dr Oksana Shatalov, Fall 2017 1 5 FUNCTIONS 5.1 Definition and Basic Properties DEFINITION 1. Let A and B be nonempty sets. A function f from the set A to the set B is a correspondence that assigns to

More information

Foundations of Mathematics

Foundations of Mathematics Foundations of Mathematics L. Brian Lawrence Department of Mathematics George Mason University Fairfax, VA 22030 4444 U.S.A. e mail: blawrenc@mail.gmu.edu January 1, 2007 Preface This set of notes is an

More information

With Question/Answer Animations. Chapter 2

With Question/Answer Animations. Chapter 2 With Question/Answer Animations Chapter 2 Chapter Summary Sets The Language of Sets Set Operations Set Identities Functions Types of Functions Operations on Functions Sequences and Summations Types of

More information

5 Set Operations, Functions, and Counting

5 Set Operations, Functions, and Counting 5 Set Operations, Functions, and Counting Let N denote the positive integers, N 0 := N {0} be the non-negative integers and Z = N 0 ( N) the positive and negative integers including 0, Q the rational numbers,

More information

CSCE 222 Discrete Structures for Computing. Review for Exam 1. Dr. Hyunyoung Lee !!!

CSCE 222 Discrete Structures for Computing. Review for Exam 1. Dr. Hyunyoung Lee !!! CSCE 222 Discrete Structures for Computing Review for Exam 1 Dr. Hyunyoung Lee 1 Topics Propositional Logic (Sections 1.1, 1.2 and 1.3) Predicate Logic (Sections 1.4 and 1.5) Rules of Inferences and Proofs

More information

1.1 Language and Logic

1.1 Language and Logic c Oksana Shatalov, Fall 2017 1 1.1 Language and Logic Mathematical Statements DEFINITION 1. A proposition is any declarative sentence (i.e. it has both a subject and a verb) that is either true or false,

More information

Foundations of Mathematics

Foundations of Mathematics Foundations of Mathematics L. Pedro Poitevin 1. Preliminaries 1.1. Sets We will naively think of a set as a collection of mathematical objects, called its elements or members. To indicate that an object

More information

Contribution of Problems

Contribution of Problems Exam topics 1. Basic structures: sets, lists, functions (a) Sets { }: write all elements, or define by condition (b) Set operations: A B, A B, A\B, A c (c) Lists ( ): Cartesian product A B (d) Functions

More information

Today s Topics. Methods of proof Relationships to logical equivalences. Important definitions Relationships to sets, relations Special functions

Today s Topics. Methods of proof Relationships to logical equivalences. Important definitions Relationships to sets, relations Special functions Today s Topics Set identities Methods of proof Relationships to logical equivalences Functions Important definitions Relationships to sets, relations Special functions Set identities help us manipulate

More information

Foundations of Mathematics Worksheet 2

Foundations of Mathematics Worksheet 2 Foundations of Mathematics Worksheet 2 L. Pedro Poitevin June 24, 2007 1. What are the atomic truth assignments on {a 1,..., a n } that satisfy: (a) The proposition p = ((a 1 a 2 ) (a 2 a 3 ) (a n 1 a

More information

1 Take-home exam and final exam study guide

1 Take-home exam and final exam study guide Math 215 - Introduction to Advanced Mathematics Fall 2013 1 Take-home exam and final exam study guide 1.1 Problems The following are some problems, some of which will appear on the final exam. 1.1.1 Number

More information

Numbers, sets, and functions

Numbers, sets, and functions Chapter 1 Numbers, sets, and functions 1.1. The natural numbers, integers, and rational numbers We assume that you are familiar with the set of natural numbers the set of integers and the set of rational

More information

The following techniques for methods of proofs are discussed in our text: - Vacuous proof - Trivial proof

The following techniques for methods of proofs are discussed in our text: - Vacuous proof - Trivial proof Ch. 1.6 Introduction to Proofs The following techniques for methods of proofs are discussed in our text - Vacuous proof - Trivial proof - Direct proof - Indirect proof (our book calls this by contraposition)

More information

Mathematical Preliminaries. Sipser pages 1-28

Mathematical Preliminaries. Sipser pages 1-28 Mathematical Preliminaries Sipser pages 1-28 Mathematical Preliminaries This course is about the fundamental capabilities and limitations of computers. It has 3 parts 1. Automata Models of computation

More information

Theorem. For every positive integer n, the sum of the positive integers from 1 to n is n(n+1)

Theorem. For every positive integer n, the sum of the positive integers from 1 to n is n(n+1) Week 1: Logic Lecture 1, 8/1 (Sections 1.1 and 1.3) Examples of theorems and proofs Theorem (Pythagoras). Let ABC be a right triangle, with legs of lengths a and b, and hypotenuse of length c. Then a +

More information

Discrete Mathematics. Benny George K. September 22, 2011

Discrete Mathematics. Benny George K. September 22, 2011 Discrete Mathematics Benny George K Department of Computer Science and Engineering Indian Institute of Technology Guwahati ben@iitg.ernet.in September 22, 2011 Set Theory Elementary Concepts Let A and

More information

1 Partitions and Equivalence Relations

1 Partitions and Equivalence Relations Today we re going to talk about partitions of sets, equivalence relations and how they are equivalent. Then we are going to talk about the size of a set and will see our first example of a diagonalisation

More information

1.1 Language and Logic

1.1 Language and Logic c Oksana Shatalov, Spring 2018 1 1.1 Language and Logic Mathematical Statements DEFINITION 1. A proposition is any declarative sentence (i.e. it has both a subject and a verb) that is either true or false,

More information

MATH 363: Discrete Mathematics

MATH 363: Discrete Mathematics MATH 363: Discrete Mathematics Learning Objectives by topic The levels of learning for this class are classified as follows. 1. Basic Knowledge: To recall and memorize - Assess by direct questions. The

More information

Lecture Notes on Discrete Mathematics. October 15, 2018 DRAFT

Lecture Notes on Discrete Mathematics. October 15, 2018 DRAFT Lecture Notes on Discrete Mathematics October 15, 2018 2 Contents 1 Basic Set Theory 5 1.1 Basic Set Theory....................................... 5 1.1.1 Union and Intersection of Sets...........................

More information

LECTURE NOTES DISCRETE MATHEMATICS. Eusebius Doedel

LECTURE NOTES DISCRETE MATHEMATICS. Eusebius Doedel LECTURE NOTES on DISCRETE MATHEMATICS Eusebius Doedel 1 LOGIC Introduction. First we introduce some basic concepts needed in our discussion of logic. These will be covered in more detail later. A set is

More information

Math 300: Final Exam Practice Solutions

Math 300: Final Exam Practice Solutions Math 300: Final Exam Practice Solutions 1 Let A be the set of all real numbers which are zeros of polynomials with integer coefficients: A := {α R there exists p(x) = a n x n + + a 1 x + a 0 with all a

More information

Mathematical Reasoning & Proofs

Mathematical Reasoning & Proofs Mathematical Reasoning & Proofs MAT 1362 Fall 2018 Alistair Savage Department of Mathematics and Statistics University of Ottawa This work is licensed under a Creative Commons Attribution-ShareAlike 4.0

More information

Department of Computer Science University at Albany, State University of New York Solutions to Sample Discrete Mathematics Examination II (Fall 2007)

Department of Computer Science University at Albany, State University of New York Solutions to Sample Discrete Mathematics Examination II (Fall 2007) Department of Computer Science University at Albany, State University of New York Solutions to Sample Discrete Mathematics Examination II (Fall 2007) Problem 1: Specify two different predicates P (x) and

More information

MAT 243 Test 1 SOLUTIONS, FORM A

MAT 243 Test 1 SOLUTIONS, FORM A t MAT 243 Test 1 SOLUTIONS, FORM A 1. [10 points] Rewrite the statement below in positive form (i.e., so that all negation symbols immediately precede a predicate). ( x IR)( y IR)((T (x, y) Q(x, y)) R(x,

More information

MATH1240 Definitions and Theorems

MATH1240 Definitions and Theorems MATH1240 Definitions and Theorems 1 Fundamental Principles of Counting For an integer n 0, n factorial (denoted n!) is defined by 0! = 1, n! = (n)(n 1)(n 2) (3)(2)(1), for n 1. Given a collection of n

More information