Are there any natural examples of generalized consequence relations that are not tame (in a sense made precise below)?
I'm calling a generalized consequence relation a relation on $\mathrm{Set}[\mathrm{Wff}] \times \mathrm{Set}[\mathrm{Wff}]$ rather than $\mathrm{Set}[\mathrm{Wff}] \times \mathrm{Wff}$.
Tameness of $\models$ means that the following property holds of $\models$:
$$ \Gamma \models \Delta \;\;\textit{if and only if}\;\; \;\; \text{for all $\varphi$ in $\Delta$, $\Gamma \models \varphi$} $$
For context, I'm interested in ways of characterizing what a logic is abstractly. I know of two, the consequence relation (axiomatization given below) and the deductive closure à la Tarski (straightforwardly equivalent to the consequence relation characterization).
In Algebraizable Logics, Blok and Pigozzi list out some rules that a consequence relation must follow. I'll write $\vdash$ where they write $\vdash_S$. I'll also number the properties (101, 102 ...) instead of (1, 2, ...) so it is easy to compare corresponding properties in different lists.
- $\varphi \in \Gamma$, then $\Gamma \vdash \varphi$.
- $\Gamma \vdash \varphi$ and $\Gamma \subset \Delta$, then $\Delta \vdash \varphi$.
- $\Gamma \vdash \varphi$ and (for all $\psi$ in $\Gamma$, $\Delta \vdash \psi)$, then $\Delta \vdash \varphi$.
- $\Gamma \vdash \varphi$, then there exists a finite $\Gamma_0$ of $\Gamma$ such that $\Gamma_0 \vdash \varphi$.
- $\Gamma \vdash \varphi$, then $\sigma(\Gamma) \vdash \sigma(\varphi)$.
If we imagine a binary relation where both sides are sets, namely $\models$, then we can simplify a lot of these rules and some of them familiar names from the study of binary relations more generally.
- identity: $\Gamma \models \Gamma$
- some kind of monotonicity type property: $\Gamma \models \Phi$ and $\Phi' \subset \Phi$, then $\Gamma \models \Phi'$.
- another kind of monotonicity: $\Gamma \models \Phi$ and $\Gamma \subset \Delta$, then $\Delta \models \Phi$ .
- transitivity: $ \Gamma \models \Phi $ and $\Delta \models \Gamma$, then $\Delta \models \Phi$
- finitariness: $\Gamma \models \Phi$ and $\Phi$ is finite, then there exists a finite $\Gamma_0$ such that $\Gamma_0 \models \Phi$.
- subtitution closure: $\Gamma \models \Phi$, then $\sigma(\Gamma) \models \sigma(\Phi)$
This paraphrase is kind of nice. It lets us describe what a logic is in an interesting way.
A logic is a set $\Lambda$ (really $\mathrm{Set}[\mathrm{Wff}]$) that is acted on by a monoid $\Sigma$ (the subtitutions, which form a monoid under composition).
$\Lambda$ is additionally equipped with two preorders $\subset$ and $\models$.
Both preorders respect $\Sigma$, so we can just insist on the following extra rule. Note the direction of the rule. $\models$ is quite different from the deductive closure.
- $\Gamma \subset \Delta$ implies $\Delta \models \Gamma$.
And this rule for finitariness below, if we choose to insist on finitariness.
- finitariness: $\Gamma \models \Phi$ and $\Phi$ is finite, then there exists a finite $\Gamma_0$ such that $\Gamma_0 \models \Phi$.
However, without the tameness property given in the first paragraph (reproduced below), not every $\models$ corresponds to a $\vdash$.
$$ \Gamma \models \Delta \;\;\textit{if and only if}\;\; \;\; \text{for all $\varphi$ in $\Delta$, $\Gamma \models \varphi$} $$
I can kind of sort of see a possibility for using a non-tame generalized consequence relation to represent a defeasible reasoning system, but I'm curious if there are any standard examples of such a system.