HOME

TheInfoList



OR:

In
probabilistic logic Probabilistic logic (also probability logic and probabilistic reasoning) involves the use of probability and logic to deal with uncertain situations. Probabilistic logic extends traditional logic truth tables with probabilistic expressions. A diffic ...
, the Fréchet inequalities, also known as the Boole–Fréchet inequalities, are rules implicit in the work of
George Boole George Boole (; 2 November 1815 – 8 December 1864) was a largely self-taught English mathematician, philosopher, and logician, most of whose short career was spent as the first professor of mathematics at Queen's College, Cork in ...
Boole, G. (1854). ''An Investigation of the Laws of Thought, On Which Are Founded the Mathematical Theories of Logic and Probability.'' Walton and Maberly, London. See Boole's "major" and "minor" limits of a conjunction on page 299.Hailperin, T. (1986). ''Boole's Logic and Probability''. North-Holland, Amsterdam. and explicitly derived by Maurice FréchetFréchet, M. (1935). Généralisations du théorème des probabilités totales. ''Fundamenta Mathematicae'' 25: 379–387.Fréchet, M. (1951). Sur les tableaux de corrélation dont les marges sont données. ''Annales de l'Université de Lyon. Section A: Sciences mathématiques et astronomie'' 9: 53–77. that govern the combination of probabilities about logical propositions or
events Event may refer to: Gatherings of people * Ceremony, an event of ritual significance, performed on a special occasion * Convention (meeting), a gathering of individuals engaged in some common interest * Event management, the organization of ev ...
logically linked together in conjunctions (
AND or AND may refer to: Logic, grammar, and computing * Conjunction (grammar), connecting two words, phrases, or clauses * Logical conjunction in mathematical logic, notated as "∧", "⋅", "&", or simple juxtaposition * Bitwise AND, a boolea ...
operations) or disjunctions ( OR operations) as in
Boolean expressions In computer science, a Boolean expression is an expression used in programming languages that produces a Boolean value when evaluated. A Boolean value is either true or false. A Boolean expression may be composed of a combination of the Boolean c ...
or fault or event trees common in
risk assessments Broadly speaking, a risk assessment is the combined effort of: # identifying and analyzing potential (future) events that may negatively impact individuals, assets, and/or the environment (i.e. hazard analysis); and # making judgments "on the to ...
, engineering design and
artificial intelligence Artificial intelligence (AI) is intelligence—perceiving, synthesizing, and inferring information—demonstrated by machines, as opposed to intelligence displayed by animals and humans. Example tasks in which this is done include speech ...
. These inequalities can be considered rules about how to bound calculations involving probabilities without assuming
independence Independence is a condition of a person, nation, country, or state in which residents and population, or some portion thereof, exercise self-government, and usually sovereignty, over its territory. The opposite of independence is the stat ...
or, indeed, without making any dependence assumptions whatsoever. The Fréchet inequalities are closely related to the Boole–Bonferroni–Fréchet inequalities, and to Fréchet bounds. If are logical propositions or
events Event may refer to: Gatherings of people * Ceremony, an event of ritual significance, performed on a special occasion * Convention (meeting), a gathering of individuals engaged in some common interest * Event management, the organization of ev ...
, the Fréchet inequalities are *Probability of a
logical conjunction In logic, mathematics and linguistics, And (\wedge) is the truth-functional operator of logical conjunction; the ''and'' of a set of operands is true if and only if ''all'' of its operands are true. The logical connective that represents thi ...
(\land) \max\left(0, \, \sum_^n \mathbb(A_k) - (n - 1)\right) \leq \mathbb\left(\bigwedge_^n A_k\right) \leq \min_k\, *Probability of a
logical disjunction In logic, disjunction is a logical connective typically notated as \lor and read aloud as "or". For instance, the English language sentence "it is raining or it is snowing" can be represented in logic using the disjunctive formula R \lor ...
(\lor) \max_k\ \leq \mathbb\left(\bigvee_^n A_k\right) \leq \min\left(1, \, \sum_^n \mathbb(A_k)\right), where P( ) denotes the probability of an event or proposition. In the case where there are only two events, say ''A'' and ''B'', the inequalities reduce to *Probability of a logical conjunction (\land) \max(0, \, \mathbb(A) + \mathbb(B) - 1) \leq \mathbb(A \land B) \leq \min(\mathbb(A), \, \mathbb(B)), *Probability of a logical disjunction (\lor) \max(\mathbb(A), \, \mathbb(B)) \leq \mathbb(A \lor B) \leq \min(1, \, \mathbb(A) + \mathbb(B)). The inequalities bound the probabilities of the two kinds of joint events given the probabilities of the individual events. For example, if A is "has lung cancer", and B is "has mesothelioma", then A & B is "has both lung cancer and mesothelioma", and A ∨ B is "has lung cancer or mesothelioma or both diseases", and the inequalities relate the risks of these events. Note that logical conjunctions are denoted in various ways in different fields, including AND, &, ∧ and graphical AND-gates. Logical disjunctions are likewise denoted in various ways, including OR, , , ∨, and graphical OR-gates. If events are taken to be sets rather than logical propositions, the
set-theoretic Set theory is the branch of mathematical logic that studies sets, which can be informally described as collections of objects. Although objects of any kind can be collected into a set, set theory, as a branch of mathematics, is mostly concern ...
versions of the Fréchet inequalities are *Probability of an
intersection In mathematics, the intersection of two or more objects is another object consisting of everything that is contained in all of the objects simultaneously. For example, in Euclidean geometry, when two lines in a plane are not parallel, thei ...
of events \max(0, \, \mathbb(A) + \mathbb(B) - 1) \leq \mathbb(A \cap B) \leq \min(\mathbb(A), \, \mathbb(B)), *Probability of a union of events \max(\mathbb(A), \, \mathbb(B)) \leq \mathbb(A \cup B) \leq \min(1, \, \mathbb(A) + \mathbb(B)).


