trees

Notation for Predicates

Topic

Some logicians write Rabc to mean the application of the predicate R to the terms a,b, and c. Others write R(a,b,c). We prefer the latter. The Colin Howson book uses a notation like R(a,b,c) for the application of a predicate R to the arguments or terms a, b, c. It employs the upper case letters A-Z, perhaps followed by subscripts, to be predicates, so, for example, R, S₁, T₁ are all predicates. The software supports this.

Reading a Counter Example from the Tree

Topic
Logical System

1/23/09 10 Software

A central use for Trees is to produce a counter example to an invalid argument. To do this, you construct a tree with a complete open branch. You will be able to do this for invalid arguments (but not valid ones). Then you run up that branch assigning all atomic formulas True and all negations of atomic formulas False.

This applet will let you try a few.