Documentation

Linglib.Semantics.Attitudes.Acquaintance

De re attitudes by acquaintance #

This file defines the centered-world rule for de re attitude ascription. The object of an attitude is a centered proposition — a property of the holder's self, now, and world — and a de re construal replaces the res by whatever the self is uniquely acquainted with, through a contextually given acquaintance relation, at the now of each alternative; the res itself enters only through the base-world condition that the holder actually bears the relation to it. With the identity relation on times the rule collapses to evaluation at the now, which is what makes the simultaneous reading of a past tense embedded under a past attitude a de re reading.

Main definitions #

Main statements #

References #

@[reducible, inline]
abbrev Acquaintance.CenteredProp (E : Type u_5) (T : Type u_6) (W : Type u_7) :
Type (max (max u_5 u_6) u_7)

A centered proposition: a property of the holder's self, now, and world.

Equations
Instances For
    @[reducible, inline]
    abbrev Acquaintance.Rel (α : Type u_5) (E : Type u_6) (T : Type u_7) (W : Type u_8) :
    Type (max (max (max u_5 u_6) u_7) u_8)

    An acquaintance relation: R y x t w holds when the self x at t in w is acquainted with the res y.

    Equations
    Instances For
      def Acquaintance.deRe {α : Type u_1} {E : Type u_2} {T : Type u_3} {W : Type u_4} (R : Rel α E T W) (P : αTWProp) :

      The centered proposition that the res the self is uniquely acquainted with at the now has the property P there.

      Equations
      • Acquaintance.deRe R P x t w = (y : α), (∀ (y' : α), R y' x t w y' = y) P y t w
      Instances For
        def Acquaintance.BaseCondition {α : Type u_1} {E : Type u_2} {T : Type u_3} {W : Type u_4} (R : Rel α E T W) (res : α) (x : E) (t : T) (w : W) :

        The base-world condition of a de re construal: the holder actually bears the acquaintance relation to the res.

        Equations
        Instances For
          def Acquaintance.identity {E : Type u_2} {T : Type u_3} {W : Type u_4} :
          Rel T E T W

          Acquaintance with a time by identity with the now.

          Equations
          Instances For
            theorem Acquaintance.deRe_identity {E : Type u_2} {T : Type u_3} {W : Type u_4} (P : TTWProp) :
            deRe identity P = fun (x : E) (t : T) (w : W) => P t t w