Papers
Topics
Authors
Recent
Search
2000 character limit reached

Gödel Justification Logic: A Fuzzy Framework

Updated 14 March 2026
  • Gödel Justification Logic is a many-valued extension of propositional Gödel logic that internalizes graded justifications using explicit terms.
  • It introduces a specialized syntax and axioms that enable fine-grained reasoning about partial evidences, diverging from classical realization theorems.
  • The framework employs one-world and fuzzy Fitting models, with research focusing on completeness proofs and challenges in modal–justification correspondence.

Gödel justification logic (GJL) is the explicit justification analogue of modal logic based on Gödel fuzzy logic, internalizing justifications within the many-valued framework of [0,1]-valued t-norm logics. GJL extends propositional Gödel logic by introducing explicit justification terms and operators, thereby enabling fine-grained reasoning about partial, graded justifications. Classically, justification logics support the realization theorem linking modal theorems (□φ) to explicit justification assertions (t:φ). However, in the Gödel setting, this correspondence is fundamentally disrupted: several modal Gödel logics strictly contain the projections of their justification logic analogues, revealing deep differences arising from the many-valued semantics.

1. Language and Syntax

GJL is built over countable sets of propositional variables (Var = {p₀, p₁, ...}), justification variables (V = {x₀, x₁, ...}), and justification constants (C = {c₀, c₁, ...}). Justification terms (Jt) are constructed recursively by the grammar:

t::=cx(t+t)(tt)!t?tt ::= c \mid x \mid (t + t) \mid (t \cdot t) \mid {!}t \mid {?}t

where ++ is the sum (alternative justifications), \cdot is application (modus ponens for justifications), !! encodes positive introspection, and ?? negative introspection (Pischke, 2019, Pischke, 2018).

Formulas are given by the grammar:

φ::=p(φφ)(φφ)t:φ\varphi ::= \bot \mid p \mid (\varphi \wedge \varphi) \mid (\varphi \to \varphi) \mid t:\varphi

with ¬φ\neg\varphi as an abbreviation for φ\varphi \to \bot (Pischke, 2019, Pischke, 2018, Ghari, 2014). The operators \wedge and \to denote, respectively, minimum and residuum operations in the Gödel algebra.

2. Proof Systems and Axiomatizations

The base Hilbert system GJ0\mathbf{GJ}_0 includes all axioms of propositional Gödel logic [Hájek 1998], namely:

  • (A1) (φψ)((ψχ)(φχ))(\varphi \to \psi) \to ((\psi \to \chi) \to (\varphi \to \chi))
  • (A2) (φψ)φ(\varphi \wedge \psi) \to \varphi
  • (A3) (φψ)(ψφ)(\varphi \wedge \psi) \to (\psi \wedge \varphi)
  • (A5a) (φ(ψχ))((φψ)χ)(\varphi \to (\psi \to \chi)) \to ((\varphi \wedge \psi) \to \chi)
  • (A5b) ((φψ)χ)(φ(ψχ))((\varphi \wedge \psi) \to \chi) \to (\varphi \to (\psi \to \chi))
  • (A6) ((φψ)χ)(((ψφ)χ)χ)((\varphi \to \psi) \to \chi) \to (((\psi \to \varphi) \to \chi) \to \chi)
  • (A7) φ\bot \to \varphi
  • (G4) φ(φφ)\varphi \to (\varphi \wedge \varphi)

Added are justification-specific axioms:

  • (J) t:(φψ)(s:φ(ts):ψ)t:(\varphi \to \psi) \to (s:\varphi \to (t\cdot s):\psi)
  • (++) t:φ(t+s):φt:\varphi \to (t+s):\varphi, s:φ(t+s):φs:\varphi \to (t+s):\varphi

Extensions GJT0\mathbf{GJT}_0, GJ40\mathbf{GJ4}_0, GJ450\mathbf{GJ45}_0, and GLP0\mathbf{GLP}_0 introduce:

  • (F) t:φφt:\varphi \to \varphi (factivity, T)
  • (!): t:φ!t:t:φt:\varphi \to !t: t:\varphi (positive introspection, 4)
  • (?): ¬t:φ?t:¬t:φ\neg t:\varphi\to ?t: \neg t:\varphi (negative introspection, 5)

The sole inference rule is modus ponens (MP) (Pischke, 2019, Pischke, 2018, Ghari, 2014).

3. Semantics: Gödel-Fuzzy Models and Evidence

Gödel justification logics admit two main semantic approaches: one-world (Gödel-Mkrtychev) models and multi-world (fuzzy Fitting) models. In both, truth values are taken from the real unit interval [0,1][0,1].

  • One-world (Gödel-Mkrtychev) models: A model M=E,e\mathcal{M} = \langle \mathcal{E}, e \rangle, where e:Var[0,1]e: \text{Var}\to [0,1] and E:Jt×LJ[0,1]\mathcal{E}: \text{Jt} \times \mathcal{L}_J \to [0,1] satisfy:
    • (App): E(t,φψ)E(s,φ)E(ts,ψ)\mathcal{E}(t, \varphi\to\psi)\odot\mathcal{E}(s,\varphi)\leq\mathcal{E}(t \cdot s, \psi)
    • (Sum): E(t,φ)E(s,φ)E(t+s,φ)\mathcal{E}(t,\varphi)\oplus\mathcal{E}(s,\varphi) \leq \mathcal{E}(t+s,\varphi) (with =max\oplus = \max)

