German Negation Fragment #
@cite{miestamo-2005} @cite{dryer-haspelmath-2013}
German expresses standard negation with the particle nicht, which appears after the finite verb in main clauses and before the non-finite verb at clause end. Negation is symmetric: adding nicht introduces no structural changes beyond the negation marker itself.
Examples #
| Affirmative | Negative |
|---|---|
| Ich singe 'I sing' | Ich singe nicht 'I don't sing' |
| Er hat gelesen 'He has read' | Er hat nicht gelesen 'He hasn't read' |
Key properties #
- No finiteness change: finite verb stays finite
- No TAM restrictions: all tenses/moods available under negation
- No paradigmatic gaps: the full inflectional paradigm is maintained
- Constituent negation nicht can also negate sub-constituents
The German standard negation marker.
Equations
- Fragments.German.Negation.negMarker = "nicht"
Instances For
kein — negative determiner (fuses negation + indefinite article).
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.German.Negation.instBEqNegExample.beq x✝¹ x✝ = false
Instances For
Present tense: Ich singe / Ich singe nicht.
Equations
- Fragments.German.Negation.present = { affirmative := "Ich singe", negative := "Ich singe nicht", gloss := "I sing / I sing NEG", tenseLabel := "present" }
Instances For
Present perfect: Er hat gelesen / Er hat nicht gelesen.
Equations
- Fragments.German.Negation.presentPerfect = { affirmative := "Er hat gelesen", negative := "Er hat nicht gelesen", gloss := "He has read / He has NEG read", tenseLabel := "present perfect" }
Instances For
Preterite: Sie kam / Sie kam nicht.
Equations
- Fragments.German.Negation.preterite = { affirmative := "Sie kam", negative := "Sie kam nicht", gloss := "She came / She came NEG", tenseLabel := "preterite" }
Instances For
Subjunctive II: Er käme / Er käme nicht.
Equations
- Fragments.German.Negation.subjunctiveII = { affirmative := "Er käme", negative := "Er käme nicht", gloss := "He would.come / He would.come NEG", tenseLabel := "subjunctive II" }
Instances For
Future: Sie wird singen / Sie wird nicht singen.
Equations
- Fragments.German.Negation.future = { affirmative := "Sie wird singen", negative := "Sie wird nicht singen", gloss := "She will sing / She will NEG sing", tenseLabel := "future" }
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Verification #
German negation is symmetric: the negative form is always the affirmative + nicht, with no structural change. We verify this by checking that each negative example contains nicht.
All five tenses are available under negation (no paradigmatic gaps).