fuzzy logic - 7. further lines of research and open problemscintula/slides/mfl-6-tuw.pdf · fuzzy...

30
Fuzzy Logic 7. Further lines of research and open problems Petr Cintula Institute of Computer Science, Czech Academy of Sciences, Prague, Czech Republic www.cs.cas.cz/cintula/mfl-tuw Petr Cintula (CAS) Fuzzy Logic www.cs.cas.cz/cintula/mfl-tuw 1 / 43

Upload: vantu

Post on 06-Oct-2018

214 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Fuzzy Logic - 7. Further lines of research and open problemscintula/slides/MFL-6-TUW.pdf · Fuzzy Logic 7. Further lines of research and open problems Petr Cintula Institute of Computer

Fuzzy Logic7. Further lines of research and open problems

Petr Cintula

Institute of Computer Science,Czech Academy of Sciences, Prague, Czech Republic

www.cs.cas.cz/cintula/mfl-tuw

Petr Cintula (CAS) Fuzzy Logic www.cs.cas.cz/cintula/mfl-tuw 1 / 43

Page 2: Fuzzy Logic - 7. Further lines of research and open problemscintula/slides/MFL-6-TUW.pdf · Fuzzy Logic 7. Further lines of research and open problems Petr Cintula Institute of Computer

PC, P. Hájek, CN. Handbook of Mathematical Fuzzy Logic.Studies in Logic, Mathematical Logic and Foundations 37 and 38, 2011.

Petr Cintula (CAS) Fuzzy Logic www.cs.cas.cz/cintula/mfl-tuw 3 / 43

Page 3: Fuzzy Logic - 7. Further lines of research and open problemscintula/slides/MFL-6-TUW.pdf · Fuzzy Logic 7. Further lines of research and open problems Petr Cintula Institute of Computer

PC, P. Hájek, CN. Handbook of Mathematical Fuzzy Logic.Studies in Logic, Mathematical Logic and Foundations 37 and 38, 2011.

Petr Cintula (CAS) Fuzzy Logic www.cs.cas.cz/cintula/mfl-tuw 4 / 43

Page 4: Fuzzy Logic - 7. Further lines of research and open problemscintula/slides/MFL-6-TUW.pdf · Fuzzy Logic 7. Further lines of research and open problems Petr Cintula Institute of Computer

An even more general approach

