diff options
Diffstat (limited to 'test/golden/proofdefinefunction/encoding tasks.golden')
| -rw-r--r-- | test/golden/proofdefinefunction/encoding tasks.golden | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/golden/proofdefinefunction/encoding tasks.golden b/test/golden/proofdefinefunction/encoding tasks.golden new file mode 100644 index 0000000..36c916f --- /dev/null +++ b/test/golden/proofdefinefunction/encoding tasks.golden @@ -0,0 +1,9 @@ +fof(definefunctiontest,conjecture,elem(fx,fy)=>elem(fx,fy)). +fof(relation,axiom,![Xf]:(relation(Xf)<=>Xf=Xf)). +fof(rightunique,axiom,![Xf]:(rightunique(Xf)<=>Xf=Xf)). +fof(dom,axiom,![Xf]:dom(Xf)=Xf). +fof(apply,axiom,![Xf,Xx]:apply(Xf,Xx)=Xx). +fof(definefunctiontest1,axiom,relation(ff)). +fof(definefunctiontest2,axiom,rightunique(ff)). +fof(definefunctiontest3,axiom,![Xz]:(elem(Xz,fx)=>apply(ff,Xz)=Xz)). +fof(definefunctiontest4,axiom,dom(ff)=fx).
\ No newline at end of file |
