Hausa Verb Grades (Parsons System) — mathlib-style #
@cite{newman-2000}
Hausa verbs are organised by the Parsons grade system (Parsons 1960b, codified in @cite{newman-2000} ch. 74): a closed inventory of derivational stem-templates (gr0–gr7) defined by a fixed pairing of tone melody, final-vowel template, and derivational function. Each grade also has up to four syntactic forms (A/B/C/D) selected by the post-verbal environment.
Architectural shape (mathlib analogy) #
This file is the interpretation of two existing Theory interfaces in Hausa, not a parallel hierarchy:
Theories/Semantics/Lexical/VerbEntry.VerbCorecarries argument structure, voice, and Vendler class. A Hausa verb is aVerbCoreplus a Parsons grade.Theories/Phonology/Autosegmental/RegisterTier.TRNcarries the autosegmental tone primitives. A grade's tone melody is a list ofTRNs, not a fresh enum.
The grade itself is a record of predictions (StemTemplate): tone,
final-vowel template, derivational function, and the argument-structure
defaults the grade entails. Concrete verbs derive their VerbCore
fields from their grade by default; per-verb overrides are explicit.
The named theorems below are universal claims about the grade system
or about Hausa verb lists, not rfl checks on per-verb stipulations.
Per-cell verifications appear as examples.
The four syntactic forms selected by the post-verbal environment. A/B/C are pre-pause / pre-pronoun / pre-noun direct object; D is pre-indirect-object (host of the -aC H pre-dative suffix).
Instances For
Equations
- Fragments.Hausa.VerbGrades.instDecidableEqSynForm x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
The four forms in canonical order.
Equations
Instances For
Final vowel of a verb stem in a given form. We use Newman's citation glyphs; the gr5 -ar/-ad allomorphy and the lexical monoverb vowels are collapsed to one constructor each.
- aa : FinalVowel
- a : FinalVowel
- ee : FinalVowel
- i : FinalVowel
- oo : FinalVowel
- u : FinalVowel
- ar : FinalVowel
- lex : FinalVowel
Instances For
Equations
- Fragments.Hausa.VerbGrades.instDecidableEqFinalVowel 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
Equations
A final-vowel template is a function from syntactic forms to
final vowels. The empirical content of a grade's vowel pattern is
its image and how it varies across SynForm.all.
Equations
Instances For
A template is three-way changing iff its A, B, C images are pairwise distinct. The Parsons system has exactly one three-way changing template — gr2 (A: ā, B: ē, C: i). gr4 has a two-way split A/D = ē vs C = i; only gr2 is three-way.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Coarse derivational function of a grade (@cite{newman-2000} §74.3–74.10). A grade may have several uses; the primary function fixes the default argument structure. Secondary uses (e.g. gr1's actor-intransitive sub-use) appear as per-verb overrides.
- basic : GradeFunction
- applicative : GradeFunction
- intransitive : GradeFunction
- totality : GradeFunction
- efferential : GradeFunction
- ventive : GradeFunction
- sustentative : GradeFunction
Instances For
Equations
- Fragments.Hausa.VerbGrades.instDecidableEqGradeFunction 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
Default VerbCore.complementType predicted by the grade's primary
function.
Equations
Instances For
Default VerbCore.voiceType predicted by the grade's primary
function. The sustentative (passive-like) gr7 selects nonThematic
Voice; everything else introduces an external argument.
Equations
Instances For
A stem template bundles the four invariants that pick out a
grade: tone melody on a disyllabic stem, final-vowel template
across A/B/C/D, derivational function, and a label.
The argument-structure defaults are derived from function,
not stored.
- label : String
Display label (e.g. "gr2").
- tones : List Phonology.Autosegmental.RegisterTier.TRN
Tone melody on the disyllabic stem; empty for monoverbs (gr0) whose tone is lexical.
- fv : FVTemplate
Final-vowel template across A/B/C/D.
- function : GradeFunction
Primary derivational function.
Instances For
Predicted complement type from the template's function.
Instances For
Predicted voice type from the template's function.
Equations
- t.defaultVoice = t.function.defaultVoice
Instances For
gr0: lexically-toned monoverbs (ci, shā, sō, jā).
Equations
- One or more equations did not get rendered due to their size.
Instances For
gr1: H–L stems with -ā throughout (basic + applicative + actor-intr.).
Equations
- One or more equations did not get rendered due to their size.
Instances For
gr2: L–H "changing" verbs — A: -ā, B: -ē, C: -i, D: -ā. The unique grade with a non-constant final-vowel template.
Equations
- One or more equations did not get rendered due to their size.
Instances For
gr3: L–H intransitive (-a).
Equations
- One or more equations did not get rendered due to their size.
Instances For
gr4: H–L totality (-ē; "short C" -i).
Equations
- One or more equations did not get rendered due to their size.
Instances For
gr5: H–H efferential / causative (-ar or -ad).
Equations
- One or more equations did not get rendered due to their size.
Instances For
gr6: H–H ventive (-ō).
Equations
- One or more equations did not get rendered due to their size.
Instances For
gr7: L–H sustentative / "passive" (-u).
Equations
- One or more equations did not get rendered due to their size.
Instances For
The Parsons registry: all eight grades in canonical order. The universal theorems below quantify over this list, not over a pattern-match-based enum.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A Hausa verb extends VerbCore with its Parsons grade and its
A-form citation tones (which may be lexical for gr0). All other
morphological data is derived from the grade.
- form : String
- altComplementType : Option ComplementType
- unaccusative : Bool
- passivizable : Bool
- implicitObj : Option ImplicitInterp
- implicitGoal : Option ImplicitInterp
- speechActVerb : Bool
- vendlerClass : Option Features.VendlerClass
- presupType : Option PresupTriggerType
- postsupType : Option PostsupType
- projectionBehavior : Option ProjectionBehavior
- cosType : Option Features.ChangeOfState.CoSType
- implicative : Option Features.Implicative
- causative : Option Features.Causative
- causalSource : Option Causation.Psych.CausalSource
- opaqueContext : Bool
- attitude : Option Features.Attitude
- takesQuestionBase : Bool
- levinClass : Option LevinClass
- rootProfile : Option Roots.RootProfile
- grade : StemTemplate
The Parsons grade fixing tone, final vowel, and argument-structure defaults.
- lexTones : List Phonology.Autosegmental.RegisterTier.TRN
For gr0 monoverbs only: lexically-specified tone(s). Empty list otherwise (the grade fixes the tones).
Instances For
The verb's tone melody: from the grade unless the grade is
lexically-toned (gr0), in which case from lexTones.
Instances For
The verb's final vowel in a given syntactic form.
Instances For
A verb is canonical iff its VerbCore argument-structure
fields agree with the defaults predicted by its grade. Per-verb
overrides break canonicity (and become explicit empirical claims).
Equations
- v.canonical = (v.complementType = v.grade.defaultCT ∧ v.voiceType = some v.grade.defaultVoice)
Instances For
Smart constructor: builds a canonical HausaVerb from form and
grade by filling VerbCore from the grade's defaults. Concrete
verb definitions use this; per-verb overrides spell out which
field departs from the default.
Equations
- Fragments.Hausa.VerbGrades.mkVerb form g lexTones = { form := form, complementType := g.defaultCT, voiceType := some g.defaultVoice, grade := g, lexTones := lexTones }
Instances For
Equations
Instances For
Equations
Instances For
Equations
Instances For
Equations
Instances For
gr5 efferential of sayā 'buy' — sayař 'sell'. Same root as
saya (gr1 basic) — minimal pair illustrating the efferential
derivation (@cite{newman-2000} §74.9).
Equations
Instances For
gr6 ventive kōmō 'return here' (@cite{newman-2000} §74.11). Note: zō 'come' is irregular (v*) and not gr6, despite semantic overlap with the ventive function.
Equations
Instances For
gr7 sustentative tāru 'meet' / 'be assembled' (@cite{newman-2000} §74.13). gr7 derives a passive-like reading: the action is successfully sustained, with no external argument introduced.
Equations
Instances For
Canonical Hausa verbs. Each entry is generated by mkVerb, so
every entry is canonical by construction (see
mkVerb_is_canonical below).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Override demonstration. Some gr1 verbs have an actor-intransitive
sub-use (@cite{newman-2000} §74.4): morphologically gr1 (H–L, -ā)
but syntactically intransitive. We model this by overriding
complementType while keeping the gr1 grade. The override breaks
canonicity — making the empirical claim "gr1 has an intransitive
sub-use" visible in the type system rather than buried in prose.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Changing-verb theorem (positive). gr2 has pairwise-distinct A/B/C final vowels: this is the empirical diagnostic of the "changing" verb class.
Changing-verb theorem (uniqueness). No other Parsons grade has
pairwise-distinct A/B/C final vowels. Together with
gr2_three_way_changing, this characterises gr2 by the property
of being three-way changing.
Tone-fibre cardinality. The Parsons registry uses exactly three distinct disyllabic tone melodies (HL, LH, HH); gr0 contributes the empty melody. So the registry partitions into 4 tone-fibres.
gr3 is intransitive by template. Any verb whose grade is gr3
and which is canonical has empty complement type. This is the
universal claim that grade choice constrains argument structure;
the per-verb verification (fita.complementType = .none) is
demoted to an example below.
gr7 suppresses the external argument. Any canonical gr7 verb
has nonThematic Voice.
mkVerb always yields a canonical verb. Hence every entry in
lexicon is canonical by construction — no per-verb checking
needed.
Grades 5 and 6 introduce an external argument. The two H–H
grades are both agentive at the VerbCore level.