This document summarizes the Peirce Existential Graph system and the Simple Existential Graph system. It defines the axioms and rules of inference for each system. It then proves several theorems about the rules of inference for the Peirce system, including theorems showing rules P3, P4, and P5 are valid. It introduces some lemmas about insertion, deletion, and inversion and uses these to prove rules P1 and P2 are also valid.
1 of 14
Download to read offline
More Related Content
The simplest existential graph system
2. PEIRCE EXISTENTIAL GRAPH SYSTEM
One axiom
P0 VOID : VOID,
Five rules of inference
P1 even deletion: (gx)->(x)
when (..) is even number of nested [..]
P2 odd insertion: <x>-><gx>
when <..> is odd number of nested [..]
P3 iteration: g[x]->g[gx] (half of GSB generation)
P4 deiteration: g[gx]->g[x] (half of GSB generation)
P5 double cut: [[x]]=x (GSB reflection)
3. SIMPLE EXISTENTIAL GRAPH SYSTEM
One axiom: Consistency
M0 : [x[ x ]]
One rule of inference: Iteration
M1: g[x]->g[gx] .
6. THEOREM P5 DOUBLE CUT [[X]]=X
P5a. [[x]]->x
Proof
[[x] [ ]] N0 consistency of [x]
D1 definition of
P5b. x->[[x]]
proof:
[x [ x ]] N0 indifference of x
[x [ x[x[x]]]] N0 indifference of x
[x [ [ [x]]]] P4 deiteration of x
x->[[x]] D1 definition of ->
13. P1 EVEN-DEPTH DELETION
P2 ODD-DEPTH INSERTION
In general
(2n+1)-depth insertion can be proved by inverting of added 2n-depth deletion
2n-depth deletion can be proved by inverting of added (2n-1)-depth insertion