Formula values: - M=0|\bot|_\mathcal{M} = 0 - pM=e(p)|p|_\mathcal{M} = e(p) - φψM=φMψM|\varphi \wedge \psi|_\mathcal{M} = |\varphi|_\mathcal{M} \odot |\psi|_\mathcal{M} - φψM=φMψM|\varphi\to\psi|_\mathcal{M} = |\varphi|_\mathcal{M} \Rightarrow |\psi|_\mathcal{M}, where xy=yx\Rightarrow y = y if x>yx>y, =1=1 otherwise - t:φM=E(t,φ)|t:\varphi|_\mathcal{M} = \mathcal{E}(t,\varphi)

Specialized semantic conditions model factivity, introspection, etc., for various GJL extensions (Pischke, 2019).

  • Fuzzy Fitting Models: Quadruples M=(W,R,E,e)\mathfrak{M}=(W, R, \mathcal{E}, e); fuzzy accessibility R:W×W[0,1]R:W\times W \to [0,1], evidence E:W×Jt×LJ[0,1]\mathcal{E}: W\times \text{Jt}\times\mathcal{L}_J\to[0,1], and evaluations:

e(w,t:φ)=E(w,t,φ)infuW(R(w,u)e(u,φ))e(w, t:\varphi) = \mathcal{E}(w,t,\varphi) \odot \inf_{u \in W} (R(w,u) \Rightarrow e(u,\varphi))

(Pischke, 2018).

Soundness and completeness theorems establish a tight correspondence between axiom systems and the respective class of fuzzy models for each extension (Pischke, 2018, Pischke, 2019).

4. Forgetful Projection and the Non-Realization Phenomenon

The forgetful projection φφ\varphi \mapsto \varphi^\circ erases justifications from GJL formulas, mapping

  • p=pp^\circ = p
  • (t:φ)=φ(t:\varphi)^\circ = \Box \varphi^\circ
  • standard connectives are preserved.

This sends theorems of GJL systems to theorems of corresponding Gödel modal logics (GML)—e.g., GK\mathbf{GK}_\Box, GT\mathbf{GT}_\Box—via:

ΓGJLCSφ    ΓGMLφ\Gamma \vdash_{\mathbf{GJL}_{CS}} \varphi \implies \Gamma^\circ \vdash_{\mathbf{GML}_\Box} \varphi^\circ

(Pischke, 2019).

However, unlike the classical case, the converse inclusion fails. The non-realization theorem establishes the existence of modal Gödel logic theorems, specifically the axiom:

(Z)¬¬φ¬¬φ(Z)\qquad \neg\neg\Box\varphi \to \Box\neg\neg\varphi

that do not arise as projections of any GJL theorem. This is demonstrated by constructing xx-rooted provability models with x(0,1)x \in (0,1), exploiting intermediate truth values so that ZZ fails to have a realizing justification formula (Pischke, 2019).

5. Model Construction and Completeness Results

Completeness for GJL systems is proved via canonical model constructions and star translations. Every strongly complete system has that, for any Γ{φ}LJ\Gamma \cup \{\varphi\} \subseteq \mathcal{L}_J,

ΓGJLCSφ    MGJLCS,wW:infψΓe(w,ψ)e(w,φ)\Gamma \vdash_{\mathbf{GJL}_{CS}} \varphi \iff \forall \mathfrak{M} \in \mathsf{GJL}_{CS}, \forall w \in W: \inf_{\psi \in \Gamma} e(w,\psi) \leq e(w,\varphi)

with accessibility-crisp models sufficing (Pischke, 2018). The construction utilizes star-translation, mapping t:ψt:\psi to a new propositional variable, then transferring Gödel-propositional completeness to the explicit logic via canonical evaluation.

In the base setting, Ghari (Ghari, 2014) established soundness for GJL but left general completeness open; later work (Pischke, 2018) closed the gap for strong completeness in Hilbert systems matching various modal axiomatizations.

6. Relationship with Modal and Classical Justification Logics

GJL generalizes classical justification logics by replacing Boolean connectives and truth values with their Gödel-algebra analogues, internalizing graded justifications rather than binary ones. In the crisp case (truth values in {0,1}\{0,1\}), GJL coincides with classical J; but in the fuzzy setting, the behavior diverges sharply.

A critical difference is that, while modal Gödel logics and their justification analogues are syntactically linked via the forgetful projection, the realization theorem fails in the Gödel context. The gap is semantically rooted: the key axiom (Z) is trivial in crisp models but non-trivial and necessary in fuzzy frames. Thus, the forgetful image of GJL is a strict fragment of the corresponding standard Gödel modal logic (Pischke, 2019). Alternative justification-style formalisms or modifications must be explored to achieve modal-justification correspondence in the fuzzy field.

7. Implications, Open Problems, and Directions

The non-realizability result for GJL answers negatively a longstanding question on the existence of justification logics matching fuzzy modal logics under forgetful projection [Ghari 2014, Pischke 2018]. Current research avenues include characterizing the maximal fragment of Gödel modal logic that is realizable by GJL (i.e., GT_□ minus axiom Z), and devising new frameworks where a full realization theorem may hold. Extensions for richer connectives, Pavelka-style truth constants, and the investigation of Baaz’s Δ\Delta-operator also offer promising future directions (Pischke, 2018, Pischke, 2019).

GJL serves as a flexible bridge between justification logics and fuzzy frameworks, providing a context for expressing partial beliefs and graded evidences within explicit epistemic or proof-theoretic settings. However, the many-valued nature fundamentally alters the landscape of realization, completeness, and modal–justification correspondence, marking GJL as a distinct logic-theoretic subject within the landscape of contemporary logic research.

Definition Search Book Streamline Icon: https://streamlinehq.com
References (3)

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Gödel Justification Logic.