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