Equations
- Minimalism.Phenomena.Scope.instBEqPosition.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
A quantifier with its structural position
- quantifier : String
- position : Position
- insideDP : Bool
Is this inside another DP?
- so : Option SyntacticObject
The SyntacticObject this quantifier corresponds to in the tree. When provided, superiority can be derived from c-command.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Quantifier Raising (QR) as covert movement.
QR adjoins a quantifier to a clausal node (TP or CP), allowing it to take scope over material it c-commands at LF.
- target : PositionedQuantifier
The quantifier being raised
- landingSite : Position
Landing site
- createsNewScope : Bool
Does this create a new scope relation?
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Minimalism.Phenomena.Scope.instBEqQRBarrier.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Check if QR is blocked for a given quantifier
Equations
- One or more equations did not get rendered due to their size.
Instances For
Superiority derived from a tree: QR of q2 over q1 is blocked
when q1 asymmetrically c-commands q2 in tree.
This is the theory-layer primitive. Bridge files use it to derive DOC scope freezing from @cite{pylkknen-2008}'s Voice + low-Appl tree derivation.
Equations
- Minimalism.Phenomena.Scope.superiorityFromTree tree q1 q2 = (Minimalism.cCommandsInB tree q1 q2 && !Minimalism.cCommandsInB tree q2 q1)
Instances For
Scope Economy: QR is only licensed if it creates a truth-conditional difference.
"Covert scope-shifting operations are blocked if they don't have a semantic effect (i.e., if they yield a logically equivalent interpretation)."
- surfaceInterpretation : String
Surface scope interpretation
- inverseInterpretation : String
Would-be inverse interpretation
- equivalent : Bool
Are they truth-conditionally equivalent?
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
QR is blocked by economy if interpretations are equivalent
Equations
Instances For
DP-as-barrier follows from PIC: D is a phase head (under the extended phase inventory), so material inside DP's complement is frozen for QR.
This derives the previously-stipulated QRBarrier.dpPhase from
deeper principles: if D is a phase head, then PIC makes
DP-internal material inaccessible to operations outside DP.
The SO is decomposed as node (leaf tok) b — the head is a leaf
(the D lexical item) and b is the complement. PIC freezes the
complement domain, not the head/edge.