C1-4 Flashcards

1
Q

what is a prime number

A

number that has exactly two positive divisors (1 and the prime number)

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

what is a composite number

A

an integer greater than 1 which is not prime

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

what is the smallest prime number

A

2

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

definition

A

introduction of a term or concept, as unambiguous as possible

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

statement

A

a sentence that is either true or false

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

proof

A

a chain of logical arguments that establishes the truth of a statement

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

conjecture

A

a statement that is believed to be true but has not been proved

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

theorem

A

a statement which is known to be true

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

proposition

A

in books on logic this is used synonymously to ‘statement’

also used for less important theorems

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

lemma

A

a true statement that is used for the proof of a more important theorem

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

corollary

A

a true statement that easily follows from a theorem

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

principle

A

a fundamental law assumed to be true, usually without proof

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

axiom

A

one of a set of statements that are assumed to be true and form the basis of a branch of maths

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

direct proof

A

prove smaller implications which are obvious until the required thing is proved

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

proof by contraposition

A

use the fact that
p implies q iff not q implies not p

so here lead from q being false to p being false

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

Proof by contradiction

A

to prove that p is true, we assume p is false. if the assumption leads to a contradiction we can establish that p cannot be false and so must be true

17
Q

Proof by induction (eg P(n) is true)

A

base case- verify P(1) is true
induction step- assume that P(n) is true for a fixed n and use this to prove that P(n+1) is true
Conclusion- by induction principle, P(n) holds true for all integers (example)