Why should we stop at SL`?

fuzzy logics = logics of chains ⇒ general theory of semilinear logics

Necessary ingredients:

An order relation on all algebras (so, in particular, we have chains)An implication→ s.t. for every a, b ∈ A, a ≤ b iif a→b is true in AThe implication gives a congruence w.r.t. all connectives (so, wecan do the Lindenbaum–Tarski construction)

Using Abstract Algebraic Logic we can develop a theory of weaklyimplicative semilinear logics.

Petr Cintula (CAS) Fuzzy Logic www.cs.cas.cz/cintula/mfl-tuw 6 / 43

Page 5: Fuzzy Logic - 7. Further lines of research and open problemscintula/slides/MFL-6-TUW.pdf · Fuzzy Logic 7. Further lines of research and open problems Petr Cintula Institute of Computer

Calculus for FLew: structural rules

A sequent is a pair Γ⇒ ∆ where Γ is a multiset of formulas and∆ is a formula or the empty set.

The calculus has the following axiom and the structural rules:

(ID) ϕ⇒ ϕΓ⇒ ϕ ϕ,∆⇒ χ

(Cut)Γ,∆⇒ χ

Γ⇒ χ(W-L)

ϕ,Γ⇒ χΓ⇒(W-R)Γ⇒ ϕ

Petr Cintula (CAS) Fuzzy Logic www.cs.cas.cz/cintula/mfl-tuw 8 / 43

Page 6: Fuzzy Logic - 7. Further lines of research and open problemscintula/slides/MFL-6-TUW.pdf · Fuzzy Logic 7. Further lines of research and open problems Petr Cintula Institute of Computer

Calculus for FLew: operational rules

ϕ,Γ⇒ χ(∧-L)

ϕ ∧ ψ,Γ⇒ χ, ditto ψ Γ⇒ ϕ Γ⇒ ψ

(∧-R)Γ⇒ ϕ ∧ ψ

ϕ,ψ,Γ⇒ χ(&-L)

ϕ& ψ,Γ⇒ χ

Γ⇒ ϕ ∆⇒ ψ(&-R)

Γ,∆⇒ ϕ& ψ

ϕ,Γ⇒ χ ψ,Γ⇒ χ(∨-L)

ϕ ∨ ψ,Γ⇒ χ

Γ⇒ ϕ(∨-R)

Γ⇒ ϕ ∨ ψ, ditto ψ

Γ⇒ ϕ ψ,∆⇒ χ(→-L)

ϕ→ ψ,Γ,∆⇒ χ

ϕ,Γ⇒ ψ(→-R)

Γ⇒ ϕ→ ψ

Γ⇒ ϕ(¬-L) ¬ϕ,Γ⇒

ϕ,Γ⇒(¬-R)

Γ⇒ ¬ϕ

Petr Cintula (CAS) Fuzzy Logic www.cs.cas.cz/cintula/mfl-tuw 9 / 43

Page 7: Fuzzy Logic - 7. Further lines of research and open problemscintula/slides/MFL-6-TUW.pdf · Fuzzy Logic 7. Further lines of research and open problems Petr Cintula Institute of Computer

From sequents to hypersequents

A hypersequent is a multiset of sequents. We add hypersequentcontext G to all rules:

(ID)G | ϕ⇒ ϕ

G | Γ⇒ ϕ(∨-R)

G | Γ⇒ ϕ ∨ ψ, ditto ψ

What we need is Avron’s communication rule

G | Γ1,Π1 ⇒ χ1 G | Γ2,Π2 ⇒ χ2(COM)G | Γ1,Γ2 ⇒ χ1 | Π1,Π2 ⇒ χ2

Petr Cintula (CAS) Fuzzy Logic www.cs.cas.cz/cintula/mfl-tuw 10 / 43

Page 8: Fuzzy Logic - 7. Further lines of research and open problemscintula/slides/MFL-6-TUW.pdf · Fuzzy Logic 7. Further lines of research and open problems Petr Cintula Institute of Computer

Characterizations of completeness properties

Let L be core semilinear logic and K a class of L-chains.

Theorem 7.1 (Characterization of strong K-completeness)1 For each T ∪ {ϕ} holds: T `L ϕ iff T |=K ϕ.2 L = ISPσ-f (K).3 Each countable L-chain is embeddable into some member of K.

Theorem 7.2 (Characterization of finite strong K-completeness)1 For each finite T ∪ {ϕ} holds: T `L ϕ iff T |=K ϕ

2 L = Q(K), i.e., K generates L as a quasivariety.3 Each countable L-chain is embeddable into some ultrapower of K.4 Each finite subset of an L-chain is partially embeddable into an

element of K.

Petr Cintula (CAS) Fuzzy Logic www.cs.cas.cz/cintula/mfl-tuw 12 / 43

Page 9: Fuzzy Logic - 7. Further lines of research and open problemscintula/slides/MFL-6-TUW.pdf · Fuzzy Logic 7. Further lines of research and open problems Petr Cintula Institute of Computer

Completeness properties

Let L be a core semilinear logic and K a class of L-chains.

Definition 7.3L has the SKC if:

for every Γ ∪ {ϕ} ⊆ FmL, Γ `L ϕ iff Γ |=K ϕ

L has the FSKC if:

for every finite Γ ∪ {ϕ} ⊆ FmL, Γ `L ϕ iff Γ |=K ϕ

Petr Cintula (CAS) Fuzzy Logic www.cs.cas.cz/cintula/mfl-tuw 13 / 43

Page 10: Fuzzy Logic - 7. Further lines of research and open problemscintula/slides/MFL-6-TUW.pdf · Fuzzy Logic 7. Further lines of research and open problems Petr Cintula Institute of Computer

Distinguished semantics

Typical instances: K ∈ {R,Q,F} (real, rational, finite-chainsemantics).

Theorem 7.4 (Strong finite-chain completeness)1 L enjoys the SFC,2 all L-chains are finite,3 there exists n ∈ N such each L-chain has at most n elements,4 there exists n ∈ N such that `L

∨i<n(xi → xi+1).

Theorem 7.5 (Relation of Rational and Real completeness)1 L has the FSQC iff it has the SQC.2 If L has the RC, then it has the QC.3 If L has the FSRC, then it has the SQC.

Petr Cintula (CAS) Fuzzy Logic www.cs.cas.cz/cintula/mfl-tuw 14 / 43

