On May 16, 10:45 pm, "AMiews" <
inva...@invalid.com> wrote:
> "Graham Cooper" <
grahamcoop...@gmail.com> wrote in message
In FORTH - Reverse Polish Notation
Peano's number 4 would be
0 s s s s !
MetaMath uses R.P.N to verify all it's proofs, because every predicate
that is relied upon in the theorem has to be stated earlier in the
string.
It's an equivalent system to Horn Clauses / PROLOG.
-------------
HORN CLAUSE
a <- b & c
d <- e & f
(a & d) ?
---------------
RPN
(b , c , & ) , ( e , f , & ) &
---------------
Herc
--
www.BLoCKPROLOG.com