Spanish Negation Fragment #
@cite{miestamo-2005} @cite{haspelmath-2013} @cite{dryer-haspelmath-2013} @cite{zanuttini-1997}
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). N-word lexemes —
nadie, nada, nunca, ninguno — live in the sibling
Fragments/Spanish/PolarityItems.lean per the operator/lexical-reactive
split documented in Core/Lexical/NegMarker.lean. The
NegConcordExample data below illustrates the marker's interaction with
the n-word system at the sentence level (operator-side typology).
no — Spanish's standard preverbal negation particle. A free word, syntactically immediately preverbal: Juan no come 'Juan doesn't eat'.
Equations
- Fragments.Spanish.Negation.no = { form := "no", morphemeType := Typology.Negation.NegMorphemeType.particle, position := Typology.Negation.NegMarkerPosition.preverbal }
Instances For
The Spanish negation system: a single preverbal particle.
The Fragment-side joint consumed by Phenomena/Negation/Studies/Dryer2013.lean.
Equations
Instances For
A Spanish negation example.
- affirmative : String
- negative : String
- gloss : String
- tenseLabel : String
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Equations
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
A negative concord example showing the position-dependent pattern.
- sentence : String
- translation : String
- hasNo : Bool
- nwordPosition : String
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
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.
Spanish negation profile (WALS Ch 112-115 + Greco/JinKoenig fields).
Equations
- One or more equations did not get rendered due to their size.