Description: Definition of the
conditional operator for propositions. The expression
if-  
 is read "if then else ".
See dfifp2dc 989, dfifp3dc 990, dfifp4dc 991 and dfifp5dc 992 for alternate
definitions.
This definition (in the form of dfifp2dc 989) appears in Section II.24 of
[Church] p. 129 (Definition D12 page 132),
where it is called "conditioned
disjunction". Church's    
corresponds to our
if-  
 (note the permutation of the first two
variables).
This form was chosen as the definition rather than dfifp2dc 989 for
compatibility with intuitionistic logic development: with this form, it is
clear that if-  
 implies decidability of
(ifpdc 987), which is most often what is wanted.
(Contributed by BJ, 22-Jun-2019.) |