A situation variable is bound if it was introduced by SUBJ.
In classic DRT, a variable is bound if it was introduced by an existential quantifier or indefinite. Here, SUBJ plays the role of the indefinite.
- boundVar : Situations.SVar
The variable that was introduced
- bindingSituation : Situation W Time
The situation where binding occurred
The historical alternatives available at binding
Instances For
Antecedent-contained binding: the bound variable's value is constrained to be in the historical alternatives of the binding situation.
This is the modal analog of the accessibility constraint in DRT.
Equations
Instances For
Modal accessibility: a situation s₂ can anaphorically access s₁ if they share the same world (same-world constraint from IND).
This is formula (31) from the paper: IND_v = λP.[| w_{s₂} = w_{s₁}]; P(s₂)(s₁)
Equations
Instances For
Donkey accessibility for situations: s₂ can retrieve s₁ if:
- s₁ was introduced by SUBJ (in some local context)
- s₂ satisfies the same-world constraint (IND)
This is the situation-level analog of the donkey accessibility condition.
- antecedent : Situation W Time
The antecedent situation (introduced by SUBJ)
- consequent : Situation W Time
The consequent situation (retrieves via IND)
- sameWorld : modallyAccessible self.antecedent self.consequent
Same-world constraint satisfied
Instances For
Cross-clausal situation binding: situation introduced in one clause can be retrieved in another clause via modal donkey anaphora.
SF in the antecedent of a conditional introduces a situation that the consequent can anaphorically access.
Example: "Se Maria estiver em casa, ela vai atender." ↑ SUBJ introduces s₁ ↑ IND retrieves s₁
Equations
- One or more equations did not get rendered due to their size.
Instances For
Cross-clausal binding preserves world identity.
When a situation is introduced in the antecedent and retrieved in the consequent, the two clauses are evaluated at the same world.
The SUBJ-IND anaphoric chain.
This represents the complete anaphoric dependency:
- SUBJ^v introduces situation s₁ ∈ hist(s₀)
- Antecedent predicate P is evaluated at s₁
- IND_v retrieves s₁ for the consequent
- Consequent Q is evaluated at the same world as s₁
The result: temporal properties of the consequent are "inherited" from the situation introduced by the subjunctive.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The SUBJ-IND chain establishes modal donkey anaphora.
The consequent is evaluated at a world that agrees with the antecedent world up to the introduction time.
Note: Requires that Q is a filter (preserves subset membership and assignments). Linguistically, predicates filter contexts without modifying assignments.
Classic donkey anaphora structure (for comparison).
"If a farmer owns a donkey, he beats it."
The indefinite "a donkey" introduces an individual dref that is accessible in the consequent despite being outside its c-command domain.
- boundIndivVar : Core.IVar
The introduced individual variable
- boundEntity : E
The entity it binds to
Instances For
Modal donkey anaphora structure (Mendes' contribution).
"If Maria be.SF home, she will answer."
The subjunctive introduces a situation dref that is accessible in the consequent despite being outside its c-command domain.
- boundSitVar : Situations.SVar
The introduced situation variable
- boundSituation : Situation W Time
The situation it binds to
Historical alternatives at binding
Instances For
Both classic and modal donkey anaphora share:
- Existential introduction in a subordinate position
- Anaphoric retrieval outside c-command domain
- Universal-like interpretation over domain
The difference:
- Classic: quantifies over individuals
- Modal: quantifies over situations (and their times)
Instances For
E-type vs unselective binding for situations.
Mendes follows the DRT/dynamic tradition where binding is "unselective": the situation variable is directly bound, not via an E-type pronoun.
This is crucial: SF doesn't introduce a description "the situation where..." but directly binds a situation variable that IND retrieves.
- unselective : SituationBindingStrategy
- eType : SituationBindingStrategy
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Mendes uses unselective binding.
The SF directly binds a situation variable, and IND retrieves it. This is parallel to how indefinites work in DRT.
Equations
Instances For
Unselective binding gives universal force.
When SUBJ introduces a situation in a conditional antecedent, the conditional quantifies universally over situations satisfying the antecedent in the historical base.
This is the modal analog of donkey universals.
Modal donkey anaphora enables temporal shift.
The future-oriented interpretation of SF follows from modal donkey anaphora:
- SUBJ introduces s₁ ∈ hist(s₀) with τ(s₁) ≥ τ(s₀)
- The consequent is evaluated at s₁'s time via IND's retrieval
- Therefore, the consequent can refer to times after τ(s₀)
This is the foundation for Theorem temporal_shift_parasitic_on_modal
(formalized in Situations.lean extension).
Donkey accessibility is transitive within a discourse.
If s₁ is accessible from s₀, and s₂ is accessible from s₁, then s₂ is accessible from s₀ (within the same world).