Everipedia Logo
Everipedia is now IQ.wiki - Join the IQ Brainlist and our Discord for early access to editing on the new platform and to participate in the beta testing.
If and only if

If and only if

↔⇔≡⟺ Logical symbols representing iff

In logic and related fields such as mathematics and philosophy, if and only if (shortened iff) is a biconditional logical connective between statements, where either both statements are true or both are false.

The connective is biconditional (a statement of material equivalence),[1] and can be likened to the standard material conditional ("only if", equal to "if ... then") 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 (i.e. either both statements are true, or both are false). It is controversial whether the connective thus defined is properly rendered by the English "if and only if", with its pre-existing meaning.

In writing, phrases commonly used as alternatives to P "if and only if" Q include: Q is necessary and sufficient for P, P is equivalent (or materially equivalent) to Q (compare material implication), P precisely if Q, P precisely (or exactly) when Q, P exactly in case Q, and P just in case Q.[2] Some authors regard "iff" as unsuitable in formal writing;[3] others consider it a "borderline case" and tolerate its use.[4]

In logical formulae, logical symbols are used instead of these phrases; see the discussion of notation.

Definition

Thetruth tableof PQ is as follows:[5][6]
Truth table
PQP QPQPQ
TTTTT
TFFTF
FTTFF
FFTTT

It is equivalent to that produced by the XNOR gate, and opposite to that produced by the XOR gate.

Usage

Notation

The corresponding logical symbols are "↔", "", and "", and sometimes "iff". These are usually treated as equivalent. However, some texts ofmathematical logic(particularly those onfirst-order logic, rather thanpropositional logic) make a distinction between these, in which the first, ↔, is used as a symbol in logic formulas, while ⇔ is used in reasoning about those logic formulas (e.g., inmetalogic). InŁukasiewicz's notation, it is the prefix symbol 'E'.

Another term for this logical connective is exclusive nor.

InTeX"if and only if" is shown as a long double arrow:via command \iff.

Proofs

In most logical systems, one proves a statement of the form "P iff Q" by proving "if P, then Q" and "if Q, then P". Proving this pair of statements sometimes leads to a more natural proof since there are not obvious conditions in which one would infer a biconditional directly. An alternative is to prove the disjunction "(P and Q) or (not-P and not-Q)", which itself can be inferred directly from either of its disjuncts—that is, because "iff" is truth-functional, "P iff Q" follows if P and Q have both been shown true, or both false.

Origin of iff and pronunciation

Usage of the abbreviation "iff" first appeared in print in John L. Kelley's 1955 book General Topology.[7] Its invention is often credited to Paul Halmos, who wrote "I invented 'iff,' for 'if and only if'—but I could never believe I was really its first inventor."[8]

It is somewhat unclear how "iff" was meant to be pronounced. In current practice, the single 'word' "iff" is almost always read as the four words "if and only if". However, in the preface of General Topology, Kelley suggests that it should be read differently: "In some cases where mathematical content requires 'if and only if' and euphony demands something less I use Halmos' 'iff'". The authors of one discrete mathematics textbook suggest:[9] "Should you need to pronounce iff, really hang on to the 'ff' so that people hear the difference from 'if'", implying that "iff" could be pronounced as [ɪfː].

Usage in definitions

Technically, definitions are always "if and only if" statements; some texts such as Kelley's General Topology follow the strict demands of logic, and use "if and only if" or iff in definitions of new terms (for instance, from General Topology, p. 25: "A set is countable iff it is finite or countably infinite" [boldface in original]). However, this logically correct usage of "if and only if" is relatively uncommon; the majority of textbooks, research papers, and articles (including English Wikipedia articles) follow the special convention that "if" is interpreted to mean "if and only if" when the word is used to define a mathematical term (for example, one might say, "A topological space is compact if every open cover has a finite subcover").[10]

Distinction from "if" and "only if"

  1. "Madison will eat the fruit if it is an apple." (equivalent to "Only if Madison will eat the fruit, can it be an apple" or ) This states that Madison will eat fruits that are apples. It does not, however, exclude the possibility that Madison might also eat bananas or other types of fruit. All that is known for certain is that she will eat any and all apples that she happens upon. That the fruit is an apple is a sufficient condition for Madison to eat the fruit.

  2. "Madison will eat the fruit only if it is an apple." (equivalent to "If Madison will eat the fruit, then it is an apple" or ) This states that the only fruit Madison will eat is an apple. It does not, however, exclude the possibility that Madison will refuse an apple if it is made available, in contrast with (1), which requires Madison to eat any available apple. In this case, that a given fruit is an apple is a necessary condition for Madison to be eating it. It is not a sufficient condition since Madison might not eat all the apples she is given.

  3. "Madison will eat the fruit if and only if it is an apple" (equivalent to ) This statement makes it clear that Madison will eat all and only those fruits that are apples. She will not leave any apple uneaten, and she will not eat any other type of fruit. That a given fruit is an apple is both a necessary and a sufficient condition for Madison to eat the fruit.

Sufficiency is the converse of necessity. That is to say, given PQ (i.e. if P then Q), P would be a sufficient condition for Q, and Q would be a necessary condition for P. Also, given PQ, it is true that ¬Q¬P (where ¬ is the negation operator, i.e. "not"). This means that the relationship between P and Q, established by PQ, can be expressed in the following, all equivalent, ways:

P is sufficient for QQ is necessary for P¬Q is sufficient for ¬P¬P is necessary for ¬Q

As an example, take (1), above, which states PQ, where P is "the fruit in question is an apple" and Q is "Madison will eat the fruit in question". The following are four equivalent ways of expressing this very relationship:

