German Negation Fragment #
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
nicht — German's standard negation particle.
Attaches to the VP at clause-final position; surfaces after the
finite verb in V2 main clauses (Ich singe nicht) and before the
non-finite verb in periphrastic constructions (Er hat nicht
gelesen). The V2/SOV alternation is why WALS Ch 143A classifies
German as .type1Type2 (mixed NegV / VNeg) rather than a single
position; the position field uses .other to flag this.
Equations
- German.Negation.nicht = { form := "nicht", morphemeType := Syntax.Negation.NegMorphemeType.particle, position := Syntax.Negation.NegMarkerPosition.other }
Instances For
kein — negative determiner (fuses negation + indefinite article). Lives here as a lexical fact about German negation morphology; the morphosyntactic analysis of NQ-type negative quantifiers in non-NC languages is a separate axis from the operator.
Equations
- German.Negation.negDeterminer = "kein"
Instances For
The German negation system: a single particle.
The Fragment-side joint consumed by Studies/Dryer2013Negation.lean.
Equations
Instances For
A negation example showing symmetric structure.
- 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
- German.Negation.instReprNegExample = { reprPrec := German.Negation.instReprNegExample.repr }
Equations
- One or more equations did not get rendered due to their size.
- German.Negation.instBEqNegExample.beq x✝¹ x✝ = false
Instances For
Equations
Present tense: Ich singe / Ich singe nicht.
Equations
- 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
- 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
- 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
- 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
- German.Negation.future = { affirmative := "Sie wird singen", negative := "Sie wird nicht singen", gloss := "She will sing / She will NEG sing", tenseLabel := "future" }
Instances For
Verification #
All five tenses are available under negation (no paradigmatic gaps).
German negation profile (WALS Ch 112-115 + Greco/JinKoenig fields).
Equations
- One or more equations did not get rendered due to their size.