CS70: Discrete Math and Probability. Slides adopted from Satish Rao, CS70 Spring 2016 June 20, 2016

Similar documents
Discrete Mathematics & Mathematical Reasoning Predicates, Quantifiers and Proof Techniques

CS Module 1. Ben Harsha Apr 12, 2017

Midterm Exam Solution

Tools for reasoning: Logic. Ch. 1: Introduction to Propositional Logic Truth values, truth tables Boolean logic: Implications:

Predicate Logic & Quantification

cse 311: foundations of computing Fall 2015 Lecture 6: Predicate Logic, Logical Inference

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

1. Consider the conditional E = p q r. Use de Morgan s laws to write simplified versions of the following : The negation of E : 5 points

MATH 341, Section 001 FALL 2014 Introduction to the Language and Practice of Mathematics

Course Staff. Textbook

ICS141: Discrete Mathematics for Computer Science I

n logical not (negation) n logical or (disjunction) n logical and (conjunction) n logical exclusive or n logical implication (conditional)

ICS141: Discrete Mathematics for Computer Science I

Discrete Structures for Computer Science

For all For every For each For any There exists at least one There exists There is Some

MAT2345 Discrete Math

PROBLEM SET 3: PROOF TECHNIQUES

2/2/2018. CS 103 Discrete Structures. Chapter 1. Propositional Logic. Chapter 1.1. Propositional Logic

Practice Midterm Exam Solutions

Math.3336: Discrete Mathematics. Mathematical Induction

Example ( x.(p(x) Q(x))) ( x.p(x) x.q(x)) premise. 2. ( x.(p(x) Q(x))) -elim, 1 3. ( x.p(x) x.q(x)) -elim, x. P(x) x.

CS 340: Discrete Structures for Engineers

Discrete Mathematics and Probability Theory Spring 2016 Rao and Walrand Note 1

Discrete Mathematics and Probability Theory Fall 2012 Vazirani Note 1

Introducing Proof 1. hsn.uk.net. Contents

Implications. Reading: EC 1.5. Peter J. Haas. INFO 150 Fall Semester Lecture 5 1/ 17

FOUNDATION OF COMPUTER SCIENCE ETCS-203

1.1 Language and Logic

CS1800 Discrete Structures Spring 2018 February CS1800 Discrete Structures Midterm Version A

1 Propositional Logic

Section A (not in the text) Which of the following are statements? Explain. 3. The President of the United States in 2089 will be a woman.

CS173 Lecture B, September 10, 2015

Some Review Problems for Exam 1: Solutions

CS70 is a course about on Discrete Mathematics for Computer Scientists. The purpose of the course is to teach you about:

Welcome to MAT 137! Course website:

Math.3336: Discrete Mathematics. Nested Quantifiers/Rules of Inference

Math 3336: Discrete Mathematics Practice Problems for Exam I

CS 70 Discrete Mathematics and Probability Theory Fall 2016 Seshia and Walrand Midterm 1 Solutions

Discrete Mathematics and Probability Theory Spring 2014 Anant Sahai Note 1

CSC165 Mathematical Expression and Reasoning for Computer Science

Introduction Propositional Logic

Solutions to Exercises (Sections )

Math.3336: Discrete Mathematics. Proof Methods and Strategy

Propositional Logic: Equivalence

Announcements. CS311H: Discrete Mathematics. Propositional Logic II. Inverse of an Implication. Converse of a Implication

CSE 311 Lecture 28: Undecidability of the Halting Problem. Emina Torlak and Kevin Zatloukal

Chapter 2. Reasoning and Proof

Logic and Propositional Calculus

Show Your Work! Point values are in square brackets. There are 35 points possible. Tables of tautologies and contradictions are on the last page.

We last time we began introducing equivalency laws.

Math.3336: Discrete Mathematics. Nested Quantifiers

Chapter 1: Formal Logic

Math 10850, fall 2017, University of Notre Dame

Chapter 2: The Logic of Quantified Statements. January 22, 2010

Topics in Logic and Proofs

Quantifiers. Alice E. Fischer. CSCI 1166 Discrete Mathematics for Computing February, 2018

x P(x) x P(x) CSE 311: Foundations of Computing announcements last time: quantifiers, review: logical Inference Fall 2013 Lecture 7: Proofs

Lecture Notes on DISCRETE MATHEMATICS. Eusebius Doedel

Math 230 Final Exam, Spring 2008

Math Fundamentals of Higher Math

1. Given the public RSA encryption key (e, n) = (5, 35), find the corresponding decryption key (d, n).

LECTURE NOTES DISCRETE MATHEMATICS. Eusebius Doedel

Lecture Notes 1 Basic Concepts of Mathematics MATH 352

Chapter 4, Logic using Propositional Calculus Handout

Recitation Week 3. Taylor Spangler. January 23, 2012