Numerical examples

If the probability of an event A is P(A) = ''a'' = 0.7, and the probability of the event B is P(B) = ''b'' = 0.8, then the probability of the
conjunction Conjunction may refer to: * Conjunction (grammar), a part of speech * Logical conjunction, a mathematical operator ** Conjunction introduction, a rule of inference of propositional logic * Conjunction (astronomy), in which two astronomical bodies ...
, i.e., the joint event A & B, is surely in the interval \begin \mathbb(A \land B) &\in max(0, \, a + b - 1), \, \min(a, \, b)\\ &= max(0, \, 0.7 + 0.8 - 1), \, \min(0.7, \, 0.8)\\ &= .5, \, 0.7\end. Likewise, the probability of the
disjunction In logic, disjunction is a logical connective typically notated as \lor and read aloud as "or". For instance, the English language sentence "it is raining or it is snowing" can be represented in logic using the disjunctive formula R \lor ...
A ∨ B is surely in the interval \begin \mathbb(A \lor B) &\in max(a, \, b), \, \min(1, \, a + b)\\ &= max(0.7, \, 0.8), \, \min(1, \, 0.7 + 0.8)\\ &= .8, \, 1\end. These intervals are contrasted with the results obtained from the rules of probability assuming independence, where the probability of the conjunction is P(A & B) = ''a'' × ''b'' = 0.7 × 0.8 = 0.56, and the probability of the disjunction is P(A ∨ B) = ''a'' + ''b'' − ''a'' × ''b'' = 0.94. When the marginal probabilities are very small (or large), the Fréchet intervals are strongly asymmetric about the analogous results under independence. For example, suppose P(A) = 0.000002 = and P(B) = 0.000003 = . Then the Fréchet inequalities say P(A & B) is in the interval , and P(A ∨ B) is in the interval If A and B are independent, however, the probability of A & B is which is, comparatively, very close to the lower limit (zero) of the Fréchet interval. Similarly, the probability of A ∨ B is , which is very close to the upper limit of the Fréchet interval. This is what justifies the rare-event approximation often used in
reliability theory Reliability engineering is a sub-discipline of systems engineering that emphasizes the ability of equipment to function without failure. Reliability describes the ability of a system or component to function under stated conditions for a specifie ...
.


Proofs

The proofs are elementary. Recall that P(''A'' ∨ ''B'') = P(''A'') + P(''B'') − P(''A'' & ''B''), which implies P(''A'') + P(''B'') − P(''A'' ∨ ''B'') = P(''A'' & ''B''). Because all probabilities are no bigger than 1, we know P(''A'' ∨ ''B'') ≤ 1, which implies that P(''A'') + P(''B'') − 1 ≤ P(''A'' & ''B''). Because all probabilities are also positive we can similarly say 0 ≤ P(''A'' & ''B''), so max(0, P(''A'') + P(''B'') − 1) ≤ P(''A'' & ''B''). This gives the lower bound on the conjunction. To get the upper bound, recall that P(''A'' & ''B'') = P(''A'', ''B'') P(''B'') = P(''B'', ''A'') P(''A''). Because P(''A'', ''B'') ≤ 1 and P(''B'', ''A'') ≤ 1, we know P(''A'' & ''B'') ≤ P(''A'') and P(''A'' & ''B'') ≤ P(''B''). Therefore, P(''A'' & ''B'') ≤ min(P(''A''), P(''B'')), which is the upper bound. The best-possible nature of these bounds follows from observing that they are realized by some dependency between the events A and B. Comparable bounds on the disjunction are similarly derived.


