Full Chapter Overview

0.0(0)
studied byStudied by 3 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/38

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

39 Terms

1
New cards

Variable

A symbol or placeholder that represents an unknown or general value, utilized in mathematical expressions and equations. It can represent numbers, categories, or both, depending on the context.

2
New cards

Set

A well-defined collection of distinct objects, known as elements or members, in which the order of the elements is irrelevant. Sets are often denoted by curly braces, e.g., {1, 2, 3}.

3
New cards

Universal Statement

A type of assertion that claims a property or condition holds true for all elements within a specified set. For example, 'All positive numbers are greater than zero' is a universal statement about the set of positive numbers.

4
New cards

Conditional Statement

A logical expression that describes a relationship between two statements using an 'if-then' format. It conveys that whenever the first statement (antecedent) is true, the second statement (consequent) will also be true. For instance, 'If a number is divisible by 18, then it is divisible by 6.'

5
New cards

Existential Statement

A declaration that asserts the existence of at least one element within a particular set that satisfies a certain property or condition. For instance, 'There exists a prime number that is even' states there is at least one even prime number.

6
New cards

Subset (⊆)

A relation that indicates that all elements of Set A are also contained within Set B, without requiring that A and B be identical. A proper subset is a special case where Set A contains some but not all elements of Set B.

7
New cards

Proper Subset (⊂)

A designation indicating that Set A is a subset of Set B, and in addition, Set A does not contain all the elements found in Set B, meaning that the two sets are not equivalent.

8
New cards

Union (∪)

An operation that results in a new set containing all distinct elements from both Set A and Set B, essentially combining the two sets without duplication.

9
New cards

Intersection (∩)

An operation that produces a set consisting of elements that are common to both Set A and Set B, effectively identifying shared values between the two sets.

10
New cards

Difference (A - B)

An operation that yields a set containing elements that belong to Set A but not to Set B, representing the remaining members of Set A after removing those in Set B.

11
New cards

Cartesian Product (A × B)

A mathematical operation that forms a new set containing all possible ordered pairs (a, b) where 'a' is an element from Set A and 'b' is an element from Set B. This operation accounts for every combination of elements from the two sets.

12
New cards

Function

A specific type of relation between two sets where each input from Set A is associated with exactly one output from Set B, ensuring that no input corresponds to multiple outputs.

13
New cards

Graph

An abstract mathematical structure consisting of vertices (also known as nodes) connected by edges, which may represent relationships, connections, or pathways between the nodes.

14
New cards

Directed Graph

A graph in which edges have a specific direction, typically represented by arrows, indicating the relationship flows from one vertex to another. This directional aspect is important for understanding the nature of relationships represented in the graph.

15
New cards

Undirected Graph

A graph where the edges do not have a specified direction, meaning the connection between vertices is mutual, and the relationship is bidirectional.

16
New cards

Relation

A set of ordered pairs that express a connection or relationship between two sets. Each pair contains an element from each set, indicating how members of the two sets are associated.

17
New cards

Function Machine

A conceptual model used to visualize a function as a process that takes an input, applies a predetermined rule or operation, and produces a unique output, akin to a black box that transforms inputs into outputs.

18
New cards

Ordered Pair

A pair of elements (a, b) in which the arrangement matters, meaning that (a, b) is distinct from (b, a). Ordered pairs are fundamental in defining relations and Cartesian products.

19
New cards

Elements (Members)

The individual objects or values that constitute a set. Each element is considered a distinct entity within the context of the set.

20
New cards

Domain

The complete set of all possible first elements (inputs) in a relation or function, signifying the values that can be fed into the function.

21
New cards

Codomain

The set that includes all possible outputs for a function, defining the range of outputs that could theoretically occur, but not all outputs in the codomain need to be realized.

22
New cards

Range

The subset of the codomain that consists of all actual outputs generated by a function when applied to the inputs from its domain.

23
New cards

Real Numbers (R)

The set comprising all rational and irrational numbers, encompassing values on the continuous number line which include integers, fractions, and non-repeating, non-terminating decimals.

24
New cards

Integers (Z)

The complete set of whole numbers that includes all positive and negative numbers as well as zero, represented as {..., -3, -2, -1, 0, 1, 2, 3, ...}.

25
New cards

Rational Numbers (Q)

Numbers that can be expressed as the quotient or fraction of two integers, where the denominator is not zero, allowing for values that can be represented as finite or repeating decimals.

26
New cards

Natural Numbers (N)

The set of positive integers typically used for counting (1, 2, 3, ...), with some definitions including zero (0, 1, 2, 3, ...).

27
New cards

Set-Roster Notation

A way of defining a set by explicitly listing each of its elements within curly braces, such as {1, 2, 3}.

28
New cards

Set-Builder Notation

A method of defining a set by specifying a property that its members must satisfy, usually expressed in the form {x | condition on x}.

29
New cards

Empty Set (∅ or {})

A set that contains no elements at all, representing the concept of 'nothingness' in set theory.

30
New cards

Cardinality

The measure of the number of distinct elements present in a set, which can be finite or infinite.

31
New cards

Power Set

The collection of all possible subsets of a given set, including the empty set and the set itself, denoted as P(S) for a set S.

32
New cards

Injective (One-to-One) Function

A type of function where each distinct input corresponds to a distinct output, ensuring that no two different inputs map to the same output.

33
New cards

Surjective (Onto) Function

A function where every element in the codomain has at least one corresponding input in the domain, meaning the range of the function covers the entire codomain.

34
New cards

Bijective Function

A function that is both injective and surjective, establishing a one-to-one correlation between all elements in the domain and codomain.

35
New cards

Vertex (Node)

A fundamental part of a graph, representing a point where two or more edges meet.

36
New cards

Edge

A connection between two vertices in a graph, representing a relationship or pathway.

37
New cards

Degree (of a vertex)

The total number of edges that are incident to a vertex, indicating how many connections it has.

38
New cards

Path

A sequence of vertices where each adjacent pair is connected by an edge, effectively outlining a route within the graph.

39
New cards

Cycle

A particular type of path in a graph that begins and ends at the same vertex, creating a closed loop.