Russian Negation Fragment #
@cite{miestamo-2005} @cite{haspelmath-2013} @cite{dryer-haspelmath-2013}
Russian expresses standard negation with the preverbal particle не (ne). Negation is symmetric: adding не introduces no structural changes — no finiteness change, no TAM restrictions, no paradigmatic gaps.
Negative concord (Ch 115) #
Russian has obligatory negative concord (WALS: co-occur):
- Никто не пришёл 'Nobody NEG came' = 'Nobody came'
- Ничего не видел 'Nothing NEG saw' = '(I) saw nothing'
N-words of the ни- series always co-occur with predicate negation не.
The lexical-reactive side — никто, ничего, никогда, кто-либо, etc. —
lives in Fragments/Russian/PolarityItems.lean per the operator/lexical-
reactive split documented in Core/Lexical/NegMarker.lean. The
NegConcordExample data below illustrates the marker's NC behavior at
the sentence level, which is operator-side typology consumed by
Phenomena/Negation/Studies/Miestamo2005.lean.
не — Russian's standard preverbal negation particle. A free word, syntactically immediately preverbal.
Equations
- Fragments.Slavic.Russian.Negation.ne = { form := "не", morphemeType := Typology.Negation.NegMorphemeType.particle, position := Typology.Negation.NegMarkerPosition.preverbal }
Instances For
The Russian negation system: a single preverbal particle.
The Fragment-side joint consumed by Phenomena/Negation/Studies/Dryer2013.lean.
Equations
Instances For
A Russian negation example.
- affirmative : String
- negative : String
- glossAff : String
- glossNeg : String
- tenseLabel : 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.Slavic.Russian.Negation.instBEqNegExample.beq x✝¹ x✝ = false
Instances For
Present tense.
Equations
- Fragments.Slavic.Russian.Negation.present = { affirmative := "Он ест", negative := "Он не ест", glossAff := "3SG eat.PRS", glossNeg := "3SG NEG eat.PRS", tenseLabel := "present" }
Instances For
Past tense.
Equations
- Fragments.Slavic.Russian.Negation.past = { affirmative := "Он ел", negative := "Он не ел", glossAff := "3SG eat.PST.M", glossNeg := "3SG NEG eat.PST.M", tenseLabel := "past" }
Instances For
Future (periphrastic).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Imperative.
Equations
- Fragments.Slavic.Russian.Negation.imperative = { affirmative := "Ешь!", negative := "Не ешь!", glossAff := "eat.IMP.2SG", glossNeg := "NEG eat.IMP.2SG", tenseLabel := "imperative" }
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
A negative concord example.
- sentence : String
- translation : String
- nword : String
- nwordGloss : String
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.Slavic.Russian.Negation.instBEqNegConcordExample.beq x✝¹ x✝ = false
Instances For
Никто не пришёл — obligatory negative concord.
Equations
- Fragments.Slavic.Russian.Negation.nikto = { sentence := "Никто не пришёл", translation := "Nobody came", nword := "никто", nwordGloss := "nobody" }
Instances For
Ничего не видел — obligatory negative concord.
Equations
- Fragments.Slavic.Russian.Negation.nichego = { sentence := "Ничего не видел", translation := "(I) saw nothing", nword := "ничего", nwordGloss := "nothing.GEN" }
Instances For
Никогда не приходил — obligatory negative concord.
Equations
- Fragments.Slavic.Russian.Negation.nikogda = { sentence := "Никогда не приходил", translation := "(He) never came", nword := "никогда", nwordGloss := "never" }
Instances For
Verification #
All negative examples contain не (or sentence-initial Не).
All negative concord examples contain не alongside the n-word.
All n-words begin with ни-.
Russian negation profile (WALS Ch 112-115 + Greco/JinKoenig fields).
Equations
- One or more equations did not get rendered due to their size.