<?xml version="1.0" encoding="iso-8859-1"?>

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:dc="http://purl.org/dc/elements/1.1/"
         xmlns="http://purl.org/rss/1.0/">

<channel rdf:about="http://www.umsu.de/wo/">
  <title>wo's weblog</title>
  <link>http://www.umsu.de/wo/</link>
  <description>Musings in Analytical Philosophy</description>
  <items>
    <rdf:Seq>
    <rdf:li resource="http://www.umsu.de/wo/2010/551" />
<rdf:li resource="http://www.umsu.de/wo/2009/550" />
<rdf:li resource="http://www.umsu.de/wo/2009/549" />
<rdf:li resource="http://www.umsu.de/wo/2009/548" />
<rdf:li resource="http://www.umsu.de/wo/2009/547" />
    </rdf:Seq>
  </items>
</channel>

  <item rdf:about="http://www.umsu.de/wo/2010/551">
    <title>Centering and self-ascription</title>
    <link>http://www.umsu.de/wo/2010/551</link>
    <dc:date>2010-01-20T20:00:00+01:00</dc:date>
    <description><![CDATA[
<p>One of the grave threats to the development of mankind in general,
and philosophy in particular, is the assumption that the objects of
propositional attitudes can be expressed by that-clauses. The
assumption is often smuggled in via a definition, e.g. when propositions
are defined as things that are 1) objects of attitudes and 2)
expressed by that-clauses. No effort is made to show that anything
satisfies both (1) and (2) -- let alone that the things that satisfy (1)
coincide with the things that satisfy (2).</p>

<p>One of the many places where this hinders progress is the 
introduction of centered (de se) contents. Take Lewis's suggestion
that the objects of attitudes are properties. What kind of that-clause would 
express, say, the property of living in Berlin? On the assumption that the 
objects of attitudes are expressible by that-clauses, Lewis's suggestion 
is a non-starter.</p>

<p>Philosophers who are sympathetic to Lewis's proposal (including Lewis
himself) sometimes put it in terms of self-ascription: I self-ascribe the property
of living in Berlin. What is it for me to self-ascribe this property?
Presumably it is to believe <i>that I live in Berlin</i>. Here we have
our that-clause! On this interpretation of Lewis's proposal, the
object of attitudes are expressed by that-clauses of the form "that I
am F".</p>

<p>But this leads to trouble. In chapter 28 of his book
<i>Perspectival Thought</i> (2007), Francois Recanati wonders:</p>

<blockquote> 
   How can I (pretend to) self-ascribe the property of being
   Napoleon and fighting the battle of Waterloo, if those are
   properties that it is impossible for me to instantiate?
</blockquote>

<p>Daniel Nolan raises similar worries in his <a
href="http://sites.google.com/site/professordanielnolan/home/files/NolanSD.pdf?attredirects=0">"Selfless
Desires"</a> (2006): can't I desire that there be no sentient life, or
that my parents never met? But then the content of my desire is not
adequately expressed by any clause of the form "that I am F".</p>

<p>In either case, the problem is that self-ascription turns a
perfectly harmless property into something impossible. It
doesn't help to say that people can believe and desire the
impossible. Even if that is true, a desire that there be no sentient
life is surely not a desire of something impossible.</p>

<p>When I say "I wish I was never born" or "I wish there was no
sentient life", I express a desire that is satisfied at worlds where I
was never born. On Lewis's proposal, the content of my desire is a
property that applies to various things in worlds where I do not
exist. This is a perfectly consistent property, and there is no 
reason why it couldn't be the content of a desire.</p>

