Matrix questions trigger T-to-C movement (to check [+Q] on C)
Equations
- Minimalism.matrixTriggersTToC ct tPos = (ct = ClauseType.matrixQuestion → tPos = Minimalism.TPosition.inC)
Instances For
Embedded questions don't trigger T-to-C (C's [+Q] is checked otherwise)
Equations
- Minimalism.embeddedNoTToC ct tPos = (ct = ClauseType.embeddedQuestion → tPos = Minimalism.TPosition.inT)
Instances For
theorem
Minimalism.matrix_has_t_before_subject
(tPos : TPosition)
(h : matrixTriggersTToC ClauseType.matrixQuestion tPos)
:
Matrix questions have T before subject (via T-to-C)
theorem
Minimalism.embedded_has_subject_before_t
(tPos : TPosition)
(h : embeddedNoTToC ClauseType.embeddedQuestion tPos)
:
Embedded questions have subject before T (no T-to-C)
Word order must match the structural prediction
Equations
- One or more equations did not get rendered due to their size.
Instances For
Well-formed clause
Equations
Instances For
A word sequence is licensed for a clause type if some T-position works
Equations
- Minimalism.licenses ws ct = ∃ (tPos : Minimalism.TPosition), Minimalism.wellFormed { words := ws, tPosition := tPos, clauseType := ct }
Instances For
Matrix questions with T-first word order are licensed
theorem
Minimalism.not_licenses_matrix_subject_first
(ws : List Word)
(h : auxPrecedesSubject ws = false)
:
Matrix questions with subject-first are NOT licensed
theorem
Minimalism.licenses_embedded_subject_first
(ws : List Word)
(h : subjectPrecedesAux ws = true)
:
Embedded questions with subject-first are licensed
theorem
Minimalism.not_licenses_embedded_t_first
(ws : List Word)
(h : subjectPrecedesAux ws = false)
:
Embedded questions with T-first are NOT licensed