Page 11: Fuzzy Logic - 7. Further lines of research and open problemscintula/slides/MFL-6-TUW.pdf · Fuzzy Logic 7. Further lines of research and open problems Petr Cintula Institute of Computer

Known results and open problems

Logic SRC FSRC SQC FSQC FSFCFL` No No No No NoFL`c No No No No ?FL`e = UL Yes Yes Yes Yes NoFL`w = psMTLr Yes Yes Yes Yes YesFL`ew = MTL Yes Yes Yes Yes YesFL`ec ? ? ? ? ?FL`wc = G Yes Yes Yes Yes Yes

Problem 7.6Solve the missing cases.

Petr Cintula (CAS) Fuzzy Logic www.cs.cas.cz/cintula/mfl-tuw 15 / 43

Page 12: Fuzzy Logic - 7. Further lines of research and open problemscintula/slides/MFL-6-TUW.pdf · Fuzzy Logic 7. Further lines of research and open problems Petr Cintula Institute of Computer

Known results and open problems

Logic SRC FSRC SQC FSQC FSFCInFL` No No No No NoInFL`c No No No No ?InFL`e = IUL ? ? ? ? NoInFL`w Yes Yes Yes Yes ?InFL`ew = IMTL Yes Yes Yes Yes YesInFL`ec ? ? ? ? ?InFL`wc = CL No No No No Yes

Problem 7.7Solve the missing cases.

Petr Cintula (CAS) Fuzzy Logic www.cs.cas.cz/cintula/mfl-tuw 16 / 43

Page 13: Fuzzy Logic - 7. Further lines of research and open problemscintula/slides/MFL-6-TUW.pdf · Fuzzy Logic 7. Further lines of research and open problems Petr Cintula Institute of Computer

Known results in non-associative logics

Logic SRC FSRC SQC FSQC FSFCSL` Yes Yes Yes Yes YesSL`c Yes Yes Yes Yes YesSL`e Yes Yes Yes Yes YesSL`w Yes Yes Yes Yes YesSL`ew Yes Yes Yes Yes YesSL`ec Yes Yes Yes Yes YesSL`wc = G Yes Yes Yes Yes Yes

Petr Cintula (CAS) Fuzzy Logic www.cs.cas.cz/cintula/mfl-tuw 17 / 43

Page 14: Fuzzy Logic - 7. Further lines of research and open problemscintula/slides/MFL-6-TUW.pdf · Fuzzy Logic 7. Further lines of research and open problems Petr Cintula Institute of Computer

More interesting questions (no one addressed yet)

Logic SRC FSRC SQC FSQC FSFCInSL` ? ? ? ? ?InSL`c ? ? ? ? ?InSL`e ? ? ? ? ?InSL`w ? ? ? ? ?InSL`ew ? ? ? ? ?InSL`ec ? ? ? ? ?InSL`wc = CL No No No No Yes

Petr Cintula (CAS) Fuzzy Logic www.cs.cas.cz/cintula/mfl-tuw 18 / 43

Page 15: Fuzzy Logic - 7. Further lines of research and open problemscintula/slides/MFL-6-TUW.pdf · Fuzzy Logic 7. Further lines of research and open problems Petr Cintula Institute of Computer

An extensive research field . . .

based on the structural description of HL-chainsclassification and axiomatization of subvarietiesamalgamation, interpolation, and Beth propertiescompletions theoryetc.

Petr Cintula (CAS) Fuzzy Logic www.cs.cas.cz/cintula/mfl-tuw 20 / 43

Page 16: Fuzzy Logic - 7. Further lines of research and open problemscintula/slides/MFL-6-TUW.pdf · Fuzzy Logic 7. Further lines of research and open problems Petr Cintula Institute of Computer

We have heard a lot about it already . . .

If you want to know more, read:

D. Mundici. Advanced Łukasiewicz calculus and MV-algebras.Trends in Logic, Vol. 35 Springer, New York, 2011.

Petr Cintula (CAS) Fuzzy Logic www.cs.cas.cz/cintula/mfl-tuw 22 / 43

Page 17: Fuzzy Logic - 7. Further lines of research and open problemscintula/slides/MFL-6-TUW.pdf · Fuzzy Logic 7. Further lines of research and open problems Petr Cintula Institute of Computer

We have heard a lot about it already . . .

If you want to know more, read:

anything from Vienna school: M. Baaz, N. Preining, C. Fermüller,R. Zach, etc.

