Exam 1 Definitions and Theorems

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/69

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:31 AM on 9/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

70 Terms

1
New cards

Statement

A sentence that can be classified as true or false

2
New cards

Truth value

The truth or falsity of a statement

3
New cards

Sentential Connectives

Logical operators that combine simple sentences to form more complex statements

4
New cards

Conjunction

and

5
New cards

Disjunction

or

6
New cards

Negation

Not

7
New cards

Consequential Implication/Conditional

If…then

8
New cards

Other ways to say if p, then q

p implies q, p only if q, q if p, q provided that p, q whenever p, p is a sufficient condition for q, q is a necessary condition for p

9
New cards

Biconditional

iff

10
New cards

When is p(x) a statement?

When the value of x is specified

11
New cards

Universal quantifier

for all

12
New cards

Existential quantifier

There exists

13
New cards

Principle of Well-Ordering

Every non-empty set S of positive integers has a least element

14
New cards

Theorem to prove induction

Principle of Well Ordering implies Principle of Induction (we can show that it works for the least element in the set)

15
New cards

Counterexample

One example where the assertion fails

16
New cards

Set

A mathematical model for a collection of (different) things

17
New cards

Elements

The objects within a set

18
New cards

Infinite set notation

S := {x \in (defined set) : (condition for x to be in S)}

19
New cards

Subset

A is a subset of B if every element of A is an element of B (also stated A is contained in B)

20
New cards

Proper Subset

A is a proper subset of B if there exists an element of B that is not in A

21
New cards

Equal sets

Two sets are equal if A is a subset of B and B is a subset of A

22
New cards

Theorem on the empty set

The empty set is contained in A for any set A

23
New cards

Union (of A and B)

{x : x \in A or x \in B}

24
New cards

Intersection (of A and B)

{x : x \in A and x \in B}

25
New cards

Complement (of B in A)

{x : x \in A and x \ not in B}

26
New cards

Disjoint

A and B are disjoint sets if A n B is the empty set

27
New cards

Universal Set

Where the elements of our mathematical system come from; denoted by U; mostly take U=R

28
New cards

A u (U\A) =

U

29
New cards

A n (U\A) =

empty set

30
New cards

U\(U\A)=

A

31
New cards

A u (B n C)=

(A u B) n (A u C)

32
New cards

A n (B u C)=

(A n B) u (A n C)

33
New cards

A\(B u C)

(A\B) n (A\C)

34
New cards

A\(B n C)

(A\B) u (A\C)

35
New cards

Indexed Family of sets for J

{Aj : j \in J} if for each element j in a nonempty set J, there exists a corresponding set Aj

36
New cards

Union of a set of sets

u Aj = {x: x \in Aj for some j \in J}

37
New cards

Intersection of a set of sets

n Aj = {x: x \in Aj for all j \in J}

38
New cards

Ordered Pair (a, b)

The set whose members are {a} and {a, b} ((a, b) := {{a}, {a, b}}

39
New cards

Theorem about (a, b) = (c, d)

iff a=c and b=d

40
New cards

Cartesian Product (of sets A and B)

AxB = {(a, b) : a \in A and b \in B}

41
New cards

Relation

A condition involving objects a and b which is either true or false

42
New cards

Relation (formally)

For some subset R of AxB, a \in A is related by R to b \in B if (a, b) \in R (aka aRb)

43
New cards

Equivalence Relation

The following properties for all x, y, z \in S hold: x~x for all x (reflexive); If x~y, then y~x for all x, y \in S (symmetric); If x~y, y~z, then x~z (transitive)

44
New cards

Equivalence Class with respect to R of x \in S

R is an equivalence relation, S is a set; Ex := {y \in S: y~x} = {y \in S: x~y}

45
New cards

Lemma on equivalence classes

For all x \in S, Ex ≠ empty set; any two different equivalence class are disjoint

46
New cards

Partition

A collection P of non-empty subsets of S s.t. each x \in S belongs to some A \in P and for all A, B \in P, if A ≠ B, then A n B = empty set

47
New cards

Theorem about partitions

  1. For E equivalence relation on a set S, {Ex : x \in S} is a partition of S

  2. If P is a partition, define ~ s.t. x~y iff x and y are in the same piece of the partition, then ~ is an equivalence relation


48
New cards

Function (from A to B)

A non-empty relation f \subset AxB that satisfies the following: existence (for all a \in A, \exists b \in B s.t. (a, b) \in f) and uniqueness (If (a, b) \in f and (a, c) \in f, then b=c

49
New cards

Function from A to B (domain/codomain/range)

Set A is the domain and B is the codomain, the range/image is the set of all second elements of the members of f \proper subset AxB that is: Im(f) := {b \in B : \exists a \in A : (a, b) \in f}

50
New cards

Surjection

For function f: A → B, if B = Im (f) (onto)

51
New cards

Injection

For function f: A→B, if for all a and a’ in A, f(a)=f(a’) \implies a=a’ (one-to-one)

52
New cards

Bijection

A function that is injective and surjective

53
New cards

Pre-image

If D \subset B, let f^(-1)(D)={x \in A : f(x) \in D}. The set f^(-1)(D) is the pre image.

54
New cards

Theorem about pre-image

f: A→B, let C1, C2 \subset A and D1, D2 \subset B. The following hold: (1) C1 \subset f^(-1)(f(C1)), (2) f(f^(-1)(D1)) \subset D1, (3) f(C1 n C2) \subset f(C1) n f(C2), (4) f(C1 u C2) = f(C1) u f(C2), (5) f^(-1)(D1 n D2) = f^(-1)(D1) n f^(-1)(D2), (6) f^(-1)(D1 u D2) = f^(-1)(D1) u f^(-1)(D2), (7) f^(-1)(B\D) = A\f^(-1)(D)

55
New cards

Equinumerous

There exists a bijective fcn from set S to T, then S~T

56
New cards

Finite set S

S=\emptyset or if \exists n\in N and a bijection from {1, 2, …, n} →S

57
New cards

Infinite set

A set that is not finite

58
New cards

In

The set {1,2,…n}

59
New cards

Cardinal Number

For In, it is n, if S~In, S has n elements

60
New cards

Transfinite

A cardinal number that is not finite

61
New cards

Denumerable set

\exists a bijection f:N→S

62
New cards

Countable set

A finite or denumerable set

63
New cards

Uncountable set

A set that isn’t countable

64
New cards

Theorem about subsets and countability

Let S be countable, and let T\subset S. Then, T is countable.

65
New cards

Theorem about countable sets

For set S ≠ \emptyset, the following are equivalent: (1) S is countable; (2) \exists f:S→N injection; (3) \exists g:N→S surjection

66
New cards

Theorem about unions of countable sets

For S, t, non-empty countable sets, SuT is countable

67
New cards

Theorem about products and countability

For S, T non-empty countable sets, SxT is countable

68
New cards

Theorem about the rational numbers

The rational numbers are countable

69
New cards

Theorem about countability and families

The union of a countable family of countable sets is countable

70
New cards

Theorem about the real numbers

The set of real numbers is uncountable