Documentation

Linglib.Theories.Semantics.Dynamic.IntensionalCDRT.Basic

Notation for individual variable lookup

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    Notation for propositional variable lookup

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      def Semantics.Dynamic.IntensionalCDRT.IContext (W : Type u_1) (E : Type u_2) :
      Type (max u_2 u_1)

      Set of assignment-world pairs (information state in flat update).

      Equations
      Instances For

        The trivial context (all possibilities)

        Equations
        Instances For

          The absurd context (no possibilities)

          Equations
          Instances For

            Context is consistent (non-empty)

            Equations
            Instances For

              Worlds in the context (projection)

              Equations
              Instances For
                def Semantics.Dynamic.IntensionalCDRT.IContext.update {W : Type u_1} {E : Type u_2} (c : IContext W E) (p : WProp) :

                Update with a world-predicate

                Equations
                Instances For

                  Update with an assignment-world predicate

                  Equations
                  Instances For
                    Equations
                    • One or more equations did not get rendered due to their size.
                    Instances For
                      def Semantics.Dynamic.IntensionalCDRT.DynProp (W : Type u_1) (E : Type u_2) :
                      Type (max u_2 u_1)

                      Context-to-context transformer (sentence denotation).

                      Equations
                      Instances For

                        Identity (says nothing)

                        Equations
                        Instances For

                          Absurd (contradiction)

                          Equations
                          Instances For

                            Tautology (accepts all)

                            Equations
                            Instances For
                              def Semantics.Dynamic.IntensionalCDRT.DynProp.ofProp {W : Type u_1} {E : Type u_2} (p : WProp) :

                              Lift a classical proposition

                              Equations
                              Instances For
                                structure Semantics.Dynamic.IntensionalCDRT.CommitmentSet (W : Type u_1) (E : Type u_2) :
                                Type (max u_1 u_2)

                                Speaker's public commitments (discourse consistency requires non-empty).

                                Instances For

                                  Initial commitment set (all worlds)

                                  Equations
                                  Instances For