Extensions

When the input probabilities are themselves interval ranges, the Fréchet formulas still work as a
probability bounds analysis Probability bounds analysis (PBA) is a collection of methods of uncertainty propagation for making qualitative and quantitative calculations in the face of uncertainties of various kinds. It is used to project partial information about random varia ...
. Hailperin considered the problem of evaluating probabilistic Boolean expressions involving many events in complex conjunctions and disjunctions. SomeWise, B.P., and M. Henrion (1986). A framework for comparing uncertain inference systems to probability. ''Uncertainty in Artificial Intelligence'', edited by L.N. Kanal and J.F. Lemmer, Elsevier Science Publishers, B.V. North-Holland, Amsterdam.Williamson, R.C. (1989)
''Probabilistic Arithmetic''
Dissertation, University of Queensland.
have suggested using the inequalities in various applications of artificial intelligence and have extended the rules to account for various assumptions about the dependence among the events. The inequalities can also be generalized to other logical operations, including even
modus ponens In propositional logic, ''modus ponens'' (; MP), also known as ''modus ponendo ponens'' (Latin for "method of putting by placing") or implication elimination or affirming the antecedent, is a deductive argument form and rule of inference ...
. When the input probabilities are characterized by
probability distribution In probability theory and statistics, a probability distribution is the mathematical function that gives the probabilities of occurrence of different possible outcomes for an experiment. It is a mathematical description of a random phenomenon ...
s, analogous operations that generalize logical and arithmetic convolutions without assumptions about the dependence between the inputs can be defined based on the related notion of Fréchet bounds.


Quantum Fréchet bounds

Similar bounds hold also in
quantum mechanics Quantum mechanics is a fundamental theory in physics that provides a description of the physical properties of nature at the scale of atoms and subatomic particles. It is the foundation of all quantum physics including quantum chemistry, ...
in the case of separable quantum systems and that entangled states violate these bounds. Consider a composite quantum system. In particular, we focus on a composite quantum system ''AB'' made by two finite subsystems denoted as ''A'' and ''B''. Assume that we know the
density matrix In quantum mechanics, a density matrix (or density operator) is a matrix that describes the quantum state of a physical system. It allows for the calculation of the probabilities of the outcomes of any measurement performed upon this system, using ...
of the subsystem ''A'', i.e., \rho^A that is a trace-one positive definite matrix in \Complex_^ (the space of
Hermitian matrices In mathematics, a Hermitian matrix (or self-adjoint matrix) is a complex square matrix that is equal to its own conjugate transpose—that is, the element in the -th row and -th column is equal to the complex conjugate of the element in the -th ...
of dimension n \times n), and the density matrix of subsystem ''B'' denoted as \rho^B. We can think of \rho^A and \rho^B as the ''marginals'' of the subsystems ''A'' and ''B''. From the knowledge of these marginals, we want to infer something about the ''joint'' \rho^ in \Complex_^. We restrict our attention to ''joint'' \rho^ that are separable. A density matrix on a composite system is separable if there exist p_k\geq 0, \ and \ which are mixed states of the respective subsystems such that \rho^=\sum_k p_k \rho_1^k \otimes \rho_2^k where \sum_k p_k = 1. Otherwise \rho^ is called an entangled state. For separable density matrices \rho^ in \Complex_^ the following Fréchet like bounds hold: \begin \rho^ \leq \rho^ \otimes I_m \\ \rho^ \leq I_n \otimes \rho^ \\ pt\rho^ \geq \rho^A \otimes I_m + I_n \otimes \rho^B-I_ \\ \rho^ \gneq 0 \end The inequalities are matrix inequalities, \otimes denotes the
tensor product In mathematics, the tensor product V \otimes W of two vector spaces and (over the same field) is a vector space to which is associated a bilinear map V\times W \to V\otimes W that maps a pair (v,w),\ v\in V, w\in W to an element of V \otime ...
and I_x the
identity matrix In linear algebra, the identity matrix of size n is the n\times n square matrix with ones on the main diagonal and zeros elsewhere. Terminology and notation The identity matrix is often denoted by I_n, or simply by I if the size is immaterial or ...
of dimension x. It is evident that structurally the above inequalities are analogues of the classical Fréchet bounds for the logical conjunction. It is also worth to notice that when the matrices \rho^A,\rho^B and \rho^ are restricted to be diagonal, we obtain the classical Fréchet bounds. The upper bound is known in Quantum Mechanics as
reduction criterion In quantum information theory, the reduction criterion is a necessary condition a mixed state must satisfy in order for it to be separable. In other words, the reduction criterion is a ''separability criterion''. It was first proved and independe ...
for density matrices; it was first proven by and independently formulated by. The lower bound has been obtained in that provides a Bayesian interpretation of these bounds.


