Definitions Flashcards

1
Q

definition

A

An exact statement of the meaning of a word

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

theorem

A

A proved mathematical statement

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

lemma

A

A proved result, typically less important than a theorem; often used to prove theorems.

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

proposition

A

A proved statement, typically less important than a lemma

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

corollary

A

The direct result of a theorem, lemma, or proposition

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

axiom

A

A statement assumed to be true.

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

set

A

A well-defined collection of objects

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

A

{0, 1, 2, 3, …}

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

A

{…, -2, -1, 0, 1, 2, …}

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

ℤ+

A

{ 1, 2, 3, 4, 5, …}

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

A

{ a/b | a,b∈ℤ, b ≠ 0}

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

ℚ’ / ℍ

A

{ x | x is a decimal number that neither terminates or repeats}

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

A

{ x | x ∈ ℚ⋃ℚ’ }

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

A

{ a + bi | a,b ∈ ℝ, i^2 = -1 }

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

The empty set

A

The set that contains no elements

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

A⋃B

A

{ x | x∈A, x∈B, or both }

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

A⋂B

A

{ x | x∈A and x∈B }

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

Ᾱ / A^c

A

{ x | x∉A }

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

A - B

A

{ x∈A | x∉B }

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

A⊆B

A

∀x, if x∈A, x∈B.

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

A⊂B

A

∀x, if x∈A, x∈B,

AND ∃ y∈B ∋ y∉A.

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

power set

A

Let A be a set.

Then the power set of A is the set containing all subsets of A; denoted P(A).

23
Q

AxB

A

Let A,B be sets.

Then AxB = { (a,b) | a∈A, b∈B }

24
Q

DeMorgan’s Laws

A

~(P and Q) = ~P or ~Q

~(P or Q) = ~P and ~Q

25
partition
Let X be a set. A partition S of X is a collection of sets such that: 1. If A,B∈S, then A⋂B = ∅, unless A=B, and 2. ⋃(A∈S) A = X
26
statement
A sentence that is either true or false, and can be evaluated.
27
open statement
A statement with a variable involved
28
WFF
A well-formed formula. | A statement consisting of at least one statement and one connective.
29
equivalent
Two WFF are equivalent if they have the same truth values.
30
tautology
A statement that is always true.
31
contradiction
A statement that is always false.
32
The universal quantifier
33
The existential quantifier
34
Odd integer
A number n is odd if ∃ m∈ℤ ∋ n = 2m+1
35
Even integer
A number n is even if ∃ m∈ℤ ∋ n = 2m
36
Divides
Let a,b∈ℤ. | Then a | b if ∃ k∈ℤ ∋ ak = b
37
|a|
= a if a ≥ 0 | -a otherwise
38
a ≡ b mod c
Let a,b,c ∈ℤ. Then a ≡ b mod c , if c | (b-a) e.g. 33 ≡ 3 mod 10 --> 10*3 R3 33 ≡ 13 mod 10 --> 10*2 R13 33 ≡ -7 mod 10 --> 10*4 R-7
39
a ≤ b
a ≤ b if ∃ c ≥ 0 ∋ a+c=b
40
a
a 0 ∋ a+c=b
41
prime number
A number p is prime if it has exactly 2 positive divisors | p∈ℤ+
42
composite number
Any number n∈ℤ+ (other than 1) which is not prime.
43
f'(x)
f'(x) = lim h→0 [ f(x+h) - f(x) / h ] | ...as long as the limit exists!
44
local max
A function f has a local max at c if f(c) ≥ f(x) for ∀x close to c.
45
EVT (extreme value theorem)
Let f be continuous on [a,b]. Then f has an absolute max at some c∈[a,b].
46
Fermat theorem
Let f be continuous function and have a local max at c. If f'(c) exists, then f'(c) = 0.
47
Rolle's Theorem
Let f be a continuous function satisfying 1. f is cts on [a,b] 2. f is differentiable on (a,b) 3. f(a) = f(b). Then ∃ c∈(a,b) ∋ f'(c) = 0. (basically, if a function has two equal values at two distinct points, then there must be a stationary point between them, i.e. the slope of the tangent is 0)
48
Triangle inequality
| a + b | ≤ | a | + | b |
49
If A is a set, what is |A|?
It is the number of elements in A, either finite or infinite, called the cardinality of A
50
If P(A) is the power set of A, what is the cardinality of P(A)?
|P(A)| = 2^|A|
51
What are the five basic connectives? | Let S and T be statement variables
1. Negation of S (~S) 2. Conjunction (S∧T) 3. Disjunction (S∨T) 4. Implication (S => T) 5. Biconditional (S T)
52
What does biconditional mean? | Let S and T be statement variables
S T S iff T They imply each other, that is S => T and T => S
53
What is a mathematical proof?
A formal series of statements showing that if a hypothesis is true, then necessarily 'this' conclusion must also be true