Petr Cintula (CAS) Fuzzy Logic www.cs.cas.cz/cintula/mfl-tuw 24 / 43

Page 18: Fuzzy Logic - 7. Further lines of research and open problemscintula/slides/MFL-6-TUW.pdf · Fuzzy Logic 7. Further lines of research and open problems Petr Cintula Institute of Computer

A plethora of results not only about . . .

Petr Cintula (CAS) Fuzzy Logic www.cs.cas.cz/cintula/mfl-tuw 26 / 43

Page 19: Fuzzy Logic - 7. Further lines of research and open problemscintula/slides/MFL-6-TUW.pdf · Fuzzy Logic 7. Further lines of research and open problems Petr Cintula Institute of Computer

Basic notions

We fix a logic L which is standard complete w.r.t. [0, 1]L.

Definition 7.8Function f : [0, 1]n → [0, 1] is represented by formula ϕ of logic L ife(ϕ) = f (e(v1), e(v2), . . . , e(vm)) for each [0, 1]L-evaluation e.

Definition 7.9Functional representation of logic L is a class of functions from anypower of [0, 1] into [0, 1] s.t. each C ∈ C is represented by some formulaϕ and vice-versa (i.e., for each ϕ there is C ∈ C represented by ϕ).

Petr Cintula (CAS) Fuzzy Logic www.cs.cas.cz/cintula/mfl-tuw 28 / 43

Page 20: Fuzzy Logic - 7. Further lines of research and open problemscintula/slides/MFL-6-TUW.pdf · Fuzzy Logic 7. Further lines of research and open problems Petr Cintula Institute of Computer

An overview

Łukasiewicz logic:Operations: truncated sum min{1, x + y} and involutive negation 1− xFunctions: continuous piece-wise linear functions with integer coeff.

f (x1, . . . , xn) = a1x1 + . . .+ anxn + a0 , ai ∈ Z

Ext. Added operations FunctionsP multiplication polynomial

RP rational constants rational shift (a0 ∈ Q)

44(x) = 1 if x = 1

4(x) = 0 if x < 1non-continuity

δ dividing by integers rational coefficients (ai ∈ Q)

ŁΠ fractions fractions of functions

Petr Cintula (CAS) Fuzzy Logic www.cs.cas.cz/cintula/mfl-tuw 29 / 43

Page 21: Fuzzy Logic - 7. Further lines of research and open problemscintula/slides/MFL-6-TUW.pdf · Fuzzy Logic 7. Further lines of research and open problems Petr Cintula Institute of Computer

Some known results

Definition 7.10A subset S of [0, 1]n is Q-semialgebraic if it is a Boolean combination ofsets of the form

{〈x1, . . . , xn〉 ∈ [0, 1]n | P(〈x1, . . . , xn〉) > 0}

for polynomials P with integer coefficients. If all of the polynomials arelinear, then S is linear Q-semialgebraic.

Logic Contin. Domains PiecesŁ yes linear linear functions with integer coefficientsŁ4 no linear linear functions with integer coefficientsRPL yes linear linear integer coefficients and a rational shiftδŁ yes linear linear rational coefficientsPŁ′ yes ? ??? Pierce-Birkhoff conjecture ???PŁ′

4 no all polynomials with integer coefficientsŁΠ no all fractions of polynomials with integer coeff.Ł˝ 1

2 no all as above plus f [{0, 1}n] ⊆ {0, 1}

Petr Cintula (CAS) Fuzzy Logic www.cs.cas.cz/cintula/mfl-tuw 30 / 43

Page 22: Fuzzy Logic - 7. Further lines of research and open problemscintula/slides/MFL-6-TUW.pdf · Fuzzy Logic 7. Further lines of research and open problems Petr Cintula Institute of Computer

Known results (see Handbook ch. X)

Logic L THM(L) CONS(L) expansion by rational constantsHL coNP-c. coNP-c. –

Ł coNP-c. coNP-c. coNP-c.L ⊃Ł coNP-c. coNP-c. –

G coNP-c. coNP-c. coNP-c.Π coNP-c. coNP-c. ∈ PSPACE

L(∗) ⊃ HL coNP-c. coNP-c. –Ł˝ 1

2 ∈ PSPACE ∈ PSPACE –MTL decidable decidable –

IMTL decidable decidable –ΠMTL decidable decidable –

NM coNP-c. coNP-c. coNP-c.WNM coNP-c. coNP-c. –