Mat 243 Exam 1 Review

Propositional Logic Not Enough

EECS 1028 M: Discrete Mathematics for Engineers

MATH 2200 Final LC Review

Announcements. Read Section 2.1 (Sets), 2.2 (Set Operations) and 5.1 (Mathematical Induction) Existence Proofs. Non-constructive

Announcement. Homework 1

CSE 311: Foundations of Computing I. Lecture 1: Propositional Logic

CSE 20. Final Review. CSE 20: Final Review

III. Elementary Logic

CS 250/251 Discrete Structures I and II Section 005 Fall/Winter Professor York

Proof by contrapositive, contradiction

Announcements. Problem Set 1 out. Checkpoint due Monday, September 30. Remaining problems due Friday, October 4.

8. Given a rational number r, prove that there exist coprime integers p and q, with q 0, so that r = p q. . For all n N, f n = an b n 2

(1) Which of the following are propositions? If it is a proposition, determine its truth value: A propositional function, but not a proposition.

Homework assignment 1: Solutions

Discrete Mathematics and Its Applications

Exam Practice Problems

CSC165. Larry Zhang, September 23, 2014

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

1. Prove that the number cannot be represented as a 2 +3b 2 for any integers a and b. (Hint: Consider the remainder mod 3).

MATH 22 INFERENCE & QUANTIFICATION. Lecture F: 9/18/2003

LECTURE NOTES DISCRETE MATHEMATICS. Eusebius Doedel

KS MATEMATIKA DISKRIT (DISCRETE MATHEMATICS ) RULES OF INFERENCE. Discrete Math Team

Compound Propositions

Question 1 (a). Explain different logical connectives with the help of examples. Ans: Logical Connectivity:-

Argument. whenever all the assumptions are true, then the conclusion is true. If today is Wednesday, then yesterday is Tuesday. Today is Wednesday.

CPSC 121: Models of Computation. Module 6: Rewriting predicate logic statements

CPSC 121: Models of Computation

University of Illinois at Chicago Department of Computer Science. Final Examination. CS 151 Mathematical Foundations of Computer Science Fall 2012

Discrete Mathematics Exam File Spring Exam #1

Unit 1. Propositional Logic Reading do all quick-checks Propositional Logic: Ch. 2.intro, 2.2, 2.3, 2.4. Review 2.9

CSE 240 Logic and Discrete Mathematics

Logic and Propositional Calculus

Topic 1: Propositional logic

A. Propositional Logic

Transcription:

CS70: Discrete Math and Probability Slides adopted from Satish Rao, CS70 Spring 2016 June 20, 2016

Introduction Programming Computers Superpower! What are your super powerful programs doing? Logic and Proofs! Induction Recursion. What can computers do? Work with discrete objects. Discrete Math = immense application. Computers learn and interact with the world? E.g. machine learning, data analysis. Probability! See note 1, for more discussion. 1

Admin. Course Webpage: www.eecs70.org Explains policies, has homework/discussion worksheets, slides, exam dates, etc. Questions = piazza: piazza.com/berkeley/summer2016/cs70 Assessment: Homework: 20% Midterm 1 (07/08): 20% Midterm 2 (07/29): 20% Final (08/12): 35% Quiz: 4% Sundry: 1% Conflicts? Piazza pinned post. 2

Learning tips Take homework seriously! Go to homework parties, study groups VERY fast paced, start early Use piazza, help each other out Questions? 3

Staffs 3 Co-Instructors 4

Fan Ye Just graduated, from Berkeley Been TA for CS70 for two semesters Will start working at Google as a software engineer on September Enjoy climbing, badminton, boxing, also like to watch movies and games Recently I m climbing... the ladder of league of legends ranking system... Office hours: Monday 10-11, Tuesday 11-12 in Soda 611 or by appointment 5

David Dinh Email: dinh@cs.berkeley.edu Office Hours: M/W 3:30-5:00 (right after lecture) in 606 Soda I just finished my first year of grad school. My research interests are numerical algorithms and complexity theory - essentially, I work on making faster algorithms for doing things like solving equations, factoring matrices, etc. (and proving that they run fast!), as well as showing that there are limits on how fast we can make these algorithms. Also did my undergrad here at Cal - CS70 was by far my favorite lower-div. Fun fact: I like to make ice cream. 6

Alex Psomas Not here today. Tomorrow lecture 7

Staffs 3 Co-Instructors 12 awesome and talented TAs. 8

Wason s experiment:1 Suppose we have four cards on a table: 1st about Alice, 2nd about Bob, 3rd Charlie, 4th Donna. Card contains person s destination on one side, and mode of travel. Consider the theory: If a person travels to Chicago, he/she flies. Suppose you see that Alice went to Baltimore, Bob drove, Charlie went to Chicago, and Donna flew. Alice Bob Charlie Donna Baltimore drove Chicago flew Which cards do you need to flip to test the theory? Answer: Later. 9

