0

I'm pretty new to the world of fuzzy set theory, and I am trying to understand implications. So, I am wondering if someone help tell me if the following is correct.

I am trying to find the minimum of: $$ H \rightarrow \lnot G $$ and any advice or comments would be fantastic.

My attempt is:$$ H \rightarrow G = min \{H,G\} $$ $$ H \rightarrow \lnot G = min \{H,\lnot G\} $$ $$ H \rightarrow \lnot G = \lnot (min \{H,\lnot \lnot G\}) $$

So, this give

$$ H \rightarrow \lnot G = \lnot (min \{H, G\}) $$

Which should bring me to:

$$ \mu_{H \rightarrow \lnot G} (x,y) = 1 - min \{H, G\} $$

ofithch79
  • 111

1 Answers1

0

Let $A$ and $B$ two sets and let $m_A$ and $m_B$ their membership functions. The definition of $A\cup_{\text{fuzzy}} B$, and $\neg_{\text{fuzzy}} B$ via their mebership functions are $$m_{A\cup B}=\max(m_A,m_B)\,\,\,\text{ and } m_{\neg B}=1-m_B.$$

Also, since $A\to B\equiv\neg A \cup B$, the analogous fuzzy definition of $A\to_{\text{fuzzy}} B\equiv \neg_{\text{fuzzy}} A \cup_{\text{fuzzy}} B$ ought to be

$$m_{A\to B}=\max(1-m_A,m_B).$$


Now, $H\to_{\text{fuzzy}} \neg_{\text{fuzzy}} G\equiv\neg_{\text{fuzzy}} H\cup_{\text{fuzzy}} \neg_{\text{fuzzy}} G$, so we have

$$m_{H\to \neg G}=\max(1-m_H,1-m_G).$$

zoli
  • 20,452
  • Isn't this equivalent to what he said? I think that $\max(1-m_H,1-m_G)$ is equal to $1-\min(m_H,m_G)$. – Akiva Weinberger Dec 03 '15 at 16:42
  • @AkivaWeinberger: Did I say that the OP was wrong? I just tryed to "deduct" something. – zoli Dec 03 '15 at 17:23
  • Sorry, I am pretty new to this stuff, so am I right in saying there wasn't anything wrong with my working out? Or is the more correct approach that given by @zoli ? – ofithch79 Dec 03 '15 at 19:43
  • My approach is not more correct. I took a note for thyself. – zoli Dec 03 '15 at 21:19