trees

Groups

Topic
Logical System
6/3/12

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*)

Tree Tutorial 5: Identity Rules

Topic
Logical System
5/30/12

Skills to be acquired in this tutorial:

To become familiar with the new rules for predicate logic trees with identity.

Tutorial:

It is possible to use trees with formulas containing identity. Really there are two different ways to implement it: either there are two new rules, or there is one new rule and a new way of closing a branch from a single formula. Both will be described.

Tree Tutorial 3: Using Trees to Test for Satisfiability and Invalidity

Topic
Logical System
5/28/12

Skills to be acquired in this tutorial:

To become familiar with the notions of closed and complete trees. To be able to use trees to test for satisfiability and invalidity.

Tutorial:

Closure and completeness

In Tutorial 1, we met the notions of closed and open branches (a closed branch was one containing a formula and also the negation of that formula, an open branch was a branch that was not closed).