Skip to content

Computational Mathematics — Glossary

TermMeaning
AcyclicContains no cycles (graph)
Adjacency matrixMatrix A with A[i][j] = edge weight/info between i and j
AdjugateTranspose of the cofactor matrix; used to compute the inverse
Arithmetic progressionSequence with constant difference between terms
AsymmetricNeither symmetric nor skew-symmetric (relation)
BasisA linearly independent set whose span is the whole space
Basis vectorA vector in a chosen basis
Biconditionalp ↔ q (iff); true exactly when p and q match
BijectionA one-to-one and onto (invertible) function
Binary operationAn operation combining two operands
CNFConjunctive normal form: conjunction of clauses
Column spaceSpan of the columns of a matrix
Complete graphKₙ: every pair of distinct vertices joined by an edge
Completeness (logic)Every valid formula is provable in the system
Compound propositionA proposition built from connectives
Consistency (logic)The system never proves both φ and ¬φ
ContradictionA formula false under every truth assignment
ContingencyA formula true under some, false under other assignments
Cycle (graph)A closed trail with no repeated vertices (except start/end)
Closed formulaA formula with no free variables
CofactorCofactor matrix entry (-1)^(i+j)·M_ij (minor)
CombinatorialCounting/arrangement style reasoning
Commutator[A,B] = AB − BA
Connected (graph)A path exists between every pair of vertices
Contrapositivep→q is equivalent to ¬q→¬p
Contradiction (proof)Assume ¬φ and derive ⊥ to prove φ
Convex combinationCombination Σ cᵢvᵢ with Σcᵢ=1, cᵢ≥0
CosetA translate of a subset (group/subgroup)
Cramer’s ruleSolving Ax=b using determinants (when unique)
Cycle (matrix/permutation)A permutation cycle
Degree (graph)Number of edges incident to a vertex
Degree (polynomial)Highest power of the variable
DeterminantScalar det(A): product of eigenvalues; nonzero ⇔ invertible
Derivation (proof)A logical proof
Diagonal matrixSquare matrix with zeros off the main diagonal
DiagonalisableA = PDP⁻¹ for diagonal D (n independent eigenvectors)
DimensionNumber of vectors in a basis; also size of a matrix (rows×cols)
Directed edgeAn edge with a direction (ordered pair of vertices)
Directed graphA graph with directed edges
Disjunctionp ∨ q (or)
DNFDisjunctive normal form: disjunction of monomials
Domain (function)Set of inputs of a function
Edge (graph)A link between two vertices
EigenspaceSpace spanned by all eigenvectors for one eigenvalue
Eigenvalueλ satisfying det(A−λI)=0 (scale factor in Av=λv)
EigenvectorNon-zero v satisfying Av = λv
Elementary matrixIdentity plus one row operation; row ops are left-multiplication
Elementary row opSwap, scale a row, or add a multiple of a row
EnumerableCountable (finite or countably infinite)
Equivalence relationReflexive, symmetric, and transitive relation
Exclusive orp ⊕ q: true when exactly one of p, q is true
Existential quantifier∃x P(x): "there exists an x such that P(x)"
FiberPreimage of a single point under a map
FieldSet with + and × forming two abelian groups (e.g. ℝ, ℂ)
Finite fieldA field with finitely many elements (e.g. ℤ/pℤ)
First-order logicLogic with quantifiers over elements (not sets)
Fixed pointx where f(x)=x
ForestAn acyclic graph (a disjoint union of trees)
Formula (well-formed)A string following the grammar; WFF
Four-color theoremEvery planar map can be colored with four colors
FunctionA mapping from a domain to a codomain, one output per input
Gaussian eliminationRow reduction to solve Ax=b
GCDGreatest common divisor
General solutionSolution of a linear system = particular + homogeneous parts
Generate (span)The set of all linear combinations
Geometric seriesa + ar + ar² + … ; sums to a/(1−r) if
GL(m,n)General linear group of invertible n×n matrices
GraphA set of vertices and edges
Graph colouringAssigning colors so adjacent vertices differ
Gram-SchmidtProcess turning a basis into an orthogonal/orthonormal basis
Greatest lower boundGLB / infimum
Greatest elementMaximum of a set
GroupSet with one associative operation, identity, and inverses
Hamilton cycleA cycle visiting every vertex exactly once
Hasse diagramDiagram of a partially ordered set
Hausdorff dimensionDimension measuring fractal complexity
HeadlessLacking a top element
HomogeneousSame degree; linear system Ax=0 (homogeneous)
HomomorphismStructure-preserving mapping between algebraic structures
Idempotentx·x = x; or P ∪ P = P (sets)
Identity matrixI: ones on diagonal, zeros elsewhere
Image (linear map)Range; {T(v): v ∈ V}
Image (function)Set of outputs of a function
Independent (linear)Only the trivial combination gives 0
InconsistentHaving no solution
Induced subgraphSubgraph keeping ALL edges of the parent among its vertices
Inference ruleA valid step from premises to conclusion (e.g. modus ponens)
InfimumGreatest lower bound
InjectiveOne-to-one (distinct inputs → distinct outputs)
Inner productu·v = Σuᵢvᵢ (real dot product)
IntersectionCommon elements (∩)
Inverse (function)f⁻¹ reverses f
Inverse (matrix)A⁻¹ with AA⁻¹ = A⁻¹A = I (if det≠0)
IrreflexiveA relation with no (x,x) pairs
IsomorphicSame structure; graph isomorphism = relabeling of vertices
Join (lattice)Least upper bound (∨)
Kripke frameA structure for modal logic semantics
König’s lemmaInfinite finitely-branching tree has an infinite path
Kernel (linear map)null space
Kernel (semigroup)Set of elements mapping to an idempotent
Kirchhoff’s theoremMatrix-tree theorem counts spanning trees
Knaster-TarskiFixpoint theorem
LatticeA poset where every pair has a meet and a join
Lattice (matrix)Array arrangement
Law of excluded middlep ∨ ¬p is always true
Law of noncontradiction¬(p ∧ ¬p) is always true
LeafA pendant vertex (degree 1)
Least upper boundLUB / supremum
Least elementMinimum of a set
Linear combinationΣ cᵢvᵢ
Linear dependenceA nontrivial combination equals 0
Linear transformationT(u+v)=T(u)+T(v) and T(cu)=cT(u)
Linearly independent setOnly the trivial combination is 0
LipschitzA continuity condition
LiteralA variable or its negation
Loop (graph)An edge from a vertex to itself
Meet (lattice)Greatest lower bound (∧)
MemberElement x of a set (x ∈ S)
Minor (graph)Obtained by deleting/contracting edges and vertices
Minor (matrix)A submatrix determinant
ModuloRemainder after division; a mod n
MultisetA set allowing repeated elements
MorphismStructure-preserving map (homomorphism)
NANDNot-and (universal gate)
Negation¬p (not p)
NeighbourA vertex adjacent to another
NORNot-or (universal gate)
NormLength
Not (¬)Logical negation
NPNondeterministic polynomial-time (complexity)
Null spaceKernel of A;
Nullitydim(null space)
NumberA mathematical object (natural, integer, rational, real, complex)
OctetA group of eight; also a term in graph theory
Open setA set containing a neighborhood of each point
Order (group)Number of elements in a group
Order (ring)Number of elements
Order (relation)A total/preorder relation
Ordered pair(a,b) with a as first and b as second
OrdinalOrder type of a well-ordered set
Orientation (graph)An assignment of direction to edges
Outer productFor vectors u,v: matrix u·vᵀ
Pairwise coprimegcd of every pair is 1
ParityEvenness/oddness
Partition (set)A division into disjoint nonempty subsets
Path (graph)A walk with no repeated vertices
Path (function)Image of a continuous function
Pigeonhole principleIf n items go into m<n boxes, some box has >1 item
Planar graphA graph drawable without edge crossings
PosetPartially ordered set
Power setSet of all subsets P(S)
PredicateA statement with variables (e.g., P(x))
PreorderA reflexive transitive relation
PrimeA natural number >1 with no divisors other than 1 and itself
Prime factorizationWriting an integer as a product of primes
Principal valueA chosen canonical value
ProductResult of multiplication
ProjectionMapping onto a subspace along a direction
Projection (onto vector)proj_a(b) = ((a·b)/(a·a))·a
PropositionA statement with a definite truth value
ProveDemonstrate truth from premises or axioms
Public keyIn asymmetric crypto, the shareable encryption/verification key
Quantifier∀ (for all), ∃ (there exists)
QuotientResult of division
RadianAngle unit: 180° = π radians
Rankdim(column space) = dim(row space)
RationalA number a/b with integers a,b (b≠0)
Real numberA point on the number line ℝ
RecurrenceA relation defining terms by previous terms
Recurrence relationDefinition of sequence by earlier terms
Reduced row echelonCanonical form from Gauss-Jordan elimination
ReflexiveA relation where every x relates to itself
RelationSet of ordered pairs
Relatively primegcd(a,b) = 1
RepresentativeA chosen element of an equivalence class
ResolutionA proof rule for clauses
RingSet with + and × (e.g., integers ℤ)
RootA solution (e.g., of a polynomial)
Row spaceSpan of the rows of a matrix
Rule of inferenceA valid argument form (modus ponens etc.)
ScalarA single number (not a vector)
Scalar multiplicationMultiplying a vector by a number
Scalar productThe dot product
SchemeA syntactic rule/template producing infinitely many axioms (proof theory)
Scope (quantifier)The part of a formula governed by a quantifier
Second-order logicQuantification over relations/sets
SetAn unordered collection of distinct objects
Side conditionA requirement on variables (e.g., "a is fresh")
Sigma-algebraA collection closed under complements/countable unions
Simple graphUndirected graph, no loops, no multiple edges
SimultaneousOccurring together
SingularA matrix with det = 0 (no inverse)
Spanning setA set whose linear combinations cover the space
Spanning treeA tree using all vertices of a graph
Spectral theoremSymmetric matrices have an orthonormal eigenbasis
SubgraphA graph whose vertices/edges are subsets
SubgroupA subset of a group closed under operation and inverses
SubsetA set whose elements all belong to another
SubspaceA subset of a vector space closed under + and scalar ×
Subspace topology(Topology)
Sufficient conditionA condition that guarantees another
Sum (graph)Graph join
SupremumLeast upper bound
SurjectiveOnto (every codomain element is hit)
Symmetricp↔q; or relation where (x,y) ⇒ (y,x)
Symmetric groupThe group of permutations S_n
Symmetric matrixA = Aᵀ
TautologyA formula true under every truth assignment
Term (logic)A variable, constant, or function application denoting an object
Term (algebra)A product of variables raised to powers
TensorMultilinear map / multi-indexed array
Total orderA partial order that is also total (comparable)
TotientEuler's φ function counting coprime residues
TraceSum of diagonal entries (= sum of eigenvalues)
Translate(Geometry) Move without rotating
Triangle inequality
Triangular matrixUpper/lower-triangular: zeros below/above diagonal
TritThree-valued logic (not standard here)
Truth assignmentA mapping of propositions to T/F
Truth tableA table of all truth assignments and formula values
Trivial solutionThe zero solution to a homogeneous system
Turing machineA theoretical model of computation
Union (set)All elements of both sets (∪)
Universal quantifier∀x P(x): "for all x, P(x)"
UniverseThe domain of discourse
Unique factorizationWriting an integer as a unique product of primes
Unit vectorA vector of length 1
Universal setThe set of all objects under discussion
ValidityA formula true under every interpretation
ValueThe result of an expression
Varignon(Geometry: midpoint theorem parallelogram)
VectorAn element of a vector space
Vector spaceA set closed under + and scalar × satisfying the axioms
Venn diagramA diagram of sets
VertexA node of a graph
WalkA sequence of vertices joined by edges
Well-orderingEvery subset has a minimum element
Well-ordered setA totally ordered set that is well-ordered
WFFWell-formed formula
XORExclusive OR
Zero matrixAll entries zero
Zero vectorThe additive identity (all-zero vector)
Zero-divisorA nonzero element a with ab=0 for some nonzero b

Built from Markdown with VitePress.