Numerical examples

We have observed when the matrices \rho^A,\rho^B and \rho^ are all diagonal, we obtain the classical Fréchet bounds. To show that, consider again the previous numerical example: \begin \rho^A & = \text(p_,p_)=\text(0.7,0.3) \\ \rho^B & = \text(p_,p_)=\text(0.8,0.2) \end then we have: \begin \rho^&= \text(p_,p_,p_,p_) \leqslant \rho^ \otimes I_2 =\text(0.7,0.7,0.3,0.3) \\ \rho^&= \text(p_,p_,p_,p_) \leqslant I_2 \otimes \rho^ =\text(0.8,0.2,0.8,0.2) \\ \rho^&= \text(p_,p_,p_,p_) \geqslant \rho^ \otimes I_2 + I_2 \otimes \rho^ - I_4 = \text(0.5, -0.1, 0.1, -0.5) \\ \rho^&=\text(p_,p_,p_,p_) \geqslant 0 \end which means: \begin 0.5 &\leqslant p_ \leqslant 0.7 \\ 0 &\leqslant p_ \leqslant 0.2 \\ 0.1 &\leqslant p_ \leqslant 0.3 \\ 0 &\leqslant p_ \leqslant 0.2 \end It is worth to point out that entangled states violate the above Fréchet bounds. Consider for instance the entangled density matrix (which is not separable): \rho^ = \frac \begin 1 & 0 & 0 & 1\\ 0 & 0 & 0 & 0\\ 0 & 0 & 0 & 0\\ 1 & 0 & 0 & 1\\ \end, which has marginal \rho^A=\rho^B=\text\left(\tfrac, \tfrac \right). Entangled states are not separable and it can easily be verified that \begin \rho^A \otimes I_m-\rho^ \ngeqslant0 \\ I_n \otimes \rho^B -\rho^ \ngeqslant0 \end since the resulting matrices have one negative eigenvalue. Another example of violation of probabilistic bounds is provided by the famous Bell's inequality: entangled states exhibit a form of ''stochastic'' dependence stronger than the strongest classical dependence: and in fact they violate Fréchet like bounds.


See also

*
Probabilistic logic Probabilistic logic (also probability logic and probabilistic reasoning) involves the use of probability and logic to deal with uncertain situations. Probabilistic logic extends traditional logic truth tables with probabilistic expressions. A diffic ...
*
Logical conjunction In logic, mathematics and linguistics, And (\wedge) is the truth-functional operator of logical conjunction; the ''and'' of a set of operands is true if and only if ''all'' of its operands are true. The logical connective that represents thi ...
*
Logical disjunction In logic, disjunction is a logical connective typically notated as \lor and read aloud as "or". For instance, the English language sentence "it is raining or it is snowing" can be represented in logic using the disjunctive formula R \lor ...
* Fréchet bounds *
Boole's inequality In probability theory, Boole's inequality, also known as the union bound, says that for any finite or countable set of events, the probability that at least one of the events happens is no greater than the sum of the probabilities of the individu ...
*
Bonferroni inequalities In probability theory, Boole's inequality, also known as the union bound, says that for any finite or countable set of events, the probability that at least one of the events happens is no greater than the sum of the probabilities of the individu ...
*
Probability bounds analysis Probability bounds analysis (PBA) is a collection of methods of uncertainty propagation for making qualitative and quantitative calculations in the face of uncertainties of various kinds. It is used to project partial information about random varia ...
* Probability of the union of pairwise independent events


References

{{DEFAULTSORT:Frechet inequalities Articles containing proofs Probabilistic inequalities Statistical inequalities Probability bounds analysis