< 129 older entriesHome646 newer entries >

Universalia in rebus and universalia ante res?

Here at Humboldt University, there's a reading group about analytic philosophy (Sam already mentioned it). The flyer advertising this group describes analytic philosophy as a sort of new and fascinating kind of philosophy characterised by its perspicuity and ignorance of philosophical tradition. The funny thing is that the organisers of the reading group decided that we'll be discussing David Wiggins' Sameness and Substance Renewed. I don't want to know how much Hegel one has to read to find Wiggins perspicuous (and ignorant of philosophical tradition).

Explicating Analyticity

Some expression can't be properly understood unless one believes certain things: In some sense you don't understand "irrational number" unless you believe that no natural number is irrational; You don't understand "grandmother" unless you believe that grandmothers are female; Maybe you don't understand "cat" unless you believe that cats are animals.

This is all quite vague because "understanding" and "believing" are vague. I now want to suggest that a sentence is analytic iff you can't understand it unless you believe it. Analyticity is also vague, so the vagueness of the explicans is fine for this purpose.

Logic Programming Slides

I've made some slides about logic programming (PS) for my presentation next week in the logic seminar.

Restrict the Gamma Rule?

The following restriction might be a way out of the problems I mentioned in my last posting:

The gamma rule must not be applied if the result of its previous application has not yet been replaced by the Closure rule.

(The gamma rule deals with forall and negexists formulae; the Closure rule is the rule that allows to replace dummy constants by real constants iff that leads to the closure of at least one branch.)

Counter-Models and Free-Variable Tableau Systems

I'm half-way into programming a more efficient tree prover, based on free-variable tableaux. But now I'm not sure any more if this is really what I want.

The basic idea in free-variable tableaux is that you use dummy constants to instantiate universally quantified formulas, and only replace these dummy constants by real constants if this allows you to close a branch. In automatised tableaux, this dramatically decreases the steps required for certain proofs. For example, my old tree prover internally creates an 860-node tree to prove forallxforally(Fxy to forallzFzz) wedge existsx existsy Fxy to forallx Fxx, whereas a free-variable system only needs 12 nodes.

Oh Dear

I just noticed that my tree prover fails on this simple formula! This is a good opportunity to rewrite the part of the script that does the proving and implement some shortcuts, and maybe some "loop detection".

Keyboard Commands in Postbote

I've added keyboard commands to Postbote: If the focus is on the frame with the mail listing, press "R" to refresh, "A" to select all mails, and "G" to quickly change the listing offset (this is for Hermann, who has 1600 mails in his mailbox...).

How To Define Theoretical Predicates: The Problem

Suppose some theory T(F) implicitly defines the predicate F. If we want to apply the Ramsey-Carnap-Lewis account of theoretical expressions, we first of all have to replace F by an individual constant f, and accordingly change every occurrance of "Fx" in T by "x has f" etc. The empirical content of the resulting theory T'(f) can then be captured by something like its Ramsey sentence existsf T'(f), and the definition of f by the stipulation that 'f' denote the only x such that T'(x), or nothing if there is no such (unique) x.

Implicit Definitions, Part 4: Summing Up (And a Partial Defence of Implicit Definition)

In the previous three entries, I've tried to argue that there are no genuinely implicit definitions: Whenever a new expression is introduced via an alleged implicit definition, either there is no question of definition at all, as in the case of new expressions used as bound variables in mathematics, or there is an explicit definition nearby.

This latter fact, that sometimes explicit definitions are only nearby, provides a partial vindication of implicit definitions. For example, let's assume that folk psychology implicitly defines "pain". But folk psychology itself is not equivalent to the nearby explicit definition. To get an explicit definition, we have to turn folk psychology into something like its Carnap sentence. So the theory itself could be called a genuinely implicit definition.

Implicit Definitions, Part 3: Contextual Definition

I've said that an explicit definition introduces a new expression by stipulating that it be semantically equivalent to an old expression. If there are no non-explicit definitions, this means that you can only define expressions that are in principle redundant. Aren't there counterexamples to this claim?

Consider the definition of the propositional connectives. We can explicitly define some of them with the help of others, but what if we want to define all of them from scratch? The common strategy here is to recursively provide necessary and sufficient conditions for the truth of a sentence governed by the connective: A wedge B is true iff A is true and B is true.

< 129 older entriesHome646 newer entries >