Table of Contents

Graph

Sets of Numbers

First section of Chapter 6 in Cambridge (pg 44-42?)

There are many proofs

Sets of numbers have symbols

See Number Sets Notes

Set notation

Conditional Statement

Proving Conditional Statement

One can do this by:

  1. Assume A is true (entertain hypothetical possibility), then show B must follow to be true as a consequence.

e.g. Prove If $n$ is divisible by 7, then $n^2$ is divisible by 49.

Proof

Assume that $n$ is divisible by 7. Thus $n=7m$ where $m \in \mathbb{Z}$. So $n^{2}= (7m)^{2} = 7^{2}m^{2} = 49m^{2}$ Since $m^2$ is an integer, $n^2$ is thus divisible by 49 QED (dont forget this lol)

Odd + Even Integers

When working with even integers, write as $2k, k \in \mathbb{Z}$

When working with odd integers, write as $2k + 1, k \in \mathbb{Z}$

If you need to show that a number is even, then you should show that it can be written as $2k, k \in \mathbb{Z}$

If you need to show that a number is odd, then you should show that it can be written as $2k + 1, k \in \mathbb{Z}$.