Problem 7.11Determine the precise complexity in all cases.

Petr Cintula (CAS) Fuzzy Logic www.cs.cas.cz/cintula/mfl-tuw 32 / 43

Page 23: Fuzzy Logic - 7. Further lines of research and open problemscintula/slides/MFL-6-TUW.pdf · Fuzzy Logic 7. Further lines of research and open problems Petr Cintula Institute of Computer

Known results (see Handbook ch. XI)

Logic stTAUT1 stSAT1 stTAUTpos stSATpos

(I)MTL∀ Σ1-complete Π1-complete Σ1-complete Π1-completeWCMTL∀ Σ1-hard Π1-hard Σ1-hard Π1-hardΠMTL∀ Σ1-hard Π1-hard Σ1-hard Π1-hard(S)HL∀ Non-arithm. Non-arithm. Non-arithm. Non-arithm.

Ł∀ Π2-complete Π1-complete Σ1-complete Σ2-completeΠ∀ Non-arithm. Non-arithm. Non-arithm. Non-arithm.G∀ Σ1-complete Π1-complete Σ1-complete Π1-complete

CnMTL∀ Σ1-complete Π1-complete Σ1-complete Π1-completeCnIMTL∀ Σ1-complete Π1-complete Σ1-complete Π1-completeWNM∀ Σ1-complete Π1-complete Σ1-complete Π1-completeNM∀ Σ1-complete Π1-complete Σ1-complete Π1-complete

Problem 7.12Determine the precise complexity in all cases.

Petr Cintula (CAS) Fuzzy Logic www.cs.cas.cz/cintula/mfl-tuw 34 / 43

Page 24: Fuzzy Logic - 7. Further lines of research and open problemscintula/slides/MFL-6-TUW.pdf · Fuzzy Logic 7. Further lines of research and open problems Petr Cintula Institute of Computer

Volume III of the Handbook

XII Algebraic Semantics: Structure of Chains (Vetterlein)XIII Semantic Games for Fuzzy Logics (Fermüller)XIV Ulam–Rényi Games Based Semantics for Fuzzy Logics (Cicalese,

Montagna)XV Fuzzy Logics with Evaluated Syntax (Novák)XVI Fuzzy Description Logics (Bobillo, Cerami, Esteva,

García-Cerdaña, Peñaloza, Straccia)XVII States of MV-algebras (Flaminio, Kroupa)

XVIII Fuzzy Logics in Theories of Vagueness (Smith)

(edited by Cintula, Fermüller, and Noguera)

Petr Cintula (CAS) Fuzzy Logic www.cs.cas.cz/cintula/mfl-tuw 36 / 43

Page 25: Fuzzy Logic - 7. Further lines of research and open problemscintula/slides/MFL-6-TUW.pdf · Fuzzy Logic 7. Further lines of research and open problems Petr Cintula Institute of Computer

Those would deserve a Handbook chapter in some ofthe future volumes, but are not ready yet . . .

Model Theory of Fuzzy LogicsModel Theory in Fuzzy LogicsFuzzy Modal LogicsDuality TheoryFragments of Fuzzy LogicsHigher-Order Fuzzy logicsFuzzy Set TheoriesFuzzy Arithmetics

Petr Cintula (CAS) Fuzzy Logic www.cs.cas.cz/cintula/mfl-tuw 37 / 43

Page 26: Fuzzy Logic - 7. Further lines of research and open problemscintula/slides/MFL-6-TUW.pdf · Fuzzy Logic 7. Further lines of research and open problems Petr Cintula Institute of Computer

Conclusions

MFL is a well-developed field, with a genuine agenda ofMathematical logic: axiomatization, completeness, proof theory,computational complexity, model theory, etc.All these areas are active, mathematically deep and posechallenging open problems.The objects studied by MFL are semilinear logics, i.e. logics ofchains.Graduality in the semantics (linearly ordered truth-values) is aflexible tool amenable for many interesting applications.MFL, its extensions and applications has still a long way to go, thebest is yet to come, and so there are plenty of topics for potentialPh.D. theses.

Petr Cintula (CAS) Fuzzy Logic www.cs.cas.cz/cintula/mfl-tuw 39 / 43

Page 27: Fuzzy Logic - 7. Further lines of research and open problemscintula/slides/MFL-6-TUW.pdf · Fuzzy Logic 7. Further lines of research and open problems Petr Cintula Institute of Computer

