Term | Symbol | Definition | Logical Expression | ||||
---|---|---|---|---|---|---|---|
Negation | Not | ||||||
Conjunction | And | ||||||
Disjunction | Or | ||||||
Implication Conditional | If, Then. If | ||||||
Biconditional | If And Only IF. | ||||||
Converse | If | ||||||
Inverse | If | ||||||
Contrapositive | If | ||||||
Therefore | Usually goes before the final statement in a proof. | ||||||
Such That | : | Expresses a condition that must be fulfilled | |||||
If and Only If Symbol Iff | Expresses that the truth of a statement on one side of the array requires the truth of the statement on the other side of the arrow. |
Term | Equivalence | ||
---|---|---|---|
Identity Laws | |||
Domination Laws Null Laws | |||
Idempotent Laws | |||
Double Negation Law Involution Law | |||
Commutative Laws | |||
Associative Laws | |||
Distributive Laws | |||
De Morgan's Laws | |||
Absorption Laws | |||
Negation Laws | |||
Logical Equivalence |
Term | Definition | ||
---|---|---|---|
Proposition | A sentence that is either true or false, but not both. | ||
Contradiction | A proposition that is always false. | ||
Contingency | A proposition that is neither a tautology nor a contradiction. | ||
Tautology | A proposition that is always true. | ||
Truth Table | A table used to determine the truth value of a logical expression based on all possible combinations of input truth values. | ||
Predicate | A logical statement whose truth value is a function of one or more variables. |
Term | Symbol | Definition | Example | ||||
---|---|---|---|---|---|---|---|
Universal Quantifier | For all For all For any For each | ||||||
Existential Quantifier | There exists There exists There is at least one |
Term | |
---|---|
Term | |
---|---|
Term | Rule of Inference | Tautology | Example | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Modus Ponens Law of Detachment |
| ||||||||||||
Modus Tollens | |||||||||||||
Addition | |||||||||||||
Simplification | |||||||||||||
Resolution | | ||||||||||||
Hypothetical Syllogism | |||||||||||||
Disjunctive Syllogism |
Term | Definition | Notation | |||
---|---|---|---|---|---|
Set | A collection of objects, enclosed in braces. | ||||
Element Member | An object in a set. | ||||
Cardinality Size | The total number of elements in a set. For example: | ||||
Set Builder Notation | A special notation used to describe sets that are too complex to list between braces. For example: | ||||
Finite Set | A set with a countable amount of elements. | ||||
Infinite Set | A set with an infinite amount of elements. | ||||
Ordered Pair | A list | ||||
Empty Set | A set that has no elements. | ||||
Powerset | The power set of any given set is a set of all the subsets of that set, including the empty set and the set itself. The power set is denoted as | ||||
Subset | A subset is a set where every element of this set is also an element of another set. More formally, a set | ||||
Proper Subset | A proper subset is a subset of a set that is not identical to the original set. More formally, if | ||||
Superset | A set's superset contains all of its elements, potentially along with additional elements. | ||||
Proper Superset | A superset that is not equal to the original set. | ||||
Set Equality | The condition where two sets contain exactly the same elements. | ||||
Universal Set | A set which contains all elements under consideration in a context or problem. | ||||
Power Set | Given a set S, the power set contains all subsets of S, including the empty set and S itself. | ||||
Tuple | An ordered list of elements, often represented as | ||||
Roster Notation | A concise way to represent a set by listing its elements, separated by commas and enclosed in braces. | ||||
Disjoint Set | Sets that have no elements in common. |
Term | Symbol | Definition | Examples | ||||
---|---|---|---|---|---|---|---|
Natural Numbers | The set of natural numbers (Positive Integers) | ||||||
Integers | The set of integers. | ||||||
Rational Numbers | The set of rational numbers. | ||||||
Real Numbers | The set of real numbers. | ||||||
Prime Numbers | The set of prime numbers, which are integers greater than 1 with no positive divisors other than 1 and themselves | ||||||
Whole Numbers | The set of all positive integers, including zero. | ||||||
Irrational Numbers | The set of numbers that cannot be expressed as a ratio of two integers. Examples include the square root of 2. |
Term | Notation | Definition | |||
---|---|---|---|---|---|
Set Complement | Let | ||||
Set Intersection | Given two sets | ||||
Set Union | Given two sets | ||||
Cartesian Product | The multiplication of two sets | ||||
Cartesian Power | The cartesian product of a set | ||||
Set Difference | The difference of two sets | ||||
Symmetric Difference | A set operation that yields a new set containing elements that are in either of the two sets but not in both. |
Term | Symbol | Definition | Formula | ||||
---|---|---|---|---|---|---|---|
List | An ordered sequence of objects, enclosed in parenthesis. | ||||||
Empty List | A special list with no entries. | ||||||
Multiplication Principle | Suppose in making a list of length | ||||||
Factorial | The product of all positive integers up to a given number | ||||||
Combination | The number of ways to choose a subset of | ||||||
Permutation | The number of ways to arrange | ||||||
Binomial Theorem | The binomial theorem describes the algebraic expansion of powers of a binomial. For any positive integer | ||||||
Pigeonhole Principle | If | ||||||
Generalized Pigeonhole Principle | The Generalized Pigeonhole Principle is an extension of the Pigeonhole Principle. It states that if | ||||||
Principle of Inclusion and Exclusion | A counting technique used to calculate the number of elements in the union of several sets by correcting for overcounting. |
Term | Definition | ||
---|---|---|---|
Function | A mathematical relation between a set of inputs (domain) and a set of possible outputs (codomain), where each input is related to exactly one output. | ||
Domain | The domain of a function is the set of all possible input values for which the function is defined. It specifies the valid inputs that the function can operate on. | ||
Codomain | The codomainof a function is the set that includes all possible output values that the function can produce. It provides a broader range than the actual outputs and may include values that the function doesn't necessarily map to. | ||
Range Image | The range of a function, | ||
One-To-One (Injective) Function | A function in which different elements in the domain map to different elements in the codomain. No two different inputs produce the same output. | ||
Onto (Surjective) Function | A function in which every element in the codomain has at least one pre-image in the domain. The function covers the entire codomain. | ||
Bijective Function | A function that is both injective (one-to-one) and surjective (onto). Each element in the domain maps to a unique element in the codomain, and every element in the codomain has a pre-image. | ||
Inverse Function | For a bijective function | ||
Function Composition | The composition of two functions | ||
Generating Function | A generating function is a formal power series used to encode information about a sequence of numbers or combinatorial structures into a single function, |
Term | Definition | Formula | |||
---|---|---|---|---|---|
Summation Notation | A concise way to represent the sum of a sequence. It uses the symbol | ||||
Geometric Sequence | A sequence in which the ratio of any two consecutive terms is constant. It can be represented by the formula | ||||
Fibonacci Sequence | A sequence where each term is the sum of the two preceding terms, usually starting with 0 and 1. The Fibonacci sequence is represented as 0, 1, 1, 2, 3, 5, 8, 13, ... | ||||
Periodic Sequence | A periodic sequence is a sequence of numbers that repeats itself after a fixed number of terms, called the period. | ||||
Quadratic Sequence | A quadratic sequence is a sequence of numbers where each term is generated by a quadratic function of the form | ||||
Power Series | A power series represents a function as a sum of powers of xx. Depending on the convergence properties, a power series may converge only for certain values of xx (within its radius of convergence). | ||||
Binomial Series | The binomial series is a specific form of power series representing the expansion of | ||||
Harmonic Series | The harmonic series is the sum of the reciprocals of the positive integers. It diverges as | ||||
Sum of Geometric Sequence | The sum of the terms of a geometric sequence. It can be represented by the formula | ||||
Sum of Arithmetic Sequence | The sum of the terms in an arithmetic sequence. | ||||
Recurrence Relations | An equation that recursively defines a sequence in terms of its previous terms. It expresses each term as a function of one or more previous terms. | ||||
Arithmetic Sequence | A sequence in which the difference of any two consecutive terms is constant. It can be represented by the formula | ||||
Convergence | Convergence occurs when the terms in a sequence or series approach a finite limit as the index or the number of terms increases, indicating stability or convergence towards a specific value. | ||||
Radius of Convergence | Given a power series in the form | ||||
Divergence | Divergence occurs when a sequence or series does not approach a finite limit as the index or the number of terms increases, indicating instability or divergence towards positive or negative infinity. |
Term | Definition | Formula | |||
---|---|---|---|---|---|
Vertex, Node | A vertex represents a distinct point or object in a graph. | ||||
Edge | An edge represents a connection or relationship between two nodes or vertices. It defines the link or interaction between the entities represented by the connected nodes. | ||||
Walk | A sequence of vertices in a graph where consecutive vertices are connected by edges. It can include repeated vertices and edges. | ||||
Open Walk | A walk in a graph that starts and ends at different vertices. | ||||
Closed Walk | A walk in a graph that starts and ends at the same vertex. | ||||
Circuit | A closed walk in a graph where vertices may be repeated but no edge is repeated. | ||||
Cycle | A closed walk in a graph where no edge is repeated. Every cycle is a circuit, but not every circuit is a cycle. | ||||
Bipartite Graph | A graph whose vertices can be divided into two disjoint sets such that every edge connects a vertex from one set to a vertex in the other set. A common notation is | ||||
Directed Graph | A graph in which edges have a direction, indicating a one-way relationship between the connected vertices. Also known as a digraph. | ||||
Subgraph | A graph formed by selecting a subset of vertices and edges from a larger graph, preserving the relationships between the selected vertices. | ||||
Trail | A walk in a graph where no edge is repeated. Vertices may be repeated, but edges are distinct. | ||||
Path | A trail in a graph where no vertex is repeated. Both vertices and edges are distinct along the path. | ||||
Euler Circuits | A circuit in a graph that visits every edge exactly once and returns to the starting vertex. For a graph to have an Euler circuit, every vertex must have an even degree. | ||||
Euler Paths | A path in a graph that visits every edge exactly once. For a graph to have an Euler path, it must have exactly two vertices with an odd degree (or zero odd-degree vertices). | ||||
Hamilton Circuits | A Hamiltonian circuit is a traversal of a graph that visits each vertex exactly once and returns to the starting vertex. | ||||
Hamilton Paths | A Hamiltonian path is a traversal of a graph that visits each vertex exactly once. Unlike a Hamiltonian circuit, it doesn't necessarily return to the starting vertex. | ||||
Matching | A set of edges in a graph, with no two edges sharing a common vertex. A maximum matching is the largest possible matching in a graph. | ||||
Euler's Formula | In graph theory, Euler's formula relates the number of vertices, edges, and faces of a connected planar graph. It is expressed as | ||||
Graph Coloring | Coloring a graph is an assignment of labels (colors) to its vertices such that no two adjacent vertices have the same color. | ||||
Chromatic Numbers | The chromatic number of a graph is the minimum number of colors needed for a valid coloring. | ||||
Complete Graph | A complete graph is a graph in which each pair of distinct vertices is connected by a unique edge. | ||||
Null Graph | A null graph is a graph with no edges, meaning it consists solely of isolated vertices. It is the simplest possible graph, containing no connections between any pair of vertices. | ||||
Degree | Degree is a measure of the connectivity of a vertex in a graph, representing the number of edges incident to that vertex. In undirected graphs, the degree of a vertex is simply the count of adjacent edges, while in directed graphs, there are separate in-degree and out-degree measures. | ||||
Adjacency | In a graph, vertices that share an edge are said to be adjacent. | ||||
Incidency | If a vertex is incident to an edge, it means the vertex is directly connected to the edge. Similarly, when an edge is incident to a vertex, it is directly connected to the vertex. | ||||
Graph Isomorphism | Graph isomorphism is a property of two graphs where despite having potentially different vertex and edge labels, their structures remain identical, meaning there exists a bijective mapping between their vertices preserving adjacency relationships. | ||||
In-degree | The number of edges the number of edges that are directed towards a vertex in a directed graph. | ||||
Out-degree | The number of edges that are directed away from a vertex in a directed graph. |
Term | Definitions | ||
---|---|---|---|
Wheel | A type of graph that contains a cycle of length nn (called the rim) and a single vertex (called the hub) that is connected to every vertex on the rim. | ||
Countable Graph | A graph is countable if its vertex set is countable, meaning it has either a finite number of vertices or a countably infinite number of vertices. | ||
Graph Transitivity | In a directed graph, transitivity refers to the property where if there exists a directed edge from vertex | ||
Tournament | A directed graph in which every pair of distinct vertices is connected by exactly one directed edge. | ||
Hypergraph | A generalization of a graph in which an edge can connect any number of vertices, rather than just two. | ||
Partial Transversal | In the context of hypergraphs, a partial transversal is a subset of vertices that intersects with some, but not necessarily all, of the hyperedges. | ||
Edge-Disjoint Paths | In a graph, edge-disjoint paths are paths that do not share any common edges. | ||
Vertex-Disjoint Paths | In a graph, vertex-disjoint paths are paths that do not share any common vertices, except possibly for their endpoints. | ||
VW-Disconnecting Set | In a graph, a VW-disconnecting set is a set of vertices that, when removed from the graph, disconnects all paths between a set of source vertices | ||
VW-Separating Set | n a graph, a VW-separating set is a set of vertices that, when removed from the graph, separates all paths between a set of source vertices | ||
Dual Graph | In the context of planar graphs, the dual graph of a planar graph is a graph that represents the faces of the original graph as vertices, and connects two vertices if the corresponding faces share an edge. | ||
Network | A graph that represents connections between nodes, often used to model transportation systems, communication networks, etc. | ||
Source | In a network or flow graph, a source is a node from which flow originates. | ||
Sink | In a network or flow graph, a sink is a node where flow is consumed or terminates. | ||
Flow | In the context of flow networks, flow refers to the quantity of some resource (e.g., water, data) that is sent through edges from a source to a sink, subject to certain capacity constraints. | ||
Graph Saturation | The process of adding edges to a graph in order to satisfy certain connectivity or degree requirements. | ||
Cut | A partition of the vertices of a graph into two disjoint sets such that removing the edges that connect the two sets disconnects the graph. | ||
Max-flow min-cut theorem | A theorem relating to networks that states that the maximum flow from a source to a sink in a flow network is equal to the minimum capacity of a cut in the network. | ||
Arcs | A directed edge that connects two vertices, indicating a one-way connection from one vertex (the tail) to another vertex (the head). | ||
Dual Graph | In directed graphs, arcs are directed edges that connect two vertices, indicating a one-way connection from one vertex to another | ||
Strong Connection | A strong connection typically refers to a directed graph where there exists a directed path from every vertex to every other vertex. | ||
Weak Connection | A weak connection typically refers to an undirected graph where there exists a path between every pair of vertices. |
Term | Definition | Formula | |||
---|---|---|---|---|---|
Prime Number | A prime number is a natural number greater than 1 that has no positive divisors other than 1 and itself. In other words, it cannot be formed by multiplying two smaller natural numbers. | ||||
Composite Number | A composite number is a natural number greater than 1 that is not a prime number. It has divisors other than 1 and itself, meaning it can be formed by multiplying two smaller natural numbers. | ||||
Odd Number | An odd number is a natural number that is not divisible evenly by 2. In other words, it leaves a remainder of 1 when divided by 2. | ||||
Even Number | An even number is a natural number that is divisible evenly by 2. It leaves no remainder when divided by 2. | ||||
Greatest Common Divisor | The largest positive integer that divides two or more integers without leaving a remainder. | ||||
Prime Factorization | The expression of a composite number as the product of its prime factors. For a positive integer | ||||
Chinese Remainder Theorem | The Chinese Remainder Theorem states that states that if | ||||
The Division Algorithm | A fundamental theorem stating that given any integers | ||||
Linear Diophantine Equation | An equation of the form | ||||
Euclidean Algorithm | An extension of the Euclidean Algorithm used to find the coefficients | ||||
Extended Euclidean Algorithm | The smallest positive integer that is a multiple of two or more integers. It is often denoted as | ||||
Least Common Multiple | The smallest positive integer that is a multiple of two or more integers. It is often denoted as | ||||
Modular Multiplicative Inverse | For an integer | ||||
Coprime | Two integers are said to be coprime if their greatest common divisor is 1 |
Term | Definition | ||
---|---|---|---|
Relation | A relation between sets is a set of ordered pairs. It describes how elements from one set relate to elements in another set. | ||
Reflexive Relation | A relation on a set where every element is related to itself. Formally, for all | ||
Symmetric Relation | A relation on a set where if | ||
Transitive Relation | A relation on a set where if | ||
Binary Relation | A binary relation describes a connection or relationship between pairs of elements in a set. | ||
Irreflexive Relation | A relation on a set where no element is related to itself. Formally, for all | ||
Antisymmetric Relation | A relation on a set where if | ||
Partitions | A partition of a set is a grouping of its elements into non-empty subsets, in such a way that every element is included in exactly one subset. | ||
Equivalence Relation | A relation on a set that is reflexive, symmetric, and transitive. It divides the set into equivalence classes where elements within a class are equivalent. | ||
Equivalence Class | An equivalence class is a group of elements from a set that are considered equivalent to each other based on some defined equivalence relation. | ||
Partial Ordering | A partial ordering satisfies reflexivity, antisymmetry, and transitivity but may not be total. | ||
Total Ordering | A total ordering is a relation that is reflexive, antisymmetric, and transitive. | ||
Cover Relation | In a partially ordered set, a cover relation describes when one element is immediately greater than another, with no elements in between. | ||
Linear Extension | A linear extension is a total order that maintains the same order relationship as the partial order, arranging elements in a sequence without any ambiguity or conflict in the ordering. |
Term | Definition | Formula | |||
---|---|---|---|---|---|
Bayes' Theorem | A mathematical formula that describes the probability of an event based on prior knowledge of conditions that might be related to the event. It is named after the Reverend Thomas Bayes. | ||||
Bernoulli Trials | A sequence of independent experiments or trials, each with only two possible outcomes: success or failure. The trials are identically distributed. | ||||
Conditional Probability | The probability of event | ||||
Expected Value | The average value of a random variable. For a discrete random variable | ||||
Independent Events | Two events are independent if the occurrence of one event does not affect the occurrence of the other. For independent events, the probability of both events occurring is the product of their individual probabilities: | ||||
Distribution | In statistics, a distribution is a function that describes the likelihood of obtaining the possible values that a random variable can take. |
Term | Definition | Example | |||
---|---|---|---|---|---|
Direct Proof | A proof of some statement one arrives at through logical, sequential statements. | Prove that the sum of any two odd integers is even.
As we may write the sum of | |||
Proof by Contrapositive | A method of proof that begins supposes the contrapositive is true and through logical, sequential statements, proves the original statement. You might use this if the contrapositive is easier to prove than the original statement. | Prove that if
| |||
Proof by Contradiction | A proof of some statement that begins with the assumption that it is not true, and then reasons that it is impossible for it to be untrue. | Prove that if
| |||
Proof by Induction | A method of proof where one proves a base case where n=1, assumes it is true for n =k, and then proves it is true for n=k+1 | Prove that Base Case:
Inductive Hypothesis:
Inductive Step:
Therefore, by induction, | |||
Proof by cases | A method of proof that separates the original statement into separate cases and then proves them individually. | Prove that
| |||
QED | Stands for the Latin "quod erat demonstrandum," and usually appears at the end of a proof to signify it is complete. |
AI Study Tools for STEM Students Worldwide.
© 2025 CompSciLib™, LLC. All rights reserved.
info@compscilib.comContact Us