If and only if
From Fresh Dictionary
[edit]
English
[edit]
Phrase
- (Mathematics) The logical equivalence of two popositions A and B.If and only if is abriviated as iff or <math>\iff</math>. A if and only if B means:
- (Logic) The binary operator <math>\iff</math>, true exactly when both inputs are either both true or both false. Logically equivalent to negation of XOR. In infix notation, it has values in the Boolean domain {0,1}:
- (0 <math>\iff</math> 0) = 1
- (0 <math>\iff</math> 1) = 0
- (1 <math>\iff</math> 0) = 0
- (1 <math>\iff</math> 1) = 1
- (0 <math>\iff</math> 0) = 1