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
Q

partition

A

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
Q

statement

A

A sentence that is either true or false, and can be evaluated.

27
Q

open statement

A

A statement with a variable involved

28
Q

WFF

A

A well-formed formula.

A statement consisting of at least one statement and one connective.

29
Q

equivalent

A

Two WFF are equivalent if they have the same truth values.

30
Q

tautology

A

A statement that is always true.

31
Q

contradiction

A

A statement that is always false.

32
Q

A

The universal quantifier

33
Q

A

The existential quantifier

34
Q

Odd integer

A

A number n is odd if ∃ m∈ℤ ∋ n = 2m+1

35
Q

Even integer

A

A number n is even if ∃ m∈ℤ ∋ n = 2m

36
Q

Divides

A

Let a,b∈ℤ.

Then a | b if ∃ k∈ℤ ∋ ak = b

37
Q

|a|

A

= a if a ≥ 0

-a otherwise

38
Q

a ≡ b mod c

A

Let a,b,c ∈ℤ.
Then a ≡ b mod c , if c | (b-a)

e.g.
33 ≡ 3 mod 10 –> 103 R3
33 ≡ 13 mod 10 –> 10
2 R13
33 ≡ -7 mod 10 –> 10*4 R-7

39
Q

a ≤ b

A

a ≤ b if ∃ c ≥ 0 ∋ a+c=b

40
Q

a

A

a 0 ∋ a+c=b

41
Q

prime number

A

A number p is prime if it has exactly 2 positive divisors

p∈ℤ+

42
Q

composite number

A

Any number n∈ℤ+ (other than 1) which is not prime.

43
Q

f’(x)

A

f’(x) = lim h→0 [ f(x+h) - f(x) / h ]

…as long as the limit exists!

44
Q

local max

A

A function f has a local max at c if f(c) ≥ f(x) for ∀x close to c.

45
Q

EVT (extreme value theorem)

A

Let f be continuous on [a,b]. Then f has an absolute max at some c∈[a,b].

46
Q

Fermat theorem

A

Let f be continuous function and have a local max at c. If f’(c) exists, then f’(c) = 0.

47
Q

Rolle’s Theorem

A

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
Q

Triangle inequality

A

a + b | ≤ | a | + | b |

49
Q

If A is a set, what is |A|?

A

It is the number of elements in A, either finite or infinite, called the cardinality of A

50
Q

If P(A) is the power set of A, what is the cardinality of P(A)?

A

|P(A)| = 2^|A|

51
Q

What are the five basic connectives?

Let S and T be statement variables

A
  1. Negation of S (~S)
  2. Conjunction (S∧T)
  3. Disjunction (S∨T)
  4. Implication (S => T)
  5. Biconditional (S T)
52
Q

What does biconditional mean?

Let S and T be statement variables

A

S T
S iff T
They imply each other, that is
S => T and T => S

53
Q

What is a mathematical proof?

A

A formal series of statements showing that if a hypothesis is true, then necessarily ‘this’ conclusion must also be true