Italian Verb Entries [FS26] #
Italian attitude and causative-attitude verbs, with emphasis on the di/a infinitival alternation documented in [FS26].
The di/a Alternation #
Italian convincere ('convince') selects two distinct infinitival
complements: di + infinitive ("Maria ha convinto Paolo di essere in
pericolo", 'Maria convinced Paolo that he was in danger') and a +
infinitive ("Maria ha convinto Paolo a partire", 'Maria convinced
Paolo to leave'). The entries record which complementizers each verb
selects; [FS26]'s analysis of the alternation —
complement size determining the belief/intention reading — lives in
Studies/FuscoSgrizzi2026.lean.
Italian infinitival complementizers, each associated with a complement size.
- di: introduces CP-sized infinitival complements (propositional)
- a: introduces sub-CP (aP) infinitival complements (event predicate)
- che: introduces full finite CP complements
- di : InfComplementizer
- a_ : InfComplementizer
Instances For
Equations
- Italian.Predicates.instDecidableEqInfComplementizer 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
An Italian verb entry extending Verb with the infinitival
complementizer alternation.
- unaccusative : Bool
- passivizable : Bool
- implicitObj : Option ImplicitInterp
- implicitGoal : Option ImplicitInterp
- vendlerClass : Option Features.VendlerClass
- cosType : Option Features.ChangeOfState.CoSType
- presupType : Option PresupTriggerType
- projectionBehavior : Option ProjectionBehavior
- implicative : Option Implicative
- causalSource : Option Causation.Psych.CausalSource
- opaqueContext : Bool
- attitude : Option Features.Attitude
- complementSig : Option NaturalLogic.Signature
- levinClass : Option ArgumentStructure.LevinClass
- form : String
- speechActVerb : Bool
- infComplements : List InfComplementizer
Which infinitival complementizers the verb selects
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Italian.Predicates.instBEqItalianVerbEntry.beq { toVerb := a, infComplements := a_1 } { toVerb := b, infComplements := b_1 } = (a == b && a_1 == b_1)
- Italian.Predicates.instBEqItalianVerbEntry.beq x✝¹ x✝ = false
Instances For
Equations
convincere 'convince' — causative attitude verb with dual infinitival selection. Takes di-infinitives (belief) and a-infinitives (intention).
[FS26], ex. (4):
- (4a) Marco ha convinto Gianni di avere un figlio (belief)
- (4b) Marco ha convinto Gianni a avere un figlio (intention)
Equations
- One or more equations did not get rendered due to their size.
Instances For
credere 'believe' — standard doxastic attitude verb. Takes di-infinitives and che-finite clauses (belief only).
Equations
- One or more equations did not get rendered due to their size.
Instances For
volere 'want' — core desiderative verb, robustly subjunctive-selecting.
[Gra24], Table 1: Italian 'want' takes SBJV (marginally %IND).
- (4a) Gianni vuole che Maria sia/%è contenta. (SBJV preferred)
- (4b) Gianni vuole essere contento. (INF)
Equations
- One or more equations did not get rendered due to their size.
Instances For
sperare 'hope' — cross-linguistically variable mood selection.
[Gra24], Table 1: Italian 'hope' takes SBJV, %IND marginal.
- (12) Gianni spera che Maria sia/%è contenta. (SBJV preferred) Unlike volere, sperare allows indicative marginally in Italian and freely in other Romance languages (French espérer, Portuguese esperar).
Equations
- One or more equations did not get rendered due to their size.
Instances For
intendere 'intend' — intention-reporting verb, robustly rejects indicative.
[Gra24], §2.2: Italian 'intend' primarily uses the periphrastic avere intenzione di or the control verb intendere. Indicative complements are never accepted. The rare literary usage with subjunctive (ex. 30, from Treccani) has a 'demand'-like interpretation.
- (20) Intendo / Ho intenzione di andare al parco oggi. (INF only)
- (28) *Intendo che Giovanni vada/va al parco oggi. (rejected)
Equations
- One or more equations did not get rendered due to their size.
Instances For
fare 'make' — causative verb, robustly rejects indicative.
[Gra24], §2.4: Italian causatives accept nonfinite and subjunctive (with sì che) but reject indicative complements.
- (39) Ho fatto andare Giovanni al parco. (INF)
- (42a) Ho fatto sì che Giovanni andasse/*è andato al parco. (SBJV/*IND)
Equations
- One or more equations did not get rendered due to their size.
Instances For
volere has Levin want-class (core desiderative).
sperare does NOT have Levin want-class (explains mood variation).
intendere has Levin want-class (patterns with volere on mood).
volere and intendere share want-class; sperare does not. This predicts the mood choice asymmetry: volere/intendere robustly reject indicative, while sperare varies ([Gra24], Table 1).