6
Was reading regarding Fuzzy logic and I realized that it has relations with boolean logic. However, I was very confused at the point that defines the relation of the logic of Fuzzy with the boolean, besides, other doubts also appeared to me.
Doubts
- What is the difference between Fuzzy logic and boolean logic and what defines the relationship between the two?
- We can use the logic of Fuzzy in programming or it is restricted only for other fields of mathematics?
I have answered this (or pincelei) in some answer. Basically it is the traditional Boolean logic with the change of the deleted third axiom
– Jefferson Quesado
@Jeffersonquesado "change the axiom of the excluded third" ? I was more confused now kkkk
– gato
Here I speak of the 3 axioms: https://answall.com/a/274114/64969; axiom of identity, axiom of non-contradiction and axiom of the excluded middle. But I don’t mean Fuzzy/fuzzy in two of the 3 answers I mention axiom...
– Jefferson Quesado
Possible duplicate of What is fuzzy logic?; Let me know if it’s not duplicate
– Jefferson Quesado
How about this answer? I explain minimally what is the change in the axiom of the excluded third
– Jefferson Quesado
@Jeffersonquesado the relationship is the scale of values between
1
and0
that in the fuzzy logic would be0.001
and0.11
or1
, would be this? Or would it be a value that represents1
and0
, as a third value?– gato
Fuzzy logic is not quantum, it does not represent both 0 and 1. The axiom of "excluded third" Boolean logic says the following: there are two values, and only two, any third value is identical to one of the two preceding values, or does not belong to Boolean logic. Therefore, the "third value" was "excluded" from Boolean logic. Hence, axiom of the excluded third. All the rest of Boolean logic is only valid because of this axiom.
– Jefferson Quesado