Beyond First Order Analysis

Predications on apparent predicates of individuals.

Predicates and formulas as relata

Adjectives

First order type theory

Let e be the type of Individuals (Entities)
t be the type of truth-values.

For any two types s and t , then á s ,t ñ is the type of functions from things of type s to things of type t .

 

The first order logic relates its syntactic categories to semantic types as follows:

Individual Terms

e

Formulas

t

1-place predicates of individuals

á e, t ñ

2-place relations between individuals

á e,á e, t ñ ñ etc.

We can generalize the notion of predicates and relations as follows:

1-place predicates of things of type s

á s , t ñ

2-place relations between things of type s and things of type t .

á s ,á t , t ñ ñ etc.

Predicates (of Individuals) as Argument Terms

    1. Margo is swimming.
    2. Margo is healthy.
    3. Swimming is healthy.
    4. Swimming (Margo)
    5. Healthy (Margo)
    6. Healthy (Swimming)
    7. Everything which is painful is good for you
      Jogging is painful
      Jogging is good for you.

Consider consider:

    1. I consider Margo healthy.
    2. I consider Margo happy.
    3. She regards me as happy.
    4. She strikes me as happy.

Formulas as arguments

Verbs of Propositional Attitude

    1. I believe that it will rain tonight.
    2. I doubt that it will snow tonight.
    3. I could be wrong.
    4. It is possible that I could be wrong.
    5. It is likely that it will rain tomorrow.
    6. It's unlikely that it will snow before October.

Adjectives

    1. That is a red book
      That is a book
      That is red..
    2. red(x) & book(x)
      book(x)
      red(x)
    3. A male linguist walked in.
      A linguist walked in.
      A male (person) walked in.
    4. That is a big book
      That is a book
      That is big.
    5. That is a very small elephant
      That is an elephant.
      That is very small.
    6. That is a big flea.
      That is a flea.
      That is big.
    7. Adjectives which are absolute can be treated as one-place predicates of individuals, but relative adjectives create predicates which are relative to the set denoted by the modified noun. They are treated as restrictive functions from predicates to predicates and would have functions of type á á e, t ñ ,á e, t ñ ñ as semantic values.

      Such a function f is restrictive iff for any set P to which it applies, V(f( P)) Í V(P).

      Consider also:

    8. An alleged murder walked in.
      A murderer walked in.
      An alleged person walked in.
    9. That is a fake flea.
      That is a flea.
      That is fake.

Not Enough Quantifiers

Messy, non isomorphic renderings of other quantifiers:

Consider how to formalize

At least two ducks quacked.

Ex (duck(x) & Ey ( (duck(y) & x ‚ y) & (quack(x) & quack(y)) ))

Impossible cases:

Most (of the) ducks quacked.
More than half of the ducks quacked.

?x ( duck'(x) ???? quack'(x) )

There is no defineable operator to put in for the initial ? which will capture this meaning by filling in truth functions to relate the restriction to the scope part of the translation.

Moral: Quantifier determiners are relations between sets of individuals.