Finnish Infinitive System @cite{karlsson-2017} #
Finnish has four productive infinitive forms, each built from the verb stem plus a characteristic marker and case suffix:
| Infinitive | Marker | Case forms |
|---|---|---|
| I (A) | -a / -ä | translative only (basic citation form) |
| II (E) | -e- | inessive, instructive |
| III (MA) | -ma- | inessive, elative, illative, adessive, abessive |
| IV (MINEN) | -minen | nominative (verbal noun) |
The III infinitive is linguistically remarkable: it takes local case
suffixes on verbal stems, mirroring the nominal local case system. Four of
its five case forms correspond exactly to cells in the 3×2 local case matrix
(see Fragments.Finnish.Case.localCaseMatrix):
- inessive -massa = static + internal
- elative -masta = source + internal
- illative -maan = goal + internal
- adessive -malla = static + external
The fifth, abessive -matta ('without V-ing'), comes from outside the local case matrix — abessive is a "marginal" case.
This structural parallel — the same case paradigm applying to both nouns and nonfinite verbs — is evidence that Finnish local cases are genuine morphosyntactic features, not frozen adverbial suffixes.
Equations
- Fragments.Finnish.Infinitives.instBEqInfClass.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
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.Finnish.Infinitives.instBEqInfForm.beq x✝¹ x✝ = false
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
I infinitive (A-infinitive): the basic citation form. "lukea" = 'to read'. Only appears in translative.
Equations
- Fragments.Finnish.Infinitives.inf1 = [{ infClass := Fragments.Finnish.Infinitives.InfClass.i, caseName := "translative", suffix := "-a / -ä", gloss := "to V" }]
Instances For
II infinitive (E-infinitive): -e- + inessive or instructive. "lukiessa" = 'while reading', "lukien" = 'by reading'.
Equations
- One or more equations did not get rendered due to their size.
Instances For
III infinitive (MA-infinitive): -ma- + local case suffixes. The paradigm that mirrors the nominal local case matrix. "lukemassa" = 'reading' (at it), "lukemasta" = 'from reading', "lukemaan" = 'to read' (goal), "lukemalla" = 'by reading', "lukematta" = 'without reading'.
Equations
- One or more equations did not get rendered due to their size.
Instances For
IV infinitive (MINEN-infinitive): verbal noun, nominative only. "lukeminen" = 'reading' (the act).
Equations
- Fragments.Finnish.Infinitives.inf4 = [{ infClass := Fragments.Finnish.Infinitives.InfClass.iv, caseName := "nominative", suffix := "-minen", gloss := "the act of V-ing" }]
Instances For
All infinitive forms across all classes.
Equations
Instances For
Total number of infinitive forms.
The III infinitive has the richest paradigm (5 forms).
A III-infinitive case form paired with the local case matrix cell it
mirrors. none for abessive (outside the local matrix).
- infForm : InfForm
- localCell : Option Case.LocalCase
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
The mapping from III infinitive forms to local case matrix cells. Four of five forms correspond to matrix cells; abessive does not.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Exactly 4 of 5 III-infinitive forms map to local case matrix cells.
The one unmapped form is abessive.
The III infinitive's inessive matches the nominal inessive (static + internal cell of the matrix).
The III infinitive's elative matches the nominal elative (source + internal cell of the matrix).
The III infinitive's illative matches the nominal illative (goal + internal cell of the matrix).
The III infinitive's adessive matches the nominal adessive (static + external cell of the matrix).
The 4 mapped III-infinitive forms cover 3 of the 6 local case matrix cells (the 3 internal cases + adessive), leaving ablative and allative unused.
This asymmetry — all internal cases but only one external case — reflects that the III infinitive is primarily about containment ("in the process of"), departure ("from the process"), and goal ("into doing"), with adessive ("by means of") as the sole external form.