Lecture Notes for CS 313H, Fall 2011

Size: px
Start display at page:

Download "Lecture Notes for CS 313H, Fall 2011"

Transcription

1 Lecture Notes for CS 313H, Fall 011 August 5. We start by examiig triagular umbers: T () = ( = 0, 1,,...). Triagular umbers ca be also defied recursively: T (0) = 0, T ( + 1) = T () + + 1, or usig sigma-otatio: Topics for discussio: T () = i. i=1 A closed-form expressio for T () ad various ways of provig it. The rate of growth of T (). Combiatorial problems related to triagular umbers. A geeralizatio of triagular umbers: A related cocept factorials: S k () = 1 k + k + + k.! = Here is a closed-form expressio for T (): This formula ca be also writte as T () = +. T () = ( + 1). (1) We will see that it ca be proved i may differet ways. 1

2 Problem 1. By S 3 () we deote the sum Calculate S 3 () for several values of ad guess what a geeral formula for S 3 () may look like. August 30. Oe possible approach to provig formula (1) is based o iductio. Whe we wat to prove by iductio that some statemet cotaiig a variable is true for all oegative itegers, we do two thigs. First we prove the statemet whe = 0; this part of the proof is called the basis. The we prove the statemet for + 1 assumig that it is true for ; this part of the proof is called the iductio step. (The assumptio that the statemet is true for, which is used i the iductio step, is called the iductio hypothesis.) Oce we have completed both the basis ad the iductio step, we ca coclude that the statemet holds for all oegative itegers. Ideed, accordig to the basis, i holds for = 0. From this fact, accordig to the iductio step, we ca coclude that it holds for = 1. From this fact, accordig to the iductio step, we ca coclude that it holds for =. Ad so o. Here is a proof of formula (1) by iductio. Basis. Whe = 0, the formula turs ito 0(0 + 1) 0 =, which is correct. Iductio step. Assume that ( + 1) =. We eed to show that ( + 1)( + ) ( + 1) =. Usig the iductio hypothesis, we calculate: ( + 1) = ( + 1) + ( + 1) This is the ed of the proof. = = ( + 1) + ( + 1) ( + 1)( + ).

3 Problem. Prove that for ay oegative iteger, is a multiple of 6. Our work o Problem 1 has led us to the cojecture that for ay oegative iteger = ( + 1). () 4 We have also cojectured that = ( + 1)( + 1). (3) 6 Problem 3. Fid a closed-form expressio for geometrically. Problem 4. Use iductio to prove formula (3). Problem 5. Use iductio to prove formula (). Problem 6. Use iductio to solve Problem. September 1. Here is aother proof of formula (1). Cosider the formulas (1 + 1) = ( + 1) = (3 + 1) = ( + 1) = By addig the left-had sides ad the right-had sides, we get: ( + 1) = T () +, or, after subtractig from both sides, ( + 1) = 1 + T () +. Solvig this equatio for T () gives formula (1). Problem 7. Use this method to prove formula (3). So far we used iductio to prove assertios about oegative itegers. More geerally, iductio ca be used to prove a assertio about all itegers that are 0 for some iitial value 0. First we prove the statemet whe = 0. The we prove the statemet for + 1 assumig that it is true for, for a arbitrary 0. Oce this is doe, we ca coclude that the statemet holds for all 0. Problem 8. Prove that for every 4,! >. 3

4 September 6. Problem 9. Use calculus to fid the smallest value of x x. Problem 10. Fid a closed-form expressio for ( 1 1 ) ( 1 1 ) ( 1 1 )... (1 1 ) September 8. By P () we deote the umber of parts ito which a plae is divided by lies, provided that these lies are i a geeral positio. Similarly, P 3 () is the umber of parts ito which space is divided by plaes i a geeral positio. Problem 11. Fid P 3 (4). Problem 1. Fid a geeral formula for P (). September 13. Problem 13. Fid a closed-form expressio for P 3 (). The followig approximate formula is ofte useful: for large values of, f(1) + f() + + f() It shows, for istace, that for large values of S k () 1 k + 1 k+1. The -th harmoic umber is defied by the formula H() = f(x)dx. (4) I applicatio to harmoic umbers, formula (4) tells us that for large values of H() l. Problem 14. Use formula (4) to estimate!. 4

5 September 15. Problem 15. A slow but persistet worm, W, starts at oe ed of a footlog rubber bad ad crawls oe ich per miute toward the other ed. At the ed of each miute a equally persistet keeper of the bad, K, whose sole purpose i life is to frustrate W, stretches it oe foot. Thus after oe miute of crawlig, W is 1 ich from the start ad 11 from the fiish; the K stretches the bad oe foot. Durig the stretchig operatio W maitais his relative positio, so that W is ow iches from the startig poit ad iches from the goal. After W crawls for aother miute the score is 3 iches traveled ad 1 to go; but K stretches, ad the distaces become 4.5 ad Ad so o. Does the worm ever reach the fiish? (We are assumig a ifiite logevity for W ad K, a ifiite elasticity of the bad, ad a ifiitely tiy worm.) As we have see, the claim that some statemet is true for all oegative itegers ca be sometime proved by iductio. I some cases, strog iductio is more useful. I a proof by strog iductio we show that the statemet is true for a oegative iteger assumig that it is true for each oegative iteger that is <. As i the case of simple ( weak ) iductio, we ca talk about the itegers begiig with some iitial value 0, istead of oegative itegers. 5

6 September 0. Fiboacci umbers are defied by the formulas Problem 16. Prove that Problem 17. Prove that Fib(0) = 0, Fib(1) = 1, Fib( + ) = Fib() + Fib( + 1) ( 0). Fib(1) + Fib() Fib() = Fib( + ) 1. Fib(1) + Fib() Fib() = Fib()Fib( + 1). 6

7 September. Problem 18. Fid all values of such that Fib() < 1.1. About a fuctio f defied o oegative itegers we say that it is a geeralized Fiboacci fuctio if it satisfies the equatio f( + ) = f() + f( + 1). Problem 19. A geeralized Fiboacci fuctio f satisfies the coditios f(0) = 1, f(6) = 3. Fid f(3). Problem 0. Fid a formula that expresses f() for ay geeralized Fiboacci fuctio f i terms of f(0), f(1), ad. The formula may use the stadard Fiboacci fuctio Fib. Problem 1. Fid a umber c such that the sequece of its powers f() = c is a geeralized Fiboacci fuctio. 7

