metropolis_part_one
Scholar
- Joined
- Nov 4, 2003
- Messages
- 69
What's the big deal. It makes sense to me. But I don't see it as radical or anything?
Although I've never used it directly myself (unless you count QM), I also think it makes sense if used correctly. In the real world, things are rarely black and white. Fuzzy logic is a system that allows for shades of gray.An extension of two-valued logic such that statements need not be true or false, but may have a degree of truth between 0 and 1. Such a system can be extremely useful in designing control logic for real-world systems such as elevators.
Soapy Sam said:I'm a fan of the view that logically there are three types of statement- True, False and Meaningless. This takes care of all paradoxical statements at a stroke.
Part true/ part false is something else. Surely it just implies that you have not sufficiently refined the question?
As for the electronic applications- all the appliances I ever owned involved fuzzy logic, starting with the reason for buying them.
Here's something related:Peskanov: Soapy Sam, I have never read anything about "True, False and Meaningless" logic. It sounds interesting; could you tell me some reference, please?
Commander Cool said:It is radical in the context of it's application in computer software. At the hardware level, the computer knows only 0 or 1, set or cleared, on or off. For all its basic functions, it is stuck within the realm of logic.
Soapy Sam said:The sort of meaningless situation I mean is where a language or other formal system produces an inherently self contradictory or nonsensical statement, such as the one Xouper linked to.
The traditional line of argument in double bind theory is that such interactions involve a confusion of communicative levels, or logical types, and that the participant(s) in the double bind interaction gradually internalize this confusion.
metropolis_part_one said:What's the big deal. It makes sense to me. But I don't see it as radical or anything?
Andonyx said:
To me though this is just an example of why Boolean logic suffices for almost everything you can do with a computer. I've never run into a computer problem I couldn't eventually solve by using booleans and nested "if then" statements.
LW said:
That something can be done using a formal system doesn't mean it should be done that way.
......
In practice, you should always use the correct tool for a job. If your problem can be naturally expressed using classical logic, there is no reason to use anything else. If your problem involves probabilities, use probability theory. If it involves "fuzzy" stuff, use fuzzy logic. And so on.