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 diffi ...
, 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 Ireland. H ...
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échet Maurice may refer to: *Maurice (name), a given name and surname, including a list of people with the name Places * or Mauritius, an island country in the Indian Ocean * Maurice, Iowa, a city * Maurice, Louisiana, a village * Maurice River, a t ...
Fré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 proposition A proposition is a statement that can be either true or false. It is a central concept in the philosophy of language, semantics, logic, and related fields. Propositions are the object s denoted by declarative sentences; for example, "The sky ...
s or events logically linked together in conjunctions ( AND operations) or disjunctions ( OR operations) as in
Boolean expressions In computer science, a Boolean expression (also known as logical 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 compose ...
or fault or event trees common in risk assessments,
engineering design The engineering design process, also known as the engineering method, is a common series of steps that engineers use in creating functional products and processes. The process is highly iterative – parts of the process often need to be repeat ...
and
artificial intelligence Artificial intelligence (AI) is the capability of computer, computational systems to perform tasks typically associated with human intelligence, such as learning, reasoning, problem-solving, perception, and decision-making. It is a field of re ...
. These inequalities can be considered rules about how to bound calculations involving probabilities without assuming
independence Independence is a condition of a 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 status of ...
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 proposition A proposition is a statement that can be either true or false. It is a central concept in the philosophy of language, semantics, logic, and related fields. Propositions are the object s denoted by declarative sentences; for example, "The sky ...
s or events, the Fréchet inequalities are *Probability of a
logical conjunction In logic, mathematics and linguistics, ''and'' (\wedge) is the Truth function, truth-functional operator of conjunction or logical conjunction. The logical connective of this operator is typically represented as \wedge or \& or K (prefix) or ...
(\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 (also known as logical disjunction, logical or, logical addition, or inclusive disjunction) is a logical connective typically notated as \lor and read aloud as "or". For instance, the English language sentence "it is ...
(\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 proposition A proposition is a statement that can be either true or false. It is a central concept in the philosophy of language, semantics, logic, and related fields. Propositions are the object s denoted by declarative sentences; for example, "The sky ...
s, 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 ...
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, their ...
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, 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 (also known as logical disjunction, logical or, logical addition, or inclusive disjunction) is a logical connective typically notated as \lor and read aloud as "or". For instance, the English language sentence "it is ...
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 is defined as the probability that a product, system, or service will perform its intended funct ...
.


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. 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, (; MP), also known as (), implication elimination, or affirming the antecedent, is a deductive argument form and rule of inference. It can be summarized as "''P'' implies ''Q.'' ''P'' is true. Therefore, ''Q'' must ...
. When the input probabilities are characterized by
probability distribution In probability theory and statistics, a probability distribution is a Function (mathematics), function that gives the probabilities of occurrence of possible events for an Experiment (probability theory), experiment. It is a mathematical descri ...
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 the fundamental physical Scientific theory, theory that describes the behavior of matter and of light; its unusual characteristics typically occur at and below the scale of atoms. Reprinted, Addison-Wesley, 1989, It is ...
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 used in calculating the probabilities of the outcomes of measurements performed on physical systems. It is a generalization of the state vectors or wavefunctions: while th ...
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 V and W (over the same field) is a vector space to which is associated a bilinear map V\times W \rightarrow V\otimes W that maps a pair (v,w),\ v\in V, w\in W to an element of ...
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. It has unique properties, for example when the identity matrix represents a geometric transformation, the obje ...
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 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 diffi ...
*
Logical conjunction In logic, mathematics and linguistics, ''and'' (\wedge) is the Truth function, truth-functional operator of conjunction or logical conjunction. The logical connective of this operator is typically represented as \wedge or \& or K (prefix) or ...
*
Logical disjunction In logic, disjunction (also known as logical disjunction, logical or, logical addition, or inclusive disjunction) is a logical connective typically notated as \lor and read aloud as "or". For instance, the English language sentence "it is ...
* 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 indiv ...
* Bonferroni inequalities * Probability bounds analysis * Probability of the union of pairwise independent events


References

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