From 442d732696ad431b84f6e5c72b6ee785be4fd968 Mon Sep 17 00:00:00 2001 From: adelon <22380201+adelon@users.noreply.github.com> Date: Sat, 10 Feb 2024 02:22:14 +0100 Subject: Initial commit --- test/golden/proofdefinefunction/encoding tasks.golden | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/golden/proofdefinefunction/encoding tasks.golden (limited to 'test/golden/proofdefinefunction/encoding tasks.golden') 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 -- cgit v1.2.3