In mathematics and related technical fields, a mathematical object is complete if nothing needs to be added to it. This is made precise in various ways, several of which have a related notion of completion. It should be noted that "complete" here is just a term that takes on specific meanings in specific situations, and not every situation in which a type of "completion" occurs is called a "completion". See, for example, algebraically closed field or compactification.
In graph theory, a complete graph is an undirected graph in which every pair of vertices has exactly one edge connecting them.
In category theory, a category C is complete if every functor from a small category to C has a limit; it is cocomplete if every such functor has a colimit. For more information, see the given article on limits in category theory.
In logic, a formal calculus (often just specified by a set of additional axioms used to formalize some theory within the underlying logic) is complete if, for any statement P, a proof exists for P or for notP. A system is consistent if a proof never exists for both P and not P. Gödel's incompleteness theorem says that no system as powerful as the Peano axioms can be both consistent and complete. See also below for another notion of completeness in logic.
In proof theory and related fields of mathematical logic, a formal calculus is complete with respect to a certain logic (i.e. with respect to its semantics), if every statement P that follows semantically from a set of premises G can be derived syntactically from these premisses within the calculus. Formally, implies . Especially, all tautologies of the logic can be proven. Even when working with classical logic, this is not equivalent to the notion of completeness introduced above (both a statement and its negation might not be tautologies with respect to the logic). The reverse implication is called soundness.
In computational complexity theory, a problem P is complete for a complexity class C, under a given type of reduction, if P is in C, and every problem in C reduces to P using that reduction. For example, each problem in the class NP-Complete is complete for the class NP, under polynomial-time, many-one reduction.
This is a disambiguation page — a navigational aid which lists other pages that might otherwise share the same title. If an article link referred you here, you might want to go back and fix it to point directly to the intended page.
If this completion procedure is applied to a normed vector space, one obtains a Banach space containing the original space as a dense subspace, and if it is applied to an inner product space, one obtains a Hilbert space containing the original space as a dense subspace.
Note that completeness is a property of the metric and not of the topology, meaning that a completemetric space can be homeomorphic to a non-complete one.
Completely metrizable spaces can be characterized as those spaces which can be written as an intersection of countably many open subsets of some completemetric space.
In complexity theory, the complexity class P-complete is a set of decision problems and is useful in the analysis of which problems can be efficiently solved on parallel computers.
A decision problem is in P-complete if it is complete for P, meaning that it is in P, and that every problem in P can be reduced to it in polylogarithmic time on a parallel computer with a polynomial number of processors.
In other words, a problem A is in P-complete if, for each problem B in P, there are constants c and k such that B can be reduced to A in time O((log n)