Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Equations
- RSA.Domains.Quantity.instBEqUtterance.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Equations
- One or more equations did not get rendered due to their size.
Literal semantics (weak "some")
Equations
Instances For
All worlds for a domain of size n
Equations
Instances For
World where 0 have the property
Equations
Instances For
World where all n have the property
Equations
Instances For
Extended scalar utterances including "most"
- none_ : ExtUtterance
- some_ : ExtUtterance
- most : ExtUtterance
- all : ExtUtterance
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- RSA.Domains.Quantity.instBEqExtUtterance.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Equations
- One or more equations did not get rendered due to their size.
Extended semantics with "most"
Equations
- RSA.Domains.Quantity.extMeaning n RSA.Domains.Quantity.ExtUtterance.none_ x✝ = (↑x✝ == 0)
- RSA.Domains.Quantity.extMeaning n RSA.Domains.Quantity.ExtUtterance.some_ x✝ = decide (↑x✝ ≥ 1)
- RSA.Domains.Quantity.extMeaning n RSA.Domains.Quantity.ExtUtterance.most x✝ = decide (↑x✝ * 2 > n)
- RSA.Domains.Quantity.extMeaning n RSA.Domains.Quantity.ExtUtterance.all x✝ = (↑x✝ == n)
Instances For
All extended utterances
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[reducible, inline]
Instances For
@[reducible, inline]
Instances For
Get monotonicity from unified entry
Instances For
GQT meaning from unified entry
Equations
Instances For
Equations
- VanTielQuantity.allWorlds n = List.finRange (n + 1)