quantitative methods prelim

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

encourage image

There's no tags or description

Looks like no tags are added yet.

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

No analytics yet

Send a link to your students to track their progress

63 Terms

1
New cards

Sets

These are used to describe a collection of objects.

2
New cards

Elements

These are the objects within a set.

3
New cards

Subset

This is a set that contains elements that can all be found in another defined set or a universal set.

4
New cards

Power Set

This is the set of all subsets of a defined set.

5
New cards

Empty Set

It is a set having no elements in it.

6
New cards

Finite Set

A set that contains no element or a finite number of elements.

7
New cards

Infinite Set

A set that contains an infinite number of elements.

8
New cards

List notation

This method is suitable only for finite sets. It is done by listing all its elements.

9
New cards

Predicate notation

This method is done by stating a shared property or condition that holds for all the elements in the set.

10
New cards

Recursive rule

This method is made by defining a set of rules that generate or define its elements.

11
New cards

Union

If there are two sets C and D, then their union is denoted by C U D.

12
New cards

Intersection

If there are two sets C and D, then their intersection is denoted by C n D.

13
New cards

Difference

If there are two sets C and D, then their difference is denoted by C - D.

14
New cards

Complement

The complement of a set, which is a subset of a larger set U, is denoted by C'.

15
New cards

Cartesian Product

If there are two sets C and D, then their Cartesian product is denoted by C x D.

16
New cards

Concatenation

If there are two sets C and D, then their concatenation is denoted by C . D.

17
New cards

Relations

These are links existing between objects; therefore, it pertains to relationships between elements of sets.

18
New cards

Binary Relation

If A and B are any sets R subset A x B, R is called a binary relation from A to B or between A and B.

19
New cards

Domain Relation

The domain refers to a set of values for which a specific function is defined.

20
New cards

Range Relation

The range refers to the set of values that a specific function takes.

21
New cards

Reflexive

A relation on A is said to be reflexive if, for each a in A, a is related to a.

22
New cards

Irreflexive

A relation on A is said to be irreflexive if, for each a in A, a is not related to a.

23
New cards

Symmetric

A relation R on A is symmetric if aRb implies bRa is true.

24
New cards

Antisymmetric

A relation R on A is antisymmetric if aRb implies bRa is false.

25
New cards

Transitive

A relation R is said to be transitive for a, b, c in A if aRb and bRc are true, then aRc is also true.

26
New cards

Equivalence Relation

A relation R is said to be an equivalence relation on a set if R is reflexive, symmetric, and transitive.

27
New cards

Function

It may refer to a specific process or as correspondence. It is generally represented in set-theoretic terms as a specific kind of relation where exactly one output is related to each admissible input.

28
New cards

One-to-one Function

There is a one-to-one correspondence between the elements of two different sets.

29
New cards

Many-to-one Function

There is a many-to-one correspondence between the elements of two different sets.

30
New cards

Onto Function

This function has every element of set B with at least one corresponding element from set A.

31
New cards

Into Function

This function has at least one element of set B that has no corresponding element from set A.

32
New cards

Bijection

A function that is one-to-one and onto at the same time.

33
New cards

Surjection

A function that is many-to-one and onto at the same time.

34
New cards

Alphabet

It refers to a finite collection of symbols denoted by Sigma.

35
New cards

String/word

It refers to a set of symbols from an alphabet.

36
New cards

Language

This is a dynamic set of visual, auditory, or tactile symbols of communication and the specific elements used in language manipulation.

37
New cards

Grammar

It is defined as a set of 4-tuple V, T, P, and S representing non-terminals, terminals, productions, and start symbol.

38
New cards

Type 0 grammar (Unrestricted grammar)

Defines recursively enumerable languages with no restrictions on either side of productions except having at least one non-terminal on the LHS.

39
New cards

Type 1 grammar (Context-sensitive grammar)

Defines context-sensitive languages where all productions length of LHS is less than or equal to length of RHS.

40
New cards

Type 2 grammar (Context-free grammar)

Defines context-free languages where LHS is a single non-terminal and RHS is a string of terminals and non-terminals.

41
New cards

Type 3 grammar (Regular grammar)

Defines regular languages where rules are restricted to a single non-terminal on the LHS and a single terminal/string on RHS.

42
New cards

Graph

An abstract representation of a set of objects where some pairs of objects are connected by directed or undirected links.

43
New cards

Directed Graph

A graph with edges that have a direction (with arrow heads).

44
New cards

Undirected Graph

A graph with edges that have no direction (without arrow heads).

45
New cards

Incident

This occurs when an edge meets a vertex.

46
New cards

Degree

This pertains to the number of edges incident on a vertex.

47
New cards

Isolated Verte

xThis refers to a vertex of a graph having no incident edge.

48
New cards

Pendant Verte

xThis refers to a vertex of degree one.

49
New cards

Walk/Path

A finite alternating sequence of vertices and edges, starting and ending with vertices.

50
New cards

Tree

An undirected graph composed of vertices and edges with a specially designed vertex called root and no cycles.

51
New cards

Root

A specially designed vertex which has no predecessors and from which there is a path to every vertex.

52
New cards

Leaf Node / Terminal Node

The vertex of a tree having degree one.

53
New cards

Non-terminal Node

Nodes in a tree other than the leaf nodes.

54
New cards

Parent

In a rooted tree, vertex p is the parent of vertex q if p immediately precedes q on the path from the root to q.

55
New cards

Child

In a rooted tree, vertex q is a child of vertex p if q immediately succeeds p on the path from the root to q.

56
New cards

Siblings

Two vertices in a rooted tree that have the same parent.

57
New cards

Depth of a node

The length of the path, or the number of edges from the root of the tree to the target node.

58
New cards

Level of the tree

The set of all nodes at a given depth.

59
New cards

Height of a tree

The length of the path from the root to the deepest node in the tree.

60
New cards

Theorem

A formula, proposition, or statement that can be logically true by proving.

61
New cards

Proof by Induction

A mathematical technique used to prove a statement, formula, or theorem to be true for every natural number using a Base Step and an Inductive Step.

62
New cards

Proof by Contradiction

A proving technique involving the logical negation of the expected result to arrive at a contradiction.

63
New cards

Proof by Example

A technique of proving that involves deriving conclusions based on one or more examples.