8 September 7. Problem. Fid umbers a, b such that ( ) ( ) Fib() = a + b. October 4. Problem 3. Fuctio f is defied by the formula { 10, if > 100, f() = f(f( + 11)), otherwise. Fid f(98). For ay oegative itegers m,, the biomial coefficiet ( m) (read choose m ) is the umber ways to choose a m-elemet subset from a -elemet set. Biomial coefficiets ca be calculated usig the formula ( m ) = ( 1) ( m + 1). m! Whe m, this formula ca be rewritte as ( )! = m m!( m)!. Problem 4. Prove that ( ) + 1 = m + 1 ( ) ( ) +. m m + 1 This formula, combied with the iitial coditios ( ) ( ) 0 = 1, = 0, 0 m + 1 provides a recursive defiitio of biomial coefficiets. Problem 5. Prove the biomial theorem: ( ) ( ) ( ) (a + b) = a + a 1 b a b + + ( ) b. 8

9 October 6. Problem 6. Prove by iductio: 0 ( ) ( ) + 1 ( ) + + ( ) = 1. Stirlig umbers (of the first kid) are coefficiets i the expasio of the polyomial x(x + 1)(x + ) (x + 1): x(x + 1)(x + ) (x + 1) = For istace, + 0 x + 1 x + x(x + 1)(x + )(x + 3) = 6x + 11x + 6x 3 + x 4 ; x. cosequetly, 4 = 0, 0 4 = 6, 1 4 = 11, 4 = 6, 3 4 = 1. 4 Problem 7. Fid a formula expressig [ +1 [ m+1] i terms of ] [ m ad m+1]. 9

10 October 11. Problem 8. Prove that for all > 0 = ( 1)!. 1 Problem 9. Prove that for all > 0 = T ( 1). 1 Problem 30. Prove that for all > 0 = ( 1)! H( 1). October 13. Problem 31. Prove that for all =! H(). 10

11 October 18. A set is a collectio of objects. We write x A if object x is a elemet of set A, ad x A otherwise. The set whose elemets are x 1,..., x is deoted by {x 1,..., x }. The set { } is called empty ad deoted also by. The set of oegative itegers is deoted by N: N = {0, 1,,...}. Whe we specify which objects belog to a set, this defies the set completely; there is o such thig as the order of elemets i a set or the umber of repetitios of a elemet i a set. For istace, {, 3} = {3, } = {,, 3}. If C is a coditio, the by {x : C} we deote the set of all objects x satisfyig this coditio. For istace, {x : x = or x = 3} is the same set as {, 3}. If A is a set ad C is a coditio, the by {x A : C} we deote the set of all elemets of A satisfyig coditio C. For istace, {, 3} ca be also writte as {x N : 1 < x < 4}. If a set A is fiite the the umber of elemets of A is also called the cardiality of A ad deoted by A. For istace, = 0, {, 3} =. We say that a set A is a subset of a set B, ad write A B, if every elemet of A is a elemet of B. For istace, N, {, 3} N, N N. For ay sets A ad B, by A B we deote the set {x : x A or x B}, called the uio of A ad B. By A B we deote the set {x : x A ad x B}, 11

12 called the itersectio of A ad B. For istace, {, 3} {3, 5} = {, 3, 5}, {, 3} {3, 5} = {3}. Problem 3. For ay sets A, B, C, if the A B C. True or false? A B, A C, B C Problem 33. Let A = 3, B = 4. What ca you say about the cardialities of A B ad A B? By A \ B we deote the set {x : x A ad x B}, called the differece of A ad B. For istace, {, 3} \ {3, 5} = {}. Problem 34. Let A = 3, B = 4. What ca you say about the cardialities of A \ B ad B \ A? The Cartesia product of sets A ad B is the set of ordered pairs x, y such that x A ad y B: For istace, A B = { x, y x A ad y B}. {1, } {, 3, 4, 5, 6} = { 1,, 1, 3, 1, 4, 1, 5, 1, 6,,,, 3,, 4,, 5,, 6 }. Problem 35. Determie whether the followig assertios are true. (a) For ay sets A ad B, A B = B A. (b) For ay sets A ad B, if A is ifiite the A B is ifiite too. (c) For ay sets A ad B, if A B = 91 the oe of the sets A, B is a sigleto. 1

13 October 0. The cardiality of the uio of two sets ca be determied if we kow their cardialities ad the cardiality of their itersectio: A B = A + B A B. This formula is called the iclusio-exclusio priciple. Similar formulas ca be writte for the uio of several sets. Problem 36. Use a set diagram to simplify the expressio (A \ B) (B \ C) (C \ A) (A B C). October 5. By P(A) we deote the power set of a set A, that is, the set of all subsets of A. The cardiality of P(A) is A. Problem 37. For ay sets A, B, True or false? P(A B) = P(A) P(B). Problem 38. For ay pair of differet sets A ad B, P(A) is differet from P(B). True or false? Set-theoretic otatio ca be used to represet some Eglish phrases by mathematical formulas. For istace, the assertio ca be writte as Istead of A is the set of roots of the polyomial x + px + q A = {x R : x + px + q = 0}. All elemets of A are roots of the polyomial x + px + q we ca write A {x R : x + px + q = 0}. 13

14 November 3. A biary relatio o a set A is a subset of A A. If R is a biary relatio the we write xry istead of x, y R. A relatio R o a set A is said to be reflexive if, for all x A, xrx; symmetric if, for all x, y A, xry implies yrx; trasitive if, for all x, y, z A, xry ad yrz imply xrz. Problem 39. There are 16 biary relatios o the set {1,, 3, 4}. How may of them are reflexive? Symmetric? Both reflexive ad symmetric? Problem 40. (a) Cosider the relatio R o the set N of oegative itegers defied by the coditio: xry if x y + 5. Is it reflexive? Is it symmetric? Is it trasitive? (b) Aswer the same questios for the relatio: xry if x y < 5. 14

15 November 8. A biary relatio R o a set A ca be visualized as the directed graph with the set of vertices A that has a edge from a vertex x to a vertex y wheever xry. A biary relatio o a fiite set {a 1,..., a } ca be represeted by its adjacecy matrix a matrix such that the etry at the itersectio of colum i ad row j is 1 if a i Ra j, 0 otherwise. If a relatio is reflexive, symmetric, ad trasitive, the we say that it is a equivalece relatio. If R is a equivalece relatio o a set A, ad x is a elemet of A, the the set {y A : xry} is called the equivalece class of x ad is deoted by [x]. The set of all equivalece classes of a equivalece relatio R is called the quotiet set of R. Problem 41. Prove that the equivalece classes of ay equivalece relatio are pairwise disjoit. A partitio of a set A is a set P of o-empty subsets of A such that each elemet of A belogs to a uique elemet of P. The quotiet set of ay equivalece relatio is a partitio. The other way aroud, ay partitio is the quotiet set of some equivalece relatio. Problem 4. Fid all partitios of the set {1,, 3}. For each of them, represet the correspodig equivalece relatio as a graph ad as a adjacecy matrix. Problem 43. Does there exist a partitio of N with ifiitely may equivalece classes such that all of them are ifiite? A relatio R o a set A is atisymmetric if, for all x, y A, xry ad yrx imply x = y. A partial order is a relatio that is reflexive, atisymmetric, ad trasitive. A total order o a set A is a partial order R o A such that for all x, y A, xry or yrx. 15

16 November 10. A fuctio from a set A to a set B is a subset f of A B satisfyig the followig coditio: for every elemet x of A there exists a uique elemet y of B such that x, y f. This elemet y is called the value of f at x ad is deoted by f(x). Set A is called the domai of f, ad B is called the co-domai of f. The subset of the co-domai B cosistig of the values f(x) for all x A is called the rage of f. Problem 44. Let A = {1,, 3}, B = {, 3, 4, 5}. Fid the umber of fuctios from A to B ad the umber of fuctios from B to A. I the followig examples, the domai of each fuctio is the set S of all bit strigs: S = {ɛ, 0, 1, 00, 01, 10, 11, 000, 001,...}. 1. Fuctio l from S to N: l(x) is the legth of x. For istace, l(00110) = 5.. Fuctio z from S to N: z(x) is the umber zeroes i x. For istace, z(00110) = Fuctio from S to N: (x) is the umber represeted by x i biary otatio. For istace, (00110) = Fuctio e from S to S: e(x) is the strig 1x. For istace, t(00110) = Fuctio r from S to S: r(x) is the strig x reversed. For istace, r(00110) = Fuctio p from S to P(S): p(x) is the set of prefixes of x. For istace, p(00110) = {ɛ, 0, 00, 001, 0011, 00110}. If the rage of f is the whole co-domai B the we say that f is a fuctio oto B. A fuctio f from A to B is called oe-to-oe if, for ay pair of differet elemets x, y of A, f(x) is differet from f(y). If a fuctio f is both oto ad oe-to-oe the we say that f is a bijectio. 16

17 November 17. Problem 45. oe-to-oe? Which of the fuctios l, z,, e, r, p defied above are If f is a fuctio from A to B, ad g is a fuctio from B to C, the the compositio of these fuctios is the fuctio h from A to C defied by the formula h(x) = g(f(x)). This fuctio is deoted by g f. Problem 46. For the fuctios l, z,, e ad r defied above, which of the followig formulas are true? l r = l, z r = z, r =, e r = r e. If f is a bijectio from A to B the the iverse of f is the fuctio g from B to A such that, for every x A, g(f(x)) = x. This fuctio is deoted by f 1. Problem 47. f 1 f. Fid all bijectios f from {1,, 3} to {1,, 3} such that Now we tur to the study of logical otatio, the last topic i this course. Truth values are the symbols F ( false ) ad T ( true ). Propositioal coectives are fuctios that are applied to truth values ad retur truth values. We will use these propositioal coectives: ot (egatio) ad (cojuctio) or (disjuctio) implies (implicatio) is equivalet to (equivalece) Negatio is a uary coective (takes oe argumet); the others are biary (take two argumets). Here are the tables of values for these coectives: p p F T T F 17

18 p q p q p q p q p q F F F F T T F T F T T F T F F T F F T T T T T T Propositioal variables are variables for truth values, such as p ad q i the tables above. Propositioal formulas are built from truth values ad propositioal variables usig propositioal coectives. For istace, is a propositioal formula. (p q) (r F) 18

19 November. The truth table of a propositioal formula shows its truth values for all possible combiatios of values of its variables. For istace: p q r (p q) (r F) F F F T F F T F F T F T F T T T T F F T T F T T T T F T T T T T Problem 48. Fid a propositioal formula that gets the value T i two cases: whe p = T, q = F, r = T ad whe p = T, q = T, r = F. About propositioal formulas F ad G we say that they are equivalet to each other if, for each combiatio of the values of their variables, the truth value of F equals the truth value of G. For example, p q is equivalet to p q, p q is equivalet to (p q) ( p q), F is equivalet to p p, T is equivalet to p p. Usig these four facts, we ca elimiate from ay propositioal formula the coectives ad ad the costats F ad T. I other words, ay propositioal formula ca be equivaletly rewritte as a formula formed from variables usig the coectives, ad. Here are two other useful facts about the equivalece of propositioal formulas: (p q) is equivalet to p q, (p q) is equivalet to p q. These facts are called De Morga s laws. Propositioal variables are also called atoms. Atoms ad egated atoms, such as p ad p, are called literals. A propositioal formula is said to be i egatio ormal form if it is formed from literals usig cojuctios ( ) ad disjuctios ( ). Ay propositioal formula ca be equivaletly rewritte i egatio ormal form i two steps: 19

20 elimiate,, F, T, as described above; use De Morga s laws to push the egatios iside. A propositioal formula is said to be i cojuctive ormal form (CNF) if it is a cojuctio of disjuctios of literals. A propositioal formula is said to be i disjuctive ormal form (DNF) if it is a disjuctio of cojuctios of literals. For istace, the formula p (p q) ( q r s) is i disjuctive ormal form. A formula i egatio ormal form ca be tured ito CNF by distributig disjuctio over cojuctio, ad to DNF by distributig cojuctio over disjuctio. Problem 49. Covert the formulas ad to CNF ad DNF. (p q) r p (q r) A propositioal formula is called a tautology if each of its truth values is T. Problem 50. Determie which of these formulas are tautologies: (p q) (q p), ((p q) p) p, (p (q r)) ((p q) (p r)). 0

21 November. I logical formulas, we use the propositioal coectives itroduced above ad the quatifiers ( for all ) ad ( exists ). Problem 51. Express i logical otatio: 1. A B C. A = B C 3. A = {a, b} Problem 5. Express i logical otatio usig variables for oegative itegers: 1. Number ca be represeted as the sum of two complete squares.. Number is composite. 1

Lecture 10: Mathematical Preliminaries

Lecture 10: Mathematical Preliminaries Lecture : Mathematical Prelimiaries Obective: Reviewig mathematical cocepts ad tools that are frequetly used i the aalysis of algorithms. Lecture # Slide # I this

More information

Recurrence Relations

Recurrence Relations Recurrece Relatios Aalysis of recursive algorithms, such as: it factorial (it ) { if (==0) retur ; else retur ( * factorial(-)); } Let t be the umber of multiplicatios eeded to calculate factorial(). The

More information

Infinite Sequences and Series

Infinite Sequences and Series Chapter 6 Ifiite Sequeces ad Series 6.1 Ifiite Sequeces 6.1.1 Elemetary Cocepts Simply speakig, a sequece is a ordered list of umbers writte: {a 1, a 2, a 3,...a, a +1,...} where the elemets a i represet

More information

Math 155 (Lecture 3)

Math 155 (Lecture 3) Math 55 (Lecture 3) September 8, I this lecture, we ll cosider the aswer to oe of the most basic coutig problems i combiatorics Questio How may ways are there to choose a -elemet subset of the set {,,,

More information

4 The Sperner property.

4 The Sperner property. 4 The Sperer property. I this sectio we cosider a surprisig applicatio of certai adjacecy matrices to some problems i extremal set theory. A importat role will also be played by fiite groups. I geeral,

More information

1. By using truth tables prove that, for all statements P and Q, the statement

1. By using truth tables prove that, for all statements P and Q, the statement Author: Satiago Salazar Problems I: Mathematical Statemets ad Proofs. By usig truth tables prove that, for all statemets P ad Q, the statemet P Q ad its cotrapositive ot Q (ot P) are equivalet. I example.2.3

More information

CSE 1400 Applied Discrete Mathematics Number Theory and Proofs

CSE 1400 Applied Discrete Mathematics Number Theory and Proofs CSE 1400 Applied Discrete Mathematics Number Theory ad Proofs Departmet of Computer Scieces College of Egieerig Florida Tech Sprig 01 Problems for Number Theory Backgroud Number theory is the brach of

More information

In number theory we will generally be working with integers, though occasionally fractions and irrationals will come into play.

In number theory we will generally be working with integers, though occasionally fractions and irrationals will come into play. Number Theory Math 5840 otes. Sectio 1: Axioms. I umber theory we will geerally be workig with itegers, though occasioally fractios ad irratioals will come ito play. Notatio: Z deotes the set of all itegers

More information

Chapter 0. Review of set theory. 0.1 Sets

Chapter 0. Review of set theory. 0.1 Sets Chapter 0 Review of set theory Set theory plays a cetral role i the theory of probability. Thus, we will ope this course with a quick review of those otios of set theory which will be used repeatedly.

More information

SOLVED EXAMPLES

SOLVED EXAMPLES Prelimiaries Chapter PELIMINAIES Cocept of Divisibility: A o-zero iteger t is said to be a divisor of a iteger s if there is a iteger u such that s tu I this case we write t s (i) 6 as ca be writte as

More information

MATH1035: Workbook Four M. Daws, 2009

MATH1035: Workbook Four M. Daws, 2009 MATH1035: Workbook Four M. Daws, 2009 Roots of uity A importat result which ca be proved by iductio is: De Moivre s theorem atural umber case: Let θ R ad N. The cosθ + i siθ = cosθ + i siθ. Proof: The

More information

Section 4.3. Boolean functions

Section 4.3. Boolean functions Sectio 4.3. Boolea fuctios Let us take aother look at the simplest o-trivial Boolea algebra, ({0}), the power-set algebra based o a oe-elemet set, chose here as {0}. This has two elemets, the empty set,

More information

1 Counting and Stirling Numbers

1 Counting and Stirling Numbers 1 Coutig ad Stirlig Numbers Natural Numbers: We let N {0, 1, 2,...} deote the set of atural umbers. []: For N we let [] {1, 2,..., }. Sym: For a set X we let Sym(X) deote the set of bijectios from X to

More information

Lecture Notes for Analysis Class

Lecture Notes for Analysis Class Lecture Notes for Aalysis Class Topological Spaces A topology for a set X is a collectio T of subsets of X such that: (a) X ad the empty set are i T (b) Uios of elemets of T are i T (c) Fiite itersectios

More information

Sequences A sequence of numbers is a function whose domain is the positive integers. We can see that the sequence

Sequences A sequence of numbers is a function whose domain is the positive integers. We can see that the sequence Sequeces A sequece of umbers is a fuctio whose domai is the positive itegers. We ca see that the sequece 1, 1, 2, 2, 3, 3,... is a fuctio from the positive itegers whe we write the first sequece elemet

More information

Chapter 6. Advanced Counting Techniques

Chapter 6. Advanced Counting Techniques Chapter 6 Advaced Coutig Techiques 6.: Recurrece Relatios Defiitio: A recurrece relatio for the sequece {a } is a equatio expressig a i terms of oe or more of the previous terms of the sequece: a,a2,a3,,a

More information

A sequence of numbers is a function whose domain is the positive integers. We can see that the sequence

A sequence of numbers is a function whose domain is the positive integers. We can see that the sequence Sequeces A sequece of umbers is a fuctio whose domai is the positive itegers. We ca see that the sequece,, 2, 2, 3, 3,... is a fuctio from the positive itegers whe we write the first sequece elemet as

More information

2.4 Sequences, Sequences of Sets

2.4 Sequences, Sequences of Sets 72 CHAPTER 2. IMPORTANT PROPERTIES OF R 2.4 Sequeces, Sequeces of Sets 2.4.1 Sequeces Defiitio 2.4.1 (sequece Let S R. 1. A sequece i S is a fuctio f : K S where K = { N : 0 for some 0 N}. 2. For each

More information

Product measures, Tonelli s and Fubini s theorems For use in MAT3400/4400, autumn 2014 Nadia S. Larsen. Version of 13 October 2014.

Product measures, Tonelli s and Fubini s theorems For use in MAT3400/4400, autumn 2014 Nadia S. Larsen. Version of 13 October 2014. Product measures, Toelli s ad Fubii s theorems For use i MAT3400/4400, autum 2014 Nadia S. Larse Versio of 13 October 2014. 1. Costructio of the product measure The purpose of these otes is to preset the

More information

Math 61CM - Solutions to homework 3

Math 61CM - Solutions to homework 3 Math 6CM - Solutios to homework 3 Cédric De Groote October 2 th, 208 Problem : Let F be a field, m 0 a fixed oegative iteger ad let V = {a 0 + a x + + a m x m a 0,, a m F} be the vector space cosistig

More information

Homework 9. (n + 1)! = 1 1

Homework 9. (n + 1)! = 1 1 . Chapter : Questio 8 If N, the Homewor 9 Proof. We will prove this by usig iductio o. 2! + 2 3! + 3 4! + + +! +!. Base step: Whe the left had side is. Whe the right had side is 2! 2 +! 2 which proves

More information

Lesson 10: Limits and Continuity

Lesson 10: Limits and Continuity www.scimsacademy.com Lesso 10: Limits ad Cotiuity SCIMS Academy 1 Limit of a fuctio The cocept of limit of a fuctio is cetral to all other cocepts i calculus (like cotiuity, derivative, defiite itegrals

More information

MT5821 Advanced Combinatorics

MT5821 Advanced Combinatorics MT5821 Advaced Combiatorics 9 Set partitios ad permutatios It could be said that the mai objects of iterest i combiatorics are subsets, partitios ad permutatios of a fiite set. We have spet some time coutig

More information

It is always the case that unions, intersections, complements, and set differences are preserved by the inverse image of a function.

It is always the case that unions, intersections, complements, and set differences are preserved by the inverse image of a function. MATH 532 Measurable Fuctios Dr. Neal, WKU Throughout, let ( X, F, µ) be a measure space ad let (!, F, P ) deote the special case of a probability space. We shall ow begi to study real-valued fuctios defied

More information

Resolution Proofs of Generalized Pigeonhole Principles

Resolution Proofs of Generalized Pigeonhole Principles Resolutio Proofs of Geeralized Pigeohole Priciples Samuel R. Buss Departmet of Mathematics Uiversity of Califoria, Berkeley Győrgy Turá Departmet of Mathematics, Statistics, ad Computer Sciece Uiversity

More information

Sequences, Mathematical Induction, and Recursion. CSE 2353 Discrete Computational Structures Spring 2018

Sequences, Mathematical Induction, and Recursion. CSE 2353 Discrete Computational Structures Spring 2018 CSE 353 Discrete Computatioal Structures Sprig 08 Sequeces, Mathematical Iductio, ad Recursio (Chapter 5, Epp) Note: some course slides adopted from publisher-provided material Overview May mathematical

More information

Tutorial F n F n 1

Tutorial F n F n 1 (CS 207) Discrete Structures July 30, 203 Tutorial. Prove the followig properties of Fiboacci umbers usig iductio, where Fiboacci umbers are defied as follows: F 0 =0,F =adf = F + F 2. (a) Prove that P

More information

2.4 - Sequences and Series

2.4 - Sequences and Series 2.4 - Sequeces ad Series Sequeces A sequece is a ordered list of elemets. Defiitio 1 A sequece is a fuctio from a subset of the set of itegers (usually either the set 80, 1, 2, 3,... < or the set 81, 2,

More information

CS161 Handout 05 Summer 2013 July 10, 2013 Mathematical Terms and Identities

CS161 Handout 05 Summer 2013 July 10, 2013 Mathematical Terms and Identities CS161 Hadout 05 Summer 2013 July 10, 2013 Mathematical Terms ad Idetities Thaks to Ady Nguye ad Julie Tibshirai for their advice o this hadout. This hadout covers mathematical otatio ad idetities that

More information

6 Integers Modulo n. integer k can be written as k = qn + r, with q,r, 0 r b. So any integer.

6 Integers Modulo n. integer k can be written as k = qn + r, with q,r, 0 r b. So any integer. 6 Itegers Modulo I Example 2.3(e), we have defied the cogruece of two itegers a,b with respect to a modulus. Let us recall that a b (mod ) meas a b. We have proved that cogruece is a equivalece relatio

More information

REVIEW FOR CHAPTER 1

REVIEW FOR CHAPTER 1 REVIEW FOR CHAPTER 1 A short summary: I this chapter you helped develop some basic coutig priciples. I particular, the uses of ordered pairs (The Product Priciple), fuctios, ad set partitios (The Sum Priciple)

More information

subcaptionfont+=small,labelformat=parens,labelsep=space,skip=6pt,list=0,hypcap=0 subcaption ALGEBRAIC COMBINATORICS LECTURE 8 TUESDAY, 2/16/2016

subcaptionfont+=small,labelformat=parens,labelsep=space,skip=6pt,list=0,hypcap=0 subcaption ALGEBRAIC COMBINATORICS LECTURE 8 TUESDAY, 2/16/2016 subcaptiofot+=small,labelformat=pares,labelsep=space,skip=6pt,list=0,hypcap=0 subcaptio ALGEBRAIC COMBINATORICS LECTURE 8 TUESDAY, /6/06. Self-cojugate Partitios Recall that, give a partitio λ, we may

More information

Math 475, Problem Set #12: Answers

Math 475, Problem Set #12: Answers Math 475, Problem Set #12: Aswers A. Chapter 8, problem 12, parts (b) ad (d). (b) S # (, 2) = 2 2, sice, from amog the 2 ways of puttig elemets ito 2 distiguishable boxes, exactly 2 of them result i oe

More information

If a subset E of R contains no open interval, is it of zero measure? For instance, is the set of irrationals in [0, 1] is of measure zero?

If a subset E of R contains no open interval, is it of zero measure? For instance, is the set of irrationals in [0, 1] is of measure zero? 2 Lebesgue Measure I Chapter 1 we defied the cocept of a set of measure zero, ad we have observed that every coutable set is of measure zero. Here are some atural questios: If a subset E of R cotais a

More information

Axioms of Measure Theory

Axioms of Measure Theory MATH 532 Axioms of Measure Theory Dr. Neal, WKU I. The Space Throughout the course, we shall let X deote a geeric o-empty set. I geeral, we shall ot assume that ay algebraic structure exists o X so that

More information

Basic Sets. Functions. MTH299 - Examples. Example 1. Let S = {1, {2, 3}, 4}. Indicate whether each statement is true or false. (a) S = 4. (e) 2 S.

Basic Sets. Functions. MTH299 - Examples. Example 1. Let S = {1, {2, 3}, 4}. Indicate whether each statement is true or false. (a) S = 4. (e) 2 S. Basic Sets Example 1. Let S = {1, {2, 3}, 4}. Idicate whether each statemet is true or false. (a) S = 4 (b) {1} S (c) {2, 3} S (d) {1, 4} S (e) 2 S. (f) S = {1, 4, {2, 3}} (g) S Example 2. Compute the

More information

Seunghee Ye Ma 8: Week 5 Oct 28

Seunghee Ye Ma 8: Week 5 Oct 28 Week 5 Summary I Sectio, we go over the Mea Value Theorem ad its applicatios. I Sectio 2, we will recap what we have covered so far this term. Topics Page Mea Value Theorem. Applicatios of the Mea Value

More information

Lecture Overview. 2 Permutations and Combinations. n(n 1) (n (k 1)) = n(n 1) (n k + 1) =

Lecture Overview. 2 Permutations and Combinations. n(n 1) (n (k 1)) = n(n 1) (n k + 1) = COMPSCI 230: Discrete Mathematics for Computer Sciece April 8, 2019 Lecturer: Debmalya Paigrahi Lecture 22 Scribe: Kevi Su 1 Overview I this lecture, we begi studyig the fudametals of coutig discrete objects.

More information

62. Power series Definition 16. (Power series) Given a sequence {c n }, the series. c n x n = c 0 + c 1 x + c 2 x 2 + c 3 x 3 +

62. Power series Definition 16. (Power series) Given a sequence {c n }, the series. c n x n = c 0 + c 1 x + c 2 x 2 + c 3 x 3 + 62. Power series Defiitio 16. (Power series) Give a sequece {c }, the series c x = c 0 + c 1 x + c 2 x 2 + c 3 x 3 + is called a power series i the variable x. The umbers c are called the coefficiets of

More information

MAS111 Convergence and Continuity

MAS111 Convergence and Continuity MAS Covergece ad Cotiuity Key Objectives At the ed of the course, studets should kow the followig topics ad be able to apply the basic priciples ad theorems therei to solvig various problems cocerig covergece

More information

Basic Sets. MTH299 - Examples. Example 1. Let S = {1, {2, 3}, 4}. Indicate whether each statement is true or false. (a) S = 4

Basic Sets. MTH299 - Examples. Example 1. Let S = {1, {2, 3}, 4}. Indicate whether each statement is true or false. (a) S = 4 Basic Sets Example 1. Let S = {1, {, 3}, 4}. Idicate whether each statemet is true or false. (a) S = 4 False. Note that the elemets of S are 1, the set {, 3}, ad 4. Thus S = 3. (b) {1} S False. While 1

More information

CSI 2101 Discrete Structures Winter Homework Assignment #4 (100 points, weight 5%) Due: Thursday, April 5, at 1:00pm (in lecture)

CSI 2101 Discrete Structures Winter Homework Assignment #4 (100 points, weight 5%) Due: Thursday, April 5, at 1:00pm (in lecture) CSI 101 Discrete Structures Witer 01 Prof. Lucia Moura Uiversity of Ottawa Homework Assigmet #4 (100 poits, weight %) Due: Thursday, April, at 1:00pm (i lecture) Program verificatio, Recurrece Relatios

More information

Exercises 1 Sets and functions

Exercises 1 Sets and functions Exercises 1 Sets ad fuctios HU Wei September 6, 018 1 Basics Set theory ca be made much more rigorous ad built upo a set of Axioms. But we will cover oly some heuristic ideas. For those iterested studets,

More information

Random Models. Tusheng Zhang. February 14, 2013

Random Models. Tusheng Zhang. February 14, 2013 Radom Models Tusheg Zhag February 14, 013 1 Radom Walks Let me describe the model. Radom walks are used to describe the motio of a movig particle (object). Suppose that a particle (object) moves alog the

More information

MAT1026 Calculus II Basic Convergence Tests for Series

MAT1026 Calculus II Basic Convergence Tests for Series MAT026 Calculus II Basic Covergece Tests for Series Egi MERMUT 202.03.08 Dokuz Eylül Uiversity Faculty of Sciece Departmet of Mathematics İzmir/TURKEY Cotets Mootoe Covergece Theorem 2 2 Series of Real

More information

7 Sequences of real numbers

7 Sequences of real numbers 40 7 Sequeces of real umbers 7. Defiitios ad examples Defiitio 7... A sequece of real umbers is a real fuctio whose domai is the set N of atural umbers. Let s : N R be a sequece. The the values of s are

More information

Section 11.8: Power Series

Section 11.8: Power Series Sectio 11.8: Power Series 1. Power Series I this sectio, we cosider geeralizig the cocept of a series. Recall that a series is a ifiite sum of umbers a. We ca talk about whether or ot it coverges ad i

More information

Proof of Goldbach s Conjecture. Reza Javaherdashti

Proof of Goldbach s Conjecture. Reza Javaherdashti Proof of Goldbach s Cojecture Reza Javaherdashti farzijavaherdashti@gmail.com Abstract After certai subsets of Natural umbers called Rage ad Row are defied, we assume (1) there is a fuctio that ca produce

More information

An Introduction to Randomized Algorithms

An Introduction to Randomized Algorithms A Itroductio to Radomized Algorithms The focus of this lecture is to study a radomized algorithm for quick sort, aalyze it usig probabilistic recurrece relatios, ad also provide more geeral tools for aalysis

More information

Solutions to Final Exam

Solutions to Final Exam Solutios to Fial Exam 1. Three married couples are seated together at the couter at Moty s Blue Plate Dier, occupyig six cosecutive seats. How may arragemets are there with o wife sittig ext to her ow

More information

Week 5-6: The Binomial Coefficients

Week 5-6: The Binomial Coefficients Wee 5-6: The Biomial Coefficiets March 6, 2018 1 Pascal Formula Theorem 11 (Pascal s Formula For itegers ad such that 1, ( ( ( 1 1 + 1 The umbers ( 2 ( 1 2 ( 2 are triagle umbers, that is, The petago umbers

More information

Bertrand s Postulate

Bertrand s Postulate Bertrad s Postulate Lola Thompso Ross Program July 3, 2009 Lola Thompso (Ross Program Bertrad s Postulate July 3, 2009 1 / 33 Bertrad s Postulate I ve said it oce ad I ll say it agai: There s always a

More information

Chapter IV Integration Theory

Chapter IV Integration Theory Chapter IV Itegratio Theory Lectures 32-33 1. Costructio of the itegral I this sectio we costruct the abstract itegral. As a matter of termiology, we defie a measure space as beig a triple (, A, µ), where

More information

3 Gauss map and continued fractions

3 Gauss map and continued fractions ICTP, Trieste, July 08 Gauss map ad cotiued fractios I this lecture we will itroduce the Gauss map, which is very importat for its coectio with cotiued fractios i umber theory. The Gauss map G : [0, ]

More information

Injections, Surjections, and the Pigeonhole Principle

Injections, Surjections, and the Pigeonhole Principle Ijectios, Surjectios, ad the Pigeohole Priciple 1 (10 poits Here we will come up with a sloppy boud o the umber of parethesisestigs (a (5 poits Describe a ijectio from the set of possible ways to est pairs

More information

Worksheet on Generating Functions

Worksheet on Generating Functions Worksheet o Geeratig Fuctios October 26, 205 This worksheet is adapted from otes/exercises by Nat Thiem. Derivatives of Geeratig Fuctios. If the sequece a 0, a, a 2,... has ordiary geeratig fuctio A(x,

More information

1 Introduction. 1.1 Notation and Terminology

1 Introduction. 1.1 Notation and Terminology 1 Itroductio You have already leared some cocepts of calculus such as limit of a sequece, limit, cotiuity, derivative, ad itegral of a fuctio etc. Real Aalysis studies them more rigorously usig a laguage

More information

Mathematics review for CSCI 303 Spring Department of Computer Science College of William & Mary Robert Michael Lewis

Mathematics review for CSCI 303 Spring Department of Computer Science College of William & Mary Robert Michael Lewis Mathematics review for CSCI 303 Sprig 019 Departmet of Computer Sciece College of William & Mary Robert Michael Lewis Copyright 018 019 Robert Michael Lewis Versio geerated: 13 : 00 Jauary 17, 019 Cotets

More information

Generating Functions. 1 Operations on generating functions

Generating Functions. 1 Operations on generating functions Geeratig Fuctios The geeratig fuctio for a sequece a 0, a,..., a,... is defied to be the power series fx a x. 0 We say that a 0, a,... is the sequece geerated by fx ad a is the coefficiet of x. Example

More information

10.1 Sequences. n term. We will deal a. a n or a n n. ( 1) n ( 1) n 1 2 ( 1) a =, 0 0,,,,, ln n. n an 2. n term.

10.1 Sequences. n term. We will deal a. a n or a n n. ( 1) n ( 1) n 1 2 ( 1) a =, 0 0,,,,, ln n. n an 2. n term. 0. Sequeces A sequece is a list of umbers writte i a defiite order: a, a,, a, a is called the first term, a is the secod term, ad i geeral eclusively with ifiite sequeces ad so each term Notatio: the sequece

More information

Mathematical Foundations -1- Sets and Sequences. Sets and Sequences

Mathematical Foundations -1- Sets and Sequences. Sets and Sequences Mathematical Foudatios -1- Sets ad Sequeces Sets ad Sequeces Methods of proof 2 Sets ad vectors 13 Plaes ad hyperplaes 18 Liearly idepedet vectors, vector spaces 2 Covex combiatios of vectors 21 eighborhoods,

More information

Mathematical Induction

Mathematical Induction Mathematical Iductio Itroductio Mathematical iductio, or just iductio, is a proof techique. Suppose that for every atural umber, P() is a statemet. We wish to show that all statemets P() are true. I a

More information

Sets. Sets. Operations on Sets Laws of Algebra of Sets Cardinal Number of a Finite and Infinite Set. Representation of Sets Power Set Venn Diagram

Sets. Sets. Operations on Sets Laws of Algebra of Sets Cardinal Number of a Finite and Infinite Set. Representation of Sets Power Set Venn Diagram Sets MILESTONE Sets Represetatio of Sets Power Set Ve Diagram Operatios o Sets Laws of lgebra of Sets ardial Number of a Fiite ad Ifiite Set I Mathematical laguage all livig ad o-livig thigs i uiverse

More information

CS 336. of n 1 objects with order unimportant but repetition allowed.

CS 336. of n 1 objects with order unimportant but repetition allowed. CS 336. The importat issue is the logic you used to arrive at your aswer.. Use extra paper to determie your solutios the eatly trascribe them oto these sheets. 3. Do ot submit the scratch sheets. However,

More information

Math F215: Induction April 7, 2013

Math F215: Induction April 7, 2013 Math F25: Iductio April 7, 203 Iductio is used to prove that a collectio of statemets P(k) depedig o k N are all true. A statemet is simply a mathematical phrase that must be either true or false. Here

More information

Homework 3. = k 1. Let S be a set of n elements, and let a, b, c be distinct elements of S. The number of k-subsets of S is

Homework 3. = k 1. Let S be a set of n elements, and let a, b, c be distinct elements of S. The number of k-subsets of S is Homewor 3 Chapter 5 pp53: 3 40 45 Chapter 6 p85: 4 6 4 30 Use combiatorial reasoig to prove the idetity 3 3 Proof Let S be a set of elemets ad let a b c be distict elemets of S The umber of -subsets of

More information

MathCity.org Merging man and maths

MathCity.org Merging man and maths MathCityorg Mergig ma ad maths Defiitios: Mathematics HSSC-I Textbook of Algebra ad Trigoometry for Class XI Collected by: Muhammad Waqas Sulaima This documet cotais all the defiitios of Mathematics HSSC-I

More information

Sums, products and sequences

Sums, products and sequences Sums, products ad sequeces How to write log sums, e.g., 1+2+ (-1)+ cocisely? i=1 Sum otatio ( sum from 1 to ): i 3 = 1 + 2 + + If =3, i=1 i = 1+2+3=6. The ame ii does ot matter. Could use aother letter

More information

AH Checklist (Unit 3) AH Checklist (Unit 3) Matrices

AH Checklist (Unit 3) AH Checklist (Unit 3) Matrices AH Checklist (Uit 3) AH Checklist (Uit 3) Matrices Skill Achieved? Kow that a matrix is a rectagular array of umbers (aka etries or elemets) i paretheses, each etry beig i a particular row ad colum Kow

More information

Definition 4.2. (a) A sequence {x n } in a Banach space X is a basis for X if. unique scalars a n (x) such that x = n. a n (x) x n. (4.

Definition 4.2. (a) A sequence {x n } in a Banach space X is a basis for X if. unique scalars a n (x) such that x = n. a n (x) x n. (4. 4. BASES I BAACH SPACES 39 4. BASES I BAACH SPACES Sice a Baach space X is a vector space, it must possess a Hamel, or vector space, basis, i.e., a subset {x γ } γ Γ whose fiite liear spa is all of X ad

More information

REGULARIZATION OF CERTAIN DIVERGENT SERIES OF POLYNOMIALS

REGULARIZATION OF CERTAIN DIVERGENT SERIES OF POLYNOMIALS REGULARIZATION OF CERTAIN DIVERGENT SERIES OF POLYNOMIALS LIVIU I. NICOLAESCU ABSTRACT. We ivestigate the geeralized covergece ad sums of series of the form P at P (x, where P R[x], a R,, ad T : R[x] R[x]

More information

LECTURE 8: ORTHOGONALITY (CHAPTER 5 IN THE BOOK)

LECTURE 8: ORTHOGONALITY (CHAPTER 5 IN THE BOOK) LECTURE 8: ORTHOGONALITY (CHAPTER 5 IN THE BOOK) Everythig marked by is ot required by the course syllabus I this lecture, all vector spaces is over the real umber R. All vectors i R is viewed as a colum

More information

Square-Congruence Modulo n

Square-Congruence Modulo n Square-Cogruece Modulo Abstract This paper is a ivestigatio of a equivalece relatio o the itegers that was itroduced as a exercise i our Discrete Math class. Part I - Itro Defiitio Two itegers are Square-Cogruet

More information

Name of the Student:

Name of the Student: SUBJECT NAME : Discrete Mathematics SUBJECT CODE : MA 65 MATERIAL NAME : Part A questios MATERIAL CODE : JM08AM1013 REGULATION : R008 UPDATED ON : May-Jue 016 (Sca the above Q.R code for the direct dowload

More information

CALCULATION OF FIBONACCI VECTORS

CALCULATION OF FIBONACCI VECTORS CALCULATION OF FIBONACCI VECTORS Stuart D. Aderso Departmet of Physics, Ithaca College 953 Daby Road, Ithaca NY 14850, USA email: saderso@ithaca.edu ad Dai Novak Departmet of Mathematics, Ithaca College

More information

Recursive Algorithms. Recurrences. Recursive Algorithms Analysis

Recursive Algorithms. Recurrences. Recursive Algorithms Analysis Recursive Algorithms Recurreces Computer Sciece & Egieerig 35: Discrete Mathematics Christopher M Bourke cbourke@cseuledu A recursive algorithm is oe i which objects are defied i terms of other objects

More information

Math 2784 (or 2794W) University of Connecticut

Math 2784 (or 2794W) University of Connecticut ORDERS OF GROWTH PAT SMITH Math 2784 (or 2794W) Uiversity of Coecticut Date: Mar. 2, 22. ORDERS OF GROWTH. Itroductio Gaiig a ituitive feel for the relative growth of fuctios is importat if you really

More information

Unit 6: Sequences and Series

Unit 6: Sequences and Series AMHS Hoors Algebra 2 - Uit 6 Uit 6: Sequeces ad Series 26 Sequeces Defiitio: A sequece is a ordered list of umbers ad is formally defied as a fuctio whose domai is the set of positive itegers. It is commo

More information

Let us consider the following problem to warm up towards a more general statement.

Let us consider the following problem to warm up towards a more general statement. Lecture 4: Sequeces with repetitios, distributig idetical objects amog distict parties, the biomial theorem, ad some properties of biomial coefficiets Refereces: Relevat parts of chapter 15 of the Math

More information

CIS Spring 2018 (instructor Val Tannen)

CIS Spring 2018 (instructor Val Tannen) CIS 160 - Sprig 2018 (istructor Val Tae) Lecture 5 Thursday, Jauary 25 COUNTING We cotiue studyig how to use combiatios ad what are their properties. Example 5.1 How may 8-letter strigs ca be costructed

More information

Wrap of Number Theory & Midterm Review. Recall: Fundamental Theorem of Arithmetic

Wrap of Number Theory & Midterm Review. Recall: Fundamental Theorem of Arithmetic Wrap of Number Theory & Midterm Review F Primes, GCD, ad LCM (Sectio 3.5 i text) F Midterm Review Sectios.-.7 Propositioal logic Predicate logic Rules of iferece ad proofs Sectios.-.3 Sets ad Set operatios

More information

MATH 304: MIDTERM EXAM SOLUTIONS

MATH 304: MIDTERM EXAM SOLUTIONS MATH 304: MIDTERM EXAM SOLUTIONS [The problems are each worth five poits, except for problem 8, which is worth 8 poits. Thus there are 43 possible poits.] 1. Use the Euclidea algorithm to fid the greatest

More information

Cardinality Homework Solutions

Cardinality Homework Solutions Cardiality Homework Solutios April 16, 014 Problem 1. I the followig problems, fid a bijectio from A to B (you eed ot prove that the fuctio you list is a bijectio): (a) A = ( 3, 3), B = (7, 1). (b) A =

More information

3. Z Transform. Recall that the Fourier transform (FT) of a DT signal xn [ ] is ( ) [ ] = In order for the FT to exist in the finite magnitude sense,

3. Z Transform. Recall that the Fourier transform (FT) of a DT signal xn [ ] is ( ) [ ] = In order for the FT to exist in the finite magnitude sense, 3. Z Trasform Referece: Etire Chapter 3 of text. Recall that the Fourier trasform (FT) of a DT sigal x [ ] is ω ( ) [ ] X e = j jω k = xe I order for the FT to exist i the fiite magitude sese, S = x [

More information

Measure and Measurable Functions

Measure and Measurable Functions 3 Measure ad Measurable Fuctios 3.1 Measure o a Arbitrary σ-algebra Recall from Chapter 2 that the set M of all Lebesgue measurable sets has the followig properties: R M, E M implies E c M, E M for N implies

More information

is also known as the general term of the sequence

is also known as the general term of the sequence Lesso : Sequeces ad Series Outlie Objectives: I ca determie whether a sequece has a patter. I ca determie whether a sequece ca be geeralized to fid a formula for the geeral term i the sequece. I ca determie

More information

Test One (Answer Key)

Test One (Answer Key) CS395/Ma395 (Sprig 2005) Test Oe Name: Page 1 Test Oe (Aswer Key) CS395/Ma395: Aalysis of Algorithms This is a closed book, closed otes, 70 miute examiatio. It is worth 100 poits. There are twelve (12)

More information

Lecture 3 The Lebesgue Integral

Lecture 3 The Lebesgue Integral Lecture 3: The Lebesgue Itegral 1 of 14 Course: Theory of Probability I Term: Fall 2013 Istructor: Gorda Zitkovic Lecture 3 The Lebesgue Itegral The costructio of the itegral Uless expressly specified

More information

The Borel hierarchy classifies subsets of the reals by their topological complexity. Another approach is to classify them by size.

The Borel hierarchy classifies subsets of the reals by their topological complexity. Another approach is to classify them by size. Lecture 7: Measure ad Category The Borel hierarchy classifies subsets of the reals by their topological complexity. Aother approach is to classify them by size. Filters ad Ideals The most commo measure

More information

CS166 Handout 02 Spring 2018 April 3, 2018 Mathematical Terms and Identities

CS166 Handout 02 Spring 2018 April 3, 2018 Mathematical Terms and Identities CS166 Hadout 02 Sprig 2018 April 3, 2018 Mathematical Terms ad Idetities Thaks to Ady Nguye ad Julie Tibshirai for their advice o this hadout. This hadout covers mathematical otatio ad idetities that may

More information

Convergence of random variables. (telegram style notes) P.J.C. Spreij

Convergence of random variables. (telegram style notes) P.J.C. Spreij Covergece of radom variables (telegram style otes).j.c. Spreij this versio: September 6, 2005 Itroductio As we kow, radom variables are by defiitio measurable fuctios o some uderlyig measurable space

More information

PAPER : IIT-JAM 2010

PAPER : IIT-JAM 2010 MATHEMATICS-MA (CODE A) Q.-Q.5: Oly oe optio is correct for each questio. Each questio carries (+6) marks for correct aswer ad ( ) marks for icorrect aswer.. Which of the followig coditios does NOT esure

More information

Math 299 Supplement: Real Analysis Nov 2013

Math 299 Supplement: Real Analysis Nov 2013 Math 299 Supplemet: Real Aalysis Nov 203 Algebra Axioms. I Real Aalysis, we work withi the axiomatic system of real umbers: the set R alog with the additio ad multiplicatio operatios +,, ad the iequality

More information

CSE 191, Class Note 05: Counting Methods Computer Sci & Eng Dept SUNY Buffalo

CSE 191, Class Note 05: Counting Methods Computer Sci & Eng Dept SUNY Buffalo Coutig Methods CSE 191, Class Note 05: Coutig Methods Computer Sci & Eg Dept SUNY Buffalo c Xi He (Uiversity at Buffalo CSE 191 Discrete Structures 1 / 48 Need for Coutig The problem of coutig the umber

More information

TEACHER CERTIFICATION STUDY GUIDE

TEACHER CERTIFICATION STUDY GUIDE COMPETENCY 1. ALGEBRA SKILL 1.1 1.1a. ALGEBRAIC STRUCTURES Kow why the real ad complex umbers are each a field, ad that particular rigs are ot fields (e.g., itegers, polyomial rigs, matrix rigs) Algebra

More information

6.3 Testing Series With Positive Terms

6.3 Testing Series With Positive Terms 6.3. TESTING SERIES WITH POSITIVE TERMS 307 6.3 Testig Series With Positive Terms 6.3. Review of what is kow up to ow I theory, testig a series a i for covergece amouts to fidig the i= sequece of partial

More information

1 Summary: Binary and Logic

1 Summary: Binary and Logic 1 Summary: Biary ad Logic Biary Usiged Represetatio : each 1-bit is a power of two, the right-most is for 2 0 : 0110101 2 = 2 5 + 2 4 + 2 2 + 2 0 = 32 + 16 + 4 + 1 = 53 10 Usiged Rage o bits is [0...2

More information

1 Generating functions for balls in boxes

1 Generating functions for balls in boxes Math 566 Fall 05 Some otes o geeratig fuctios Give a sequece a 0, a, a,..., a,..., a geeratig fuctio some way of represetig the sequece as a fuctio. There are may ways to do this, with the most commo ways

More information

Lecture 2. The Lovász Local Lemma

Lecture 2. The Lovász Local Lemma Staford Uiversity Sprig 208 Math 233A: No-costructive methods i combiatorics Istructor: Ja Vodrák Lecture date: Jauary 0, 208 Origial scribe: Apoorva Khare Lecture 2. The Lovász Local Lemma 2. Itroductio

More information

2 Geometric interpretation of complex numbers

2 Geometric interpretation of complex numbers 2 Geometric iterpretatio of complex umbers 2.1 Defiitio I will start fially with a precise defiitio, assumig that such mathematical object as vector space R 2 is well familiar to the studets. Recall that

More information