Italian Modal Auxiliaries #
[Hac10] [Cin04] [Hac06] [Riz78]
Italian modal auxiliaries dovere ('must') and potere ('can'), with their behavior under restructuring. These are the primary empirical evidence for [Hac06]'s event-relative analysis: when Italian modals appear in restructuring configurations (syntactically low, below AspP), they lose epistemic readings.
Italian Restructuring #
Italian potere and dovere participate in restructuring. In restructuring contexts, the modal is syntactically low — merged below AspP, with the lower verb's clitic climbing through the modal. Diagnostics:
- Clitic climbing: lo posso fare ('it I-can do') — clitic lo climbs past the modal (restructuring) vs posso farlo (non-restructuring).
- Auxiliary selection: è dovuto andare (auxiliary essere with unaccusative andare) — auxiliary matches the lower verb (restructuring) vs ha dovuto andare (non-restructuring, default avere).
When restructured (low): only root readings (circumstantial, deontic). When non-restructured (high): epistemic readings available.
An Italian modal auxiliary entry with position-sensitive flavor.
- form : String
Citation form
- force : Semantics.Modality.ModalForce
Modal force (necessity or possibility)
- canRestructure : Bool
Whether the modal can restructure (appear below AspP)
- highFlavors : List Semantics.Modality.ModalFlavor
Flavors available when non-restructured (high position)
- lowFlavors : List Semantics.Modality.ModalFlavor
Flavors available when restructured (low position)
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.
- Italian.Modals.instBEqItalianModalEntry.beq x✝¹ x✝ = false
Instances For
Equations
Potere ('can'): restructuring modal. High: epistemic, deontic, circumstantial. Low (restructured): deontic, circumstantial only.
- "Gianni può essere intelligente" (epistemic, non-restructured)
- "Gianni lo può fare" (root, restructured — clitic climbing)
Equations
- One or more equations did not get rendered due to their size.
Instances For
Dovere ('must'): restructuring modal. High: epistemic, deontic, circumstantial. Low (restructured): deontic, circumstantial only.
- "Gianni deve essere a casa" (epistemic, non-restructured)
- "Gianni deve lavorare" (deontic/circumstantial, restructured)
Equations
- One or more equations did not get rendered due to their size.
Instances For
Restructuring diagnostics from [Riz78].
- cliticClimbing : RestructuringDiagnostic
Clitic climbing: clitic raises past the modal to the higher verb
- auxiliaryChange : RestructuringDiagnostic
Auxiliary change: auxiliary of the lower verb surfaces on the modal
Instances For
Equations
- Italian.Modals.instDecidableEqRestructuringDiagnostic 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
A restructuring example: sentence + diagnostic + reading.
- italian : String
Italian sentence
- gloss : String
English gloss
- isRestructured : Bool
Whether the modal is restructured
- diagnostic : Option RestructuringDiagnostic
Which diagnostic evidences restructuring
- availableFlavors : List Semantics.Modality.ModalFlavor
The modal reading(s) available
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Non-restructured potere — epistemic. "Gianni può essere intelligente" = Gianni may be intelligent. No clitic climbing; epistemic reading available. [Hac06], Ch. 4.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Non-restructured dovere — epistemic. "Gianni deve essere a casa" = Gianni must be at home. Epistemic necessity. [Hac06], Ch. 4.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Non-restructured examples have epistemic as a flavor.
Restructured examples lack epistemic as a flavor.
The core generalization: restructured ↔ no epistemic.
The entry's position-sensitive flavors match EventRelativity's content licensing predictions.