diff options
| author | adelon <22380201+adelon@users.noreply.github.com> | 2024-02-10 02:22:14 +0100 |
|---|---|---|
| committer | adelon <22380201+adelon@users.noreply.github.com> | 2024-02-10 02:22:14 +0100 |
| commit | 442d732696ad431b84f6e5c72b6ee785be4fd968 (patch) | |
| tree | b476f395e7e91d67bacb6758bc84914b8711593f /test/golden/proofdefinefunction/encoding tasks.golden | |
Initial commit
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 |
