Documentation

Linglib.Theories.Semantics.Attitudes.BuilderProperties

C-distributivity is derived from the semantic builder structure.

This function mirrors the proved theorems:

  • degreeComparisonPredicate_isCDistributive: degree-comparison → C-dist
  • worry_not_cDistributive: uncertainty-based → NOT C-dist
  • (analogous for relevance-based)

The computation is justified by the semantic structure:

  • Degree-comparison: ⟦x V Q⟧ = ∃p ∈ Q. μ(x,p) > θ — existential over propositional
  • Uncertainty-based: ⟦x V Q⟧ involves global uncertainty, not existential
  • Relevance-based: ⟦x V Q⟧ involves resolution/relevance, not existential
Equations
Instances For

    NVP class is derived from C-distributivity and valence.

    This matches Preferential.classifyNVP but computed from the builder:

    • Class 1: Non-C-distributive (worry, qidai) — can embed questions regardless of valence
    • Class 2: C-distributive + negative (fear, dread) — can embed questions (no TSP)
    • Class 3: C-distributive + positive (hope, wish) — anti-rogative (TSP → triviality)

    The derivation chain:

    1. Builder structure → C-distributivity (this file)
    2. Builder → valence (in Fragment, lexical property)
    3. C-distributivity + valence → NVP class (this function)
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      Can take questions: Derived for preferential verbs, base field for others.

      For preferential verbs: determined by NVP class (Class 1, 2 can; Class 3 cannot) For non-preferential verbs: uses takesQuestionBase field

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

        Is this verb anti-rogative (cannot take question complements canonically)?

        Anti-rogative predicates are Class 3 NVPs: C-distributive + positive + TSP.

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

          Can this verb canonically embed a question?

          Based on @cite{qing-uegaki-2025} classification:

          • Class 1 (non-C-distributive): Yes
          • Class 2 (C-dist + negative): Yes
          • Class 3 (C-dist + positive): No (anti-rogative)
          • Non-preferential attitudes with takesQuestion: Yes
          Equations
          • One or more equations did not get rendered due to their size.
          Instances For