Logical biconditional

Last updated
Venn diagram of
P
-
Q
{\displaystyle P\leftrightarrow Q}

(true part in red) Venn1001.svg
Venn diagram of
(true part in red)

In logic and mathematics, the logical biconditional, also known as material biconditional or equivalence or biimplication or bientailment, is the logical connective used to conjoin two statements and to form the statement " if and only if " (often abbreviated as " iff " [1] ), where is known as the antecedent , and the consequent . [2] [3]

Contents

Nowadays, notations to represent equivalence include .

is logically equivalent to both and , and the XNOR (exclusive nor) Boolean operator, which means "both or neither".

Semantically, the only case where a logical biconditional is different from a material conditional is the case where the hypothesis (antecedent) is false but the conclusion (consequent) is true. In this case, the result is true for the conditional, but false for the biconditional. [2]

In the conceptual interpretation, P = Q means "All P's are Q's and all Q's are P's". In other words, the sets P and Q coincide: they are identical. However, this does not mean that P and Q need to have the same meaning (e.g., P could be "equiangular trilateral" and Q could be "equilateral triangle"). When phrased as a sentence, the antecedent is the subject and the consequent is the predicate of a universal affirmative proposition (e.g., in the phrase "all men are mortal", "men" is the subject and "mortal" is the predicate).

In the propositional interpretation, means that P implies Q and Q implies P; in other words, the propositions are logically equivalent, in the sense that both are either jointly true or jointly false. Again, this does not mean that they need to have the same meaning, as P could be "the triangle ABC has two equal sides" and Q could be "the triangle ABC has two equal angles". In general, the antecedent is the premise, or the cause, and the consequent is the consequence. When an implication is translated by a hypothetical (or conditional) judgment, the antecedent is called the hypothesis (or the condition) and the consequent is called the thesis.

A common way of demonstrating a biconditional of the form is to demonstrate that and separately (due to its equivalence to the conjunction of the two converse conditionals [2] ). Yet another way of demonstrating the same biconditional is by demonstrating that and .

When both members of the biconditional are propositions, it can be separated into two conditionals, of which one is called a theorem and the other its reciprocal.[ citation needed ] Thus whenever a theorem and its reciprocal are true, we have a biconditional. A simple theorem gives rise to an implication, whose antecedent is the hypothesis and whose consequent is the thesis of the theorem.

It is often said that the hypothesis is the sufficient condition of the thesis, and that the thesis is the necessary condition of the hypothesis. That is, it is sufficient that the hypothesis be true for the thesis to be true, while it is necessary that the thesis be true if the hypothesis were true. When a theorem and its reciprocal are true, its hypothesis is said to be the necessary and sufficient condition of the thesis. That is, the hypothesis is both the cause and the consequence of the thesis at the same time.

Notations

Notations to represent equivalence used in history include:

and so on. Somebody else also use or occasionally.[ citation needed ][ vague ][ clarification needed ]

Definition

Logical equality (also known as biconditional) is an operation on two logical values, typically the values of two propositions, that produces a value of true if and only if both operands are false or both operands are true. [2]

Truth table

The following is a truth table for :

FFT
FTF
TFF
TTT

When more than two statements are involved, combining them with might be ambiguous. For example, the statement

may be interpreted as

,

or may be interpreted as saying that all xi are jointly true or jointly false:

As it turns out, these two statements are only the same when zero or two arguments are involved. In fact, the following truth tables only show the same bit pattern in the line with no argument and in the lines with two arguments:

x
1
-
[?]
-
x
n
{\displaystyle ~x_{1}\leftrightarrow \cdots \leftrightarrow x_{n}}

meant as equivalent to

!
(
!
x
1
[?]
[?]
[?]
!
x
n
)
{\displaystyle \neg ~(\neg x_{1}\oplus \cdots \oplus \neg x_{n})}


The central Venn diagram below,
and line (ABC  ) in this matrix
represent the same operation. Variadic logical XAND.svg

meant as equivalent to


The central Venn diagram below,
and line (ABC  ) in this matrix
represent the same operation.
x
1
-
[?]
-
x
n
{\displaystyle ~x_{1}\leftrightarrow \cdots \leftrightarrow x_{n}}

meant as shorthand for

(
x
1
[?]
[?]
[?]
x
n
)
{\displaystyle (~x_{1}\land \cdots \land x_{n}~)}


[?]
(
!
x
1
[?]
[?]
[?]
!
x
n
)
{\displaystyle \lor ~(\neg x_{1}\land \cdots \land \neg x_{n})}


