Proof notation Flashcards

1
Q

How do you represent ODD NUMBERS in proof?

A

2n-1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do you represent EVEN NUMBERS in proof?

A

2n

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do you represent 3 consecutive numbers in proof?

A

n-1, n, n+1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How to represent multiples of n in proof?

A

kn (5n)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does squaring a number ensure in proof?

A

that its larger than 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How to represent any two integers in proof?

A

n, m

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How to represent a rational number in proof?

A
  • a/b in it’s simplest form (a and b have no common factors)
  • both a and b are integers
  • where b != 0
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How to represent a two digit number ab in proof?

A

10a+b where 1<=a<=9 and 0<=a<=9

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a natural number’s symbol?

A

N

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a natural number?

A

A number thats whole and >0
N={1,2,3,4…}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the symbol for an integer?

A

Z

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the symbol for a positive integer?

A

Z+

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is an integer?

A

Any whole number
Z={0,+-1, +-2, +-3….}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the symbol for rational numbers?

A

Q

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What does Q not include?

A

irrational numbers ( pi, surds etc.)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the symbol for real numbers?

17
Q

What is a real number?

A

Any number, negative or positive, including irrational numbers

18
Q

Steps for Proof by Contradiction

A
  1. Write the negation statement
  2. Use logical steps to show that the negation statement leads to a contradiction
  3. Write a conclusion- include the original statement
19
Q

What is a negation statement?

A

A statement that asserts the falsehood of another statement.

20
Q

What are the steps to prove by contradiction that √3 is an irrational number?

A

Suppose √3 is a rational number in the form a/b where a and b have no common factors
√3=a/b
3= a²/b²
3b²=a²
therefore a² is a multiple of 3
therefore a is a multiple of 3
a= 3n
a²= 9n²
3b²= 9n²
b²= 3n²
therefore b² is a multiple of 3
therefore b is a multiple of 3
both a and b have a common factor of 3
A contradiction
Therefore proving that √3 is an irrational number

21
Q

How to use proof by contradiction to prove that there are infinately many prime numbers?

A

Assuming there is a finite number of prime numbers: p1, p2, p3… pn
Let P= p1xp2xp3….xpn+1
P is either a prime number or not a prime number:
If P is a prime number then it is not on the list.
If P is not a prime number then it has a prime factor, which must be a factor of the added one. This is impossible as 1 has no prime factors. Therefore this is a contradiction, proving there are infinately many prime numbers.