#include <CUnit/CUnit.h>
#include <CUnit/TestDB.h>
#include <CUnit/Curses.h>
#include "peano.h"
Include dependency graph for peanotest.c:
Functions | |
int | init (void) |
int | clean (void) |
void | self_consistent_eq (void) |
void | self_consistent_sum (void) |
void | model_consistent_sum (void) |
void | runTests (void) |
int | main () |
|
|
|
initialization and cleanup functions |
|
|
|
Model theoretic consistency The second family is inspired (and never gets to it) on model theoretic proofs of faithfulness. We choose the nonnegative integers as a model and try to prove that the model satisfies our Peano formalization. Everything under the limitation of a framework (C language) that must be computable.) |
|
Starting up the tests |
|
Self consistency family of tests The first group of tests checks Peano for consistency. It consists of tests of
|
|
|