The Venn diagram directly below,
and line (ABC  ) in this matrix
represent the same operation. Variadic logical all or nothing.svg

meant as shorthand for



The Venn diagram directly below,
and line (ABC  ) in this matrix
represent the same operation.

The left Venn diagram below, and the lines (AB    ) in these matrices represent the same operation.

Venn diagrams

Red areas stand for true (as in Venn0001.svg for and ).

Venn1001.svg
The biconditional of two statements
is the negation of the exclusive or:

Venn1001.svg Venn0110.svg

Venn 0110 1001.svg
The biconditional and the
exclusive or of three statements
give the same result:


Venn 1001 1001.svg Venn 0000 1111.svg

Venn 0110 0110.svg Venn 0000 1111.svg Venn 0110 1001.svg

Venn 1000 0001.svg
But
may also be used as an abbreviation
for

Venn 1001 1001.svg Venn 1100 0011.svg Venn 1000 0001.svg


Properties

Commutativity: Yes

        
Venn1001.svg          Venn1001.svg

Associativity: Yes

        
Venn 0101 0101.svg Venn 1100 0011.svg          Venn 0110 1001.svg          Venn 1001 1001.svg Venn 0000 1111.svg

Distributivity: Biconditional doesn't distribute over any binary function (not even itself), but logical disjunction distributes over biconditional.

Idempotency: No

                
Venn01.svg Venn01.svg          Venn11.svg          Venn01.svg

Monotonicity: No

        
Venn 1011 1011.svg          Venn 1101 1011.svg          Venn 1010 0101.svg Venn 1100 0011.svg

Truth-preserving: Yes
When all inputs are true, the output is true.

        
Venn0001.svg          Venn1001.svg

Falsehood-preserving: No
When all inputs are false, the output is not false.

        
Venn1001.svg          Venn0111.svg

Walsh spectrum: (2,0,0,2)

Nonlinearity: 0 (the function is linear)

Rules of inference

Like all connectives in first-order logic, the biconditional has rules of inference that govern its use in formal proofs.

Biconditional introduction

Biconditional introduction allows one to infer that if B follows from A and A follows from B, then A if and only if B.

For example, from the statements "if I'm breathing, then I'm alive" and "if I'm alive, then I'm breathing", it can be inferred that "I'm breathing if and only if I'm alive" or equivalently, "I'm alive if and only if I'm breathing." Or more schematically:

 B → A    A → B     ∴ A ↔ B
 B → A    A → B     ∴ B ↔ A

Biconditional elimination

Biconditional elimination allows one to infer a conditional from a biconditional: if A B is true, then one may infer either A B, or B A.

For example, if it is true that I'm breathing if and only if I'm alive, then it's true that if I'm breathing, then I'm alive; likewise, it's true that if I'm alive, then I'm breathing. Or more schematically:

A ↔ B    ∴ A → B
A ↔ B    ∴ B → A

Colloquial usage

One unambiguous way of stating a biconditional in plain English is to adopt the form "b if a and a if b"—if the standard form "a if and only if b" is not used. Slightly more formally, one could also say that "b implies a and a implies b", or "a is necessary and sufficient for b". The plain English "if'" may sometimes be used as a biconditional (especially in the context of a mathematical definition [15] ). In which case, one must take into consideration the surrounding context when interpreting these words.

For example, the statement "I'll buy you a new wallet if you need one" may be interpreted as a biconditional, since the speaker doesn't intend a valid outcome to be buying the wallet whether or not the wallet is needed (as in a conditional). However, "it is cloudy if it is raining" is generally not meant as a biconditional, since it can still be cloudy even if it is not raining.

See also

Related Research Articles

In propositional logic, biconditional introduction is a valid rule of inference. It allows for one to infer a biconditional from two conditional statements. The rule makes it possible to introduce a biconditional statement into a logical proof. If is true, and if is true, then one may infer that is true. For example, from the statements "if I'm breathing, then I'm alive" and "if I'm alive, then I'm breathing", it can be inferred that "I'm breathing if and only if I'm alive". Biconditional introduction is the converse of biconditional elimination. The rule can be stated formally as:

Biconditional elimination is the name of two valid rules of inference of propositional logic. It allows for one to infer a conditional from a biconditional. If is true, then one may infer that is true, and also that is true. For example, if it's true that I'm breathing if and only if I'm alive, then it's true that if I'm breathing, I'm alive; likewise, it's true that if I'm alive, I'm breathing. The rules can be stated formally as:

