trees

Groups

Topic
Logical System

2013

Reading

Colin Howson, [1997] Logic with trees Chapter 9

Tutorial

Groups can be characterized by three proper symbols {=,+,0} (ie identity, one infix operator, we will use '+', and an identify element '0') and the three proper axioms

∀x∀y∀z((x+y)+z=x+(y+z)),  (*associativity*)
∀x(x+0=x∧0+x=x),                (*identity element, right and left*) 
∀x∃y(x+y=0∧y+x=0)             (*inverse*)

Trees

Topic
Logical System
11/4/2020

Under construction

You'd want to check out the respective formation rules, to see what is a well formed formula, and what a variable, etc.

Then the tree rules are:-

The Tree Applet for Modal Trees

Topic

7/27/08 10 Software

Skills to be acquired in this tutorial:

None really: this is merely to give you a whiff of the topic of trees for modal logic.

Reading

Colin Howson, [1997] Logic with trees Chapter 12 Section 2

The Howson [1997] does not expand on modal logic (and modal trees) so a text like

Rod Girle [2000] Modal Logics and Philosophy

would definitely be a help here.