MATH 2200 Final LC Review

Size: px
Start display at page:

Download "MATH 2200 Final LC Review"

Transcription

1 MATH 2200 Final LC Review Thomas Goller April 25, Final LC Format The final learning celebration will consist of claims to be proven or disproven. It will take place on Wednesday, May 1, from 8-10 AM, in the usual room. 2 Review Sessions The review sessions will be on Monday, April 29, from 10 AM-12 PM, and on Tuesday, April 30, from 9-10:40 AM, in a room to be determined (I ll post the room number online). Please come with questions! 3 Practice FLC I ll post last semester s final soon. 4 Topics Here is a (not necessarily complete) list of key topics. The numbers of claims given in parentheses are a guess about how many claims on the final LC will be drawn from the material in each chapter. Those numbers are a good indicator of how much each chapter will be emphasized on the FLC. Ch. 1: Mathematics (0 claims) No claims coming from this chapter. In particular, no questions about truth tables or truth values of statements. Key definitions: integers, even, odd, real numbers, rational, irrational. Ch. 2: Proofs (1-3 claims) Counterexamples. Direct proof. 1

2 Proof by contraposition. Proof by contradiction. Proving logical equivalence ( if and only if or the following are equivalent ). Ch. 3: Sets and functions (3-5 claims) Key definitions: set, subset, union, intersection, product, sequence, function, injective, surjective, bijective, composition of functions, invertible. Key theorems: a function is invertible if and only if it is bijective. Key set skills: using Venn diagrams for intuition; proving one set is contained in another and doing this twice to prove two sets are equal. Key function skills: appropriately using the definitions of injectivity and surjectivity in proofs, judging whether a function is injective or surjective by looking at its graph. No questions from this chapter about set cardinality. Ch. 4: Number theory (2-4 claims) Key definitions: divides, factor, divisor, multiple, prime factorization, greatest common divisor, least common multiple, remainder, congruent, modulus. Key skills: proving one integer divides another, using the more useful form of congruence given in Prop , computing powers of an integer modulo m, proving divisibility rules. Key theorems: infinitely many primes, division algorithm, FTA, Bézout s identity, Fermat s little theorem. No Euclidean algorithm, no back substitution, no solving linear congruences, no cryptography. Ch. 5: Induction (1-3 claims) Key terms: induction, base case, inductive step. Key skill: using induction to prove summation formulas or number theory claims. No strong induction required. Ch. 6: Combinatorics (0 claims) No claims coming only from this chapter. Key definitions: r-permutation, r-combination, factorial. Key theorem: product rule, binomial theorem. No Pascal s triangle. Ch. 7: Graph theory (3-5 claims) 2

3 Key definitions: graph, drawing, subgraph, union of subgraphs, intersection of subgraphs, loop, multiple edges, simple, complete, cycle, bipartite, complete bipartite, walk, connected, connected component, planar. Key theorems: Euler s formula, inequalities deduced from Euler s formula. No isomorphism, no induction on the size of a graph required. 5 Tips for Proving or Disproving a Claim (1) Think about whether the claim is plausible. Check cases. Try to construct a counterexample. If you find a counterexample, write This claim is false! and give your counterexample. If the claim seems true, proceed to the next step. (2) Write the assumptions at the top of your page and the conclusion you want to deduce at the bottom. (3) Try to use the assumptions to deduce the conclusion. This may involve: Direct proof. Apply definitions to the assumptions and maybe invoke some theorems to directly deduce the conclusion. If this doesn t work, consider: Proof by contrapositive. If the claim is of the form if p, then q, try to prove if q, then p instead. Proof by contradiction. Add the negation of the conclusion to your assumptions and try to derive a contradiction. Proof by induction. If some integer associated to the theorem ranges over all Z 0 (or Z 1, or Z 2, etc.), and if the theorem is easier to prove when that integer is small, then trying induction on that value. (4) If you found an argument that yields the conclusion, write it out in precise crisp English sentences! Label it Proof and draw your favorite symbol at the end. (5) If nothing is working, think hard about whether the claim is false! Try to construct a counterexample based on where you are getting stuck in your attempted proofs. 6 Example Problems Here is the long list of all relevant claims and exercises from the notes, as well as all claims from LCs and a few additional claims as well. Many of the claims are false, of course! I am certainly not recommending that you try to do prove or disprove all of these claims there are too many! But do read through the complete list to pinpoint the kinds of claims you re least comfortable with, and practice those! For each claim below, I ve included its source in parentheses. E means exercise from the notes, and a numerical reference without an E means the claim was a claim/proposition/theorem proved in the notes. LC of course refers to a learning celebration. I ve made the source bold when you have the solution available to you: either because the solution is given in the 3

4 notes, or because the solution is in one of my solutions to Homework #n or solutions to LC #n series of write-ups, which can all be downloaded on my website. I apologize for all the typos that inevitably populate such a long list of claims. Chapter 2: Proofs Claim (2.2.1, 2.3.1). Let n Z. Then n is odd if and only if n 2 is odd. Claim (E2.2.2a, E2.3.2a). Let n Z. Then n is even if and only if n 2 is even. Claim (E2.2.2b, 2.3.2b). Let n Z. Then n is odd if and only if n 3 is odd. Claim (E2.4.2a). Let r be irrational. Then r is irrational. Claim (E2.4.2b). Let r be irrational. Then 2r is irrational. Claim (E2.5.2a). Let n Z. Then n is odd if and only if n + 2 is odd. Claim (E2.5.2b). Let n Z. Then n is odd if and only if n + 1 is even. Claim (2.5.3). Let n Z. Then the following are equivalent: (i) n is even; (ii) n + 1 is odd; (iii) n + 2 is even. Claim (E2.5.4). Let n Z. Then the following are equivalent: (i) n is odd; (ii) n 3 is even; (iii) n 2 is odd. Claim (E2.6.1a). Let m, n Z. If m is even and n is even, then m + n is even. Claim (E2.6.1b). Let m, n Z. If m is even and n is odd, then mn is odd. Claim (E2.6.1d). Let n Z. Then n is even if and only if 7n + 4 is even. Claim (E2.6.1e). Let m, n Z. If mn is even, then m is even or n is even. Claim (E2.6.1f). Let n Z. If n is odd, then n can be written as the sum of the squares of two integers. Claim (E2.6.1g). Let n Z 0. Then n can be written as the sum of the squares of three integers. Claim (E2.6.2a). Let r, s R. If r and s are rational, then r + s and rs are rational. Claim (E2.6.2b). Let r, s R. If r is rational and s is irrational, then r + s is irrational. 4

