Sharp (Reverse) Harmonic-Arithmetic Mean Bounds

I think there is supposed to be a correspondence between logics and kinds of category, e.g.,

(higher order?) classical logic        elementary topos with some extra properties?
(higher order?) intuitionistic logic   elementary topos
linear logic                           symmetric monoidal category with a dualizing object
modal logic                            ?

I'm not sure exactly how much one can say about the entries on the right, but as a start, they are all 2-categories. So maybe a logic can be viewed as a (certain kind of) 2-category.

I would be grateful if an expert on the subject could expand this into a real answer! There is something similar on the nlab page for internal logic, but it does not seem to be geared specifically for the question as phrased here.


Are you familiar with Lindström's theorems?

You can define a "logic" L by giving the collection EC(L) of all classes of models which are "L-axiomatizable," and we assume that EC(L) has a few nice closure properties (closure under finite intersections, taking complements within the class of all structures with a given signature, closure under taking reducts to smaller signatures, and isomorphism invariance).

Say that a logic L_2 is stronger than a logic L_1 iff every class in EC(L_1) is also in EC(L_2). Then one of Lindström's theorems says that any logic which is stronger than first-order logic and satisfies the compactness theorem and Löwenheim-Skolem must be the same as first-order logic. (See Ebbinghaus and Flum's Mathematical Logic, chapter 12, for a proof.)

This doesn't seem to apply directly to your question about modal and linear logics, but at least for modal logics, people have worked on generalizing Lindström's results, e.g. here:

http://users.soe.ucsc.edu/~btencate/papers/lics2007full.pdf


Here are three research traditions that both illustrate how the problem can be approached, and give rather different perspectives on what counts as a logic.

(this really is just to complement Dan Piponi's answer).

  1. Tarski's consequence relations and abstract algebraic logic

Tarski's basic idea was to define a logic as an abstract pair of the form $\langle \mathcal{F},C\rangle$ where $\mathcal{F}$ is a free algebra of formulas and $C$ is an operator on $\mathcal{P}(\mathcal{F})$ [I write $\mathcal{F}$ for the domain of the free algebra]. For any set of formulas $A$, the set $C(A)\subseteq\mathcal{F}$ is meant to represent the 'consequences' of $A$ -- so that $C$ generates a consequence relation $\vdash_{C}$ defined as $A\vdash_{C} B$ iff $B\subseteq C(A)$.

Next, Tarski gave several structural conditions that the operator $C$ ought to satisfy in order for the resulting consequence relation to count as well-behaved, or logical (roughly, those conditions consist of reflexivity, monotonicity, compactness, as well as invariance under uniform substitution of variables). See here for more detail.

This view really treats logic as a (very special) branch of abstract algebra. One idea is to try to differentiate between logics, and classify them, by looking at their different algebraic properties. It was one of the earliest systematic attempts at answering the question of 'what a logic is' in such general terms.

On the other hand, this framework is generally too weak to account for quantification of any sort; the attention is almost exclusively restricted to propositional logics.

(NB. Tarski's approach eventually gave rise to some very interesting work on the general process of algebraization of a logic, under the guise of Abstract Algebraic Logic -- see, e.g. here. Interesting monographs on the topic include Rasiowa and Sikorski's An Algebraic Approach to Non-Classical Logics as well as Blok and Pigozzi's Algebraizable Logics.)

  1. Model-theoretic logics, generalized quantifiers

For an introduction see this book. The model-theoretic approach studies various extensions of first-order logic: predominantly infinitary logics of the form $\mathcal{L}_{\alpha\kappa}$, where $\alpha, \kappa$ are ordinals (the logic $\mathcal{L}_{\alpha\kappa}$ allows conjunctions/disjunctions of less than $\alpha$-many formulas, and quantification over less than $\kappa$-many variables). It also covers topics like abstract characterisations of first-order logic (cf. Lindstrom's theorem mentioned in John Goodrick's answer) as well as connections with probabilistic logics.

There is related research on what makes a quantifier 'logical'. The idea is to characterise the logical quantifiers as operations of a certain type that are invariant under certain groups of transformations -- there appears to be some controversy about what exact transformations truly define the 'logical' operations (see here).

  1. Applied logics

Another approach that gives a slightly different perspective on what counts as a logic is work in `applied' logic: this is a broad field of study which has at its root a dynamic view of logic (see here). Here, one uses so-called 'dynamic' modal logics to model processes that change over time, such as transitions between the states of a program (see Propositional Dynamic Logic) or informational states of agents (see Dynamic Epistemic Logic). Those logics are studied either for their intrinsic mathematical interest, or can also be applied to the study of information exchange protocols in game theory, cryptography, and various topics in formal philosophy.

The approach here is less algebraic, but focused more on model-theoretic and computational aspects. This research often bears close links to computer science and philosophy.