Bibliography

Libor Behounek, Ondrej Majer. A semantics for counterfactualsbased on fuzzy logic. In M. Peliš, V. Puncochar (eds.), The LogicaYearbook 2010, pp. 25–41, College Publications, 2011.Libor Behounek. Fuzzy logics interpreted as logics of resources.In M. Peliš (ed.): The Logica Yearbook 2008, pp. 9–21, CollegePublications 2009.Libor Behounek, Petr Cintula. From fuzzy logic to fuzzymathematics: a methodological manifesto. Fuzzy Sets andSystems 157(5): 642–646, 2006.Roberto Cignoli, Itala M.L. D’Ottaviano and Daniele Mundici,Algebraic Foundations of Many-Valued Reasoning, Trends inLogic, vol. 7, Kluwer, Dordrecht, 1999.

Petr Cintula (CAS) Fuzzy Logic www.cs.cas.cz/cintula/mfl-tuw 40 / 43

Page 28: Fuzzy Logic - 7. Further lines of research and open problemscintula/slides/MFL-6-TUW.pdf · Fuzzy Logic 7. Further lines of research and open problems Petr Cintula Institute of Computer

Bibliography

Petr Cintula, Francesc Esteva, Joan Gispert, Lluís Godo, FrancoMontagna and Carles Noguera. Distinguished AlgebraicSemantics For T-Norm Based Fuzzy Logics: Methods andAlgebraic Equivalencies, Annals of Pure and Applied Logic160(1): 53–81, 2009.Petr Cintula, Petr Hájek, Carles Noguera (eds). Handbook ofMathematical Fuzzy Logic. Studies in Logic, Mathematical Logicand Foundations, vol. 37 and 38, London, College Publications,2011.Petr Cintula, Rostislav Horcík and Carles Noguera.Non-Associative Substructural Logics and their SemilinearExtensions: Axiomatization and Completeness Properties, TheReview of Symbolic Logic 6(3):394–423, 2013.Michael Dummett. A propositional calculus with denumerablematrix. Journal of Symbolic Logic, 24:97–106, 1959.

Petr Cintula (CAS) Fuzzy Logic www.cs.cas.cz/cintula/mfl-tuw 41 / 43

Page 29: Fuzzy Logic - 7. Further lines of research and open problemscintula/slides/MFL-6-TUW.pdf · Fuzzy Logic 7. Further lines of research and open problems Petr Cintula Institute of Computer

Bibliography

Nikolaos Galatos, Peter Jipsen, Tomasz Kowalski, and HiroakiraOno. Residuated Lattices: An Algebraic Glimpse at SubstructuralLogics, Studies in Logic and the Foundations of Mathematics, vol.151, Amsterdam, Elsevier, 2007.Joseph Amadee Goguen. The logic of inexact concepts.Synthese, 19:325–373, 1969.Siegfried Gottwald. A Treatise on Many-Valued Logics, volume 9of Studies in Logic and Computation. Research Studies Press,Baldock, 2001.Petr Hájek. Metamathematics of Fuzzy Logic, volume 4 of Trendsin Logic. Kluwer, Dordrecht, 1998.Jan Łukasiewicz and Alfred Tarski. Untersuchungen über denAussagenkalkül. Comptes Rendus des Séances de la Société desSciences et des Lettres de Varsovie, 23:30–50, 1930.

Petr Cintula (CAS) Fuzzy Logic www.cs.cas.cz/cintula/mfl-tuw 42 / 43

Page 30: Fuzzy Logic - 7. Further lines of research and open problemscintula/slides/MFL-6-TUW.pdf · Fuzzy Logic 7. Further lines of research and open problems Petr Cintula Institute of Computer

Bibliography

George Metcalfe, Nicola Olivetti and Dov M. Gabbay, Proof Theoryfor Fuzzy Logics, Applied Logic Series, vol. 36, Springer, 2008.Daniele Mundici, Advanced Łukasiewicz Calculus andMV-Algebras, Springer, New York, 2011.Vilém Novák, Irina Perfilieva, and Jirí Mockor. MathematicalPrinciples of Fuzzy Logic. Kluwer, Dordrecht, 2000.Lotfi A. Zadeh. Fuzzy sets. Information and Control, 8:338–353,1965.

Petr Cintula (CAS) Fuzzy Logic www.cs.cas.cz/cintula/mfl-tuw 43 / 43