5 Claim (E2.6.2c). Let r, s R. If r and s are irrational, then rs is irrational. Claim (E2.6.2d). Let r R. Then r is rational if and only if r 2 is rational. Claim ( Notes on 2.6 ). 2 is irrational. (Solutions to E2.6.2b-d and the claim that 2 is irrational can be found in the document Notes on 2.6.) Claim 1 (LC1). Let m, n Z. If mn is even, then m is even and n is even. Claim 2 (LC1). Let m, n Z. If m is odd and n is odd, then m + n is even. Claim 3 (LC1). Let n Z. Then n is odd if and only if 4n 1 is odd. Claim 4 (LC1). Let r be irrational. Then r 3 is irrational. Claim 5 (LC1). Let r, s R. If r is rational and s is rational, then rs is rational. Claim 6 (LC1). Let m, n Z. If m is odd, then mn is odd. Chapter 3: Sets and Functions Claim (3.1.14). Let A, B, and C be sets. Then A (B C) = (A B) (A C). Claim (E3.1.15a). Let A and B be sets. Then A B if and only if A B = A. Claim (E3.1.15b). Let A, B, and C be sets. Then A (B C) = (A B) (A C). Claim (E3.1.15c). Let A, B, and C be sets. Then C (A B) = (C A) (C B). Claim (E3.1.15d). Let A, B, and C be sets. Then C (A B) = (C A) (C B). Claim (E3.1.15e). Let A, B, and C be sets. If A C = B C, then A = B. Claim (E3.1.15f). Let A, B, and C be sets. If A C = B C, then A = B. Claim (E3.1.15g). Let A, B, and C be sets. If A C = B C and A C = B C, then A = B. (E is solved in solutions to Homework #3.) Claim (LC2). Let A and B be sets. Then A = (A B) (A B). Claim (LC2). Let A, B, and C be sets. Then (A C) (B C) = (A B) C. Claim (LC2). Let A, B, and C be sets. Then A (B C) = (A B) (A C). Claim (LC2). Let A, B, and C be sets. Then A (B C) = (A B) (A C). Claim (3.3.8). Let A f B and B g C be functions. If f and g are injective, then g f is injective. 5

6 Claim (E3.3.9a). Let A f B and B g C be functions. If g f is injective, then f is injective. Claim (E3.3.9b). Let A f B and B g C be functions. If g f is injective, then g is injective. Claim (E3.3.10). Let A g B and A h B be functions and let B f C be an injective function. If f g = f h, then g = h. Claim (E3.3.11). Let B g C and B h C be functions and let A f B be an injective function. If g f = h f, then g = h. Claim (3.4.7). Let A f B and B g C be functions. If f and g are surjective, then g f is surjective. Claim (E3.4.8a). Let A f B and B g C be functions. If g f is surjective, then f is surjective. Claim (E3.4.8b). Let A f B and B g C be functions. If g f is surjective, then g is surjective. Claim (E3.4.8c). Let A f B and B g C be functions. If g f is injective and f is surjective, then g is injective. Claim (E3.4.8d). Let A f B and B g C be functions. If g f is surjective and g is injective, then f is surjective. Claim (E3.4.9). Let A g B and A h B be functions and let B f C be a surjective function. If f g = f h, then g = h. Claim (E3.4.10). Let B g C and B h C be functions and let A f B be a surjective function. If g f = h f, then g = h. Claim (LC2). Let A f B and B g C be functions. If g f is surjective and f is injective, then g is injective. Claim (LC2). Let A f B and B g C be functions. If g f is surjective, then g is surjective. Claim (3.5.9). A function A f B has an inverse if and only if it is bijective. Claim (3.5.10). The function R f R with rule f(x) = x 3 is bijective. Claim (3.5.12). The function R f R with rule f(x) = 3x 4 is bijective. 6

7 Claim (3.5.12). The function R f R with rule f(x) = 3x is bijective. Claim (3.5.12). The function R f R with rule f(x) = (x + 1)/(x + 2) is bijective. Claim (3.5.12). The function R f R with rule f(x) = x is bijective. Claim (E3.5.13a). The function Z f Z with rule f(n) = 4 n is bijective. Claim (E3.5.13b). The function Z f Z with rule f(n) = n 3 is bijective. Claim (E3.5.13c). The function R f R 1 with rule f(x) = x is bijective. Claim (E3.5.13d). The function R >0 f R >0 with rule f(x) = 1 x is bijective. Claim (E3.5.13e). The function R f R with rule f(x) = sin x is bijective. Claim (E3.5.13f). The function [ π 2, π 2 f [ 1, 1] with rule f(x) = sin x is bijective. (Solutions to E3.5.13a-f are in solutions to Homework #4.) Claim (LC3). Let A f B and B g C be functions. If g f is surjective, then g is surjective. Claim (LC3). The function R f R 0 with rule f(x) = x 4 is bijective. Claim (LC3). The function R >2 f R >0 with rule f(x) = 1 x 2 is bijective. Claim (LC3). Let A, B, and C be sets, and let A f B and B g C be functions. If f is injective, then g f is injective. Chapter 4: Number Theory Claim (4.1.4, E4.1.5). Let a, b, c Z with a 0. Then (i) If a b and a c, then a (b + c). (ii) If a b, then a bc. (iii) Suppose b 0. If a b and b c, then a c. Claim (4.1.6). Let a, b, c Z with a 0. If a b and a c, then a mb + nc for any m, n Z. Claim (4.1.13). There are infinitely many primes. 7

8 Claim (E4.1.15). Let n Z 2. If n is composite, then it has a prime factor p such that p n. Claim (E4.1.16a). Let m, n Z and let d Z 1. If d n, then d mn. Claim (E4.1.16b). Let m, n Z and let d Z 1. If d n, then d mn. Claim (E4.1.16c). Let m, n Z and let d Z 1. If dn mn and n 0, then d m. Claim (E4.1.16d). Let m, n Z and let d Z 1. If d mn, then d m or d n. Claim (E4.1.16e). Let m, n Z 2 and let p be prime. If p mn, then p m or p n. (Solutions to E4.1.5 and E4.1.16a-e are in solutions to Homework 5.) Claim (LC3). Let a, b, c Z with a 0. If a b and a c, then a (7b c). Claim (LC3). Let a, b, c Z with a 0 and b 0. If a b and b c, then c a. Claim (4.3.10). Let a, b Z and m Z 1. If a b (mod m) and c Z, then a + c b + c (mod m) and ac bc (mod m). Claim (E4.3.16a). Let n Z. Then n 2 0 or 1 (mod 4). Claim (E4.3.16b). Let n Z. If n is odd, then n 2 1 (mod 8). Claim (4.3.21). Let a Z 1 and let D be the sum of the digits of a. Then 3 a if and only if 3 D. Claim (E4.3.22a). Let a Z 1 and let D be the sum of the digits of a. Then 5 a if and only if 5 D. Claim (E4.3.22b). Let a Z 1 and let D be the sum of the digits of a. Then 9 a if and only if 9 D. (Solutions to E and E can be found in solutions to Homework #6.) Chapter 5: Induction Claim (5.1.1). Let n Z 1. Then n = n(n+1) 2. Claim (5.1.6). Let n Z 1. Then (2n 1) = n 2. Claim (5.1.7). Let n Z 0. Then n 3 n 0 (mod 3). Claim (5.1.8). Let n Z 1. Then n 3 = n2 (n+1) 2 4. Claim (E5.1.10a). Let n Z 1. Then n = n(n + 1). Claim (E5.1.10b). Let n Z 1. Then n(n + 1) = n(n+1)(n+2) 3. 8

9 Claim (E5.1.10c). Let n Z 1. Then n 2 = n(n+1)(2n+1) 6. Claim (E5.1.10d). Let n Z 1. Then n(n + 2) = n(2n 1)(2n + 1). Claim (E5.1.10e). Let n Z 1. Then ( 1) n 1 n 2 = ( 1) n 1 n(n+1) 2. Claim (E5.1.10f). Let n Z 1. Then n = n. Claim (E5.1.11a). Let n Z 1. Then n 2 + n 0 (mod 2). Claim (E5.1.11b). Let n Z 1. Then n 2 n 0 (mod 3). Claim (E5.1.11c). Let n Z 1. Then n 3 + 2n 0 (mod 3). Claim (E5.1.11d). Let n Z 1. Then n 3 n 0 (mod 6). Claim (E5.1.12). Let n Z 1. Then 1 1! + 2 2! + + n n! = (n + 1)! 1. Claim (E5.1.14). Let n Z 1 and let x be a variable. Then 1 + x + x x n = 1 xn+1 1 x. (Solutions for E5.1.10a-d and E5.1.11a-b can be found in solutions to Homework #7.) Claim (LC4). Let n Z 1. Then n(n+1) = Claim (LC4). Let n Z 1. Then n 3 3n 2 0 (mod 4). Claim (LC4). Let n Z 1. Then 4 n n 1 0 (mod 21). n. n+1 Claim (LC4). Let n Z 1. Then 1 1! + 2 2! + + n n! = (n + 1)! 1. Chapter 7: Graph Theory Claim (E7.1.9). Let G = (V, E, φ) be a graph. Then v V deg(v) = 2 E. Claim (E7.1.10). Let G = (V, E, φ) be a graph. Then the number of vertices in G with odd degree must be even. ( Solutions to Homework #8 cover E7.1.9 and E ) Claim (E7.3.10). Let n Z 2. The complete graph K n has exactly ( n 2) edges. Claim (E7.3.15). Let G be a graph. Then G is simple if and only if G has no cycles of length 1 or 2. Claim (E7.3.20). Let m, n Z 0. The complete bipartite graph K m,n has exactly mn edges. Claim (E7.3.21a). Let H be a subgraph of a graph G. If G is simple, then H is simple. Claim (E7.3.21b). Let H be a subgraph of a graph G. If G is a cycle, then H is a cycle. Claim (E7.3.21c). Let H be a subgraph of a graph G. If G is bipartite, then H is bipartite. 9

10 Claim (E7.3.21d). Let H be a subgraph of a graph G. If G is complete bipartite, then H is complete bipartite. Claim (E7.3.21e). Let H be a subgraph of a graph G. If G is bipartite and H is a cycle, then H has even length. Claim (E7.3.22a). Let G = (V, E, φ) be a graph. Then E ( ) V 2. Claim (E7.3.22b). Let G = (V, E, φ) be a graph. If G is simple, then E ( ) V 2. Claim (E7.3.22c). Let G = (V, E, φ) be a graph. If G is bipartite, then E V 2 4. Claim (E7.3.22d). Let G = (V, E, φ) be a graph. If G is simple and bipartite, then E Claim (E7.4.4). Let G be a bipartite graph. Then every walk in G that starts and ends at the same vertex contains an even number of edges. Claim (E7.4.10a). Let G be a graph. If G is simple, then G is connected. Claim (E7.4.10b). Let G be a graph. If G is a complete graph, then G is connected. Claim (E7.4.10c). Let G be a graph. If G is a cycle, then G is connected. Claim (E7.4.10d). Let G be a graph. If G is bipartite, then G is connected. Claim (E7.4.10e). Let G be a graph. If G is complete bipartite, then G is connected. Claim (E7.4.10f). Let G be a graph. If G is the complete bipartite graph K m,n with m, n Z 1, then G is connected. Claim (E7.4.10e). Let G be a graph. Then G is a cycle if and only if G is connected and every vertex has degree 2. Claim (E7.4.11a). Let H 1 and H 2 be connected subgraphs of a graph G. Then H 1 H 2 is connected. Claim (E7.4.11b). Let H 1 and H 2 be connected subgraphs of a graph G. Then H 1 H 2 is connected. ( Solutions to Homework #9 cover E7.3.10, E7.3.15, E7.3.20, E7.3.21a-d, E7.4.4, E7.4.10af, and E ) Claim (7.4.12). Let H 1 and H 2 be connected subgraphs of a graph G. If H 1 and H 2 have a common vertex, then H 1 H 2 is connected. Claim (new). Let H be a subgraph of a graph G. Then the number of connected components of H is less than or equal to the number of connected components of G. Claim (new). Let H be a subgraph of a graph G. Then the number of connected components of H is greater than or equal to the number of connected components of G. Claim (E7.6.6). Let H be a subgraph of a graph G. If G is planar, then H is planar. 10 V 2 4.

11 Claim (E7.6.7). Let H be a subgraph of a graph G. If H is non-planar, then G is non-planar. Claim (E7.6.8). Let H 1 and H 2 be planar subgraphs of a graph G. Then H 1 H 2 is planar. Claim (7.6.13). Let G = (V, E, φ) be a connected simple planar graph. Suppose V 3. Then E 3 V 6. Claim (7.6.15). Let G = (V, E, φ) be a connected simple planar graph with no cycles of length 3. Suppose V 3. Then E 2 V 4. Claim (E7.6.18). Let G = (V, E, φ) be a planar graph. Let r be the number of regions of any planar drawing of G. Then the number of connected components of G is V E + r 1. Claim (LC5). Let n Z 1. Let G = (V, E, φ) be the graph defined by V = {v 0, v 1,..., v n }, E = {e 1,..., e n }, and φ(e i ) = {v 0, v i } for each 1 i n. Then G is connected. Claim (LC5). Let H 1 and H 2 be planar subgraphs of a graph G. Then H 1 H 2 is planar. Claim (LC5). Let n Z 1. Let G be a cycle of length 2n. Then G is bipartite. Claim (LC5). Let H 1 and H 2 be connected subgraphs of a graph G. Then H 1 H 2 is connected. Claim (LC5). Let H be a subgraph of a planar graph G. Then H is planar. 11

MATH 2200 Final Review

MATH 2200 Final Review MATH 00 Final Review Thomas Goller December 7, 01 1 Exam Format The final exam will consist of 8-10 proofs It will take place on Tuesday, December 11, from 10:30 AM - 1:30 PM, in the usual room Topics

More information

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

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

Discrete Mathematics. Thomas Goller. January 2013

Discrete Mathematics. Thomas Goller. January 2013 Discrete Mathematics Thomas Goller January 2013 Contents 1 Mathematics 1 1.1 Axioms..................................... 1 1.2 Definitions................................... 2 1.3 Theorems...................................

More information

IVA S STUDY GUIDE FOR THE DISCRETE FINAL EXAM - SELECTED SOLUTIONS. 1. Combinatorics

IVA S STUDY GUIDE FOR THE DISCRETE FINAL EXAM - SELECTED SOLUTIONS. 1. Combinatorics IVA S STUDY GUIDE FOR THE DISCRETE FINAL EXAM - SELECTED SOLUTIONS Combinatorics Go over combinatorics examples in the text Review all the combinatorics problems from homewor Do at least a couple of extra

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

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

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

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

Definitions. Notations. Injective, Surjective and Bijective. Divides. Cartesian Product. Relations. Equivalence Relations

Definitions. Notations. Injective, Surjective and Bijective. Divides. Cartesian Product. Relations. Equivalence Relations Page 1 Definitions Tuesday, May 8, 2018 12:23 AM Notations " " means "equals, by definition" the set of all real numbers the set of integers Denote a function from a set to a set by Denote the image of

More information

Logic. Facts (with proofs) CHAPTER 1. Definitions

Logic. Facts (with proofs) CHAPTER 1. Definitions CHAPTER 1 Logic Definitions D1. Statements (propositions), compound statements. D2. Truth values for compound statements p q, p q, p q, p q. Truth tables. D3. Converse and contrapositive. D4. Tautologies

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

Review Sheet for the Final Exam of MATH Fall 2009

Review Sheet for the Final Exam of MATH Fall 2009 Review Sheet for the Final Exam of MATH 1600 - Fall 2009 All of Chapter 1. 1. Sets and Proofs Elements and subsets of a set. The notion of implication and the way you can use it to build a proof. Logical

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

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

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

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

MATH10040: Numbers and Functions Homework 1: Solutions

MATH10040: Numbers and Functions Homework 1: Solutions MATH10040: Numbers and Functions Homework 1: Solutions 1. Prove that a Z and if 3 divides into a then 3 divides a. Solution: The statement to be proved is equivalent to the statement: For any a N, if 3

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

MATH CSE20 Homework 5 Due Monday November 4

MATH CSE20 Homework 5 Due Monday November 4 MATH CSE20 Homework 5 Due Monday November 4 Assigned reading: NT Section 1 (1) Prove the statement if true, otherwise find a counterexample. (a) For all natural numbers x and y, x + y is odd if one of

More information

Proofs. Joe Patten August 10, 2018

Proofs. Joe Patten August 10, 2018 Proofs Joe Patten August 10, 2018 1 Statements and Open Sentences 1.1 Statements A statement is a declarative sentence or assertion that is either true or false. They are often labelled with a capital

More information

STUDY GUIDE FOR THE WRECKONING. 1. Combinatorics. (1) How many (positive integer) divisors does 2940 have? What about 3150?

STUDY GUIDE FOR THE WRECKONING. 1. Combinatorics. (1) How many (positive integer) divisors does 2940 have? What about 3150? STUDY GUIDE FOR THE WRECKONING. Combinatorics Go over combinatorics examples in the text. Review all the combinatorics problems from homework. Do at least a couple of extra problems given below. () How

More information

PROBLEM SET 3: PROOF TECHNIQUES

PROBLEM SET 3: PROOF TECHNIQUES PROBLEM SET 3: PROOF TECHNIQUES CS 198-087: INTRODUCTION TO MATHEMATICAL THINKING UC BERKELEY EECS FALL 2018 This homework is due on Monday, September 24th, at 6:30PM, on Gradescope. As usual, this homework

More information

Recitation 7: Existence Proofs and Mathematical Induction

Recitation 7: Existence Proofs and Mathematical Induction Math 299 Recitation 7: Existence Proofs and Mathematical Induction Existence proofs: To prove a statement of the form x S, P (x), we give either a constructive or a non-contructive proof. In a constructive

More information

Mathematics 220 Midterm Practice problems from old exams Page 1 of 8

Mathematics 220 Midterm Practice problems from old exams Page 1 of 8 Mathematics 220 Midterm Practice problems from old exams Page 1 of 8 1. (a) Write the converse, contrapositive and negation of the following statement: For every integer n, if n is divisible by 3 then

More information

MAS114: Exercises. October 26, 2018

MAS114: Exercises. October 26, 2018 MAS114: Exercises October 26, 2018 Note that the challenge problems are intended to be difficult! Doing any of them is an achievement. Please hand them in on a separate piece of paper if you attempt them.

More information

MATH 114 Fall 2004 Solutions to practice problems for Final Exam

MATH 114 Fall 2004 Solutions to practice problems for Final Exam MATH 11 Fall 00 Solutions to practice problems for Final Exam Reminder: the final exam is on Monday, December 13 from 11am - 1am. Office hours: Thursday, December 9 from 1-5pm; Friday, December 10 from

More information

MATH 61-02: PRACTICE PROBLEMS FOR FINAL EXAM

MATH 61-02: PRACTICE PROBLEMS FOR FINAL EXAM MATH 61-02: PRACTICE PROBLEMS FOR FINAL EXAM (FP1) The exclusive or operation, denoted by and sometimes known as XOR, is defined so that P Q is true iff P is true or Q is true, but not both. Prove (through

More information

Solutions to Practice Final

Solutions to Practice Final s to Practice Final 1. (a) What is φ(0 100 ) where φ is Euler s φ-function? (b) Find an integer x such that 140x 1 (mod 01). Hint: gcd(140, 01) = 7. (a) φ(0 100 ) = φ(4 100 5 100 ) = φ( 00 5 100 ) = (

More information

Basic Proof Examples

Basic Proof Examples Basic Proof Examples Lisa Oberbroeckling Loyola University Maryland Fall 2015 Note. In this document, we use the symbol as the negation symbol. Thus p means not p. There are four basic proof techniques

More information

Math 109 HW 9 Solutions

Math 109 HW 9 Solutions Math 109 HW 9 Solutions Problems IV 18. Solve the linear diophantine equation 6m + 10n + 15p = 1 Solution: Let y = 10n + 15p. Since (10, 15) is 5, we must have that y = 5x for some integer x, and (as we

More information

Preparing for the CS 173 (A) Fall 2018 Midterm 1

Preparing for the CS 173 (A) Fall 2018 Midterm 1 Preparing for the CS 173 (A) Fall 2018 Midterm 1 1 Basic information Midterm 1 is scheduled from 7:15-8:30 PM. We recommend you arrive early so that you can start exactly at 7:15. Exams will be collected

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

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

(1) Which of the following are propositions? If it is a proposition, determine its truth value: A propositional function, but not a proposition. Math 231 Exam Practice Problem Solutions WARNING: This is not a sample test. Problems on the exams may or may not be similar to these problems. These problems are just intended to focus your study of the

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

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

STRATEGIES OF PROBLEM SOLVING

STRATEGIES OF PROBLEM SOLVING STRATEGIES OF PROBLEM SOLVING Second Edition Maria Nogin Department of Mathematics College of Science and Mathematics California State University, Fresno 2014 2 Chapter 1 Introduction Solving mathematical

More information

University of Toronto Faculty of Arts and Science Solutions to Final Examination, April 2017 MAT246H1S - Concepts in Abstract Mathematics

University of Toronto Faculty of Arts and Science Solutions to Final Examination, April 2017 MAT246H1S - Concepts in Abstract Mathematics University of Toronto Faculty of Arts and Science Solutions to Final Examination, April 2017 MAT246H1S - Concepts in Abstract Mathematics Examiners: D. Burbulla, P. Glynn-Adey, S. Homayouni Time: 7-10

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

Midterm 1. Your Exam Room: Name of Person Sitting on Your Left: Name of Person Sitting on Your Right: Name of Person Sitting in Front of You:

Midterm 1. Your Exam Room: Name of Person Sitting on Your Left: Name of Person Sitting on Your Right: Name of Person Sitting in Front of You: CS70 Discrete Mathematics and Probability Theory, Fall 2018 Midterm 1 8:00-10:00pm, 24 September Your First Name: SIGN Your Name: Your Last Name: Your Exam Room: Name of Person Sitting on Your Left: Name

More information

MATH 135 Fall 2006 Proofs, Part IV

MATH 135 Fall 2006 Proofs, Part IV MATH 135 Fall 006 s, Part IV We ve spent a couple of days looking at one particular technique of proof: induction. Let s look at a few more. Direct Here we start with what we re given and proceed in a

More information

Discrete Structures for Computer Science: Counting, Recursion, and Probability

Discrete Structures for Computer Science: Counting, Recursion, and Probability Discrete Structures for Computer Science: Counting, Recursion, and Probability Michiel Smid School of Computer Science Carleton University Ottawa, Ontario Canada michiel@scs.carleton.ca December 18, 2017

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

7.11 A proof involving composition Variation in terminology... 88

7.11 A proof involving composition Variation in terminology... 88 Contents Preface xi 1 Math review 1 1.1 Some sets............................. 1 1.2 Pairs of reals........................... 3 1.3 Exponentials and logs...................... 4 1.4 Some handy functions......................

More information

McGill University Faculty of Science. Solutions to Practice Final Examination Math 240 Discrete Structures 1. Time: 3 hours Marked out of 60

McGill University Faculty of Science. Solutions to Practice Final Examination Math 240 Discrete Structures 1. Time: 3 hours Marked out of 60 McGill University Faculty of Science Solutions to Practice Final Examination Math 40 Discrete Structures Time: hours Marked out of 60 Question. [6] Prove that the statement (p q) (q r) (p r) is a contradiction

More information

In N we can do addition, but in order to do subtraction we need to extend N to the integers

In N we can do addition, but in order to do subtraction we need to extend N to the integers Chapter The Real Numbers.. Some Preliminaries Discussion: The Irrationality of 2. We begin with the natural numbers N = {, 2, 3, }. In N we can do addition, but in order to do subtraction we need to extend

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

DISCRETE MATH: FINAL REVIEW

DISCRETE MATH: FINAL REVIEW DISCRETE MATH: FINAL REVIEW DR. DANIEL FREEMAN 1) a. Does 3 = {3}? b. Is 3 {3}? c. Is 3 {3}? c. Is {3} {3}? c. Is {3} {3}? d. Does {3} = {3, 3, 3, 3}? e. Is {x Z x > 0} {x R x > 0}? 1. Chapter 1 review

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

MATH10040: Chapter 0 Mathematics, Logic and Reasoning

MATH10040: Chapter 0 Mathematics, Logic and Reasoning MATH10040: Chapter 0 Mathematics, Logic and Reasoning 1. What is Mathematics? There is no definitive answer to this question. 1 Indeed, the answer given by a 21st-century mathematician would differ greatly

More information

Writing proofs. Tim Hsu, San José State University. Revised August Sets, elements, and the if-then method 11

Writing proofs. Tim Hsu, San José State University. Revised August Sets, elements, and the if-then method 11 Writing proofs Tim Hsu, San José State University Revised August 2008 Contents I Fundamentals 5 1 Definitions and theorems 5 2 What is a proof? 5 3 A word about definitions 6 II The structure of proofs

More information

Name (print): Question 4. exercise 1.24 (compute the union, then the intersection of two sets)

Name (print): Question 4. exercise 1.24 (compute the union, then the intersection of two sets) MTH299 - Homework 1 Question 1. exercise 1.10 (compute the cardinality of a handful of finite sets) Solution. Write your answer here. Question 2. exercise 1.20 (compute the union of two sets) Question

More information

Proof by Contradiction

Proof by Contradiction Proof by Contradiction MAT231 Transition to Higher Mathematics Fall 2014 MAT231 (Transition to Higher Math) Proof by Contradiction Fall 2014 1 / 12 Outline 1 Proving Statements with Contradiction 2 Proving

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

Homework #2 solutions Due: June 15, 2012

Homework #2 solutions Due: June 15, 2012 All of the following exercises are based on the material in the handout on integers found on the class website. 1. Find d = gcd(475, 385) and express it as a linear combination of 475 and 385. That is

More information

Fundamentals of Pure Mathematics - Problem Sheet

Fundamentals of Pure Mathematics - Problem Sheet Fundamentals of Pure Mathematics - Problem Sheet ( ) = Straightforward but illustrates a basic idea (*) = Harder Note: R, Z denote the real numbers, integers, etc. assumed to be real numbers. In questions

More information

1 Basic Combinatorics

1 Basic Combinatorics 1 Basic Combinatorics 1.1 Sets and sequences Sets. A set is an unordered collection of distinct objects. The objects are called elements of the set. We use braces to denote a set, for example, the set

More information

MTH 299 In Class and Recitation Problems SUMMER 2016

MTH 299 In Class and Recitation Problems SUMMER 2016 MTH 299 In Class and Recitation Problems SUMMER 2016 Last updated on: May 13, 2016 MTH299 - Examples CONTENTS Contents 1 Week 1 3 1.1 In Class Problems.......................................... 3 1.2 Recitation

More information

MATH 2112/CSCI 2112, Discrete Structures I Winter 2007 Toby Kenney Homework Sheet 5 Hints & Model Solutions

MATH 2112/CSCI 2112, Discrete Structures I Winter 2007 Toby Kenney Homework Sheet 5 Hints & Model Solutions MATH 11/CSCI 11, Discrete Structures I Winter 007 Toby Kenney Homework Sheet 5 Hints & Model Solutions Sheet 4 5 Define the repeat of a positive integer as the number obtained by writing it twice in a

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

MATH 55 - HOMEWORK 6 SOLUTIONS. 1. Section = 1 = (n + 1) 3 = 2. + (n + 1) 3. + (n + 1) 3 = n2 (n + 1) 2.

MATH 55 - HOMEWORK 6 SOLUTIONS. 1. Section = 1 = (n + 1) 3 = 2. + (n + 1) 3. + (n + 1) 3 = n2 (n + 1) 2. MATH 55 - HOMEWORK 6 SOLUTIONS Exercise Section 5 Proof (a) P () is the statement ( ) 3 (b) P () is true since ( ) 3 (c) The inductive hypothesis is P (n): ( ) n(n + ) 3 + 3 + + n 3 (d) Assuming the inductive

More information

In N we can do addition, but in order to do subtraction we need to extend N to the integers

In N we can do addition, but in order to do subtraction we need to extend N to the integers Chapter 1 The Real Numbers 1.1. Some Preliminaries Discussion: The Irrationality of 2. We begin with the natural numbers N = {1, 2, 3, }. In N we can do addition, but in order to do subtraction we need

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

MAS114: Solutions to Exercises

MAS114: Solutions to Exercises MAS114: s to Exercises Up to week 8 Note that the challenge problems are intended to be difficult! Doing any of them is an achievement. Please hand them in on a separate piece of paper if you attempt them.

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

9/5/17. Fermat s last theorem. CS 220: Discrete Structures and their Applications. Proofs sections in zybooks. Proofs.

9/5/17. Fermat s last theorem. CS 220: Discrete Structures and their Applications. Proofs sections in zybooks. Proofs. Fermat s last theorem CS 220: Discrete Structures and their Applications Theorem: For every integer n > 2 there is no solution to the equation a n + b n = c n where a,b, and c are positive integers Proofs

More information

Exam Practice Problems

Exam Practice Problems Math 231 Exam Practice Problems WARNING: This is not a sample test. Problems on the exams may or may not be similar to these problems. These problems are just intended to focus your study of the topics.

More information

INTEGERS. In this section we aim to show the following: Goal. Every natural number can be written uniquely as a product of primes.

INTEGERS. In this section we aim to show the following: Goal. Every natural number can be written uniquely as a product of primes. INTEGERS PETER MAYR (MATH 2001, CU BOULDER) In this section we aim to show the following: Goal. Every natural number can be written uniquely as a product of primes. 1. Divisibility Definition. Let a, b

More information

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

Discrete Mathematics. W. Ethan Duckworth. Fall 2017, Loyola University Maryland Discrete Mathematics W. Ethan Duckworth Fall 2017, Loyola University Maryland Contents 1 Introduction 4 1.1 Statements......................................... 4 1.2 Constructing Direct Proofs................................

More information

PUTNAM TRAINING NUMBER THEORY. Exercises 1. Show that the sum of two consecutive primes is never twice a prime.

PUTNAM TRAINING NUMBER THEORY. Exercises 1. Show that the sum of two consecutive primes is never twice a prime. PUTNAM TRAINING NUMBER THEORY (Last updated: December 11, 2017) Remark. This is a list of exercises on Number Theory. Miguel A. Lerma Exercises 1. Show that the sum of two consecutive primes is never twice

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

REVIEW QUESTIONS. Chapter 1: Foundations: Sets, Logic, and Algorithms

REVIEW QUESTIONS. Chapter 1: Foundations: Sets, Logic, and Algorithms REVIEW QUESTIONS Chapter 1: Foundations: Sets, Logic, and Algorithms 1. Why can t a Venn diagram be used to prove a statement about sets? 2. Suppose S is a set with n elements. Explain why the power set

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

MATH 361: NUMBER THEORY FOURTH LECTURE

MATH 361: NUMBER THEORY FOURTH LECTURE MATH 361: NUMBER THEORY FOURTH LECTURE 1. Introduction Everybody knows that three hours after 10:00, the time is 1:00. That is, everybody is familiar with modular arithmetic, the usual arithmetic of the

More information

Name: Mathematics 1C03

Name: Mathematics 1C03 Name: Student ID Number: Mathematics 1C03 Day Class Instructor: M. Harada Duration: 2.5 hours April 2018 McMaster University PRACTICE Final Examination This is a PRACTICE final exam. The actual final exam

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

Math 511, Algebraic Systems, Fall 2017 July 20, 2017 Edition. Todd Cochrane

Math 511, Algebraic Systems, Fall 2017 July 20, 2017 Edition. Todd Cochrane Math 511, Algebraic Systems, Fall 2017 July 20, 2017 Edition Todd Cochrane Department of Mathematics Kansas State University Contents Notation v Chapter 0. Axioms for the set of Integers Z. 1 Chapter 1.

More information

PRIME NUMBERS YANKI LEKILI

PRIME NUMBERS YANKI LEKILI PRIME NUMBERS YANKI LEKILI We denote by N the set of natural numbers: 1,2,..., These are constructed using Peano axioms. We will not get into the philosophical questions related to this and simply assume

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

2 Arithmetic. 2.1 Greatest common divisors. This chapter is about properties of the integers Z = {..., 2, 1, 0, 1, 2,...}.

2 Arithmetic. 2.1 Greatest common divisors. This chapter is about properties of the integers Z = {..., 2, 1, 0, 1, 2,...}. 2 Arithmetic This chapter is about properties of the integers Z = {..., 2, 1, 0, 1, 2,...}. (See [Houston, Chapters 27 & 28]) 2.1 Greatest common divisors Definition 2.16. If a, b are integers, we say

More information

All numbered readings are from Beck and Geoghegan s The art of proof.

All numbered readings are from Beck and Geoghegan s The art of proof. MATH 301. Assigned readings and homework All numbered readings are from Beck and Geoghegan s The art of proof. Reading Jan 30, Feb 1: Chapters 1.1 1.2 Feb 6, 8: Chapters 1.3 2.1 Feb 13, 15: Chapters 2.2

More information

What is proof? Lesson 1

What is proof? Lesson 1 What is proof? Lesson The topic for this Math Explorer Club is mathematical proof. In this post we will go over what was covered in the first session. The word proof is a normal English word that you might

More information

Writing proofs for MATH 61CM, 61DM Week 1: basic logic, proof by contradiction, proof by induction

Writing proofs for MATH 61CM, 61DM Week 1: basic logic, proof by contradiction, proof by induction Writing proofs for MATH 61CM, 61DM Week 1: basic logic, proof by contradiction, proof by induction written by Sarah Peluse, revised by Evangelie Zachos and Lisa Sauermann September 27, 2016 1 Introduction

More information

2 Lecture 2: Logical statements and proof by contradiction Lecture 10: More on Permutations, Group Homomorphisms 31

2 Lecture 2: Logical statements and proof by contradiction Lecture 10: More on Permutations, Group Homomorphisms 31 Contents 1 Lecture 1: Introduction 2 2 Lecture 2: Logical statements and proof by contradiction 7 3 Lecture 3: Induction and Well-Ordering Principle 11 4 Lecture 4: Definition of a Group and examples 15

More information

PGSS Discrete Math Solutions to Problem Set #4. Note: signifies the end of a problem, and signifies the end of a proof.

PGSS Discrete Math Solutions to Problem Set #4. Note: signifies the end of a problem, and signifies the end of a proof. PGSS Discrete Math Solutions to Problem Set #4 Note: signifies the end of a problem, and signifies the end of a proof. 1. Prove that for any k N, there are k consecutive composite numbers. (Hint: (k +

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

Definition 6.1 (p.277) A positive integer n is prime when n > 1 and the only positive divisors are 1 and n. Alternatively

Definition 6.1 (p.277) A positive integer n is prime when n > 1 and the only positive divisors are 1 and n. Alternatively 6 Prime Numbers Part VI of PJE 6.1 Fundamental Results Definition 6.1 (p.277) A positive integer n is prime when n > 1 and the only positive divisors are 1 and n. Alternatively D (p) = { p 1 1 p}. Otherwise

More information

Math 109 September 1, 2016

Math 109 September 1, 2016 Math 109 September 1, 2016 Question 1 Given that the proposition P Q is true. Which of the following must also be true? A. (not P ) or Q. B. (not Q) implies (not P ). C. Q implies P. D. A and B E. A, B,

More information

= 1 2x. x 2 a ) 0 (mod p n ), (x 2 + 2a + a2. x a ) 2

= 1 2x. x 2 a ) 0 (mod p n ), (x 2 + 2a + a2. x a ) 2 8. p-adic numbers 8.1. Motivation: Solving x 2 a (mod p n ). Take an odd prime p, and ( an) integer a coprime to p. Then, as we know, x 2 a (mod p) has a solution x Z iff = 1. In this case we can suppose

More information

Introducing Proof 1. hsn.uk.net. Contents

Introducing Proof 1. hsn.uk.net. Contents Contents 1 1 Introduction 1 What is proof? 1 Statements, Definitions and Euler Diagrams 1 Statements 1 Definitions Our first proof Euler diagrams 4 3 Logical Connectives 5 Negation 6 Conjunction 7 Disjunction

More information

MATH 3330 ABSTRACT ALGEBRA SPRING Definition. A statement is a declarative sentence that is either true or false.

MATH 3330 ABSTRACT ALGEBRA SPRING Definition. A statement is a declarative sentence that is either true or false. MATH 3330 ABSTRACT ALGEBRA SPRING 2014 TANYA CHEN Dr. Gordon Heier Tuesday January 14, 2014 The Basics of Logic (Appendix) Definition. A statement is a declarative sentence that is either true or false.

More information

COT 2104 Homework Assignment 1 (Answers)

COT 2104 Homework Assignment 1 (Answers) 1) Classify true or false COT 2104 Homework Assignment 1 (Answers) a) 4 2 + 2 and 7 < 50. False because one of the two statements is false. b) 4 = 2 + 2 7 < 50. True because both statements are true. c)

More information

CMSC Discrete Mathematics SOLUTIONS TO FIRST MIDTERM EXAM October 18, 2005 posted Nov 2, 2005

CMSC Discrete Mathematics SOLUTIONS TO FIRST MIDTERM EXAM October 18, 2005 posted Nov 2, 2005 CMSC-37110 Discrete Mathematics SOLUTIONS TO FIRST MIDTERM EXAM October 18, 2005 posted Nov 2, 2005 Instructor: László Babai Ryerson 164 e-mail: laci@cs This exam contributes 20% to your course grade.

More information

Math 131 notes. Jason Riedy. 6 October, Linear Diophantine equations : Likely delayed 6

Math 131 notes. Jason Riedy. 6 October, Linear Diophantine equations : Likely delayed 6 Math 131 notes Jason Riedy 6 October, 2008 Contents 1 Modular arithmetic 2 2 Divisibility rules 3 3 Greatest common divisor 4 4 Least common multiple 4 5 Euclidean GCD algorithm 5 6 Linear Diophantine

More information

3.4 Introduction to power series

3.4 Introduction to power series 3.4 Introduction to power series Definition 3.4.. A polynomial in the variable x is an expression of the form n a i x i = a 0 + a x + a 2 x 2 + + a n x n + a n x n i=0 or a n x n + a n x n + + a 2 x 2

More information

Math 3450 Homework Solutions

Math 3450 Homework Solutions Math 3450 Homework Solutions I have decided to write up all the solutions to prolems NOT assigned from the textook first. There are three more sets to write up and I am doing those now. Once I get the

More information

About This Document. MTH299 - Examples Weeks 1-6; updated on January 5, 2018

About This Document. MTH299 - Examples Weeks 1-6; updated on January 5, 2018 About This Document This is the examples document for MTH 299. Basically it is a loosely organized universe of questions (examples) that we think are interesting, helpful, useful for practice, and serve

More information

Fall 2017 Test II review problems

Fall 2017 Test II review problems Fall 2017 Test II review problems Dr. Holmes October 18, 2017 This is a quite miscellaneous grab bag of relevant problems from old tests. Some are certainly repeated. 1. Give the complete addition and

More information

Math Real Analysis

Math Real Analysis 1 / 28 Math 370 - Real Analysis G.Pugh Sep 3 2013 Real Analysis 2 / 28 3 / 28 What is Real Analysis? Wikipedia: Real analysis... has its beginnings in the rigorous formulation of calculus. It is a branch

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