Download presentation
Presentation is loading. Please wait.
Published byJulius Dickerson Modified over 8 years ago
1
1 Review for Quiz 1
2
2 Summations
3
3 Binomial expansion
4
Bounding sums Upper bound: Any sum is at most the number of terms times the maximum term – Example: 1+4+9+...+n 2 is at most n*n 2 = n 3 Lower bound: If the terms are non-negative, any sum is at least half the number of terms times the median term – Example: 1+4+9+...+n 2 is at least (n/2)*(n/2) 2 = n 3 /8 4
5
5 Proving (or disproving) p→q Counterexample (used to prove that p→q is false showing one particular choice of p that makes q false) Direct proof (p→p 1 →…→p n →q ) Contrapositive (prove that ~q→~p) Contradiction (assume p and ~q true, find a contradiction) Induction (prove base case + induction)
6
6 Induction proof using induction
Similar presentations
© 2024 SlidePlayer.com Inc.
All rights reserved.