German Distributive Expressions #
Fragment entries for German distributive items grounded in the theory-layer
operators from Theories/Semantics/Lexical/Plural/Distributivity.lean.
Inventory #
| Form | Gloss | Syntactic use | Semantics | ±dist | ±max |
|---|---|---|---|---|---|
| jeder | every/each | DP + distance | distMaximal | + | + |
| jeweils | each/resp. | distance only | distTolerant | + | - |
| alle | all | DP only | allViaForallH | - | + |
The key contrast: jeder and jeweils are both obligatorily distributive, but differ in maximality. jeder uses identity tolerance (forces maximality); jeweils uses a contextually provided tolerance (permits non-maximality for some speakers). @cite{haslinger-etal-2025}.
Grounding #
Each entry's semantics is defined by direct reference to theory-layer operators, following the compositional grounding principle: Fragment entries import and use Theory definitions, never stipulating their own meaning functions.
⟦jeder⟧ = distMaximal: distribute P to every atom, no exceptions.
Equivalent to distTolerant with identity tolerance
(distMaximal_eq_identity). On atoms, reduces to P itself
(distMaximal_singleton).
@cite{haslinger-etal-2025} examples (1), (22b-c).
Equations
Instances For
⟦jeweils⟧ = distTolerant: distribute P to atoms within a tolerant
sub-plurality. The tolerance relation ≤ is contextually provided.
For speakers who accept jeweils in non-maximal contexts, the tolerance parameter allows exceptions irrelevant to the QUD.
@cite{haslinger-etal-2025} eq. (25), examples (22a), (23b), (24b).
Equations
Instances For
⟦alle⟧ = universal quantification over the tolerance parameter.
alle does not itself force distributivity — it removes the tolerance
parameter that would otherwise permit non-maximal readings. The predicate's
own dist/non-dist nature is preserved.
Formally: ⟦alle P⟧ = λw.λx.∀≤'[≤' tolerance → ⟦P⟧^≤'(x)]
This is equivalent to allSatisfy by allViaForallH_iff_allSatisfy.
@cite{haslinger-etal-2025} eq. (20b); @cite{kriz-spector-2021} §5.3.
Equations
Instances For
German distributive expression with grounded semantics.
- form : String
Surface form
- gloss : String
English gloss
- hasDPUse : Bool
Has a DP-internal (determiner) use?
- hasDistanceUse : Bool
Has a distance-distributive (adverbial) use?
- distMaxClass : Semantics.Plurality.Distributivity.DistMaxClass
Classification
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.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
jeder's semantics IS distMaximal
jeder ↔ distTolerant with identity tolerance (on nonempty pluralities)
jeweils with identity tolerance ↔ jeder (on nonempty pluralities)
alle reduces to simple universal check on atoms
The DP-use / maximality correlation from @cite{haslinger-etal-2025} §4: items with a DP-internal use (jeder, alle) enforce maximality; items without one (jeweils) permit non-maximality.
This is a descriptive correlation, not a theorem — the paper notes
that jeder* (eq. 27) would be a counterexample if attested.