CS70: Lecture 1. Outline. Today: Note 1. Note 0 is background. Do read/skim it. The language of proofs! 1. Propositions. 2. Propositional Forms. 3. Implication. 4. Truth Tables 5. Quantifiers 6. More De Morgan s Laws 10

Propositions: Statements that are true or false. 2 is irrational Proposition True 2+2 = 4 Proposition True 2+2 = 3 Proposition False 826th digit of pi is 4 Proposition False Stephen Curry is a good player. Not a Proposition All evens > 2 are sums of 2 primes Proposition False 4 + 5 Not a Proposition. x + x Not a Proposition. Alice travelled to Chicago Proposition. False Again: value of a proposition is... True or False 11

Propositional Forms. Put propositions together to make another... Conjunction ( and ): P Q P Q is True when both P and Q are True. Else False. Disjunction ( or ): P Q P Q is True when at least one P or Q is True. Else False. Negation ( not ): P P is True when P is False. Else False. Examples: (2 + 2 = 4) a proposition that is... False 2 + 2 = 3 2 + 2 = 4 a proposition that is... False 2 + 2 = 3 2 + 2 = 4 a proposition that is... True 12

Propositional Forms: quick check! P = 2 is rational Q = 826th digit of pi is 2 P is...false. Q is...true. P Q... False P Q... True P... True 13

Put them together.. Propositions: C 1 - Take class 1 C 2 - Take class 2... You can only take one of class 1, class 2 and one of class 3, class 4, or take both class 2, class 3 and take either class 5 or class 6, as long as you are not taking class 4 at the same time. Propositional Form: ((C 1 C 2 ) (C 3 C 4 )) ((C 2 C 3 ) (C 5 C 6 ) ( C 4 )) Can you take class 1? Can you take class 1 and class 5 together? This seems...complicated. We can program!!!!we need a way to keep track! 14

Truth Tables for Propositional Forms. P Q P Q T T T T F F F T F F F F Notice: and are commutative. P Q P Q T T T T F T F T T F F F One use for truth tables: Logical Equivalence of propositional forms! Example: (P Q) logically equivalent to P Q...because the two propositional forms have the same......truth Table! P Q (P Q) P Q T T F F T F F F F T F F F F T T DeMorgan s Law s for Negation: distribute and flip! (P Q) P Q (P Q) P Q 15

Distributive? P (Q R) (P Q) (P R)? Simplify: (T Q) Q, (F Q) F. Cases: P is True. LHS: T (Q R) (Q R). RHS: (T Q) (T R) (Q R). P is False. LHS: F (Q R) F. RHS: (F Q) (F R) (F F ) F. P (Q R) (P Q) (P R)? Simplify: T Q T, F Q Q. Foil 1: (A B) (C D) (A C) (A D) (B C) (B D)? Foil 2: (A B) (C D) (A C) (A D) (B C) (B D)? 16

Implication. P = Q interpreted as If P, then Q. True Statements: P, P = Q. Conclude: Q is true. Examples: Statement: If you stand in the rain, then you ll get wet. P = you stand in the rain Q = you will get wet Statement: Stand in the rain Can conclude: you ll get wet. Statement: If a right triangle has sidelengths a b c, then a 2 + b 2 = c 2. P = a right triangle has sidelengths a b c, Q = a 2 + b 2 = c 2. 17

Non-Consequences/consequences of Implication The statement P = Q only is False if P is True and Q is False. False implies nothing P False means Q can be True or False Anything implies true. P can be True or False when Q is True If chemical plant pollutes river, fish die. If fish die, did chemical plant pollute river? Not necessarily. P = Q and Q are True does not mean P is True Be careful! Instead we have: P = Q and P are True does mean Q is True. The chemical plant pollutes river. Can we conclude fish die? Some Fun: use propositional formulas to describe implication? ((P = Q) P) = Q. 18

Implication and English. P = Q If P, then Q. Q if P. Just reversing the order. P only if Q. Remember if P is true then Q must be true. this suggests that P can only be true if Q is true. since if Q is false P must have been false. P is sufficient for Q. This means that proving P allows you to conclude that Q is true. Q is necessary for P. For P to be true it is necessary that Q is true. Or if Q is false then we know that P is false. 19

Truth Table: implication. P Q P = Q T T T T F F F T T F F T P Q P Q T T T T F F F T T F F T P Q P = Q. These two propositional forms are logically equivalent! 20

