Fuzzy Logic Flashcards
What is the only designated value?
{1}
What are the two new connectives in fuzzy?
- t-norm conjunction (⊗)
2. An added conditional –> (as in L3 and RM3)
What are the semantics for infinite valued logic?
(1) ν(A) ∈ [0,1] for all atomic A
(2) ν(A∨B) = max{ν(A),ν(B)}.
(3) ν(A∧B) = min{ν(A),ν(B)}.
(4) ν(¬A) = 1 − ν(A)
(5) ν(A→B) = 1 if ν(A) ≤ ν(B),
1 − ν(A) + ν(B) otherwise
(6) ν(A⊗B) = max{0,ν(A) + ν(B) − 1}
When does t-norm get 0?
When both conjuncts are less than zero
Only definitely true when both conjuncts are definitely true
When is it valid?
Iff every model of P’s is a model of the Conc
Designation preserving
What is the difference in semantics between L and G?
- ν(¬A) = 1 if ν(A) = 0
- 0 if ν(A) > 0 - ν(A→B) = 1 if ν(A) ≤ ν(B)
- ν(B) otherwise
For t-norm, what is useful to remember?
How does this work in G?
Residuation
v(A⊗B) ≤ v(C) iff v(A) ≤ v(B–>C)
Holds in Classical logic
Look at lecture notes for the rest
Fuck Aye