If the fruit in question is an apple, then Madison will eat it.Only if Madison will eat the fruit in question, is it an apple.If Madison will not eat the fruit in question, then it is not an apple.Only if the fruit in question is not an apple, will Madison not eat it.

We see that (2), above, can be restated in the form of if...then as "If Madison will eat the fruit in question, then it is an apple"; taking this in conjunction with (1), we find that (3) can be stated as "If the fruit in question is an apple, then Madison will eat it; and if Madison will eat the fruit, then it is an apple".

In terms of Euler diagrams

  • A is a proper subset of B. A number is in A only if it is in B; a number is in B if it is in A.

  • C is a subset but not a proper subset of B. A number is in B if and only if it is in C, and a number is in C if and only if it is in B.

Euler diagrams show logical relationships among events, properties, and so forth. "P only if Q", "if P then Q", and "P→Q" all mean that P is a subset, either proper or improper, of Q. "P if Q", "if Q then P", and Q→P all mean that Q is a proper or improper subset of P. "P if and only if Q" and "Q if and only if P" both mean that the sets P and Q are identical to each other.

More general usage

Iff is used outside the field of logic. Wherever logic is applied, especially in mathematical discussions, it has the same meaning as above: it is an abbreviation for if and only if, indicating that one statement is both necessary and sufficient for the other. This is an example of mathematical jargon. (However, as noted above, if, rather than iff, is more often used in statements of definition.)

The elements of X are all and only the elements of Y is used to mean: "for any z in the domain of discourse, z is in X if and only if z is in Y."

See also

  • Covariance

  • Logical biconditional

  • Logical equality

  • Necessary and sufficient condition

  • Polysyllogism

References

[1]
Citation Linkopenlibrary.orgCopi, I. M.; Cohen, C.; Flage, D. E. (2006). Essentials of Logic (Second ed.). Upper Saddle River, NJ: Pearson Education. p. 197. ISBN 978-0-13-238034-8.
Sep 30, 2019, 6:04 PM
[2]
Citation Linkmathworld.wolfram.comWeisstein, Eric W. "Iff." From MathWorld--A Wolfram Web Resource. http://mathworld.wolfram.com/Iff.html
Sep 30, 2019, 6:04 PM
[3]
Citation Linkbooks.google.comE.g. Daepp, Ulrich; Gorkin, Pamela (2011), Reading, Writing, and Proving: A Closer Look at Mathematics, Undergraduate Texts in Mathematics, Springer, p. 52, ISBN 9781441994790, While it can be a real time-saver, we don't recommend it in formal writing.
Sep 30, 2019, 6:04 PM
[4]
Citation Linkbooks.google.comRothwell, Edward J.; Cloud, Michael J. (2014), Engineering Writing by Design: Creating Formal Documents of Lasting Value, CRC Press, p. 98, ISBN 9781482234312, It is common in mathematical writing
Sep 30, 2019, 6:04 PM
[5]
Citation Linkwww.wolframalpha.comp <=> q. Wolfram|Alpha
Sep 30, 2019, 6:04 PM
[6]
Citation Linkwww.math.hawaii.eduIf and only if, UHM Department of Mathematics, Theorems which have the form "P if and only Q" are much prized in mathematics. They give what are called "necessary and sufficient" conditions, and give completely equivalent and hopefully interesting new ways to say exactly the same thing.
Sep 30, 2019, 6:04 PM
[7]
Citation Linkopenlibrary.orgGeneral Topology, reissue ISBN 978-0-387-90125-1
Sep 30, 2019, 6:04 PM
[8]
Citation Linkbooks.google.comNicholas J. Higham (1998). Handbook of writing for the mathematical sciences (2nd ed.). SIAM. p. 24. ISBN 978-0-89871-420-3.
Sep 30, 2019, 6:04 PM
[9]
Citation Linkopenlibrary.orgMaurer, Stephen B.; Ralston, Anthony (2005). Discrete Algorithmic Mathematics (3rd ed.). Boca Raton, Fla.: CRC Press. p. 60. ISBN 1568811667.
Sep 30, 2019, 6:04 PM
[10]
Citation Linkarchive.orgKrantz, Steven G. (1996), A Primer of Mathematical Writing, American Mathematical Society, p. 71, ISBN 978-0-8218-0635-7
Sep 30, 2019, 6:04 PM
[11]
Citation Linkweb.archive.org"Tables of truth for if and only if"
Sep 30, 2019, 6:04 PM
[12]
Citation Linkwww.math.hawaii.eduthe original
Sep 30, 2019, 6:04 PM
[13]
Citation Linkitre.cis.upenn.eduLanguage Log: "Just in Case"
Sep 30, 2019, 6:04 PM
[14]
Citation Linkhesperusphosphorus.wordpress.comSouthern California Philosophy for philosophy graduate students: "Just in Case"
Sep 30, 2019, 6:04 PM
[15]
Citation Linkmathworld.wolfram.comhttp://mathworld.wolfram.com/Iff.html
Sep 30, 2019, 6:04 PM
[16]
Citation Linkbooks.google.comReading, Writing, and Proving: A Closer Look at Mathematics
Sep 30, 2019, 6:04 PM
[17]
Citation Linkbooks.google.comEngineering Writing by Design: Creating Formal Documents of Lasting Value
Sep 30, 2019, 6:04 PM
[18]
Citation Linkwww.wolframalpha.comp <=> q
Sep 30, 2019, 6:04 PM
[19]
Citation Linkwww.math.hawaii.eduIf and only if
Sep 30, 2019, 6:04 PM
[20]
Citation Linkbooks.google.comHandbook of writing for the mathematical sciences
Sep 30, 2019, 6:04 PM