Levin Verb Class Theory #
The LevinClass enum and its classification data (meaningComponents,
predictsUnaccusative, isVerbOfCreation) live in
Semantics/Lexical/LevinClass.lean; MeaningComponents in
Semantics/Lexical/MeaningComponents.lean.
This file provides the theoretical content that depends on Root.Kinds:
the root signature label, the root–MC comparison enums, and the universal
consistency/divergence theorems that ground them. LevinClass is a lossy
realization label, not a source of truth (that is Verb.Root.kinds); the
theorems below are the non-decorative grounding — each holds for every class
and breaks if a table row changes, so per-class rfl spot-checks are not
restated.
§ 1. Root entailment label ([BKG20]) #
The rootEntailments signature label and its universal soundness theorem.
§ 2. Root–MC comparison #
Classification enums (CausationSource, ResultKind, MannerKind) naming the systematic divergences between B&KG root features and Levin meaning components, plus the universal consistency theorems and divergence witnesses.
Root kind signature for each Levin class.
Assignments marked (B&KG) are directly from [BKG20] Table 12 and Chapters 2–5. Others are inferred from class semantics following B&KG's framework:
- Externally caused CoS →
causativeResult(√CRACK pattern) - Internally caused CoS →
pureResult(√BLOSSOM pattern) - Action/manner verbs →
pureManner(√JOG pattern) - MRC violators →
fullSpec(√HAND/√DROWN pattern) - Stative/psychological →
propertyConcept(√FLAT pattern)
Classes marked (default) use minimal as a conservative placeholder
pending detailed study under B&KG's framework.
Equations
- Semantics.Lexical.LevinClass.put.rootEntailments = Verb.Root.Kinds.minimal
- Semantics.Lexical.LevinClass.funnel.rootEntailments = Verb.Root.Kinds.pureManner
- Semantics.Lexical.LevinClass.pour.rootEntailments = Verb.Root.Kinds.pureManner
- Semantics.Lexical.LevinClass.coil.rootEntailments = Verb.Root.Kinds.pureManner
- Semantics.Lexical.LevinClass.sprayLoad.rootEntailments = Verb.Root.Kinds.minimal
- Semantics.Lexical.LevinClass.remove.rootEntailments = Verb.Root.Kinds.minimal
- Semantics.Lexical.LevinClass.clear.rootEntailments = Verb.Root.Kinds.causativeResult
- Semantics.Lexical.LevinClass.wipe.rootEntailments = Verb.Root.Kinds.pureManner
- Semantics.Lexical.LevinClass.steal.rootEntailments = Verb.Root.Kinds.minimal
- Semantics.Lexical.LevinClass.send.rootEntailments = Verb.Root.Kinds.minimal
- Semantics.Lexical.LevinClass.carry.rootEntailments = Verb.Root.Kinds.pureManner
- Semantics.Lexical.LevinClass.drive.rootEntailments = Verb.Root.Kinds.pureManner
- Semantics.Lexical.LevinClass.pushPull.rootEntailments = Verb.Root.Kinds.pureManner
- Semantics.Lexical.LevinClass.give.rootEntailments = Verb.Root.Kinds.fullSpec
- Semantics.Lexical.LevinClass.contribute.rootEntailments = Verb.Root.Kinds.minimal
- Semantics.Lexical.LevinClass.getObtain.rootEntailments = Verb.Root.Kinds.minimal
- Semantics.Lexical.LevinClass.exchange.rootEntailments = Verb.Root.Kinds.minimal
- Semantics.Lexical.LevinClass.learn.rootEntailments = Verb.Root.Kinds.minimal
- Semantics.Lexical.LevinClass.hold.rootEntailments = Verb.Root.Kinds.propertyConcept
- Semantics.Lexical.LevinClass.conceal.rootEntailments = Verb.Root.Kinds.causativeResult
- Semantics.Lexical.LevinClass.throw.rootEntailments = Verb.Root.Kinds.fullSpec
- Semantics.Lexical.LevinClass.hit.rootEntailments = Verb.Root.Kinds.pureManner
- Semantics.Lexical.LevinClass.swat.rootEntailments = Verb.Root.Kinds.pureManner
- Semantics.Lexical.LevinClass.poke.rootEntailments = Verb.Root.Kinds.pureManner
- Semantics.Lexical.LevinClass.touch.rootEntailments = Verb.Root.Kinds.minimal
- Semantics.Lexical.LevinClass.cut.rootEntailments = Verb.Root.Kinds.fullSpec
- Semantics.Lexical.LevinClass.carve.rootEntailments = Verb.Root.Kinds.fullSpec
- Semantics.Lexical.LevinClass.mix.rootEntailments = Verb.Root.Kinds.causativeResult
- Semantics.Lexical.LevinClass.amalgamate.rootEntailments = Verb.Root.Kinds.causativeResult
- Semantics.Lexical.LevinClass.separate.rootEntailments = Verb.Root.Kinds.causativeResult
- Semantics.Lexical.LevinClass.split.rootEntailments = Verb.Root.Kinds.fullSpec
- Semantics.Lexical.LevinClass.color.rootEntailments = Verb.Root.Kinds.causativeResult
- Semantics.Lexical.LevinClass.imageCreation.rootEntailments = Verb.Root.Kinds.fullSpec
- Semantics.Lexical.LevinClass.build.rootEntailments = Verb.Root.Kinds.causativeResult
- Semantics.Lexical.LevinClass.grow.rootEntailments = Verb.Root.Kinds.pureResult
- Semantics.Lexical.LevinClass.create.rootEntailments = Verb.Root.Kinds.causativeResult
- Semantics.Lexical.LevinClass.knead.rootEntailments = Verb.Root.Kinds.fullSpec
- Semantics.Lexical.LevinClass.turn.rootEntailments = Verb.Root.Kinds.causativeResult
- Semantics.Lexical.LevinClass.performance.rootEntailments = Verb.Root.Kinds.pureManner
- Semantics.Lexical.LevinClass.engender.rootEntailments = Verb.Root.Kinds.causativeResult
- Semantics.Lexical.LevinClass.calve.rootEntailments = Verb.Root.Kinds.pureResult
- Semantics.Lexical.LevinClass.appoint.rootEntailments = Verb.Root.Kinds.causativeResult
- Semantics.Lexical.LevinClass.characterize.rootEntailments = Verb.Root.Kinds.minimal
- Semantics.Lexical.LevinClass.declare.rootEntailments = Verb.Root.Kinds.causativeResult
- Semantics.Lexical.LevinClass.see.rootEntailments = Verb.Root.Kinds.minimal
- Semantics.Lexical.LevinClass.sight.rootEntailments = Verb.Root.Kinds.minimal
- Semantics.Lexical.LevinClass.amuse.rootEntailments = Verb.Root.Kinds.causativeResult
- Semantics.Lexical.LevinClass.admire.rootEntailments = Verb.Root.Kinds.propertyConcept
- Semantics.Lexical.LevinClass.marvel.rootEntailments = Verb.Root.Kinds.propertyConcept
- Semantics.Lexical.LevinClass.want.rootEntailments = Verb.Root.Kinds.propertyConcept
- Semantics.Lexical.LevinClass.judgment.rootEntailments = Verb.Root.Kinds.minimal
- Semantics.Lexical.LevinClass.assessment.rootEntailments = Verb.Root.Kinds.minimal
- Semantics.Lexical.LevinClass.search.rootEntailments = Verb.Root.Kinds.pureManner
- Semantics.Lexical.LevinClass.socialInteraction.rootEntailments = Verb.Root.Kinds.minimal
- Semantics.Lexical.LevinClass.say.rootEntailments = Verb.Root.Kinds.minimal
- Semantics.Lexical.LevinClass.tell.rootEntailments = Verb.Root.Kinds.minimal
- Semantics.Lexical.LevinClass.mannerOfSpeaking.rootEntailments = Verb.Root.Kinds.pureManner
- Semantics.Lexical.LevinClass.animalSound.rootEntailments = Verb.Root.Kinds.pureManner
- Semantics.Lexical.LevinClass.eat.rootEntailments = Verb.Root.Kinds.causativeResult
- Semantics.Lexical.LevinClass.devour.rootEntailments = Verb.Root.Kinds.fullSpec
- Semantics.Lexical.LevinClass.dine.rootEntailments = Verb.Root.Kinds.pureManner
- Semantics.Lexical.LevinClass.bodyProcess.rootEntailments = Verb.Root.Kinds.minimal
- Semantics.Lexical.LevinClass.flinch.rootEntailments = Verb.Root.Kinds.minimal
- Semantics.Lexical.LevinClass.dress.rootEntailments = Verb.Root.Kinds.causativeResult
- Semantics.Lexical.LevinClass.murder.rootEntailments = Verb.Root.Kinds.causativeResult
- Semantics.Lexical.LevinClass.poison.rootEntailments = Verb.Root.Kinds.fullSpec
- Semantics.Lexical.LevinClass.lightEmission.rootEntailments = Verb.Root.Kinds.propertyConcept
- Semantics.Lexical.LevinClass.soundEmission.rootEntailments = Verb.Root.Kinds.propertyConcept
- Semantics.Lexical.LevinClass.substanceEmission.rootEntailments = Verb.Root.Kinds.propertyConcept
- Semantics.Lexical.LevinClass.destroy.rootEntailments = Verb.Root.Kinds.causativeResult
- Semantics.Lexical.LevinClass.break_.rootEntailments = Verb.Root.Kinds.causativeResult
- Semantics.Lexical.LevinClass.bend.rootEntailments = Verb.Root.Kinds.causativeResult
- Semantics.Lexical.LevinClass.cooking.rootEntailments = Verb.Root.Kinds.fullSpec
- Semantics.Lexical.LevinClass.otherCoS.rootEntailments = Verb.Root.Kinds.causativeResult
- Semantics.Lexical.LevinClass.entitySpecificCoS.rootEntailments = Verb.Root.Kinds.pureResult
- Semantics.Lexical.LevinClass.calibratableCoS.rootEntailments = Verb.Root.Kinds.pureResult
- Semantics.Lexical.LevinClass.lodge.rootEntailments = Verb.Root.Kinds.minimal
- Semantics.Lexical.LevinClass.exist.rootEntailments = Verb.Root.Kinds.minimal
- Semantics.Lexical.LevinClass.appear.rootEntailments = Verb.Root.Kinds.pureResult
- Semantics.Lexical.LevinClass.disappearance.rootEntailments = Verb.Root.Kinds.pureResult
- Semantics.Lexical.LevinClass.bodyInternalMotion.rootEntailments = Verb.Root.Kinds.pureManner
- Semantics.Lexical.LevinClass.assumePosition.rootEntailments = Verb.Root.Kinds.pureResult
- Semantics.Lexical.LevinClass.inherentlyDirectedMotion.rootEntailments = Verb.Root.Kinds.pureResult
- Semantics.Lexical.LevinClass.leave.rootEntailments = Verb.Root.Kinds.pureResult
- Semantics.Lexical.LevinClass.mannerOfMotion.rootEntailments = Verb.Root.Kinds.pureManner
- Semantics.Lexical.LevinClass.vehicleMotion.rootEntailments = Verb.Root.Kinds.pureManner
- Semantics.Lexical.LevinClass.chase.rootEntailments = Verb.Root.Kinds.pureManner
- Semantics.Lexical.LevinClass.avoid.rootEntailments = Verb.Root.Kinds.minimal
- Semantics.Lexical.LevinClass.linger.rootEntailments = Verb.Root.Kinds.pureManner
- Semantics.Lexical.LevinClass.rush.rootEntailments = Verb.Root.Kinds.pureManner
- Semantics.Lexical.LevinClass.measure.rootEntailments = Verb.Root.Kinds.propertyConcept
- Semantics.Lexical.LevinClass.aspectual.rootEntailments = Verb.Root.Kinds.minimal
- Semantics.Lexical.LevinClass.weather.rootEntailments = Verb.Root.Kinds.minimal
Instances For
Table soundness (universal) #
rootEntailments is a lossy realization label, not a source of truth. It
earns its place via a theorem that holds for every class and breaks if a
row is changed: every assigned signature is well-formed (collocationally
closed). Invert any row to an unclosed signature and this fails — the
grounding is not decorative. Manner/result complementarity of these
signatures is covered by the canonical kinds-layer theory
(Roots/Closure.lean, closed_violatesBifurcation_iff), which quantifies
over all Root.Kinds, so no per-class MRC spot-check is restated here.
Every Levin class is assigned a well-formed (closed) root signature.
Root–MC comparison #
[Lev93]'s meaning components and [BKG20]'s root entailments are two independently-motivated lexical decompositions; they are NOT isomorphic — they conceptualize different levels of granularity:
| B&KG concept | Levin concept | Relationship |
|---|---|---|
result | changeOfState | B&KG broader: includes location/possession change |
manner | mannerSpec ∨ instrumentSpec | B&KG broader: includes contact-manner (hit) |
cause | causation | Distinct: root-level vs event-level causation |
Because B&KG result/manner are coarser than the Levin features, neither
table is a function of the other (give carries result but
changeOfState = false; hit carries manner but mannerSpec = false), so
the two are related by the consistency/divergence theorems below, not by a
derivation — a morphism meaningComponents = f rootEntailments is not just
absent from the literature but mathematically impossible here, and the
manner/result-complementarity dispute ([BKG20] vs the
Rappaport Hovav & Levin tradition) is exactly over this independence. The three
*Kind enums name the specific divergences, making them grep-able and testable.
Where a verb class's event-level causation originates.
B&KG's root-level cause and Levin's event-level causation are
distinct concepts ([BKG20] Ch. 5;
[Lev93] pp. 9–10).
- rootExternal : CausationSource
- rootNonDetachable : CausationSource
- template : CausationSource
- none : CausationSource
Instances For
Equations
- Semantics.Lexical.instDecidableEqCausationSource 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
Derive the causation source from the root signature and meaning components.
Equations
- One or more equations did not get rendered due to their size.
Instances For
What kind of result the root entails (refines B&KG result).
Levin's changeOfState corresponds to stateChange only —
change of location (throw, arrive) and change of possession (give)
carry result in B&KG but changeOfState = false in Levin.
- stateChange : ResultKind
- locationChange : ResultKind
- possessionChange : ResultKind
- none : ResultKind
Instances For
Equations
- Semantics.Lexical.instDecidableEqResultKind 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
Derive result kind from the root signature and meaning components.
Equations
- One or more equations did not get rendered due to their size.
Instances For
How root manner maps to Levin's MC spec features.
B&KG's manner subsumes three Levin-level distinctions:
- mannerSpec: how the action proceeds (cooking, running)
- instrumentSpec: what tool is used (cutting, poking)
- unspecified: manner verb without a Levin spec flag (hit, push)
- mannerSpec : MannerKind
- instrumentSpec : MannerKind
- unspecified : MannerKind
- none : MannerKind
Instances For
Equations
- Semantics.Lexical.instDecidableEqMannerKind 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
Derive manner kind from the root signature and meaning components.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The causationSource/resultKind/mannerKind classifiers are grounded
not by per-class rfl confirmations (which merely restate a row of the
def and break in lockstep when the row changes) but by the universal
consistency theorems below, which relate them to the root signature and the
event template and break under a genuine table change.
Root-structural MC contribution #
Root structural contribution to meaning components. Maps result → changeOfState and manner → mannerSpec.
Equations
- re.structuralMC = { changeOfState := decide (Verb.LexKind.result ∈ re), contact := false, motion := false, causation := false, mannerSpec := decide (Verb.LexKind.manner ∈ re) }
Instances For
Universal consistency theorems #
These hold for ALL 78 LevinClass constructors and are proved by exhaustive case analysis.
Levin spec implies B&KG manner.
CausativeResult roots always have changeOfState.
Root cause implies either event causation or non-detachable causation.
.stateChange resultKind implies Template-level result-state.
The converse fails: aspectual verbs have HasResultState (via the
achievement template) but resultKind ≠ .stateChange.
The naive structural prediction structuralMC ∘ rootEntailments is not
a refinement of the hand-specified meaningComponents: a class can carry
result in its root signature (so structuralMC predicts changeOfState)
yet have Levin changeOfState = false — change of possession/location
carries result in B&KG but is not a change of state for Levin. This
divergence witness is why the bridge enums (ResultKind et al.) exist and
meaningComponents is not just structuralMC ∘ rootEntailments.