<p>It would be better to avoid talk of self-ascription. If
the content of beliefs and desires are properties, then they just aren't
things expressed by that-clauses -- not even by that-clauses of the
form "that I am F".</p>
]]></description>
  </item>
    <item rdf:about="http://www.umsu.de/wo/2009/550">
    <title>Semantic guilt</title>
    <link>http://www.umsu.de/wo/2009/550</link>
    <dc:date>2009-12-14T19:52:00+01:00</dc:date>
    <description><![CDATA[
<p>When reading technical material outside philosophy, I am often
struck by the widespread use of non-rigid names and variables. A
typical example goes like this. You introduce 'X' to stand for, say,
the velocity of some object under investigation. When you want to say
that at time t1, the velocity is 10 units, you put exactly this into
symbols: 'at t1, X = 10'. If the velocity changes, we get a violation
of the necessity of identity:</p>

<blockquote>
   At t1, X = 10.<br>
   At t2, X = 20.
</blockquote>

<p>Or suppose you have a population of n objects with various
velocities. Your statistics textbook will tell you that the variance
of the velocity in the population is defined as</p>

<blockquote>
  Var(X) = Exp[X - Exp(X)]^2,
</blockquote>

<p>where Exp(Phi) is the average Phi value weighted by its
frequency. What does 'X' stand for in this equation? On the right-hand
side, it seems to denote a number, since you subtract another number
from it. But it clearly doesn't stand for any particular number, such
as the velocity of the third object in the population. On the other
hand, it also isn't a bound variable: it represents the same magnitude
on the right-hand side that it represents on the left-hand side
(where, incidentally, it cannot just stand for a number, since it
makes no sense to speak of the variance of a number).</p>

<p>As a final example, consider the description of dynamic systems in
control theory. The probability that the system moves from a certain
state to another at stage k is standardly written</p>

<blockquote>
  P(x_{k+1} / x_k).
</blockquote>

<p>The two terms 'x_{k+1}' and 'x_k' are supposed to denote
states. But if we just call these two states s1 and s2, and if the
system can't be in two different states at once, then P(s1/s2) would
have to be either zero or one, depending on whether s1 = s2. So
'x_{k+1}' doesn't just denote the state s1, but somehow says that the
system is in s1 at stage k+1, which is thus compatible with 'x_k'.</p>

<p>Publications in statistics, computer science, engineering, and
physics are full of examples like this. Nevertheless, my first
reaction is always to blame the authors for sloppy writing. I think to
myself that 'P(x_{k+1} / x_k)' is really short-hand for</p>

<blockquote>
   P(the state at k+1 is x_{k+1} / the state at k is x_{k}),
</blockquote>

<p>and 'Var(X) = Exp[X - Exp(X)]^2' is short-hand for something like</p>

<blockquote>
   Var(X) = Exp_i[Val_i(X) - Exp_i(Val_i(X))]^2
</blockquote>

<p>where 'i' ranges over the individuals in the population and 'Val_i(X)'
denotes the value of the maginture X (i.e. velocity) for individual i.

<p>However, the original expressions are completely in order if we
interpret the problematic terms as intensional variables. An
intensional variable denotes different things relevant to different
points of evaluation. It has two semantic values: an extension and an
intension. Predicates and functors can apply to either of these
values. Thus in 'Var(X)', 'Var' applies to the intension of 'X'. The
minus sign, on the other hand, applies to the extension of 'X'. 'Exp'
is a modal operator that quantifies over points of
evaluation. Similarly for 'x_{k+1}'. Here 'x' is an intensional
function symbol. Its extension is a function from times, given by the
subscripts, to states. Its intension is the functional concept "the
system's state at --". 'P' in 'P(x_{k+1} / x_k)' is a binary
intensional functor. The formal semantics of such expressions has been
worked out in much detail by people like Church, Montague,
Cocchiarella, Garsons and Fitting, and there is little doubt about its
consistency and coherence.</p>

<p>So maybe I should stop accusing everyone else of sloppiness, and
rather start accusing us philosophers of technical
narrow-mindedness. It looks like we have been indoctrinated with the
idea of semantic innocence -- the idea that individual variables must
be "directly referring" -- oblivious to the fact that everyone else
happily violates our doctrine. Shouldn't we rather join the party and
give up on our innocence?</p>
]]></description>
  </item>
    <item rdf:about="http://www.umsu.de/wo/2009/549">
    <title>Preferring the less reliable method</title>
    <link>http://www.umsu.de/wo/2009/549</link>
    <dc:date>2009-11-19T12:05:00+01:00</dc:date>
    <description><![CDATA[<p>Compare the following two ways of responding to the weather report's
"probability of rain" announcement.</p>

<blockquote>
   <i>Good:</i> Upon hearing that the probability of rain is x,
   you come to believe to degree x that it will rain.
</blockquote>

<blockquote>
   <i>Bad:</i> Upon hearing that the probability of rain is x, you
   become certain that it will rain if x > 0.5, otherwise certain that 
   it won't rain.
</blockquote>

<p>The Bad process seems bad, not just because it may lead to bad
decisions. It seems <i>epistemically bad</i> to respond to a "70%
probability of rain" announcement by becoming absolutely certain that
it will rain. The resulting attitude would be unjustified and irrational.</p>

<p>Can we explain the comparative badness of the Bad process solely by
appeal to the overriding epistemic goal of truth?  It seems not.</p>

<p>Let's compare the objective reliability of the two methods. Roughly
speaking, the reliability of a belief-generating process measures its
tendency to generate true beliefs. How do we apply this to the Good
process which typically generates only partial beliefs? We don't want
to count an 0.3 belief that it will rain as true iff it will rain. A
natural move is to measure reliability in terms of the distance
between the degree of belief and the truth value of the relevant
proposition (1 for true, 0 for false). So a reliable process would
tend to generate high degrees of belief in true propositions, and low
degrees in false propositions. Call the distance between degree of
belief and actual truth value the belief's <i>inaccuracy</i>.</p>

<p>Using this measure, it turns out that under normal circumstances,
the Bad process is <i>more reliable</i> than the Good process. To
illustrate, consider 100 occasions on which the weather forecast
announces a 70 percent probability of rain. Let's also assume that in
70 of these cases, the announcement is followed by rain, and in 30 it
isn't. (It is a pretty good weather forecast.) The Bad method would
make you certain that it rains on each occasion, so your distance from
the truth is 0 in 70 cases and 1 in 30. Average inaccuracy: 0.3. The
Good method would give you a belief of degree 0.7 that it will rain,
so your distance from the truth is 0.3 in 70 cases and 0.7 in 30
cases. Average inaccuracy: 0.42. On average, the Bad process brings
you closer to the truth.</p>

<p>Note that as a counterexample to reliabilism, this is quite
different from thought-experiments involving far-fetched scenarios
where the reliability of a process comes apart from (what we take to
be) its actual reliability. Even under perfectly normal and common
conditions, the Bad process is more reliable than the Good one.</p>

<p>The above reasoning also shows that the Bad process has lower
expected inaccuracy that the Good method from the point of view of an
agent who uses the <i>Good</i> method. If you follow the Good method
and hear the "70% chance of rain" announcement, you can calculate that
the expected inaccuracy of the Bad method is 0.3, while the expected
inaccuracy of your own method is 0.42. (If you follow the Bad method,
you'll judge the Bad method to have 0 expected inaccuracy, compared to
0.3 for the Good method.)</p>

<p>This is odd. Here we have two methods; we know that one of them is
more reliable, that it is more likely to bring us closer to the truth;
but still we think it would be irrational to use it. We judge that,
from a purely epistemic perspective, one ought to use the other, less
reliable method.</p>

<p><a href="http://www.umsu.de/wo/2009/544">A while ago</a>, I claimed
that the appearance of truth as the unifying epistemic virtue might be
an illusion based on the fact that any belief-forming method
whatsoever will automatically be regarded as truth-conducive by agents
who use it. It looks like we have a counterexample to this as well. At
least it is not true that any belief-forming method automatically
appears more accuracy-conducive than its rivals to agents who use
it.</p>

<p>Four quick comments.</p>

<p>First, the present puzzle is closely related to the puzzle
discussed in Allan Gibbard's <a
href="http://www.fitelson.org/probability/gibbard.pdf">"Rational
Credence and the Value of Truth"</a> (2008), who should therefore get
all the credit. Gibbard assumes that it is irrational to have degrees
of belief which, by their own lights, are less accurate than certain
other degrees of belief; and he argues that this requirement of
rationality cannot be explained solely on the assumption that rational
belief "aims at truth", although it can be explained on the assumption
that rational belief aims at successful action.</p>

<p>Second, it is tempting to argue against the Bad method by
considering its long-run accuracy. If you follow the Bad method and
otherwise update by conditioning, you may easily end up with more
inaccurate beliefs than if you follow the Good method. But if truth is
your goal, why not combine a deviant response to weather forecasts
with a deviant update process? It is easy to show that some such
combinations have higher reliability, and higher expected long-run
accuracy than the sensible combination of the Good method with
conditioning (see Gibbard's follow-up note <a
href="http://fitelson.org/probability/gibbard_replies.pdf">"Aiming at
Truth over Time"</a> (2008), page 6).</p>

<p>Third, another problem with the Bad method is that it doesn't
generalise well. Suppose the weather forecast says that there's a 30
percent chance of rain, a 40 percent chance of sunshine, and a 30
percent chance of neither rain nor sunshine. And suppose you apply the
Bad method not just to the rain statement, but also to the two
others. You'd end up being a) certain that it won't rain, b) certain
that the sun won't shine, and c) certain that it will either rain or
the sun will shine. But arguably, this is an impossible state of mind;
the attitude ascriptions (a)-(c) are inconsistent. So if one could
show that the Bad method, even restricted to rain forecasts, may
(easily) lead to impossibilities like this, that would solve the
puzzle. I don't think this can be shown. But another possibility is
that the compensatory methods you have to use in addition to the Bad
method in order to restore consistency will have a cost in expected
accuracy. And then maybe any consistent package of methods containing
the Bad process would end up less accuracy-conducive than the
reasonable package containing the Good process. That would be
nice.</p>

<p>(A lot of people think that there is nothing inconsistent about the
attitude <i>ascriptions</i> (a)-(c), even though there is something
inconsistent about the ascribed attitudes. We would then have to ask
whether the rationality requirement of having consistent attitudes can
be explained solely by appeal to the goal of truth or accuracy; see
e.g. <a
href="http://www.springerlink.com/index/w35888684x740665.pdf">Jim
Joyce's "Accuracy and coherence: Prospects for an alethic epistemology
of partial belief"</a> (2009) for the latest moves in this game. The
short answer is that it can't be done. But as I said, I don't find
this very problematic, because I'm sympathetic to Ramsey's view that
the requirements of probabilistic coherence are analytic and therefore
not in need of epistemic defense.)</p>

<p>Fourth, I've measured inaccuracy simply as the distance between
belief and truth value. But there are other measures. If we use
squared distance, the problem disappears. There may even be good
reasons for using this measure, apart from solving the present problem
(Joyce mentions some at the end of the paper just cited). But none of
these reasons seem to be based on truth as the overriding epistemic
goal. If <i>all that matters</i> for epistemic rationality is
closeness to the truth, it is not clear why closeness should be
measured by squared distance rather than absolute distance.</p>

<p>On the other hand, it is also not clear why closeness should be
measured by absolute distance. So I might have to qualify the claim in
the other blog post: on one disambiguation of "accuracy-conduciveness"
there are clear counterexamples to the hypothesis that epistemic
goodness is a matter of accuracy-conduciveness. On this reading,
accuracy (or truth) therefore doesn't appear to be the overriding
epistemic goal. On another disambiguation, there is such an
appearance, but it is an illusion based on the fact that any
belief-forming method whatsoever automatically appears
accuracy-conducive by agents who use it.</p>
]]></description>
  </item>
    <item rdf:about="http://www.umsu.de/wo/2009/548">
    <title>Williamson on modal knowledge</title>
    <link>http://www.umsu.de/wo/2009/548</link>
    <dc:date>2009-10-28T15:40:00+01:00</dc:date>
    <description><![CDATA[<p>Apropos Williamson. The following question came up last year when
we discussed <i>The Philosophy of Philosophy</i> in Canberra. I
thought it had a sensible answer that we just couldn't figure out, but
then Dorothy Edgington raised the same question at the recent
phloxshop workshop in Berlin, and even though there were quite a few
Williamsonians present, there was no agreement on what the answer is,
and the proposals didn't sound very convincing.</p>

<p>The question is simply how, on Williamson's account, we can have
knowledge of substantial metaphysical necessities, e.g. of the fact
that gold necessarily has atomic number 79. Williamson explains that
when we counterfactually imagine gold having atomic number 78 (knowing
that it has number 79), we will "generate a contradiction", because we
hold "such constitutive facts [as atomic number] fixed" (p.164). But
the distinction between constitutive and not-constitutive facts can
hardly be analysed as the distinction between whatever we happen to
hold fixed and the rest, given Williamson's commitment to strong
mind-independence of metaphysical modality. So what justifies our
holding fixed the atomic number?</p>

<p>A natural thought is that we hold fixed such-and-such facts in
counterfactual reasoning because we know that they are necessary. But
according to Williamson, it is the other way round. Our knowledge of
necessity is <i>based on</i> the attitude of "holding fixed" which we
have towards certain propositions. So that attitude had better not be
knowledge of necessity.</p>

<p>Someone suggested the attitude might be knowledge of
constitutivity: we know that it is a "constitutive fact" that gold has
atomic number 79. But then how do we know that? How do we know that it
is not constitutive of this rock that it got stuck at the bush, so
that what we imagine when we imagine it tumbling further is really a
<i>different</i> rock, otherwise much like this one? And anyway, how
would knowledge of contitutive facts help unless we also know that
those facts are necessary and therefore can be held fixed in
counterfactual reasoning?</p>

<p>It was also suggested that perhaps the relevant attitude towards
the propositions we "hold fixed" is not knowledge at all. But whatever
it is, the attitude is supposed to match mind-independent facts about
necessity. And the match should not be an accident, otherwise
counterfactual reasoning could not give us knowledge.</p>

<p>A third idea was that Williamson may not want to explain modal
knowledge at all, but merely oppose philosophical
exceptionalism. However, it seems that the relevant "holding fixed"
attitude doesn't play much of a role in the evaluation of everyday
counterfactuals. When I consider what would have happened if the rock
had tumbled further, I obviously do hold a lot of things fixed,
e.g. the depth of the valley. But this is not the right kind of
holding fixed: when I entertain the possibility that the valley had
been more shallow, I do not "generate a contradiction". So I do not
hold the depth of the valley fixed in the unconditional sense in
which, according to Williamson, I hold fixed the atomic number of gold
-- in the sense that I hold p fixed even when I evaluate the
counterfactual assumption that not-p. As far as ordinary evaluation of
counterfactuals is concerned, it seems like we could do all that
without ever holding anything absolutely fixed.</p>

<p>So what is Williamson's take on this peculiar, philosophical,
knowledge-like attitude that provides us with knowledge of
metaphysical necessities?</p>
]]></description>
  </item>
    <item rdf:about="http://www.umsu.de/wo/2009/547">
    <title>Intensions, extensions, and quantifiers</title>
    <link>http://www.umsu.de/wo/2009/547</link>
    <dc:date>2009-10-22T12:09:00+02:00</dc:date>
    <description><![CDATA[
<p>Suppose we want to follow Frege and distinguish an expression's
<i>denotation</i> from its <i>sense</i>. Suppose also we take the 
denotation of a predicate to be its extension: the set of its instances. The following argument 
appears to show that this leads to trouble.</p>

<ol> 

<li>All humans are featherless bipeds, and all featherless bipeds are
human, but there could have been featherless bipeds that are not
human. In short, (Ax)(Hx &lt;-> FBx) &amp; &lt;> (Ex)(~Hx &amp; FBx)).</li>

<li>By existential generalisation over the predicate positions, it
follows that (EX)(EY)((Ax)(Xx &lt;-> Yx) &amp; &lt;> (Ex)(~Xx &amp;
Yx)).</li>

<li>If things in predicate position denote sets of individuals, this
can be read as: there is a set X and a set Y such that X and Y have
the same members and it is possible for something to be a member of Y
and not of X.</li>

<li>But if X and Y have the same members, then they are identical; and then
nothing could belong to "one of them" without also belonging to "the
other".</li>

<li>Hence things in predicate position do not denote sets of
individuals.</li>

</ol>

<p>The argument is modeled on a brief passage (p.13) in Tim
Williamson's <a
href="http://www.philosophy.ox.ac.uk/__data/assets/pdf_file/0011/9479/Bernepaper.pdf">latest
paper on the Barcan Formula</a>. Williamson there argues against the
plural interpretation of second-order quantifiers. On this
interpretation, the sentence in (2) can be read as "there are things
xx and things yy such that all xx's are yy's and all yy's are xx's and
it is possible for something to be one of the yy's but not of the
xx's". Williamson objects that if the xx's <i>just are</i> the yy's,
then it is not possible for something to belong to "the ones" without
also belonging to "the others".</p>

<p>I'm not particularly hostile to the conclusion of these arguments:
that predicates denote intensions (properties) rather than extensions,
but the argument seems a bit fishy. On the other hand, I'm not sure quite what's
wrong with it.</p>

<p>One problem is that it seems to overgeneralise. It appears to show
that all expressions (not just predicates) denote their intension. For
instance, using propositional quantifiers, it would show that
sentences do not denote truth-values: (Ep)(Eq)((p &lt;-> q) &amp; &lt;>(p
&amp; ~q)), but it is not true that there is a truth-value p and a
truth-value q such that p = q and yet it is possible for p to be T and
q to be F.</p>

<p>Worse, suppose we treat definite descriptions as
complex singular terms. Then we can show that "the present Pope"
does not denote Joseph Ratzinger: from "the Pope = Ratzinger
&amp; &lt;>~(the Pope = Ratzinger)", we get "(Ex)(Ey)((x = y) &amp;
&lt;>~(x=y)", which we reject on the account that if x <i>just is</i> y, then
surely nothing could be identical to "one of them" without being
identical to "the other".</p>

<p>Or consider plural terms: it seems true that the featherless bipeds
are the humans while it is possible that the featherless bipeds are
not the humans. By existential generalisation, we reach the allegedly
absurd claim that there are things xx and things yy such the xx's are
the yy's and and yet it is possible for something to be one of the
xx's but not of the yy's. We would conclude that "the featherless
bipeds" does not denote the featherless bipeds.</p>

<p>So what's wrong with the argument? There are several vulnerable spots, and perhaps different ones are relevant for different applications.</p>

<p>One might reject the validity of existential generalisation at
step 2. It is doubtful whether "the shortest spy is a
woman, but it could have been a man" entails "there is something that
is a woman and could have been a man". But we could also accept this
step and reject the step 4, which invokes some form of Necessity of
Identity. Merely rejecting the Necessity of Identity however won't get
at the heart of the problem. We would have to say that the relevant
bound variables are not directly referential: maybe they come with an
associated counterpart relation, or an associated intension. I guess
that would have been the response of Carnap and
Church. (Interestingly, Church discusses something like this argument
in his <a
href="http://projecteuclid.org/DPubS?service=UI&amp;version=1.0&amp;verb=Display&amp;handle=euclid.jsl/1183389431">1943
review of Quine's "Notes on Existence and Necessity"</a>, and suggests
that the argument goes through in the first-order case, but not in the
second-order case.) Alternatively, one might try to reject the middle
step 3, which assumes that whenever expressions of type X denote
entities of type Y, then one can a quantifier into the position of
such an expression as "there is a Y". This won't work for the plurals
and descriptions however.</p>
]]></description>
  </item>
  </rdf:RDF>
