TOCWA HO1

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/50

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:16 AM on 9/8/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

51 Terms

1
New cards

Universal Set

A set that contains all objects under consideration, denoted U

2
New cards

Element

An object within a set

3
New cards
Subset (A ⊆ B)
A set whose elements can all be found in another defined set; every element of C is also in D
4
New cards
Proper Subset (A ⊂ B)
A subset that is not equal to the set it belongs to
5
New cards
Power Set ℘(A)
The set of all subsets of a defined set
6
New cards
Empty Set (⌀)
A set having no elements in it
7
New cards
Finite Set
A set that contains no element or a finite number of elements
8
New cards
Infinite Set
A set that contains an infinite number of elements
9
New cards
List Notation
Describing a set by listing all its elements; suitable only for finite sets. Ex. {1, 2, 4, 24, 37}
10
New cards
Predicate Notation
Describing a set by stating a shared property/condition for all elements. Ex. {x | x is a letter of the English alphabet}
11
New cards
Recursive Rule
Describing a set by defining rules that generate its elements. Ex. Set C of even numbers >3: a) 4∈C; b) if x∈C, then x+2∈C
12
New cards
Union (A ∪ B)
{x | x ∈ A or x ∈ B}
13
New cards
Intersection (A ∩ B)
{x | x ∈ A and x ∈ B}
14
New cards
Difference (A − B)
{x | x ∈ A and x ∉ B}
15
New cards
Complement (A′)
{x ∈ U : x ∉ A}
16
New cards
Cartesian Product (A × B)
{(a, b) | a ∈ A and b ∈ B}
17
New cards
Concatenation (A·B)
{ab | a is in A, and b is in B}
18
New cards
Relation
Links existing between objects; pertains to relationships between elements of sets
19
New cards
Binary Relation
If A and B are any sets, R ⊆ A × B is a binary relation from A to B; R ⊆ A × A is a relation on A
20
New cards
Domain of a Relation
The set of values for which a specific function is defined; {a | <a,b> ∈ R for some b}
21
New cards
Range of a Relation
The set of values that a function takes; {b | <a,b> ∈ R for some a}
22
New cards
Relation as a Matrix
Representation of a relation R between sets A (m elements) and B (n elements) as an m×n matrix
23
New cards
Relation as a Graph
Representation of a relation using n nodes (for a set of n elements) with edges showing the relation R
24
New cards
Reflexive Relation
For each a ∈ A, a is related to a; (a,a) ∈ R for every a ∈ A
25
New cards
Irreflexive Relation
For each a ∈ A, a is not related to a (not the negation of reflexive)
26
New cards
Symmetric Relation
aRb implies bRa is true
27
New cards
Antisymmetric Relation
aRb implies bRa is false
28
New cards
Transitive Relation
If aRb and bRc are true, then aRc is also true
29
New cards
Equivalence Relation
A relation that is reflexive, symmetric, and transitive
30
New cards
Function
A specific kind of relation that relates exactly one output to each admissible input
31
New cards
One-to-one Function
A one-to-one correspondence between elements of two different sets
32
New cards
Many-to-one Function
A many-to-one correspondence between elements of two different sets
33
New cards
Onto Function
Every element of set B has at least one corresponding element from set A
34
New cards
Bijection
A function that is one-to-one and onto at the same time
35
New cards
Surjection
A function that is many-to-one and onto at the same time
36
New cards
Into Function
At least one element of set B has no corresponding element from set A
37
New cards
Alphabet Set (Σ)
A finite set of symbols used to form strings
38
New cards
Σ*
Set of all strings over an alphabet Σ (including the empty string)
39
New cards
Σ+
Set of all strings over a non-empty alphabet Σ (excluding the empty string)
40
New cards
Epsilon (ε)
Empty string
41
New cards
Grammar (V, T, P, S)
A formal system defining a language: V=variables, T=terminals, P=productions, S=start symbol
42
New cards
Regular Expression (R)
A pattern that describes a set of strings
43
New cards
Set of States (Q)
The complete set of states in an automaton
44
New cards
Set of Final States (F)
The accepting states in an automaton
45
New cards
Transition Function (∆)
Function/set defining state transitions or output symbols
46
New cards
Stack Symbol (Γ)
A symbol used in a pushdown automaton's stack
47
New cards
Initial Stack Symbol (Z0)
The starting symbol placed on the stack
48
New cards
Blank Symbol (B)
Symbol representing an empty cell on a Turing machine tape
49
New cards
Instantaneous Description <l, q, r>
A snapshot of a Turing machine's configuration (left tape, state, right tape)
50
New cards
k-Equivalence Class (∏k)
A partition of states based on equivalence after k steps
51
New cards
Homomorphism Function (h)
A function that maps symbols/strings from one alphabet to another while preserving structure