Expand description
The Kleene / De Morgan lattice on the likeliness scale. These are the logical connectives of the calculus; the non-probabilistic character lives here (no excluded middle, no contradiction collapse).
Functions§
- and
- Conjunction — the meet (weakest link): a claim resting on both
aandbis no more expected than its least-expected part. - combine_
premises - Likeliness of a conjunction of premises = the weakest (meet over all). The vacuous
conjunction (no premises) is
Certain(the top). - combine_
routes - Likeliness of a conclusion reachable by alternative routes = the strongest (join over
all). The vacuous disjunction (no routes) is
Impossible(the bottom). - not
- Negation — the order-reversing involution
Impossible ↔ Certain,Evenfixed. Notenot(not(l)) == l, butor(l, not l)need not beCertain. - or
- Disjunction — the join (best alternative): a claim reachable via
aorbis at least as expected as its most-expected route.