Italian Negation Fragment #
Italian sentential negation and negative concord (n-words).
Negation Strategy #
Italian uses the preverbal particle non for standard negation:
- Non ho visto nessuno 'NEG have seen nobody' = 'I didn't see anyone'
Negative Concord #
Italian is a negative concord language (like Spanish): n-words co-occur with non in postverbal position, but can stand alone preverbally:
- Postverbal: Non ho visto nessuno (non required)
- Preverbal: Nessuno è venuto (non absent)
This matches the .mixed strategy in WALS Ch 115, paralleling Spanish.
N-Words #
Italian n-words: nessuno/nessuna (nobody), niente/nulla (nothing), mai (never), neanche/nemmeno/neppure (not even).
The Italian standard negation marker.
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
nessuno — nobody (masculine). Can appear preverbally alone.
Equations
- Fragments.Italian.Negation.nessuno = { form := "nessuno", gloss := "nobody.M", preverbalAlone := true }
Instances For
nessuna — nobody (feminine). Can appear preverbally alone.
Equations
- Fragments.Italian.Negation.nessuna = { form := "nessuna", gloss := "nobody.F", preverbalAlone := true }
Instances For
niente — nothing. Requires non postverbally; can appear preverbally alone.
Equations
- Fragments.Italian.Negation.niente = { form := "niente", gloss := "nothing", preverbalAlone := true }
Instances For
nulla — nothing (formal). Same distribution as niente.
Equations
- Fragments.Italian.Negation.nulla = { form := "nulla", gloss := "nothing.FORMAL", preverbalAlone := true }
Instances For
mai — never. Requires non (typically postverbal: non... mai).
Equations
- Fragments.Italian.Negation.mai = { form := "mai", gloss := "never", preverbalAlone := false }
Instances For
neanche — not even. Requires non postverbally; can appear preverbally alone.
Equations
- Fragments.Italian.Negation.neanche = { form := "neanche", gloss := "not.even", preverbalAlone := true }
Instances For
nemmeno — not even (variant). Same distribution as neanche.
Equations
- Fragments.Italian.Negation.nemmeno = { form := "nemmeno", gloss := "not.even", preverbalAlone := true }
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.
Instances For
Equations
- One or more equations did not get rendered due to their size.
- Fragments.Italian.Negation.instBEqNegConcordExample.beq x✝¹ x✝ = false
Instances For
Postverbal n-word requires non.
Equations
- Fragments.Italian.Negation.ex_postverbal = { sentence := "Non ho visto nessuno", translation := "I didn't see anyone", hasNon := true, nwordPosition := "postverbal" }
Instances For
Preverbal n-word stands alone (no non).
Equations
- Fragments.Italian.Negation.ex_preverbal = { sentence := "Nessuno è venuto", translation := "Nobody came", hasNon := false, nwordPosition := "preverbal" }
Instances For
Postverbal mai requires non.
Equations
- Fragments.Italian.Negation.ex_mai = { sentence := "Non ho mai visto Roma", translation := "I have never seen Rome", hasNon := true, nwordPosition := "postverbal" }
Instances For
nessuno can appear preverbally without non.
mai requires non (cannot appear preverbally alone).
The negation marker is non.