Review of Tree Predicate Rules
∃D. The constant, a, must be new to the branch [here the computer will choose for you]
∀D. Any closed term, stage 1, your choice
Set theory is an extensive topic introduced elsewhere. It can be written as a first order theory.
There is one axiom schema, Abstraction (or Comprehension), which can generate infinitely many axioms
∀y(yε{x:Φ[x]}≡Φ[y])
Axiom Schema of Abstraction (or Specification or Comprehension). The Set Builder Axiom Schema.
And a number of other axioms
It is common in this setting (which is arithmetic) to use functional terms like s(x), s(1), s(0) to mean the successor of x, 1, and 0, respectively. Equally common is the notation x', 1', and 0' to mean the same thing. The latter is quicker and shorter (though not semi-nmemonic)-- we will use it here.
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*)
The word 'terms' in logic means 'names' and thus far we have met two kinds of terms: constants (or proper names), and variables.
To become familiar with the new rules for predicate logic trees with identity.
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.
To become familiar with the new rules for predicate logic trees.
There are further rules for predicate logic trees (which we will come to shortly).
You can try material of your own below.
Here are a few hints
To become familiar with the notions of closed and complete trees. To be able to use trees to test for satisfiability and invalidity.
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).
[This is a Video, click the Play button to view it..]