Chapter 0 - Prelimaries Flashcards

(5 cards)

1
Q

Axiom

A

mathematical statements we regard as true

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

Proof by induction

A

If S is a set of natural numbers with
1. S contains 1
2. Also contains n + 1
Then S = N

Base case → Induction hypothesis → induction step
(for n=1) (holds for n) (prove for n+1)

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

Definition - union and intersection

A

Given 2 sets A and B, the union is AUB, and is defined by x ∈ A U B , provided that x ∈ A or x ∈ B
The intersection A n B is defined by x ∈ A n D provided x ∈ A and x ∈ B.

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

Definition - subset

A

we say A is a subset of B if every element of A is also in B. x ∈ A → x ∈ B

Two sets A and B are equal if they have the same elements A=B

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

Definition - Function

A

A function f: A →B between 2 sets A and B is a rule that associates with each element a ∈ A, a unique element f(a) ∈ B, f(a) the image of A under f.
The set A is the domain of f

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