HOME

TheInfoList



OR:

The probabilistic method is a nonconstructive method, primarily used in
combinatorics Combinatorics is an area of mathematics primarily concerned with counting, both as a means and an end in obtaining results, and certain properties of finite structures. It is closely related to many other areas of mathematics and has many a ...
and pioneered by
Paul Erdős Paul Erdős ( hu, Erdős Pál ; 26 March 1913 – 20 September 1996) was a Hungarian mathematician. He was one of the most prolific mathematicians and producers of mathematical conjectures of the 20th century. pursued and proposed problems in ...
, for proving the existence of a prescribed kind of mathematical object. It works by showing that if one randomly chooses objects from a specified class, the
probability Probability is the branch of mathematics concerning numerical descriptions of how likely an event is to occur, or how likely it is that a proposition is true. The probability of an event is a number between 0 and 1, where, roughly speaking, ...
that the result is of the prescribed kind is strictly greater than zero. Although the proof uses probability, the final conclusion is determined for ''certain'', without any possible error. This method has now been applied to other areas of
mathematics Mathematics is an area of knowledge that includes the topics of numbers, formulas and related structures, shapes and the spaces in which they are contained, and quantities and their changes. These topics are represented in modern mathematics ...
such as
number theory Number theory (or arithmetic or higher arithmetic in older usage) is a branch of pure mathematics devoted primarily to the study of the integers and integer-valued functions. German mathematician Carl Friedrich Gauss (1777–1855) said, "Ma ...
,
linear algebra Linear algebra is the branch of mathematics concerning linear equations such as: :a_1x_1+\cdots +a_nx_n=b, linear maps such as: :(x_1, \ldots, x_n) \mapsto a_1x_1+\cdots +a_nx_n, and their representations in vector spaces and through matrice ...
, and
real analysis In mathematics, the branch of real analysis studies the behavior of real numbers, sequences and series of real numbers, and real functions. Some particular properties of real-valued sequences and functions that real analysis studies include conv ...
, as well as in
computer science Computer science is the study of computation, automation, and information. Computer science spans theoretical disciplines (such as algorithms, theory of computation, information theory, and automation) to Applied science, practical discipli ...
(e.g.
randomized rounding Within computer science and operations research, many combinatorial optimization problems are computationally intractable to solve exactly (to optimality). Many such problems do admit fast ( polynomial time) approximation algorithms—that is, a ...
), and
information theory Information theory is the scientific study of the quantification, storage, and communication of information. The field was originally established by the works of Harry Nyquist and Ralph Hartley, in the 1920s, and Claude Shannon in the 1940s. ...
.


Introduction

