Spanish Negation Fragment #
@cite{miestamo-2005} @cite{dryer-haspelmath-2013}
Spanish expresses standard negation with the preverbal particle no. Negation is symmetric: adding no introduces no structural changes to the clause — no finiteness change, no TAM restrictions, no paradigmatic gaps.
Examples #
| Tense | Affirmative | Negative |
|---|---|---|
| Present | Juan come | Juan no come |
| Preterite | Juan comió | Juan no comió |
| Imperfect | Juan comía | Juan no comía |
| Future | Juan comerá | Juan no comerá |
| Subjunctive | que Juan coma | que Juan no coma |
Negative concord (n-words) #
Spanish has position-dependent negative concord (WALS Ch 115: mixed):
- Preverbal n-words preclude no: Nadie vino 'Nobody came'
- Postverbal n-words require no: No vi nada 'NEG saw nothing'
The pattern parallels Italian (nessuno/non).
The Spanish standard negation marker.
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
- Fragments.Spanish.Negation.instBEqNegExample.beq x✝¹ x✝ = false
Instances For
Equations
- Fragments.Spanish.Negation.present = { affirmative := "Juan come", negative := "Juan no come", gloss := "Juan eats / Juan NEG eats", tenseLabel := "present" }
Instances For
Equations
- Fragments.Spanish.Negation.preterite = { affirmative := "Juan comió", negative := "Juan no comió", gloss := "Juan ate / Juan NEG ate", tenseLabel := "preterite" }
Instances For
Equations
- Fragments.Spanish.Negation.imperfect = { affirmative := "Juan comía", negative := "Juan no comía", gloss := "Juan ate.IMPF / Juan NEG ate.IMPF", tenseLabel := "imperfect" }
Instances For
Equations
- Fragments.Spanish.Negation.future = { affirmative := "Juan comerá", negative := "Juan no comerá", gloss := "Juan will.eat / Juan NEG will.eat", tenseLabel := "future" }
Instances For
Equations
- Fragments.Spanish.Negation.subjunctive = { affirmative := "que Juan coma", negative := "que Juan no coma", gloss := "that Juan eat.SUBJ / that Juan NEG eat.SUBJ", tenseLabel := "subjunctive" }
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
nadie — nobody. Preverbal alone: Nadie vino.
Equations
- Fragments.Spanish.Negation.nadie = { form := "nadie", gloss := "nobody", preverbalAlone := true }
Instances For
nada — nothing. Postverbal requires no: No vi nada.
Equations
- Fragments.Spanish.Negation.nada = { form := "nada", gloss := "nothing", preverbalAlone := true }
Instances For
nunca — never. Preverbal alone: Nunca viene.
Equations
- Fragments.Spanish.Negation.nunca = { form := "nunca", gloss := "never", preverbalAlone := true }
Instances For
ninguno — no one / none.
Equations
- Fragments.Spanish.Negation.ninguno = { form := "ninguno", gloss := "none", preverbalAlone := true }
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
- Fragments.Spanish.Negation.instBEqNegConcordExample.beq x✝¹ x✝ = false
Instances For
Preverbal n-word: no absent.
Equations
- Fragments.Spanish.Negation.preverbalNadie = { sentence := "Nadie vino", translation := "Nobody came", hasNo := false, nwordPosition := "preverbal" }
Instances For
Postverbal n-word: no required.
Equations
- Fragments.Spanish.Negation.postverbalNada = { sentence := "No vi nada", translation := "I didn't see anything", hasNo := true, nwordPosition := "postverbal" }
Instances For
Verification #
All five tenses are available under negation (no paradigmatic gaps).
All negative examples contain no.
Preverbal n-word: no absent.
Postverbal n-word: no required.