Documentation

Linglib.Fragments.Spanish.Negation

Spanish Negation Fragment #

[Mie05] [Has13b] [DH13a] [Zan97]

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 #

TenseAffirmativeNegative
PresentJuan comeJuan no come
PreteriteJuan comióJuan no comió
ImperfectJuan comíaJuan no comía
FutureJuan comeráJuan no comerá
Subjunctiveque Juan comaque Juan no coma

Negative concord (n-words) #

Spanish has position-dependent negative concord (WALS Ch 115: mixed):

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
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
        Instances For
          Equations
          • Spanish.Negation.present = { affirmative := "Juan come", negative := "Juan no come", gloss := "Juan eats / Juan NEG eats", tenseLabel := "present" }
          Instances For
            Equations
            • Spanish.Negation.preterite = { affirmative := "Juan comió", negative := "Juan no comió", gloss := "Juan ate / Juan NEG ate", tenseLabel := "preterite" }
            Instances For
              Equations
              • 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
                • Spanish.Negation.future = { affirmative := "Juan comerá", negative := "Juan no comerá", gloss := "Juan will.eat / Juan NEG will.eat", tenseLabel := "future" }
                Instances For
                  Equations
                  • 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

                    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
                        Instances For

                          Preverbal n-word: no absent.

                          Equations
                          Instances For

                            Postverbal n-word: no required.

                            Equations
                            Instances For

                              Verification #

                              All five tenses are available under negation (no paradigmatic gaps).