If every object in a collection of objects fails to have a certain property, then the probability that a random object chosen from the collection has that property is zero. Similarly, showing that the probability is (strictly) less than 1 can be used to prove the existence of an object that does ''not'' satisfy the prescribed properties. Another way to use the probabilistic method is by calculating the
expected value In probability theory, the expected value (also called expectation, expectancy, mathematical expectation, mean, average, or first moment) is a generalization of the weighted average. Informally, the expected value is the arithmetic mean of a ...
of some
random variable A random variable (also called random quantity, aleatory variable, or stochastic variable) is a mathematical formalization of a quantity or object which depends on random events. It is a mapping or a function from possible outcomes (e.g., the po ...
. If it can be shown that the random variable can take on a value less than the expected value, this proves that the random variable can also take on some value greater than the expected value. Alternatively, the probabilistic method can also be used to guarantee the existence of a desired element in a sample space with a value that is greater than or equal to the calculated expected value, since the non-existence of such element would imply every element in the sample space is less than the expected value, a contradiction. Common tools used in the probabilistic method include
Markov's inequality In probability theory, Markov's inequality gives an upper bound for the probability that a non-negative function of a random variable is greater than or equal to some positive constant. It is named after the Russian mathematician Andrey Markov, ...
, the
Chernoff bound In probability theory, the Chernoff bound gives exponentially decreasing bounds on tail distributions of sums of independent random variables. Despite being named after Herman Chernoff, the author of the paper it first appeared in, the result is d ...
, and the
Lovász local lemma In probability theory, if a large number of events are all independent of one another and each has probability less than 1, then there is a positive (possibly small) probability that none of the events will occur. The Lovász local lemma allows one ...
.


Two examples due to Erdős

Although others before him proved theorems via the probabilistic method (for example, Szele's 1943 result that there exist
tournaments A tournament is a competition involving at least three competitors, all participating in a sport or game. More specifically, the term may be used in either of two overlapping senses: # One or more competitions held at a single venue and concentr ...
containing a large number of
Hamiltonian cycle In the mathematical field of graph theory, a Hamiltonian path (or traceable path) is a path in an undirected or directed graph that visits each vertex exactly once. A Hamiltonian cycle (or Hamiltonian circuit) is a cycle that visits each vertex ...
s), many of the most well known proofs using this method are due to Erdős. The first example below describes one such result from 1947 that gives a proof of a lower bound for the
Ramsey number In combinatorics, Ramsey's theorem, in one of its graph-theoretic forms, states that one will find monochromatic cliques in any edge labelling (with colours) of a sufficiently large complete graph. To demonstrate the theorem for two colours ( ...
.


First example

Suppose we have a
complete graph In the mathematical field of graph theory, a complete graph is a simple undirected graph in which every pair of distinct vertices is connected by a unique edge. A complete digraph is a directed graph in which every pair of distinct vertices is ...
on vertices. We wish to show (for small enough values of ) that it is possible to color the edges of the graph in two colors (say red and blue) so that there is no complete subgraph on vertices which is monochromatic (every edge colored the same color). To do so, we color the graph randomly. Color each edge independently with probability of being red and of being blue. We calculate the expected number of monochromatic subgraphs on vertices as follows: For any set S_r of r vertices from our graph, define the variable X(S_r) to be if every edge amongst the r vertices is the same color, and otherwise. Note that the number of monochromatic r-subgraphs is the sum of X(S_r) over all possible subsets S_r. For any individual set S_r^i, the
expected value In probability theory, the expected value (also called expectation, expectancy, mathematical expectation, mean, average, or first moment) is a generalization of the weighted average. Informally, the expected value is the arithmetic mean of a ...
of X(S_r^i) is simply the probability that all of the C(r, 2) edges in S_r^i are the same color: :E (S_r^i)= 2 \cdot 2^ (the factor of comes because there are two possible colors). This holds true for any of the C(n, r) possible subsets we could have chosen, i.e. i ranges from to C(n,r). So we have that the sum of E (S_r^i)/math> over all S_r^i is :\sum_^ E (S_r^i)= 2^. The sum of expectations is the expectation of the sum (''regardless'' of whether the variables are
independent Independent or Independents may refer to: Arts, entertainment, and media Artist groups * Independents (artist group), a group of modernist painters based in the New Hope, Pennsylvania, area of the United States during the early 1930s * Independe ...
), so the expectation of the sum (the expected number of all monochromatic r-subgraphs) is :E (S_r)= 2^. Consider what happens if this value is less than . Since the expected number of monochromatic -subgraphs is strictly less than , there exists a coloring satisfying the condition that the number of monochromatic -subgraphs is strictly less than . The number of monochromatic -subgraphs in this random coloring is a non-negative integer, hence it must be ( is the only non-negative integer less than ). It follows that if :E (S_r)= 2^ < 1 (which holds, for example, for =5 and =4), there must exist a coloring in which there are no monochromatic -subgraphs. By definition of the
Ramsey number In combinatorics, Ramsey's theorem, in one of its graph-theoretic forms, states that one will find monochromatic cliques in any edge labelling (with colours) of a sufficiently large complete graph. To demonstrate the theorem for two colours ( ...
, this implies that must be bigger than . In particular, must grow at least exponentially with . A weakness of this argument is that it is entirely nonconstructive. Even though it proves (for example) that almost every coloring of the complete graph on vertices contains no monochromatic -subgraph, it gives no explicit example of such a coloring. The problem of finding such a coloring has been open for more than 50 years. ----


Second example

A 1959 paper of Erdős (see reference cited below) addressed the following problem in
graph theory In mathematics, graph theory is the study of '' graphs'', which are mathematical structures used to model pairwise relations between objects. A graph in this context is made up of '' vertices'' (also called ''nodes'' or ''points'') which are conn ...
: given positive integers and , does there exist a graph containing only cycles of length at least , such that the
chromatic number In graph theory, graph coloring is a special case of graph labeling; it is an assignment of labels traditionally called "colors" to elements of a graph subject to certain constraints. In its simplest form, it is a way of coloring the vertices ...
of is at least ? It can be shown that such a graph exists for any and , and the proof is reasonably simple. Let be very large and consider a random graph on vertices, where every edge in exists with probability . We show that with positive probability, satisfies the following two properties: :Property 1. contains at most cycles of length less than . Proof. Let be the number cycles of length less than . Number of cycles of length in the complete graph on vertices is :\frac \le \frac and each of them is present in with probability . Hence by
Markov's inequality In probability theory, Markov's inequality gives an upper bound for the probability that a non-negative function of a random variable is greater than or equal to some positive constant. It is named after the Russian mathematician Andrey Markov, ...
we have :\Pr \left (X> \tfrac \right )\le \frac E \le \frac \sum_^ p^i n^i = \frac \sum_^ n^ \le \frac n^ = gn^ = o(1). : Thus for sufficiently large , property 1 holds with a probability of more than . :Property 2. contains no independent set of size \lceil \tfrac \rceil. Proof. Let be the size of the largest independent set in . Clearly, we have :\Pr (Y\ge y) \le (1-p)^ \le n^y e^ = e^ = o(1), when :y = \left \lceil \frac \right \rceil. Thus, for sufficiently large , property 2 holds with a probability of more than . For sufficiently large , the probability that a graph from the distribution has both properties is positive, as the events for these properties cannot be disjoint (if they were, their probabilities would sum up to more than 1). Here comes the trick: since has these two properties, we can remove at most vertices from to obtain a new graph on n'\geq n/2 vertices that contains only cycles of length at least . We can see that this new graph has no independent set of size \left \lceil \frac\right\rceil. can only be partitioned into at least independent sets, and, hence, has chromatic number at least . This result gives a hint as to why the computation of the
chromatic number In graph theory, graph coloring is a special case of graph labeling; it is an assignment of labels traditionally called "colors" to elements of a graph subject to certain constraints. In its simplest form, it is a way of coloring the vertices ...
of a graph is so difficult: even when there are no local reasons (such as small cycles) for a graph to require many colors the chromatic number can still be arbitrarily large.


See also

* Interactive proof system *
Las Vegas algorithm In computing, a Las Vegas algorithm is a randomized algorithm that always gives correct results; that is, it always produces the correct result or it informs about the failure. However, the runtime of a Las Vegas algorithm differs depending on the ...
* Method of conditional probabilities * Probabilistic proofs of non-probabilistic theorems *
Random graph In mathematics, random graph is the general term to refer to probability distributions over graphs. Random graphs may be described simply by a probability distribution, or by a random process which generates them. The theory of random graphs ...


Additional resources


Probabilistic Methods in Combinatorics
MIT OpenCourseWare


References

* Alon, Noga; Spencer, Joel H. (2000). ''The probabilistic method'' (2ed). New York: Wiley-Interscience. . * * * J. Matoušek, J. Vondrak
The Probabilistic Method
Lecture notes. * Alon, N and Krivelevich, M (2006)
Extremal and Probabilistic Combinatorics
* Elishakoff I., Probabilistic Methods in the Theory of Structures: Random Strength of Materials, Random Vibration, and Buckling, World Scientific, Singapore, , 2017 * Elishakoff I., Lin Y.K. and Zhu L.P. , Probabilistic and Convex Modeling of Acoustically Excited Structures, Elsevier Science Publishers, Amsterdam, 1994, VIII + pp. 296; {{ISBN, 0 444 81624 0


Footnotes

Combinatorics Mathematical proofs Probabilistic arguments