% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % File: logics.dtr % % Purpose: define a variety of propositional logics % % Author: Gerald Gazdar, 24 March 1989 % % Email: geraldg@cogs.sussex.ac.uk % % Address: COGS, Sussex University, Brighton BN1 9QH, UK % % Documentation: S. Haack (1974) Deviant Logic, Cambridge: CUP, Appendix. % % Related files: boolean1.dtr, boolean2.dtr, quantifi.dtr % % Version: 1.01 % % Copyright (c) University of Sussex 1989. All rights reserved. % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % Logic: <> == "" == third == false == true == true == true == "" == true == false == "" == true == false == "" == false == false == "". Classical: <> == Logic == '** UNDEFINED **'. Bochvar_internal: <> == Logic == 'paradoxical/meaningless'. Bochvar_external: <> == Bochvar_internal == false == true == true. Destouches_Fevrier_1: <> == Bochvar_internal == false == 'absolutely false'. Destouches_Fevrier_2: <> == Destouches_Fevrier_1 == third == Bochvar_external == third == third. Kleene_weak: <> == Bochvar_internal == 'indeterminable'. Kleene_strong: == 'indeterminable' <> == Lukasiewicz. % true for 'not', 'or', and 'and' % (but not for 'if' or 'iff') Lukasiewicz: <> == Logic == true == false == 'indeterminate/possible'. Smiley_primary: <> == Bochvar_internal == 'truth-valueless'. Smiley_secondary: <> == Bochvar_external == 'truth-valueless'. Woodruff: <> == Kleene_strong == 'truth-valueless'. % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % # hide Logic. # show . % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % The next line is the Revision Control System Id: do not delete it. % $Id: archive.dtr,v 1.1 1997/04/09 20:40:33 root Exp $