In logic and related fields such as mathematics and philosophy, "if and only if" is paraphrased by the biconditional, a logical connective between statements. The biconditional is true in two cases, where either both statements are true or both are false. The connective is biconditional, and can be likened to the standard material conditional combined with its reverse ("if"); hence the name. The result is that the truth of either one of the connected statements requires the truth of the other, though it is controversial whether the connective thus defined is properly rendered by the English "if and only if"—with its pre-existing meaning. For example, P if and only if Q means that P is true whenever Q is true, and the only case in which P is true is if Q is also true, whereas in the case of P if Q, there could be other scenarios where P is true and Q is false.

<span class="mw-page-title-main">Logical connective</span> Symbol connecting sentential formulas in logic

In logic, a logical connective is a logical constant. Connectives can be used to connect logical formulas. For instance in the syntax of propositional logic, the binary connective can be used to join the two atomic formulas and , rendering the complex formula .

The propositional calculus is a branch of logic. It is also called propositional logic, statement logic, sentential calculus, sentential logic, or sometimes zeroth-order logic. It deals with propositions and relations between propositions, including the construction of arguments based on them. Compound propositions are formed by connecting propositions by logical connectives representing the truth functions of conjunction, disjunction, implication, equivalence, and negation. Some sources include other connectives, as in the table below.

In propositional logic, modus ponens, also known as modus ponendo ponens, 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 also be true."

In mathematics and logic, a vacuous truth is a conditional or universal statement that is true because the antecedent cannot be satisfied. It is sometimes said that a statement is vacuously true because it does not really say anything. For example, the statement "all cell phones in the room are turned off" will be true when no cell phones are present in the room. In this case, the statement "all cell phones in the room are turned on" would also be vacuously true, as would the conjunction of the two: "all cell phones in the room are turned on and turned off", which would otherwise be incoherent and false.

Intuitionistic logic, sometimes more generally called constructive logic, refers to systems of symbolic logic that differ from the systems used for classical logic by more closely mirroring the notion of constructive proof. In particular, systems of intuitionistic logic do not assume the law of the excluded middle and double negation elimination, which are fundamental inference rules in classical logic.

In logic and mathematics, statements and are said to be logically equivalent if they have the same truth value in every model. The logical equivalence of and is sometimes expressed as , , , or , depending on the notation being used. However, these symbols are also used for material equivalence, so proper interpretation would depend on the context. Logical equivalence is different from material equivalence, although the two concepts are intrinsically related.

In propositional logic, material implication is a valid rule of replacement that allows for a conditional statement to be replaced by a disjunction in which the antecedent is negated. The rule states that P implies Q is logically equivalent to not- or and that either form can replace the other in logical proofs. In other words, if is true, then must also be true, while if is not true, then cannot be true either; additionally, when is not true, may be either true or false.

In propositional logic, double negation is the theorem that states that "If a statement is true, then it is not the case that the statement is not true." This is expressed by saying that a proposition A is logically equivalent to not (not-A), or by the formula A ≡ ~(~A) where the sign ≡ expresses logical equivalence and the sign ~ expresses negation.

In logic, a truth function is a function that accepts truth values as input and produces a unique truth value as output. In other words: the input and output of a truth function are all truth values; a truth function will always output exactly one truth value, and inputting the same truth value(s) will always output the same truth value. The typical example is in propositional logic, wherein a compound statement is constructed using individual statements connected by logical connectives; if the truth value of the compound statement is entirely determined by the truth value(s) of the constituent statement(s), the compound statement is called a truth function, and any logical connectives used are said to be truth functional.

<span class="mw-page-title-main">Material conditional</span> Logical connective

The material conditional is an operation commonly used in logic. When the conditional symbol is interpreted as material implication, a formula is true unless is true and is false. Material implication can also be characterized inferentially by modus ponens, modus tollens, conditional proof, and classical reductio ad absurdum.

In propositional logic, transposition is a valid rule of replacement that permits one to switch the antecedent with the consequent of a conditional statement in a logical proof if they are also both negated. It is the inference from the truth of "A implies B" to the truth of "Not-B implies not-A", and conversely. It is very closely related to the rule of inference modus tollens. It is the rule that

In logic, a functionally complete set of logical connectives or Boolean operators is one that can be used to express all possible truth tables by combining members of the set into a Boolean expression. A well-known complete set of connectives is { AND, NOT }. Each of the singleton sets { NAND } and { NOR } is functionally complete. However, the set { AND, OR } is incomplete, due to its inability to express NOT.

