Selmer Bringsjord
? (substitute '(a b c) (match '(?x ?y ?z) '(a b c)))
(A B C)
? (match '(?x ?y ?z) '(a b c))
((?Z C) (?Y B) (?X A) (T T))
? (substitute '(?x b c) '((?x a)))
(A B C)
? (substitute '(?x b ?y) '((?x a) (?y f)))
(A B F)
? (substitute '(?x (a b) ?y) '((?x a) (?y f)))
(A (A B) F)
? (substitute '(?x (a ?z) ?y) '((?x a) (?y f) (?z e)))
(A (A E) F)
? (rhs '((a b c) (d e f)))
(D E F)
? (lhs '((a b c) (d e f)))
(A B C)
? (apply-rule '(I am depressed)
'((I am ?x) (Why are you ?x ?)))
(WHY ARE YOU DEPRESSED ?)
? (apply-rule '(Man Socrates)
'((Man ?x) (Mortal ?x)))
(MORTAL SOCRATES)
? *grammar-rules*
(((JOHN ?V ?N) ((N JOHN)...
? (apply-rules '(John loves Mary) *grammar-rules*)
(S (N JOHN) (VP (V LOVES) (N MARY)))
? (match '(a b c) '(a b c))
((T T))
POP
A plan
is a quadruple
where
What are we looking for?
solution(
) iff
complete(
)
consistent(
), where
complete(
) iff
))).
consistent(
) iff
there are no contradictions in
and
.
Uncertainty and OSCAR
Nearly all of you will at one time or another have affirmed the proposition that birds can fly. Expressed in FOL, this fact could be captured by
You will also have confronted the fact that ostriches can't fly. Clearly, there is a need to revise what had earlier been believed. But just as clearly, it's very implausible that humans, in everyday reasoning, employ modifications of (1) like
because, for starters, there are an infinite number of exceptions to (1). The solution, in general, must (might?) be that we use a system that allows us to make defeasible or revisable inferences. Defeasible logics mark attempts to capture such systems.
The Lottery Paradox
Suppose you hold one ticket (tk, for
some
)
in a fair lottery consisting
of 1 million tickets, and suppose it is known that one and only one ticket
will win. Since the probability is only .000001 of tk's being drawn,
it seems reasonable to believe that tk will not win. By the same
reasoning it seems reasonable to believe that t1 will not win,
that t2 will not win,
,
that t1000000 will not win.
Therefore it is reasonable to believe
Problem: no need to do anything
Problem: Suppose that Horace wants President Clinton to make a trip to Moscow; and suppose as well that Joe believes that Horace wants Clinton to make this trip, and that Joe agrees with Horace that Clinton ought to go. However, assume in addition that Joe intends that Clinton not go -- but takes no action toward that end. In this case it seems that since Joe does nothing (relevant), even if Clinton fails to go, there is no betrayal in the picture.