Description: Definition of the
conditional operator for propositions. The expression
if-  
 is read "if then else ".
See dfifp2dc 990, dfifp3dc 991, dfifp4dc 992 and dfifp5dc 993 for alternate
definitions.
This definition (in the form of dfifp2dc 990) 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 990 for
compatibility with intuitionistic logic development: with this form, it is
clear that if-  
 implies decidability of
(ifpdc 988), which is most often what is wanted.
(Contributed by BJ, 22-Jun-2019.) |