In logic and mathematics, contraposition refers to the inference of going from a conditional statement into its logically equivalent contrapositive, and an associated proof method known as proof by contraposition. The contrapositive of a statement has its antecedent and consequent inverted and flipped.

In mathematics and philosophy, Łukasiewicz logic is a non-classical, many-valued logic. It was originally defined in the early 20th century by Jan Łukasiewicz as a three-valued modal logic; it was later generalized to n-valued as well as infinitely-many-valued (0-valued) variants, both propositional and first order. The ℵ0-valued version was published in 1930 by Łukasiewicz and Alfred Tarski; consequently it is sometimes called the Łukasiewicz–Tarski logic. It belongs to the classes of t-norm fuzzy logics and substructural logics.

T-norm fuzzy logics are a family of non-classical logics, informally delimited by having a semantics that takes the real unit interval [0, 1] for the system of truth values and functions called t-norms for permissible interpretations of conjunction. They are mainly used in applied fuzzy logic and fuzzy set theory as a theoretical basis for approximate reasoning.

Exportation is a valid rule of replacement in propositional logic. The rule allows conditional statements having conjunctive antecedents to be replaced by statements having conditional consequents and vice versa in logical proofs. It is the rule that:

References

  1. Weisstein, Eric W. "Iff". mathworld.wolfram.com. Retrieved 2019-11-25.
  2. 1 2 3 4 Peil, Timothy. "Conditionals and Biconditionals". web.mnstate.edu. Archived from the original on 2020-10-24. Retrieved 2019-11-25.
  3. Brennan, Joseph G. (1961). Handbook of Logic (2nd ed.). Harper & Row. p. 81.
  4. Boole, G. (1847). The Mathematical Analysis of Logic, Being an Essay Towards a Calculus of Deductive Reasoning. Cambridge/London: Macmillan, Barclay, & Macmillan/George Bell. p. 17.
  5. Frege, G. (1879). Begriffsschrift, eine der arithmetischen nachgebildete Formelsprache des reinen Denkens (in German). Halle a/S.: Verlag von Louis Nebert. p. 15.
  6. Bernays, P. (1918). Beiträge zur axiomatischen Behandlung des Logik-Kalküls. Göttingen: Universität Göttingen. p. 3.
  7. Hilbert, D. (1928) [1927]. "Die Grundlagen der Mathematik". Abhandlungen aus dem mathematischen Seminar der Hamburgischen Universität (in German). 6: 65–85. doi:10.1007/BF02940602.
  8. Hilbert, D.; Ackermann, W. (1928). Grundzügen der theoretischen Logik (in German) (1 ed.). Berlin: Verlag von Julius Springer. p. 4.
  9. Becker, A. (1933). Die Aristotelische Theorie der Möglichkeitsschlösse: Eine logisch-philologische Untersuchung der Kapitel 13-22 von Aristoteles' Analytica priora I (in German). Berlin: Junker und Dünnhaupt Verlag. p. 4.
  10. Łukasiewicz, J. (1958) [1929]. Słupecki, J. (ed.). Elementy logiki matematycznej (in Polish) (2 ed.). Warszawa: Państwowe Wydawnictwo Naukowe.
  11. Łukasiewicz, J. (1957) [1951]. Słupecki, J. (ed.). Aristotle's Syllogistic from the Standpoint of Modern Formal Logic (in Polish) (2 ed.). Glasgow, New York, Toronto, Melbourne, Wellington, Bombay, Calcutta, Madras, Karachi, Lahore, Dacca, Cape Town, Salisbury, Nairobi, Ibadan, Accra, Kuala Lumpur and Hong Kong: Oxford University Press.
  12. Heyting, A. (1930). "Die formalen Regeln der intuitionistischen Logik". Sitzungsberichte der Preussischen Akademie der Wissenschaften, Physikalisch-mathematische Klasse (in German): 42–56.
  13. Bourbaki, N. (1954). Théorie des ensembles (in French). Paris: Hermann & Cie, Éditeurs. p. 32.
  14. Chazal, G. (1996). Eléments de logique formelle. Paris: Hermes Science Publications.
  15. In fact, such is the style adopted by Wikipedia's manual of style in mathematics.

This article incorporates material from Biconditional on PlanetMath, which is licensed under the Creative Commons Attribution/Share-Alike License.