|
|
|
|
|
by rhdunn
24 days ago
|
|
A better formulation would be something like Fuzzy Logic [1]. That represents floating point values from 0 (false) to 1 (true), so 0.5 could be "unsure", 0.9 could be "very likely", etc. However, that doesn't make boolean logic invalid. Boolean logic is also the foundation of computing: logic gates, circuits like BCD, etc. [1] https://en.wikipedia.org/wiki/Fuzzy_logic |
|
They could technically refer to 'very likely' or 'unsure' only if the predicate you're modeling is itself about certainty or belief. For example, you could say "I'm certain about X to degree 0.8 out of 1" meaning you're quite certain about X. But notice that the 0.8 is about your belief, not about X itself.