lpetrich's latest activity

  • lpetrich
    lpetrich replied to the thread I Axioms of Fuzzy Logic.
    This piecewise linear version is equivalent to x ⊕ y = min( max(x,y), max(1-x,1-y) ) = max( min(x,1-y), min(y,1-x) ) and all three...
  • lpetrich
    lpetrich replied to the thread I Axioms of Fuzzy Logic.
    Exclusive or again. The previous versions: Quadratic (simple negation): x ⊕ y = x + y - 2*x*y Biquadratic (bilinear negation): x ⊕ y =...
  • lpetrich
    lpetrich replied to the thread I Axioms of Fuzzy Logic.
    As I'd mentioned earlier, (distributiveness) > (absorption) > (idempotence) > (Gödel-Zadeh minmax and-or) > (Idempotence), (absorption)...
  • lpetrich
    lpetrich replied to the thread I Axioms of Fuzzy Logic.
    These functions can be used to set up an exclusive-or function that satisfies the xor-inversion axioms: fxor(x) = - fneg(x), fixor(x) =...
  • lpetrich
    lpetrich replied to the thread I Axioms of Fuzzy Logic.
    Let's look at negation more closely. Most fuzzy-logic work assumes simple reflection: ¬ x = 1 - x It is easy to show involution...
Back
Top