Wild_Life Interpreter Version 4.20 Fri Jul 28 09:50:46 AM CDT 2023 Copyright (C) 1991-93 DEC Paris Research Laboratory Extensions, Copyright (C) 1994-1995 Intelligent Software Group, SFU Ported to Linux and Cygwin December 2022 after many efforts since 1995 By Dennis J. Darland dennis.darland@hotmail.com X interface not installed. No customizing file loaded. > *** Loading File "comp_pred.lf" Hello *** Loading File "facts_pred.lf" *** Loading File "rules_pred.lf" *** Yes > > monadic_proposition_ok("f1^x0", "a", 1, Proposition)? *** Yes Proposition = "f1^x0(a)". --1> *** No > monadic_proposition_ok("f1^y0", "a", 1, Proposition)? *** Yes Proposition = "f1^y0(a)". --1> *** No > monadic_proposition_ok("f2^x1", "f1^x0", 2, Proposition)? *** Yes Proposition = "f2^x1(f1^x0)". --1> *** No > monadic_proposition_ok("f2^y1", "f1^z0", 2, Proposition)? *** Yes Proposition = "f2^y1(f1^z0)". --1> *** No > dyadic_proposition_ok("h1^x0^y0", "a", "b", 1, Proposition)? *** Yes Proposition = "h1^x0^y0(a,b)". --1> *** No > gen_pred_monadic_proposition_ok("exists", "y0", "all", "x0", PRED, "x0", "y0", Tp, Proposition)? *** Yes PRED = "h1^x0^y0", Proposition = "(exists y0)(all x0)h1^x0^y0(x0,y0)", Tp = 1. --1> *** No > gen_monadic_proposition_ok("exists", "x0", "f1^x0", "x0", 1, Proposition)? *** Yes Proposition = "(exists x0)f1^x0(x0)". --1> *** No > gen_dyadic_proposition_ok("exists", "x0", "all", "y0", "h1^x0^y0", "x0", "y0", Tp, Proposition)? *** Yes Proposition = "(exists x0)(all y0)h1^x0^y0(x0,y0)", Tp = 1. --1> *** No > monadic_pred_universal_ok("all", "x0", Univ, "x0", "y0", 1)? *** Yes Univ = "h1^x0^y0". --1> *** No > monadic_pred_universal_ok("exists", "x0", Univ, "x0", "y0", 1)? *** Yes Univ = "h1^x0^y0". --1> *** No > gen_pred_monadic_proposition_ok("exists", "y0", "exists", "x0", PRED, "x0", "y0", 1, Proposition)? *** Yes PRED = "h1^x0^y0", Proposition = "(exists y0)(exists x0)h1^x0^y0(x0,y0)". --1> *** No > gen_pred_monadic_proposition_ok("all", "y0", "exists", "x0", PRED, "x0", "y0", 1, Proposition)? *** Yes PRED = "h1^x0^y0", Proposition = "(all y0)(exists x0)h1^x0^y0(x0,y0)". --1> *** No > > halt? *** Exiting Wild_Life [0.000s cpu, 0.000s gc (0.0%)]