Czech Three-Way Negation: Core Types #
The three-way negation distinction in Czech polar questions ([stankova-2026]): the LF positions, the Table 1 diagnostics that fingerprint them, and their evidential bias strengths. Kept free of lexical entries so that Fragment files can reference these types without importing them. NCI licensing by Agree follows [zeijlstra-2004].
The three LF positions for negation in Czech PQs ([stankova-2026], her (16)).
[CP... [PolP ne- [ModP ne- [TP ne-]]]] OUTER MEDIAL INNER
- inner : Position
Inner negation: in TP, propositional ¬p. Narrow scope. Licenses NCIs by Agree, licenses NPIs. Standard sentential negation.
- medial : Position
Medial negation: in ModP, scopes over □_ev. Wide scope but syntactically low. Non-propositional: part of evidential bias presupposition.
- outer : Position
Outer negation: in PolP, FALSUM operator. Widest scope. Maps to high negation (VSO word order). Obligatorily focused.
Instances For
Equations
- Czech.Negation.instDecidableEqPosition x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Czech.Negation.instReprPosition = { reprPrec := Czech.Negation.instReprPosition.repr }
Equations
- One or more equations did not get rendered due to their size.
Numeric embedding: inner ↦ 0, medial ↦ 1, outer ↦ 2 (by scope width).
Equations
Instances For
Equations
Diagnostics that distinguish the three negation readings (Table 1).
- ppiOutscoping : Diagnostic
ne- outscopes a PPI like nějaký 'some.DET.PPI'
- nciLicensed : Diagnostic
Negative concord item like žádný 'no.DET.NCI' is licensed
- nahodou : Diagnostic
Particle náhodou 'by chance' is compatible
- jeste : Diagnostic
Particle ještě 'yet/still' is compatible (with telic predicates + neg)
- fakt : Diagnostic
Particle fakt 'really' is compatible
Instances For
Equations
- Czech.Negation.instDecidableEqDiagnostic x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- Czech.Negation.instReprDiagnostic = { reprPrec := Czech.Negation.instReprDiagnostic.repr }
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.
[stankova-2026]'s Table 1: compatibility of each negation reading with polarity items and particles.
This is the core empirical fingerprint: each negation position has a unique Boolean signature across the five diagnostics.
Equations
- Czech.Negation.licenses Czech.Negation.Position.outer Czech.Negation.Diagnostic.ppiOutscoping = true
- Czech.Negation.licenses Czech.Negation.Position.outer Czech.Negation.Diagnostic.nciLicensed = false
- Czech.Negation.licenses Czech.Negation.Position.outer Czech.Negation.Diagnostic.nahodou = true
- Czech.Negation.licenses Czech.Negation.Position.outer Czech.Negation.Diagnostic.jeste = false
- Czech.Negation.licenses Czech.Negation.Position.outer Czech.Negation.Diagnostic.fakt = false
- Czech.Negation.licenses Czech.Negation.Position.medial Czech.Negation.Diagnostic.ppiOutscoping = true
- Czech.Negation.licenses Czech.Negation.Position.medial Czech.Negation.Diagnostic.nciLicensed = false
- Czech.Negation.licenses Czech.Negation.Position.medial Czech.Negation.Diagnostic.nahodou = false
- Czech.Negation.licenses Czech.Negation.Position.medial Czech.Negation.Diagnostic.jeste = false
- Czech.Negation.licenses Czech.Negation.Position.medial Czech.Negation.Diagnostic.fakt = true
- Czech.Negation.licenses Czech.Negation.Position.inner Czech.Negation.Diagnostic.ppiOutscoping = false
- Czech.Negation.licenses Czech.Negation.Position.inner Czech.Negation.Diagnostic.nciLicensed = true
- Czech.Negation.licenses Czech.Negation.Position.inner Czech.Negation.Diagnostic.nahodou = false
- Czech.Negation.licenses Czech.Negation.Position.inner Czech.Negation.Diagnostic.jeste = true
- Czech.Negation.licenses Czech.Negation.Position.inner Czech.Negation.Diagnostic.fakt = true
Instances For
Each Position has a unique 5-bit diagnostic signature. This is the formal statement that the diagnostic table (Table 1) distinguishes all three negation readings.
Evidential bias strength of a negation position — inner strong, medial weak, outer none, FALSUM being epistemic-bias-based ([stankova-2026] §3.1).
Equations
Instances For
Scope ordering: inner < medial < outer.