The syntax of symbolic logic is illustrative. First order predicate theory provides syntactic categories for individuals (a, b, c; x, y, z), properties (Fx, Gx), relations (xRy), n-place relations (R(x1, …, xn)), logical connectives (∧, ∨, ~, ⊃), and quantifiers (∀x, ∃x). We also need to introduce the notation of mathematical functions (x = f(w,y,z)) — though this represents a significant expansion of the formal power of symbolic logic. Individuals are objects that possess properties and fall within relations with other objects. Properties and relations may be interpreted intensionally or extensionally: in terms of a verbal definition or in terms of a class of objects possessing the property or relation. Functions are mathematical relations specifying the value of the dependent variable for all settings of the independent variables.
- Bj (John is bald)
- jTa (John is taller than Alice)
- ∃x(xTa) (there exists some x such that x is taller than Alice; someone is taller than Alice)
- ∀x(Cx ⊃ xTa) (for all x, if x is C then x is taller than Alice; all members of the choir are taller than Alice)
- p = nRT/v (pressure equals n times R times temperature divided by volume)
- Cx = x is becoming more corrupt over time
- r = Roman Empire
- Cr = The Roman Empire is becoming more corrupt over time
This solution is unsatisfactory because it leaves elements of the statement that are inferentially relevant in English, invisible in the logical paraphrase. This is precisely the idea of change over time. If we make use of the conceptual machinery of mathematical functions and differential equations, then we can provide a more refined analysis of the sentence:
- r = Roman Empire
- C(x,t) = the degree of corruption possessed by x at time t
- dC(r,t)/dt > 0 = the value of C for r is increasing over time
Here we have been able to represent change or process as a derivative: the rate of change of the value of the function with respect to time. This gives us a way of representing action, process, and change; though it is an open question whether this formalism will suffice for all types of change. Consider this statement: “Robert’s personality has changed a lot over the past decade.” In order to capture this idea we need a set of characteristics that constitute personality — that is, we need a theory or definition of personality; and we need to represent these characteristics as functions of time. Suppose this is our working analysis of “personality”:
- A(x,t) = degree of agreeableness x shows at time t
- E(x,t) = degree of extroversion x shows at time t
- O(x,t) = degree of openness x shows at time t
- N(x,t) = degree of neuroticism x shows at time t
- C(x,t) = degree of conscientiousness x shows at time t
To say that Robert’s personality is unchanging is the simplest case:
- dA(r,t)/dt = dE(r,t)/dt = dO(r,t)/dt = dN(r,t)/dt = dC(r,t)/dt = 0
And to say that Robert’s personality is changing in that he is becoming less agreeable and more neurotic might be paraphrased this way:
- dA(r,t)/dt < 0 ∧ dN(r,t)/dt > 0
It is a premise of logical positivism, including Bertrand Russell in Principia Mathematica, Ludwig Wittgenstein in the Tractatus
, and Rudolph Carnap in The Logical Structure of the World
, that all the knowledge claims of science can be formulated using only these syntactic elements. (In fact, it is possible to reduce the logical connectives to a single connective, the sheffer stroke (“not and”), and the quantifiers to a single quantifier and the negation sign.) The vocabulary of a science consists of a finite number of primitive (undefined) terms and a number of terms defined in terms of logical compounds of primitive terms. For example, mass, time, and location might be primitive terms in classical mechanics; then velocity and momentum are defined as logical compounds of these primitives. And this view of the adequacy of first-order predicate logic for the whole of science implies something like claim of “concept neutrality”: the vocabulary of any science can be reformulated in terms of these simple logical elements.
- “All revolutions involve either widespread social unrest or defeat in war.”
- ∀x(Rx ⊃ (Ux ∨ Dx)) [all historical things are such that if they are revolutions then either they possess social unrest or experience defeat in war]
Another awesome post. That being said, I think the next move in this game is for the arch-positivist to insist that the concepts used in the social sciences are ontologically problematic BECAUSE they can't eventually be reduced to predicates in first-order logic.Such a thinker will point to the near-impossibility of citing causal relations between such entities/concepts, and to the inherent instability of any "science" of social relations which uses them. What would you say in response?
LikeLike
Nick, it's true that it is challenging to express a realist interpretation of a causal assertion in 1st-order predicate logic. We can't express a counterfactual with these resources — if Franco hadn't returned to Malaga the Civil War would have ended quickly. And a realist interpretation of causation asserts the existence of an underlying real causal mechanism or power — which seems to require some kind of modal resource — natural necessity, for example. We wouldn't accept the paraphrase F causes G = (x)(Fx => Gx)or its probabilistic equivalent. These merely capture constant conjunction. So maybe we need a bit more resources.
LikeLike
Here is one way of representing activities and doings. We might represent an activity as a 2-place relation: x is doing A to y. So we might represent "John is building a house" in this way:xBy : x is building yHx : x is a housej : John(Ex)(Hx & jBx) : there exists an x such that x is a house and John is building x)is this a satisfactory way of representing activities and doings?
LikeLike
If you use binary logic, what you say is true, although even here any x can be redefined as a collection of properties.However, you can use other logic, e.g. fuzzy logic, to handle the identity of concepts. This largely solves the toy problem in your argument.
LikeLike
The field of artificial intelligence has invested a great deal of effort augmenting first order logic to successfully model real world phenomena. It might be useful to consult a major textbook introduction to the field to get a handle on how well it actually succeeds.First order logic is not particularly well-equipped to handle reasoning about propositional attitudes, without appropriate modification. Hence, the development of epistemic logic.
LikeLike