Contrapositive, Converse Contrapositive of P = Q is Q = P. If the plant pollutes, fish die. If the fish don t die, the plant does not pollute. (contrapositive) If you stand in the rain, you get wet. If you did not stand in the rain, you did not get wet. (not contrapositive!) converse! If you did not get wet, you did not stand in the rain. (contrapositive.) Logically equivalent! Notation:. P = Q P Q ( Q) P Q = P. Converse of P = Q is Q = P. If fish die the plant pollutes. Not logically equivalent! Definition: If P = Q and Q = P is P if and only if Q or P Q. (Logically Equivalent:. ) 21

Variables. Propositions? n i=1 i = n(n+1) 2. x > 2 n is even and the sum of two primes No. They have a free variable. We call them predicates, e.g., Q(x) = x is even Same as boolean valued functions from 61A or 61AS! P(n) = n i=1 i = n(n+1) 2. R(x) = x > 2 G(n) = n is even and the sum of two primes Remember Wason s experiment! F (x) = Person x flew. C(x) = Person x went to Chicago C(x) = F (x). Theory from Wason s. If person x goes to Chicago then person x flew. Next: Statements about boolean valued functions!! 22

Quantifiers.. There exists quantifier: ( x S)(P(x)) means There exists an x in S where P(x) is true. For example: ( x N)(x = x 2 ) Equivalent to (0 = 0) (1 = 1) (2 = 4)... Much shorter to use a quantifier! For all quantifier; ( x S) (P(x)). means For all x in S, we have P(x) is True. Examples: Adding 1 makes a bigger number. ( x N) (x + 1 > x) the square of a number is always non-negative ( x N)(x 2 >= 0) Wait! What is N? 23

Quantifiers: universes. Proposition: For all natural numbers n, n i=1 i = n(n+1) 2. Proposition has universe: the natural numbers. Universe examples include.. N = {0,1,...} (natural numbers). Z = {..., 1,0,...} (integers) Z + (positive integers) R (real numbers) Any set: S = {Alice, Bob, Charlie, Donna}. See note 0 for more! 24

Back to: Wason s experiment:1 Theory: If a person travels to Chicago, he/she flies. Suppose you see that Alice went to Baltimore, Bob drove, Charlie went to Chicago, and Donna flew. Which cards do you need to flip to test the theory? P(x) = Person x went to Chicago. Q(x) = Person x flew Statement/theory: x {A,B,C,D},P(x) = Q(x) P(A) = False. Do we care about Q(A)? No. P(A) = Q(A), when P(A) is False, Q(A) can be anything. Q(B) = False. Do we care about P(B)? Yes. P(B) = Q(B) Q(B) = P(B). So P(Bob) must be False. P(C) = True. Do we care about P(C)? Yes. P(C) = Q(C) means Q(C) must be true. Q(D) = True. Do we care about P(D)? No. P(D) = Q(D) holds whatever P(D) is when Q(D) is true. Only have to turn over cards for Bob and Charlie. 25

More for all quantifiers examples. doubling a natural number always makes it larger ( x N) (2x > x) False Consider x = 0 Can fix statement... ( x N) (2x x) True Square of any natural number greater than 5 is greater than 25. ( x N)(x > 5 = x 2 > 25). Idea alert: Restrict domain using implication. Note that we may omit universe if clear from context. 26

Quantifiers..not commutative. In English: there is a natural number that is the square of every natural number. ( y N) ( x N) (y = x 2 ) False In English: the square of every natural number is a natural number. ( x N)( y N) (y = x 2 ) True 27

Quantifiers...negation...DeMorgan again. Consider ( x S)(P(x)), English: there is an x in S where P(x) does not hold. That is, ( x S)(P(x)) (x S)( P(x)). What we do in this course! We consider claims. Claim: ( x) P(x) For all inputs x the program works. For False, find x, where P(x). Counterexample. Bad input. Case that illustrates bug. For True : prove claim. Next lectures... 28

Negation of exists. Consider ( x S)(P(x)) English: means that for all x in S, P(x) does not hold. That is, ( x S)(P(x)) (x S) P(x). 29

Talk logically Theorem: No three positive integers a,b,c satisfy the equation a n + b n = c b for any integer n strictly larger than two. Which Theorem? Fermat s Last Theorem! How to express this theorem using propositions? ( n N); ( a,b,c N);(n 3 = a n + b n = c n ) Using implication to state edge case restrictions (for any integer strictly greater than two) DeMorgan Restatement: Theorem: ( n N) ( a,b,c N) (n 3 = a n + b n = c n ) 30

Summary. Propositions are statements that are true or false. Proprositional forms use,,. Propositional forms correspond to truth tables. Logical equivalence of forms means same truth tables. Implication: P = Q P Q. Contrapositive: Q = P Converse: Q = P Predicates: Statements with free variables. Quantifiers: x P(x), y Q(y) Now can state theorems! And disprove false ones! DeMorgans Laws: Flip and Distribute negation (P Q) ( P Q) x P(x) x P(x). x P(x) x P(x). Next Time: proofs! 31