Model witnesses for the licensing-context table #
Each witnessed row of contextProperties carries a model operator
realizing its signatures: the classical row via EntailmentSig.SoundFor,
the Strawson row via EntailmentSig.StrawsonSoundFor. This converts the
table's strawsonSignature/classicalSignature annotations into derived
facts about denotations — the licensing analogue of the
derive-don't-stipulate rule.
Coverage is incremental (contextWitness? is Option-valued): the
witnessed rows are those whose operators exist in the zoo — negation
(pnot), the quantifier rows (every_sem/no_sem/few_sem sections,
atMost2_student), conditional antecedents (condNecessity), and the
four Strawson-only rows (onlyFull, sorryFull, superlativeAssert,
sinceFull). The none rows await operators (without, deny,
doubt, before, too…to, the comparatives) or concern rows whose
content is the licensing mechanism rather than the signature (the
FC/mono rows, questions).
GroundedPolarity (in Entailment/Polarity.lean) is subsumed by this
table at the polarity quotient but retains external consumers; its
retirement is deferred.
A model-theoretic witness for a licensing-context row: an operator (with its definedness/presupposition function) realizing the row's Strawson signature, and its classical signature when one exists.
- W : Type u_1
- β : Type u_2
The context function.
Definedness: where the argument's presupposition is satisfied.
- latticeβ : Lattice self.β
- boundedβ : BoundedOrder self.β
- strawson : (contextProperties c).strawsonSignature.StrawsonSoundFor self.f self.defined
The Strawson row is Strawson-sound for
f. - classical (σ : NaturalLogic.EntailmentSig) : σ ∈ (contextProperties c).classicalSignature → σ.SoundFor self.f
The classical row, when present, is classically sound for
f.
Instances For
Classical rows #
Negation: pnot realizes the anti-morphism row.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Universal restrictor: the restrictor section of every_sem is
completely anti-additive (toy scope falsifying the unit condition's
vacuity).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Nobody: the scope section of no_sem is completely anti-additive.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Few: the scope section of few_sem is antitone (weak DE — and not
anti-additive, matching its .anti row).
Equations
- One or more equations did not get rendered due to their size.
Instances For
At most n: atMost2_student is antitone; the strictness witness
atMost_not_antiAdditive is why this row is .anti, not .antiAdd.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Conditional antecedents: the antecedent section of condNecessity is
classically antitone with the modal base held constant.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Strawson-only rows (classicalSignature = none) #
Only: Strawson-.anti with its existence presupposition;
classically nothing (onlyFull_not_de).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Adversatives: Strawson-.anti with doxastic factivity; classically
nothing (sorryFull_not_de).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Temporal since: Strawson-.anti with the past-event
presupposition.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Superlatives: Strawson-.anti in the restriction with the
designated-subject presupposition.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The table #
The witness table, populated incrementally; none rows are recorded
in the module docstring.
Equations
- Semantics.Polarity.Licensing.contextWitness? Features.LicensingContext.negation = some Semantics.Polarity.Licensing.negationWitness
- Semantics.Polarity.Licensing.contextWitness? Features.LicensingContext.nobody = some Semantics.Polarity.Licensing.nobodyWitness
- Semantics.Polarity.Licensing.contextWitness? Features.LicensingContext.universalRestrictor = some Semantics.Polarity.Licensing.universalRestrictorWitness
- Semantics.Polarity.Licensing.contextWitness? Features.LicensingContext.few = some Semantics.Polarity.Licensing.fewWitness
- Semantics.Polarity.Licensing.contextWitness? Features.LicensingContext.atMost = some Semantics.Polarity.Licensing.atMostWitness
- Semantics.Polarity.Licensing.contextWitness? Features.LicensingContext.conditionalAntecedent = some Semantics.Polarity.Licensing.conditionalAntecedentWitness
- Semantics.Polarity.Licensing.contextWitness? Features.LicensingContext.onlyFocus = some Semantics.Polarity.Licensing.onlyFocusWitness
- Semantics.Polarity.Licensing.contextWitness? Features.LicensingContext.adversative = some Semantics.Polarity.Licensing.adversativeWitness
- Semantics.Polarity.Licensing.contextWitness? Features.LicensingContext.sinceTemporal = some Semantics.Polarity.Licensing.sinceTemporalWitness
- Semantics.Polarity.Licensing.contextWitness? Features.LicensingContext.superlative = some Semantics.Polarity.Licensing.superlativeWitness
- Semantics.Polarity.Licensing.contextWitness? Features.LicensingContext.beforeClause = none
- Semantics.Polarity.Licensing.contextWitness? Features.LicensingContext.withoutClause = none
- Semantics.Polarity.Licensing.contextWitness? Features.LicensingContext.question = none
- Semantics.Polarity.Licensing.contextWitness? Features.LicensingContext.comparativeNP = none
- Semantics.Polarity.Licensing.contextWitness? Features.LicensingContext.comparativeS = none
- Semantics.Polarity.Licensing.contextWitness? Features.LicensingContext.tooTo = none
- Semantics.Polarity.Licensing.contextWitness? Features.LicensingContext.modalPossibility = none
- Semantics.Polarity.Licensing.contextWitness? Features.LicensingContext.modalNecessity = none
- Semantics.Polarity.Licensing.contextWitness? Features.LicensingContext.imperative = none
- Semantics.Polarity.Licensing.contextWitness? Features.LicensingContext.generic = none
- Semantics.Polarity.Licensing.contextWitness? Features.LicensingContext.freeRelative = none
- Semantics.Polarity.Licensing.contextWitness? Features.LicensingContext.doubtVerb = none
- Semantics.Polarity.Licensing.contextWitness? Features.LicensingContext.denyVerb = none