Expand description
Fuzzy linguistic quantifiers (Ma, Li & Ma ch 5.4; Zadeh) — evaluate statements like “most guardians concur” or “few objections” over graded evidence, keeping governance legible in human terms without collapsing to brittle counts.
Scope (a §12-allowed deferral): this provides the machinery — Zadeh’s
relative quantifiers as monotone membership curves over the satisfied-proportion,
plus the sigma-count proportion. The named set of governance quantifiers and
their exact membership curves (“most”, “almost all”, and any sensitive ones) are
Timothy’s to coin/ratify — this module deliberately ships only generic
constructors + the classic illustrative curves, not a governance vocabulary.
Kernel-class Reduction.
Structs§
- Relative
Quantifier - A relative fuzzy quantifier: a monotone non-decreasing map from a proportion in
[0,1]to a truth degree in[0,1], represented as a linear ramp0belowlow,1abovehigh, linear between (low ≤ high).
Functions§
- evaluate
- Evaluate “Q elements satisfy P” — apply the quantifier to the sigma-count
proportion of the per-element satisfaction
degrees.Nonefor an empty set. - fuzzy_
proportion - Sigma-count proportion: the fuzzy “fraction satisfied” =
Σ degrees / n.Nonefor an empty set.