How to Build an Artificial Human

I was going to use “Artificial Intelligence” in the title here but realized after thinking about it that the idea is really more specific than that.

I came up with the idea here while thinking more about the problem I raised in an earlier post about a serious obstacle to creating an AI. As I said there:

Current AI systems are not universal, and clearly have no ability whatsoever to become universal, without first undergoing deep changes in those systems, changes that would have to be initiated by human beings. What is missing?

The problem is the training data. The process of evolution produced the general ability to learn by using the world itself as the training data. In contrast, our AI systems take a very small subset of the world (like a large set of Go games or a large set of internet text), and train a learning system on that subset. Why take a subset? Because the world is too large to fit into a computer, especially if that computer is a small part of the world.

This suggests that going from the current situation to “artificial but real” intelligence is not merely a question of making things better and better little by little. There is a more fundamental problem that would have to be overcome, and it won’t be overcome simply by larger training sets, by faster computing, and things of this kind. This does not mean that the problem is impossible, but it may turn out to be much more difficult than people expected. For example, if there is no direct solution, people might try to create Robin Hanson’s “ems”, where one would more or less copy the learning achieved by natural selection. Or even if that is not done directly, a better understanding of what it means to “know how to learn,” might lead to a solution, although probably one that would not depend on training a model on massive amounts of data.

Proposed Predictive Model

Perhaps I was mistaken in saying that “larger training sets” would not be enough, at any rate enough to get past this basic obstacle. Perhaps it is enough to choose the subset correctly… namely by choosing the subset of the world that we know to contain general intelligence. Instead of training our predictive model on millions of Go games or millions of words, we will train it on millions of human lives.

This project will be extremely expensive. We might need to hire 10 million people to rigorously lifelog for the next 10 years. This has to be done with as much detail as possible; in particular we would want them recording constant audio and visual streams, as well as much else as possible. If we pay our crew an annual salary of $75,000 for this, this will come to $7.5 trillion; there will be some small additions for equipment and maintenance, but all of this will be very small compared to the salary costs.

Presumably in order to actually build such a large model, various scaling issues would come up and need to be solved. And in principle nothing prevents these from being very hard to solve, or even impossible in practice. But since we do not know that this would happen, let us skip over this and pretend that we have succeeded in building the model. Once this is done, our model should be able to fairly easily take a point in a person’s life and give a fairly sensible continuation over at least a short period of time, just as GPT-3 can give fairly sensible continuations to portions of text.

It may be that this is enough to get past the obstacle described above, and once this is done, it might be enough to build a general intelligence using other known principles, perhaps with some research and refinement that could be done during the years in which our crew would be building their records.

Required Elements

Live learning. In the post discussing the obstacle, I noted that there are two kinds of learning, the type that comes from evolution, and the type that happens during life. Our model represents the type that comes from evolution; unlike GPT-3, which cannot learn anything new, we need our AI to remember what has actually happened during its life and to be able to use this to acquire knowledge about its particular situation. This is not difficult in theory but you would need to think carefully about how this should interact with the general model; you do not want to simply add its particular experiences as another individual example (not that such an addition to an already trained model is simple anyway.)

Causal model. Our AI needs not just a general predictive model of the world, but specifically a causal one; not just the general idea that “when you see A, you will soon see B,” but the idea that “when there is an A — which may or may not be seen — it will make a B, which you may or may not see.” This is needed for many reasons, but in particular, without such a causal model, long term predictions or planning will be impossible. If you take a model like GPT-3 and force it to continue producing text indefinitely, it will either repeat itself or eventually go completely off topic. The same thing would happen to our human life model — if we simply used the model without any causal structure, and forced it to guess what would happen indefinitely far into the future, it would eventually produce senseless predictions.

In the paper Making Sense of Raw Input, published by Google Deepmind, there is a discussion of an implementation of this sort of model, although trained on an extremely easy environment (compared to our task, which would be train it on human lives).

The Apperception Engine attempts to discern the nomological structure that underlies the raw sensory input. In our experiments, we found the induced theory to be very accurate as a predictive model, no matter how many time steps into the future we predict. For example, in Seek Whence (Section 5.1), the theory induced in Fig. 5a allows us to predict all future time steps of the series, and the accuracy of the predictions does not decay with time.

In Sokoban (Section 5.2), the learned dynamics are not just 100% correct on all test trajectories, but they are provably 100% correct. These laws apply to all Sokoban worlds, no matter how large, and no matter how many objects. Our system is, to the best of our knowledge, the first that is able to go from raw video of non-trivial games to an explicit first-order nomological model that is provably correct.

In the noisy sequences experiments (Section 5.3), the induced theory is an accurate predictive model. In Fig. 19, for example, the induced theory allows us to predict all future time steps of the series, and does not degenerate as we go further into the future.

(6.1.2 Accuracy)

Note that this does not have the problem of quick divergence from reality as you predict into the distant future. It will also improve our AI’s live learning:

A system that can learn an accurate dynamics model from a handful of examples is extremely useful for model-based reinforcement learning. Standard model-free algorithms require millions of episodes before they can reach human performance on a range of tasks [31]. Algorithms that learn an implicit model are able to solve the same tasks in thousands of episodes [82]. But a system that learns an accurate dynamics model from a handful of examples should be able to apply that model to plan, anticipating problems in imagination rather than experiencing them in reality [83], thus opening the door to extremely sample efficient model-based reinforcement learning. We anticipate a system that can learn the dynamics of an ATARI game from a handful of trajectories,19 and then apply that model to plan, thus playing at reasonable human level on its very first attempt.

(6.1.3. Data efficiency)

“We anticipate”, as in Google has not yet built such a thing, but that they expect to be able to build it.

Scaling a causal model to work on our human life dataset will probably require some of the most difficult new research of this entire proposal.

Body. In order to engage in live learning, our AI needs to exist in the world in some way. And for the predictive model to do it any good, the world that it exists in needs to be a roughly human world. So there are two possibilities: either we simulate a human world in which it will possess a simulated human body, or we give it a robotic human-like body that will exist physically in the human world.

In relationship to our proposal, these are not very different, but the former is probably more difficult, since we would have to simulate pretty much the entire world, and the more distant our simulation is from the actual world, the less helpful its predictive model would turn out to be.

Sensation. Our AI will need to receive input from the world through something like “senses.” These will need to correspond reasonably well with the data as provided in the model; e.g. since we expect to have audio and visual recording, our AI will need sight and hearing.

Predictive Processing. Our AI will need to function this way in order to acquire self-knowledge and free will, without which we would not consider it to possess general intelligence, however good it might be at particular tasks. In particular, at every point in time it will have predictions, based on the general human-life predictive model and on its causal model of the world, about what will happen in the near future. These predictions need to function in such a way that when it makes a relevant prediction, e.g. when it predicts that it will raise its arm, it will actually raise its arm.

(We might not want this to happen 100% of the time — if such a prediction is very far from the predictive model, we might want the predictive model to take precedence over this power over itself, much as happens with human beings.)

Thought and Internal Sensation. Our AI needs to be able to notice that when it predicts it will raise its arm, it succeeds, and it needs to learn that in these cases its prediction is the cause of raising the arm. Only in this way will its live learning produce a causal model of the world which actually has self knowledge: “When I decide to raise my arm, it happens.” This will also tell it the distinction between itself and the rest of the world; if it predicts the sun will change direction, this does not happen. In order for all this to happen, the AI needs to be able to see its own predictions, not just what happens; the predictions themselves have to become a kind of input, similar to sight and hearing.

What was this again?

If we don’t run into any new fundamental obstacle along the way (I mentioned a few points where this might happen), the above procedure might be able to actually build an artificial general intelligence at a rough cost of $10 trillion (rounded up to account for hardware, research, and so on) and a time period of 10-20 years. But I would call your attention to a couple of things:

First, this is basically an artificial human, even to the extent that the easiest implementation likely requires giving it a robotic human body. It is not more general than that, and there is little reason to believe that our AI would be much more intelligent than a normal human, or that we could easily make it more intelligent. It would be fairly easy to give it quick mental access to other things, like mathematical calculation or internet searches, but this would not be much faster than a human being with a calculator or internet access. Like with GPT-N, one factor that would tend to limit its intelligence is that its predictive model is based on the level of intelligence found in human beings; there is no reason it would predict it would behave more intelligently, and so no reason why it would.

Second, it is extremely unlikely than anyone will implement this research program anytime soon. Why? Because you don’t get anything out of it except an artificial human. We have easier and less expensive ways to make humans, and $10 trillion is around the most any country has ever spent on anything, and never deliberately on one single project. Nonetheless, if no better way to make an AI is found, one can expect that eventually something like this will be implemented; perhaps by China in the 22nd century.

Third, note that “values” did not come up in this discussion. I mentioned this in one of the earlier posts on predictive processing:

The idea of the “desert landscape” seems to be that this account appears to do away with the idea of the good, and the idea of desire. The brain predicts what it is going to do, and those predictions cause it to do those things. This all seems purely intellectual: it seems that there is no purpose or goal or good involved.

The correct response to this, I think, is connected to what I have said elsewhere about desire and good. I noted there that we recognize our desires as desires for particular things by noticing that when we have certain feelings, we tend to do certain things. If we did not do those things, we would never conclude that those feelings are desires for doing those things. Note that someone could raise a similar objection here: if this is true, then are not desire and good mere words? We feel certain feelings, and do certain things, and that is all there is to be said. Where is good or purpose here?

The truth here is that good and being are convertible. The objection (to my definition and to Clark’s account) is not a reasonable objection at all: it would be a reasonable objection only if we expected good to be something different from being, in which case it would of course be nothing at all.

There was no need for an explicit discussion of values because they are an indirect consequence. What would our AI care about? It would care roughly speaking about the same things we care about, because it would predict (and act on the prediction) that it would live a life similar to a human life. There is definitely no specific reason to think it would be interested in taking over the world, although this cannot be excluded absolutely, since this is an interest that humans sometimes have. Note also that Nick Bostrom was wrong: I have just made a proposal that might actually succeed in making a human-like AI, but there is no similar proposal that would make an intelligent paperclip maximizer.

This is not to say that we should not expect any bad behavior at all from such a being; the behavior of the AI in the film Ex Machina is a plausible fictional representation of what could go wrong. Since what it is “trying” to do is to get predictive accuracy, and its predictions are based on actual human lives, it will “feel bad” about the lack of accuracy that results from the fact that it is not actually human, and it may act on those feelings.

Place, Time, and Universals

Consider the following three statements:

1. The chair and keyboard that I am currently using are both here in this room.

2. The chair and keyboard that I am currently using both exist in January 2019.

3. The chair and keyboard that I am currently using both came in the color black.

All three claims, considered as everyday statements, happen to be true. They also have a common subject, and something common about the predicate, namely the “in.” We have “in this room,” “in January,” and “in the color black.” Now someone might object that this is a mere artifact of my awkward phrasing: obviously, I deliberately chose these formulations with this idea in mind. So this seems to be a mere verbal similarity, and a meaningless one at that.

The objection seems pretty reasonable, but I will argue that it is mistaken. The verbal similarity is not accidental, despite the fact that I did indeed choose the formulations deliberately with this idea in mind. As I intend to argue, there is indeed something common to the three cases, namely that they represent various ways of existing together.

The three statements are true in their ordinary everyday sense. But consider the following three questions:

1. Are the chair and keyboard really in the same room, or is this commonality a mere appearance?

2. Do the chair and keyboard really exist in the same month, or is this commonality a mere appearance?

3. Did the chair and keyboard really come in the same color, or is this commonality a mere appearance?

These questions are like other questions which ask whether something is “really” the case. There is no such thing as being “really” on the right apart from the ordinary understanding of being on the right, and there is no such thing as being really in the same room apart from the ordinary everyday understanding of being in the same room. The same thing applies to the third question about color.

The dispute between realism and nominalism about universals starts in the following way, roughly speaking:

Nominalist: We say that two things are black. But obviously, there are two things here, and no third thing, and the two are not the same thing. So the two do not really have anything in common. Therefore “two things are black” is nothing but a way of speaking.

Platonic Realist: Obviously, the two things really are black. But what is really the case is not just a way of speaking. So the two really do have something in common. Therefore there are three things here: the two ordinary things, and the color black.

Since the Platonic Realist here goes more against common speech in asserting the existence of “three things” where normally one would say there are “two things,” the nominalist has the apparent advantage at this point, and this leads to more qualified forms of realism. In reality, however, one should have stopped the whole argument at this point. The two positions above form a Kantian dichotomy, and as in all such cases, both positions affirm something true, and both positions affirm something false. In this particular case, the nominalist acts as the Kantian, noting that universality is a mode of knowing, and therefore concludes that it is a mere appearance. The Platonic Realist acts as the anti-Kantian, noting that we can know that several things are in fact black, and concluding that universality is a mode of being as such.

But while universality is a way of knowing, existing together is a way of being, and is responsible for the way of knowing. In a similar way, seeing both my chair and keyboard at the same time is a way of seeing things, but this way of seeing is possible because they are here together in the room. Likewise, I can know that both are black, but this knowledge is only possible because they exist together “in” the color black. What does this mean, exactly? Since we are discussing sensible qualities, things are both in the room and black by having certain relationships with my senses. They exist together in those relationships with my senses.

There is no big difference when I ask about ideas. If we ask what two dogs have in common in virtue of both being dogs, what they have in common is a similar relationship to my understanding. They exist together in that relationship with my understanding.

It might be objected that this is circular. Even if what is in common is a relationship, there is still something in common, and that seems to remain unexplained. Two red objects have a certain relationship of “appearing red” to my eyes, but then do we have two things, or three? The two red things, or the two red things and the relationship of “appearing red”? Or is it four things: two red things, and their two relationships of appearing red? So which is it?

Again, there is no difference between these questions and asking whether a table is really on the left or really on the right. It is both, relative to different things, and likewise all three of these methods of counting are valid, depending on what you want to count. As I have said elsewhere, there are no hidden essences, no “true” count, no “how many things are really there?

“Existing together,” however, is a reality, and is not merely a mode of knowing. This provides another way to analyze the problem with the nominalist / Platonic realist opposition. Both arguments falsely assume that existing together is either logically derivative or non-existent. As I said in the post on existential relativity,  it is impossible to deduce the conclusion that many things exist from a list of premises each affirming that a single thing exists, if only because “many things” does not occur as a term in that list. The nominalist position cannot explain the evident fact that both things are black. Likewise, even if there are three things, the two objects and “black,” this would not explain why the two objects are black. The two objects are not the third, since there are three. So there must be yet another object, perhaps called “participation”, which connects the two objects and blackness. And since they both have participation, there must be yet another object, participation in general, in which both objects are also participating. Obviously none of this is helping: the problem was the assumption from the start that togetherness (whether in place, time, or color) could be something logically derivative.

(Postscript: the reader might notice that in the linked post on “in,” I said that a thing is considered to be in something as form in matter. This seems odd in the context of this post, since we are talking about being “in a color,” and a color would not normally be thought of as material, but as formal. But this simply corresponds with the fact that it would be more usual to say that the color black is in the chair, rather than the chair in the black. This is because it is actually more correct: the color black is formal with respect to the chair, not material. But when we ask, “what things can come in the color black,” we do think of black as though it were a kind of formless matter that could take various determinate forms.)

Employer and Employee Model: Truth

In the remote past, I suggested that I would someday follow up on this post. In the current post, I begin to keep that promise.

We can ask about the relationship of the various members of our company with the search for truth.

The CEO, as the predictive engine, has a fairly strong interest in truth, but only insofar as truth is frequently necessary in order to get predictive accuracy. Consequently our CEO will usually insist on the truth when it affects our expectations regarding daily life, but it will care less when we consider things remote from the senses. Additionally, the CEO is highly interested in predicting the behavior of the Employee, and it is not uncommon for falsehood to be better than truth for this purpose.

To put this in another way, the CEO’s interest in truth is instrumental: it is sometimes useful for the CEO’s true goal, predictive accuracy, but not always, and in some cases it can even be detrimental.

As I said here, the Employee is, roughly speaking, the human person as we usually think of one, and consequently the Employee has the same interest in truth that we do. I personally consider truth to be an ultimate end,  and this is probably the opinion of most people, to a greater or lesser degree. In other words, most people consider truth a good thing, even apart from instrumental considerations. Nonetheless, all of us care about various things besides truth, and therefore we also occasionally trade truth for other things.

The Vice President has perhaps the least interest in truth. We could say that they too have some instrumental concern about truth. Thus for example the VP desires food, and this instrumentally requires true ideas about where food is to be found. Nonetheless, as I said in the original post, the VP is the least rational and coherent, and may easily fail to notice such a need. Thus the VP might desire the status resulting from winning an argument, so to speak, but also desire the similar status that results from ridiculing the person holding an opposing view. The frequent result is that a person believes the falsehood that ridiculing an opponent generally increases the chance that they will change their mind (e.g. see John Loftus’s attempt to justify ridicule.)

Given this account, we can raise several disturbing questions.

First, although we have said the Employee values truth in itself, can this really be true, rather than simply a mistaken belief on the part of the Employee? As I suggested in the original account, the Employee is in some way a consequence of the CEO and the VP. Consequently, if neither of these places intrinsic value on truth, how is it possible that the Employee does?

Second, even if the Employee sincerely places an intrinsic value on truth, how is this not a misplaced value? Again, if the Employee is something like a result of the others, what is good for the Employee should be what is good for the others, and thus if truth is not intrinsically good for the others, it should not be intrinsically good for the Employee.

In response to the first question, the Employee can indeed believe in the intrinsic value of truth, and of many other things to which the CEO and VP do not assign intrinsic value. This happens because as we are considering the model, there is a real division of labor, even if the Employee arises historically in a secondary manner. As I said in the other post, the Employee’s beliefs are our beliefs, and the Employee can believe anything that we believe. Furthermore, the Employee can really act on such beliefs about the goodness of truth or other things, even when the CEO and VP do not have the same values. The reason for this is the same as the reason that the CEO will often go along with the desires of the VP, even though the CEO places intrinsic value only on predictive accuracy. The linked post explains, in effect, why the CEO goes along with sex, even though only the VP really wants it. In a similar way, if the Employee believes that sex outside of marriage is immoral, the CEO often goes along with avoiding such sex, even though the CEO cares about predictive accuracy, not about sex or its avoidance. Of course, in this particular case, there is a good chance of conflict between the Employee and VP, and the CEO dislikes conflict, since it makes it harder to predict what the person overall will end up doing. And since the VP very rarely changes its mind in this case, the CEO will often end up encouraging the Employee to change their mind about the morality of such sex: thus one of the most frequent reasons why people abandon their religion is that it says that sex in some situations is wrong, but they still desire sex in those situations.

In response to the second, the Employee is not wrong to suppose that truth is intrinsically valuable. The argument against this would be that the human good is based on human flourishing, and (it is claimed) we do not need truth for such flourishing, since the CEO and VP do not care about truth in itself. The problem with this is that such flourishing requires that the Employee care about truth, and even the CEO needs the Employee to care in this way, for the sake of its own goal of predictive accuracy. Consider a real-life company: the employer does not necessarily care about whether the employee is being paid, considered in itself, but only insofar as it is instrumentally useful for convincing the employee to work for the employer. But the employer does care about whether the employee cares about being paid: if the employee does not care about being paid, they will not work for the employer.

Concern for truth in itself, apart from predictive accuracy, affects us when we consider things that cannot possibly affect our future experience: thus in previous cases I have discussed the likelihood that there are stars and planets outside the boundaries of the visible universe. This is probably true; but if I did not care about truth in itself, I might as well say that the universe is surrounded by purple elephants. I do not expect any experience to verify or falsify the claim, so why not make it? But now notice the problem for the CEO: the CEO needs to predict what the Employee is going to do, including what they will say and believe. This will instantly become extremely difficult if the Employee decides that they can say and believe whatever they like, without regard for truth, whenever the claim will not affect their experiences. So for its own goal of predictive accuracy, the CEO needs the Employee to value truth in itself, just as an ordinary employer needs their employee to value their salary.

In real life this situation can cause problems. The employer needs their employee to care about being paid, but if they care too much, they may constantly be asking for raises, or they may quit and go work for someone who will pay more. The employer does not necessarily like these situations. In a similar way, the CEO in our company may worry if the Employee insists too much on absolute truth, because as discussed elsewhere, it can lead to other situations with unpredictable behavior from the Employee, or to situations where there is a great deal of uncertainty about how society will respond to the Employee’s behavior.

Overall, this post perhaps does not say much in substance that we have not said elsewhere, but it will perhaps provide an additional perspective on these matters.

Necessary Connection

In Chapter 7 of his Enquiry Concerning Human Understanding, David Hume says about the idea of “necessary connection”:

We have looked at every possible source for an idea of power or necessary connection, and have found nothing. However hard we look at an isolated physical episode, it seems, we can never discover discover anything but one event following another; we never find any force or power by which the cause operates, or any connection between it and its supposed effect. The same holds for the influence of mind on body: the mind wills, and then the body moves, and we observe both events; but we don’t observe– and can’t even conceive– the tie that binds the volition to the motion, i.e. the energy by which the mind causes the body to move. And the power of the will over its own faculties and ideas– i.e. over the mind, as distinct from the body– is no more comprehensible. Summing up, then: throughout the whole of nature there seems not to be a single instance of connection that is conceivable by us. All events seem to be entirely loose and separate. One event follows another, but we never can observe any tie between them. They seem associated, but never connected. And as we can have no idea of anything that never appeared as an impression to our outward sense or inward feeling, we are forced to conclude that we have no idea of ‘connection’ or ‘power’ at all, and that those words– as used in philosophical reasonings or in common life– have absolutely no meaning.

This is not Hume’s final word on the matter, as we will see below, so this has to be taken with a grain of salt, even as a representation of his opinion. Nonetheless, consider this caricature of what he just said:

We have looked at every possible source for an idea of mduvvqi or pdnfhvdkdddd, and have found nothing. However hard we look at an isolated physical episode, it seems, we can never discover anything but events that can be described by perfectly ordinary words; we never find any mduvvqi involved, nor any pdnfhvkdddd.

We could take this to be making the point that “mduvvqi” and “pdnfhvdkdddd” are not words. Other than that, however, the paragraph itself is meaningless, precisely because those “words” are meaningless. It certainly does not make any deep (or shallow for that matter) metaphysical or physical point, nor any special point about the human mind. But Hume’s text is different, and the difference in question is a warning sign of Kantian confusion. If those words had “absolutely no meaning,” in fact, there would be no difference between Hume’s passage and our caricature. Those words are not meaningless, but meaningful, and Hume is even analyzing their meaning in order to supposedly determine that the words are meaningless.

Hume’s analysis in fact proceeds more or less in the following way. We know what it means to say that something is necessary, and it is not the same as saying that the thing always happens. Every human being we have ever seen was less than 20 feet tall. But is it necessary that human beings be less than 20 feet tall? This is a different question, and while we can easily experience someone’s being less than 20 feet tall, it is very difficult to see how we could possibly experience the necessity of this fact, if it is necessary. Hume concludes: we cannot possibly experience the necessity of it. Therefore we can have no idea of such necessity.

But Hume has just contradicted himself: it was precisely by understanding the concept of necessity that he was able to see the difficulty in the idea of experiencing necessity.

Nonetheless, as I said, this is not his final conclusion. A little later he gives a more nuanced account:

The source of this idea of a necessary connection among events seems to be a number of similar instances of the regular pairing of events of these two kinds; and the idea cannot be prompted by any one of these instances on its own, however comprehensively we examine it. But what can a number of instances contain that is different from any single instance that is supposed to be exactly like them? Only that when the mind experiences many similar instances, it acquires a habit of expectation: the repetition of the pattern affects it in such a way that when it observes an event of one of the two kinds it expects an event of the other kind to follow. So the feeling or impression from which we derive our idea of power or necessary connection is a feeling of connection in the mind– a feeling that accompanies the imagination’s habitual move from observing one event to expecting another of the kind that usually follows it. That’s all there is to it. Study the topic from all angles; you will never find any other origin for that idea.

Before we say more, we should concede that this is far more sensible than the claim that the idea of necessity “has absolutely no meaning.” Hume is now conceding that it does have meaning, but claiming that the meaning is about us, not about the thing. When we see someone knock a glass off a table, we perhaps feel a certainty that it will fall and hit the floor. Experiencing that feeling of certainty, he says, is the source of the idea of “necessity.” This is not an unreasonable hypothesis.

However, Hume is also implicitly making a metaphysical argument here which is somewhat less sensible. Our feelings of certainty and uncertainty are subjective qualities of our minds, he suggests, not objective features of the things. Therefore necessity as an objective feature does not and cannot exist. This is not unrelated to his mistaken claim that we cannot know that the future will be similar to the past, even with probability.

What is the correct account here? In fact we already know, from the beginning of the conversation, that “necessary” and “possible” are meaningful words. We also know that in fact we use them to describe objective features of the world. But which features? Attempting to answer this question is where Hume’s approach is pretty sensible. Hume is not mistaken that all of our knowledge is from experience, and ultimately from the senses. He seems to identify experience with sense experience too simplistically, but he is not mistaken that all experience is at least somewhat similar to sense experience; feeling sure that two and two make four is not utterly unlike seeing something red. We want to say that there is something in common there, “something it is like,” to experience one or the other. But if this is the case, it would be reasonable to extend what we said about the senses to intellectual experiences. “The way red looks” cannot, as such, be an objective feature of a thing, but a thing can be objectively red, in such a way that “being red,” together with the nature of the senses, explains why a thing looks red. In a similar way, certainty and uncertainty, insofar as they are ways we experience the world, cannot be objective features of the world as such. Nonetheless, something can be objectively necessary or uncertain, in such a way that “being necessary” or otherwise, together with the nature of our minds, explains why it seems certain or uncertain to us.

There will be a similarity, however. The true nature of red might be quite strange in comparison to the experience of seeing red, as for example it might consist of surface reflectance properties. In a similar way, the true nature of necessity, once it is explained, might be quite strange to us compared to the experience of being certain or uncertain. But that it can be explained is quite certain itself, since the opposite claim would fall into Hume’s original absurdity. There are no hidden essences.

Kantian and Anti-Kantian Confusion

I introduced what I called the “Kantian error” in an earlier post, and have since used it in explaining several issues such the understanding of unity and the nature of form. However, considering my original point, we can see that there are actually two relevant errors.

First, there is the Kantian error itself, which amounts to the claim that nothing real can be truly known.

Second, there is an anti-Kantian error, namely the error opposed to the element of truth in Kant’s position. I pointed out that Kant is correct that we cannot know things “as they are in themselves” if this is meant to identify the mode of knowing and the mode of being as such. The opposite error, therefore, would be to say that we can know things by having a mode of knowing which is completely identical to the mode of being which things have. Edward Feser, for example, effectively falls into this error in his remarks on sensible colors discussed in an earlier post on truth in the senses, and more recently at his blog he reaffirms the same position:

Part of the reason the mechanical conception of matter entails the possibility of zombies is that it takes matter to be devoid of anything like color, sound, taste, odor, heat, cold and the like, as common sense conceives of these qualities.  On the mechanical conception, if you redefine redness (for example) as a tendency to absorb certain wavelengths of light and reflect others, then you can say that redness is a real feature of the physical world.  But if by “redness” you mean what common sense understands by it – the way red looks in conscious experience – then, according to the mechanical conception, nothing like that really exists in matter.  And something similar holds of other sensory qualities.  The implication is that matter is devoid of any of the features that make it the case that there is “something it is like” to have a conscious experience, and thus is devoid of consciousness itself.

The implication here is that the way red looks is the way a red thing is. Since the emphasis is in the original, it is reasonable to take this to be identifying the mode of the senses with the mode of being. In reality, as we said in the earlier discussion, there is no “redefinition” because the senses do not define anything in the first place.

Both mistakes, namely both the Kantian and anti-Kantian errors, imply contradictions. The claim that there is something that we cannot know in any way contradicts itself, since it implies that we know of something of which we know nothing. Thus, it implies that an unknown thing is known. Similarly, the claim that the mode of knowing as such is the same as the mode of being, to put it in Kant’s words, “is as much as to imagine that experience is also real without experience.” In other words, suppose that “the way red looks” is the very way a red apple is apart from the senses: then the apple looks a certain way, even when no one is looking, and thus precisely when it does not look any way at all.

Thus both errors imply similar contradictions: an unknown thing as such is known, or a known thing as such is unknown. The errors are generated in much the way Kant himself seems to have fallen into the error. Either knowledge is possible or it is not, we say. If it is not, then you have the Kantian error, and if it is, it appears that our way of knowing must the same as the way things are, and thus you have the anti-Kantian error.

As I pointed out in discussing consistency, an inconsistent claim, understood as such, does not propose to us any particular way to understand the world. The situation described is unintelligible, and in no way tells us what we should expect to find if it turns out to be the case. Given this fact, together with the similarity of the implied contradictions, we should not be surprised if people rarely double down completely on one error or the other, but rather waver vaguely between the two as they see the unpalatable implications of one side or the other.

Thus, the problem arises from the false dichotomy between “knowledge is not possible” and “knowledge is possible but must work in this particular way, namely by an identity of the mode of knowing and the mode of being.” I said in the linked post that this is “one of the most basic causes of human error,” but it might be possible to go further and suggest that it is the principal cause of philosophical error apart from error caused by trading truth for other things. At any rate, the reader is advised to keep this in mind as a distinct possibility. We may see additional relevant evidence as time goes on.

Replies to Objections on Form

This post replies to the objections raised in the last post.

Reply 1. I do not define form as “many relations”, in part for this very reason. Rather, I say that it is a network, and thus is one thing tied together, so to speak.

Nonetheless, the objection seems to wish to find something absolutely one which is in no way many and which causes unity in other things which are in some way lacking in unity. This does not fit with the idea of giving an account, which necessarily involves many words and thus reference to many aspects of a thing. And thus it also does not fit with the idea of form as that which makes a thing what it is, because it is evident that when we ask what a thing is, we are typically asking about things that have many aspects, as a human being has many senses and many body parts and so on.

In other words, form makes a thing one, but it also makes it what it is, which means that it also makes a thing many in various ways. And so form is one in some way, and thus called a “network,” but it also contains various relations that account for the many aspects of the thing.

Someone might extend this objection by saying that if a form contains many relations, there will need to be a form of form, uniting these relations. But there is a difference between many material parts, which might need a form in order to be one, and relations, which bind things together of themselves. To be related to something, in this sense, is somewhat like being attached to it in some way, while a number of physical bodies are not attached to each other simply in virtue of being a number of bodies. It is true that this implies a certain amount of complexity in form, but this is simply the result of the fact that there is a certain amount of complexity in what things actually are.

Reply 2. “Apt to make something one” is included in the definition in order to point to the relationships and networks of relationships that we are concerned with. For example, one could discuss the idea of a mereological sum, for example the tree outside my window together with my cell phone, and talk about a certain network of relationships intrinsic to that “sum.” This network would have little share in the idea of form, precisely because it is not apt to make anything one thing in any ordinary sense. However, I say “little share” here rather than “no share”, because this is probably a question of degree and kind. As I said here, “one thing” is said in many ways and with many degrees, and thus also form exists in many ways and with many degrees. In particular, there is no reason to suppose that “one” has one true sense compared to which the other senses would be more false than true.

Reply 3. A network of relationships could be an accidental form. Thus the form that makes a blue thing blue would normally be an accidental form. But there will be a similar network of relationships that make a thing a substance. If something is related to other things as “that in which other things are present,” and is not related to other things as “that which is present in something else,” then it will exist as substance, and precisely because it is related to things in these ways. So the definition is in fact general in comparison to both substance and accident.

Reply 4. This objection could be understood as asserting that everything relative depends on something prior which is absolute. Taken in this sense, the objection is simply mistaken. The existence of more than one thing proves conclusively that relationship as such does not need to depend on anything absolute.

Another way to understand the objection would be as asserting that whatever we may say about the thing in relation to other things, all of this must result from what the thing is in itself, apart from all of this. Therefore the essence of the thing is prior to anything at all that we say about it. And in this way, there is a truth here and an error here, namely the Kantian truth and the Kantian error. Certainly the thing is the cause of our knowledge, and not simply identical with our knowledge. Nonetheless, we possess knowledge, not ignorance, of the thing, and we have this knowledge by participation in the network of relationships that defines the thing.

Reply 5. The objection gratuitously asserts that our definition is reductionist, and this can equally well be gratuitously denied. In fact, this account includes the rejection of both reductionist and anti-reductionist positions. Insofar as people suppose that these positions are the only possible positions, if they see that my account implies the rejection of their particular side of the argument, they will naturally suppose that my account implies the acceptance of the other side. This is why the 10th objection claims the opposite: namely that my account is mistaken because it seems to be anti-reductionist.

Reply 6. I agree, in fact, that we are mostly ignorant of the nature of “blue,” and likewise of the natures of most other things. But we are equally ignorant of the network of relationships that these things share in. Thus in an earlier post about Mary’s Room, I noted that we do not even come close to knowing everything that can be known about color. Something similar would be true about pretty much everything that we can commonly name. We have some knowledge of what blue is, but it is a very imperfect knowledge, and similarly we have some knowledge of what a human being is, but it is a very imperfect knowledge. This is one reason why I qualified the claim that the essences of things are not hidden: in another way, virtually all essences are hidden from us, because they are typically too complex for us to understand exhaustively.

An additional problem, also mentioned in the case of “blue,” is that the experience of blue is not the understanding of blue, and these would remain distinct even if the understanding of blue were perfect. But again, it would be an instance of the Kantian error to suppose that it follows that one would not understand the nature of blue even if one understood it (thus we make the absurdity evident.)

Reply 7. God is not an exception to the claim about hidden essences, nor to this account of form, and these claims are not necessarily inconsistent with Christian theology.

The simplicity of God should not be understood as necessarily being opposed to being a network of relationships. In particular, the Trinity is thought to be the same as the essence of God, and what is the Trinity except a network of relations?

Nor does the impossibility of knowing the essence of God imply that God’s essence is hidden in the relevant sense. Rather, it is enough to say that it is inaccessible for “practical” reasons, so to speak. For example, consider St. Thomas’s argument that no one knows all that God can do:

The created intellect, in seeing the divine essence, does not see in it all that God does or can do. For it is manifest that things are seen in God as they are in Him. But all other things are in God as effects are in the power of their cause. Therefore all things are seen in God as an effect is seen in its cause. Now it is clear that the more perfectly a cause is seen, the more of its effects can be seen in it. For whoever has a lofty understanding, as soon as one demonstrative principle is put before him can gather the knowledge of many conclusions; but this is beyond one of a weaker intellect, for he needs things to be explained to him separately. And so an intellect can know all the effects of a cause and the reasons for those effects in the cause itself, if it comprehends the cause wholly. Now no created intellect can comprehend God wholly, as shown above (Article 7). Therefore no created intellect in seeing God can know all that God does or can do, for this would be to comprehend His power; but of what God does or can do any intellect can know the more, the more perfectly it sees God.

St. Thomas argues that if anyone knew all that God can do, i.e. everything that can be God’s effect, he would not only know the essence of God, but know it perfectly. This actually supports our position precisely: if you have an exhaustive account of the network of relationships between God and the world, actual and potential, according to St. Thomas, this is to know the essence of God exhaustively.

Reply 8. I concede the objection, but simply note that the error is on the part of Christian theology, not on the part of this account.

In this case, someone might ask why I included this objection, along with the previous, where even if I consider the theology defensible, I do not consider it authoritative. The reason is that I included objections that I expected various readers to hold in one form or another, and these are two of them. But what is the use of addressing them if I simply reject the premise of the objection?

There is at least one benefit to this. There is an important lesson here. Religious doctrines are typically defined in such a way that they have few or no undue sensible implications, as I said for example about the Real Presence. But philosophy is more difficult, and shares in much of the same distance from the senses that such religious claims have. Consequently, even if you manage to avoid adopting religious doctrines that have false scientific implications (and many don’t manage to avoid even this), if you accept any religious doctrines at all, it will be much harder to avoid false philosophical implications.

In fact, the idea of an immortal soul probably has false scientific consequences as well as false philosophical consequences, at least taken as it is usually understood. Thus for example Sean Carroll argues that the mortality of the soul is a settled issue:

Adam claims that “simply is no controlled, experimental[ly] verifiable information” regarding life after death. By these standards, there is no controlled, experimentally verifiable information regarding whether the Moon is made of green cheese. Sure, we can take spectra of light reflecting from the Moon, and even send astronauts up there and bring samples back for analysis. But that’s only scratching the surface, as it were. What if the Moon is almost all green cheese, but is covered with a layer of dust a few meters thick? Can you really say that you know this isn’t true? Until you have actually examined every single cubic centimeter of the Moon’s interior, you don’t really have experimentally verifiable information, do you? So maybe agnosticism on the green-cheese issue is warranted. (Come up with all the information we actually do have about the Moon; I promise you I can fit it into the green-cheese hypothesis.)

Obviously this is completely crazy. Our conviction that green cheese makes up a negligible fraction of the Moon’s interior comes not from direct observation, but from the gross incompatibility of that idea with other things we think we know. Given what we do understand about rocks and planets and dairy products and the Solar System, it’s absurd to imagine that the Moon is made of green cheese. We know better.

We also know better for life after death, although people are much more reluctant to admit it. Admittedly, “direct” evidence one way or the other is hard to come by — all we have are a few legends and sketchy claims from unreliable witnesses with near-death experiences, plus a bucketload of wishful thinking. But surely it’s okay to take account of indirect evidence — namely, compatibility of the idea that some form of our individual soul survives death with other things we know about how the world works.

Claims that some form of consciousness persists after our bodies die and decay into their constituent atoms face one huge, insuperable obstacle: the laws of physics underlying everyday life are completely understood, and there’s no way within those laws to allow for the information stored in our brains to persist after we die. If you claim that some form of soul persists beyond death, what particles is that soul made of? What forces are holding it together? How does it interact with ordinary matter?

Everything we know about quantum field theory (QFT) says that there aren’t any sensible answers to these questions. Of course, everything we know about quantum field theory could be wrong. Also, the Moon could be made of green cheese.

Among advocates for life after death, nobody even tries to sit down and do the hard work of explaining how the basic physics of atoms and electrons would have to be altered in order for this to be true. If we tried, the fundamental absurdity of the task would quickly become evident.

Even if you don’t believe that human beings are “simply” collections of atoms evolving and interacting according to rules laid down in the Standard Model of particle physics, most people would grudgingly admit that atoms are part of who we are. If it’s really nothing but atoms and the known forces, there is clearly no way for the soul to survive death. Believing in life after death, to put it mildly, requires physics beyond the Standard Model. Most importantly, we need some way for that “new physics” to interact with the atoms that we do have.

Very roughly speaking, when most people think about an immaterial soul that persists after death, they have in mind some sort of blob of spirit energy that takes up residence near our brain, and drives around our body like a soccer mom driving an SUV. The questions are these: what form does that spirit energy take, and how does it interact with our ordinary atoms? Not only is new physics required, but dramatically new physics. Within QFT, there can’t be a new collection of “spirit particles” and “spirit forces” that interact with our regular atoms, because we would have detected them in existing experiments. Ockham’s razor is not on your side here, since you have to posit a completely new realm of reality obeying very different rules than the ones we know.

There are certainly different ways to think about this, but this is in fact a common way of thinking about the soul in relation to the body. For example, consider this discussion by James Chastek:

Objection: Conservation laws require that outcomes be already determined. By your own admission, life has to be able to “alter what would happen by physical causes alone” and therefore violates conservation laws.

Response: Again, laws and initial conditions do not suffice to explain the actual world. Life only “alters” physical causes under the counterfactual supposition that physical causes could act alone, i.e. in a way that could suffice to explain outcomes in the actual world.

Objection: It is meaningless to describe life acting on physical laws and conditions when we can’t detect this. Life-actions are vacuous entities about which we can say nothing at all. What’s their Hamiltonian?

Response: Physical laws and conditions as physical are instrumental or partial accounts of the actual world. The interactive mechanisms and measurement devices appropriate to establishing the existence of physical causes are not appropriate tools for describing all causes of the actual world.

Chastek is deliberately ignoring the question that he poses himself. But we know his opinion of the matter from previous discussions. What physics would calculate would be one thing; what the human being will do, according to Chastek, is something different.

This almost certainly does imply a violation of the laws of physics in the sense of the discussion in Chastek’s post, as well as in the sense that concerns Sean Carroll. In fact, it probably would imply a violation of conservation of energy, very possibly to such a degree that it would be possible in principle to exploit the violation to create a perpetual motion machine, somewhat along the lines of this short story by Scott Alexander. And these violations would detectable in principle, and very likely in practice as well, at least at some point.

Nonetheless, one might think about it differently, without suggesting these things, but still suppose that people have immortal souls. And one might be forgiven for being skeptical of Sean Carroll’s arguments, given that his metaphysics is wrong. Perhaps there is some implicit dependence of his argument on this mistaken metaphysics. The problem with this response is that even the correct metaphysics has the same implications, even without considering Carroll’s arguments from physics.

It is easy to see that there still loopholes for someone who wishes to maintain the immortality of the soul. But such loopholes also indicate an additional problem with the idea. In particular, the idea that the soul is subsistent implies that it is a substantial part of a human being: that a human is a whole made of soul and body much as the body is a whole made of various parts such as legs and arms. If this were the case, the soul might not be material in a quantitative sense, but it would be “matter” in the sense that we have argued that form is not matter. In this case, it would be reasonable to suppose that an additional substantial form would be necessary to unify soul and body, themselves two substantial parts.

Reply 9. There in fact is an implicit reference to matter in the definition. “Apt to make something one” refers to what is made, but it also refers to what it is made out of, if there is anything out of which it is made. The form of a chair makes the chair one chair, but it also makes the stuff of the chair into one chair.

There is more to say about matter, but my intention for now was to clarify the concept of form.

Reply 10. The network of relationships is most certainly not a construct of the mind, if one places this in opposition to “real thing.” You cannot trace back relationships to causes that do not include any relationships, if only because “cause” is in itself relative.

I have argued against reductionism in many places, and do not need to repeat those arguments here, but in particular I would note that the objection implies that “mind” is a construct of the mind, and this implies circular causality, which is impossible.

Reply 11. The objection is not really argued, and this is mainly because there cannot be a real argument for it. There is however a rough intuition supporting it, which is that applying this idea of form to immaterial things seems unfair to reality, as though we were trying to say that the limits of reality are set by the limits of the human mind. Once again, however, this is simply a case of the usual Kantian error, mixed together with choosing something that would be especially unknown to us. An immaterial thing could not exist without having some relationship with everything else. As we have suggested elsewhere, “there is an immaterial thing,” cannot even be assigned a meaning without the implied claim that I stand in some relation with it, and that it stands in some relation to me. But evidently I know very little about it. This does not mean that we need some new definition of what it is to be something; it simply means I do not know much of what that thing is, just as I do not know much of anything about it at all.

 

Form and Reality II

This is a followup to this earlier post, but will use a number of other threads to get a fuller understanding of the matter. Rather than presenting this in the form of a single essay, I will present it as a number of distinct theses, many of which have already been argued or suggested in various forms elsewhere on the blog.

(1) Everything that exists or can exist has or could have some relationship with the mind: relationship is in fact intrinsic to the nature of existence.

This was argued here, with related remarks in several recent posts. In a sense the claim is not only true but obviously so. You are the one who says or can say “this exists,” and you could not say or understand it unless the thing had or could have some relationship with your mind.

Perhaps this seems a bit unfair to reality, as though the limits of reality were being set by the limits of the thinker. What if there were a limited being that could only think of some things, but other things could exist that it could not think about? It is easy to see that in this situation the limited being does not have the concept of “everything,” and so can neither affirm nor deny (1). It is not that it would affirm it but be mistaken. It would simply never think of it.

Someone could insist: I myself am limited. It might be that there are better thinkers in the world that can think about things I could never conceive of. But again, if you have concept of “everything,” then you just thought of those things: they are the things that those thinkers would think about. So you just thought about them too, and brought them into relationship with yourself.

Thus, anyone who actually has the idea of “everything,” and thinks about the matter clearly, will agree with (1).

(2) Nothing can be true which could not in principle (in some sense of “in principle”) in some way be said to be true.

Thesis (1) can be taken as saying that anything that can be, can also be understood, at least in some way; and thesis (2) can be taken as saying that anything that can be understood, can also be said, at least in some way.

Since language is conventional, this does not need much of an argument. If I think that something exists, and I don’t have a name for it, I can make up a name. If I think that one thing is another thing, but don’t have words for these things, I can make up words for them. Even if I am not quite sure what I am thinking, I can say, “I have a thought in my mind but don’t quite have the words for it,” and in some way I have already put it into words.

One particular objection to the thesis might be made from self-reference paradoxes. The player in the Liar Game cannot correctly say whether the third statement is true or false, even though it is in fact true or false. But note two things: first, he cannot do this while he is playing, but once the game is over, he can explicitly and correctly say whether it was true or false. Second, even while playing, he can say, “the third statement has a truth value,” and in this way he speaks of its truth in a generic way. This is in part why I added the hedges to (2), “at least in some way”, and “in principle.”

(3) Things do not have hidden essences. That is, they may have essences, but those essences can be explained in words.

This follows in a straightforward way from (1) and (2). The essence of a thing is just “what it is,” or perhaps, “what it most truly is.” The question “what is this thing?” is formed with words, and it is evident that anyone who answers the question, will answer the question by using words.

Now someone might object that the essence of a thing might be hidden because perhaps in some cases the question does not have an answer. But then it would not be true that it has an essence but is hidden: rather, it would be false that it has an essence. Similarly, if the question “where is this thing,” does not have any answer, it does not mean the thing is in a hidden place, but that the thing is not in a place at all.

Another objection might be that an essence might be hidden because the answer to the question exists, but cannot be known. A discussion of this would depend on what is meant by “can be known” and “cannot be known” in this context. That is, if the objector is merely saying that we do not know such things infallibly, including the answer to the question, “what is this?”, then I agree, but would add that (3) does not speak to this point one way or another. But if it is meant that “cannot be known” means that there is something there, the “thing in itself,” which in no way can be known or expressed in words, this would be the Kantian error. This is indeed contrary to (3), and implicitly to (1) or (2) or both, but it is also false.

People might also think that the essence cannot be known because they notice that the question “what is this?” can have many legitimate answers, and suppose that one of these, and only one, must be really and truly true, but think that we have no way to find out which one it is. While there are certainly cases where an apparent answer to the question is not a true answer, the main response here is that if both answers are true, both answers are true: there does not need to be a deeper but hidden level where one is true and the other false. There may however be a deeper level which speaks to other matters and possibly explains both answers. Thus I said in the post linked above that the discussion was not limited to “how many,” but would apply in some way to every question about the being of things.

(4) Reductionism, as it is commonly understood, is false.

I have argued this in various places, but more recently and in particular here and here. It is not just one-sided to say for example that the universe and everything in it is just a multitude of particles. It is false, because it takes one of several truths, and says that one is “really” true and that the other is “really” false.

(5) Anti-reductionism, as it is commonly understood, is false.

This follows from the same arguments. Anti-reductionism, as for example the sort advocated by Alexander Pruss, takes the opposite side of the above argument, saying that certain things are “really” one and in no way many. And this is also false.

(6) Form makes a thing to be what it is, and makes it to be one thing.

This is largely a question of definition. It is what is meant by form in this context.

Someone might object that perhaps there is nothing that makes a thing what it is, or there is nothing that makes it one thing. But if it is what it is of itself, or if it is one of itself, then by this definition it is its own form, and we do not necessarily have an issue with that.

Again, someone might say that the definition conflates two potentially distinct things. Perhaps one thing makes a thing what it is, and another thing makes it one thing. But this is not possible because of the convertibility of being and unity: to be a thing at all, is to be one thing.

(7) Form is what is in common between the mind and the thing it understands, and is the reason the mind understands at all.

This is very distinctly not a question of definition. This needs to be proved from (6), along with what we know about understanding.

It is not so strange to think that you would need to have something in common with a thing in order to understand it. Thus Aristotle presents the words of Empedocles:

For ’tis by Earth we see Earth, by Water Water,

By Ether Ether divine, by Fire destructive Fire,

By Love Love, and Hate by cruel Hate.

On the other hand, there is also obviously something wrong with this. I don’t need to be a tree in order to see or think about a tree, and it is not terribly obvious that there is even anything in common between us. In fact, one of Hilary Lawson’s arguments for his anti-realist position is that there frequently seems to be nothing in common between causes and effects, and that therefore there may be (or certainly will be) nothing in common between our minds and reality, and thus we cannot ultimately know anything. Thus he says in Chapter 2 of his book on closure:

For a system of closure to provide a means of intervention in openness and thus to function as a closure machine, it requires a means of converting the flux of openness into an array of particularities. This initial layer of closure will be identified as ‘preliminary closure’. As with closure generally, preliminary closure consists in the realisation of particularity as a consequence of holding that which is different as the same. This is achieved through the realisation of material in response to openness. The most minimal example of a system of closure consists of a single preliminary closure. Such a system requires two discrete states, or at least states that can be held as if they were discrete. It is not difficult to provide mechanical examples of such systems which allow for a single preliminary closure. A mousetrap for example, can be regarded as having two discrete states: it is either set, it is ready, or it has sprung, it has gone off. Many different causes may have led to it being in one state or another: it may have been sprung by a mouse, but it could also have been knocked by someone or something, or someone could have deliberately set it off. In the context of the mechanism all of these variations are of no consequence, it is either set or it has sprung. The diversity of the immediate environment is thereby reduced to single state and its absence: it is either set or it is not set. Any mechanical arrangement that enables a system to alternate between two or more discrete states is thereby capable of providing the basis for preliminary closure. For example, a bell or a gate could function as the basis for preliminary closure. The bell can either ring or not ring, the gate can be closed or not closed. The bell may ring as the result of the wind, or a person or animal shaking it, but the cause of the response is in the context of system of no consequence. The bell either rings or it doesn’t. Similarly, the gate may be in one state or another because it has been deliberately moved, or because something or someone has dislodged it accidentally, but these variations are not relevant in the context of the state of system, which in this case is the position of the gate. In either case the cause of the bell ringing or the gate closing is infinitely varied, but in the context of the system the variety of inputs is not accessible to the system and thus of no consequence.

A useful way to think about Lawson is that he is in some way a disciple of Heraclitus. Thus closure is “holding that which is different as the same,” but in reality nothing is ever the same because everything is in flux. In the context of this passage, the mousetrap is either set or sprung, and so it divides the world into two states, the “set” state and the “sprung” state. But the universes with the set mousetrap have nothing in common with one another besides the set mousetrap, and the universes with the sprung mousetrap have nothing in common with one another besides the sprung mousetrap.

We can see how this could lead to the conclusion that knowledge is impossible. Sight divides parts of the world up with various colors. Leaves are green, the sky is blue, the keyboard I am using is black. But if I look at two different green things, or two different blue things, they may have nothing in common besides the fact that they affected my sight in a similar way. The sky and a blue couch are blue for very different reasons. We discussed this particular point elsewhere, but the general concern would be that we have no reason to think there is anything in common between our mind and the world, and some reason to think there must be something in common in order for us to understand anything.

Fortunately, the solution can be found right in the examples which supposedly suggest that there is nothing in common between the mind and the world. Consider the mousetrap. Do the universes with the set mousetrap have something in common? Yes, they have the set mousetrap in common. But Lawson does not deny this. His concern is that they have nothing else in common. But they do have something else in common: they have the same relationship to the mousetrap, different from the relationship that the universes with the sprung mousetrap have to their mousetrap. What about the mousetrap itself? Do those universes have something in common with the mousetrap? If we consider the relationship between the mousetrap and the universe as a kind of single thing with two ends, then they do, although they share in it from different ends, just as a father and son have a relationship in common (in this particular sense.) The same things will be true in the case of sensible qualities. “Blue” may divide up surface reflectance properties in a somewhat arbitrary way, but it does divide them into things that have something in common, namely their relationship with the sense of sight.

Or consider the same thing with a picture. Does the picture have anything in common with the thing it represents? Since a picture is meant to actually look similar to the eye to the object pictured, it may have certain shapes in common, the straightness of certain lines, and so on. It may have some colors in common. This kind of literal commonness might have suggested to Empedocles that we should know “earth by earth,” but one difference is that a picture and the object look alike to the eye, but an idea is not something that the mind looks at, and which happens to look like a thing: rather the idea is what the mind uses in order to look at a thing at all.

Thus a better comparison would be between the the thing seen and the image in the eye or the activity of the visual cortex. It is easy enough to see by looking that the image in a person’s eye bears some resemblance to the thing seen, even the sort of resemblance that a picture has. In a vaguer way, something similar turns out to be true even in the visual cortex:

V1 has a very well-defined map of the spatial information in vision. For example, in humans, the upper bank of the calcarine sulcus responds strongly to the lower half of visual field (below the center), and the lower bank of the calcarine to the upper half of visual field. In concept, this retinotopic mapping is a transformation of the visual image from retina to V1. The correspondence between a given location in V1 and in the subjective visual field is very precise: even the blind spots are mapped into V1. In terms of evolution, this correspondence is very basic and found in most animals that possess a V1. In humans and animals with a fovea in the retina, a large portion of V1 is mapped to the small, central portion of visual field, a phenomenon known as cortical magnification. Perhaps for the purpose of accurate spatial encoding, neurons in V1 have the smallest receptive field size of any visual cortex microscopic regions.

However, as I said, this is in a much vaguer way. In particular, it is not so much an image which is in common, but certain spatial relationships. If we go back to the idea of the mousetrap, this is entirely unsurprising. Causes and effects will always have something in common, and always in this particular way, namely with a commonality of relationship, because causes and effects, as such, are defined by their relationship to each other.

How does all this bear on our thesis (7)? Consider the color blue, and the question, “what is it to be blue?” What is the essence of blue? We could answer this in at least two different ways:

  1. To be blue is to have certain reflectance properties.
  2. To be blue is to be the sort of thing that looks blue.

But in the way intended, these are one and the same thing. A thing looks blue if it has those properties, and it has those properties if it looks blue. Now someone might say that this is a direct refutation of our thesis, since the visual cortex presumably does not look blue or have those properties when you look at something blue. But this is like Lawson’s claim that the universe has nothing in common with the sprung mousetrap. It does have something in common, if you look at the relationship from the other end. The same thing happens when we consider the meaning of “certain reflectance properties,” and “the sort of thing that looks blue.” We are actually talking about the properties that make a thing look blue, so both definitions are relative to the sense of sight. And this means that sight has something relative in common with them, and the relation it has in common is the very one that defines the nature of blue. As this is what we mean by form (thesis 6), the form of blue must be present in the sense of sight in order to see something blue.

In fact, it followed directly from thesis (1) that the nature of blue would need to include something relative. And it followed from (2) and (3) that the very same nature would turn out to be present in our senses, thoughts, and words.

The same argument applies to the mind as to the senses. I will draw additional conclusions in a later post, and in particular, show the relevance of theses (4) and (5) to the rest.

Being and Unity II

Content warning: very obscure.

This post follows up on an earlier post on this topic, as well on what was recently said about real distinction. In the latter post, we applied the distinction between the way a thing is and the way it is known in order to better understand distinction itself. We can obtain a better understanding of unity in a similar way.

As was said in the earlier post on unity, to say that something is “one” does not add anything real to the being of the thing, but it adds the denial of the division between distinct things. The single apple is not “an apple and an orange,” which are divided insofar as they are distinct from one another.

But being distinct from divided things is itself a certain way of being distinct, and consequently all that was said about distinction in general will apply to this way of being distinct as well. In particular, since being distinct means not being something, which is a way that things are understood rather than a way that they are (considered precisely as a way of being), the same thing applies to unity. To say that something is one does not add something to the way that it is, but it adds something to the way that it is understood. This way of being understood is founded, we argued, on existing relationships.

We should avoid two errors here, both of which would be expressions of the Kantian error:

First, the argument here does not mean that a thing is not truly one thing, just as the earlier discussion does not imply that it is false that a chair is not a desk. On the contrary, a chair is in fact not a desk, and a chair is in fact one chair. But when we say or think, “a chair is not a desk,” or “a chair is one chair,” we are saying these things in some way of saying, and thinking them in some way of thinking, and these ways of saying and thinking are not ways of being as such. This in no way implies that the statements themselves are false, just as “the apple seems to be red,” does not imply that the apple is not red. Arguing that the fact of a specific way of understanding implies that the thing is falsely understood would be the position described by Ayn Rand as asserting, “man is blind, because he has eyes—deaf, because he has ears—deluded, because he has a mind—and the things he perceives do not exist, because he perceives them.”

Second, the argument does not imply that the way things really are is unknown and inaccessible to us. One might suppose that this follows, since distinction cannot exist apart from someone’s way of understanding, and at the same time no one can understand without making distinctions. Consequently, someone might argue, there must be some “way things really are in themselves,” which does not include distinction or unity, but which cannot be understood. But this is just a different way of falling into the first error above. There is indeed a way things are, and it is generally not inaccessible to us. In fact, as I pointed out earlier, it would be a contradiction to assert the existence of anything entirely unknowable to us.

Our discussion, being in human language and human thought, naturally uses the proper modes of language and thought. And just as in Mary’s room, where her former knowledge of color is a way of knowing and not a way of sensing, so our discussion advances by ways of discussion, not by ways of being as such. This does not prevent the way things are from being an object of discussion, just as color can be an object of knowledge.

Having avoided these errors, someone might say that nothing of consequence follows from this account. But this would be a mistake. It follows from the present account that when we ask questions like, “How many things are here?”, we are not asking a question purely about how things are, but to some extent about how we should understand them. And even when there is a single way that things are, there is usually not only one way to understand them correctly, but many ways.

Consider some particular question of this kind: “How many things are in this room?” People might answer this question in various ways. John Nerst, in a previous discussion on this blog, seemed to suggest that the answer should be found by counting fundamental particles. Alexander Pruss would give a more complicated answer, since he suggests that large objects like humans and animals should be counted as wholes (while also wishing to deny the existence of parts, which would actually eliminate the notion of a whole), while in other cases he might agree to counting particles. Thus a human being and an armchair might be counted, more or less, as 1 + 10^28 things, namely counting the human being as one thing and the chair as a number of particles.

But if we understand that the question is not, and cannot be, purely about how things are, but is also a question about how things should be understood, then both of the above responses seem unreasonable: they are both relatively bad ways of understanding the things in the room, even if they both have some truth as well. And on the other hand, it is easy to see that “it depends on how you count,” is part of the answer. There is not one true answer to the question, but many true answers that touch on different aspects of the reality in the room.

From the discussion with John Nerst, consider this comment:

My central contention is that the rules that define the universe runs by themselves, and must therefore be self-contained, i.e not need any interpretation or operationalization from outside the system. As I think I said in one of the parts of “Erisology of Self and Will” that the universe must be an automaton, or controlled by an automaton, etc. Formal rules at the bottom.

This is isn’t convincing to you I guess but I suppose I rule out fundamental vagueness because vagueness implies complexity and fundamental complexity is a contradiction in terms. If you keep zooming in on a fuzzy picture you must, at some point, come down to sharply delineated pixels.

Among other things, the argument of the present post shows why this cannot be right. “Sharply delineated pixels” includes the distinction of one pixel from another, and therefore includes something which is a way of understanding as such, not a way of being as such. In other words, while intending to find what is really there, apart from any interpretation, Nerst is directly including a human interpretation in his account. And in fact it is perfectly obvious that anything else is impossible, since any account of reality given by us will be a human account and will thus include a human way of understanding. Things are a certain way: but that way cannot be said or thought except by using ways of speaking or thinking.

Real Distinction II

I noted recently that one reason why people might be uncomfortable with distinguishing between the way things seem, as such, namely as a way of seeming, and the way things are, as such, namely as a way of being, is that it seems to introduce an explanatory gap. In the last post, why did Mary have a “bluish” experience? “Because the banana was blue,” is true, but insufficient, since animals with different sense organs might well have a different experience when they see blue things. And this gap seems very hard to overcome, possibly even insurmountable.

However, the discussion in the last post suggests that the difficulty in overcoming this gap is mainly the result of the fact that no one actually knows the full explanation, and that the full explanation would be extremely complicated. It might even be so complicated that no human being could understand it, not necessarily because it is a kind of explanation that people cannot understand, but in a sense similar to the one in which no human being can memorize the first trillion prime numbers.

Even if this is the case, however, there would be a residual “gap” in the sense that a sensitive experience will never be the same experience as an intellectual one, even when the intellect is trying to explain the sensitive experience itself.

We can apply these ideas to think a bit more carefully about the idea of real distinction. I pointed out in the linked post that in a certain sense no distinction is real, because “not being something” is not a thing, but a way we understand something.

But notice that there now seems to be an explanatory gap, much like the one about blue. If “not being something” is not a thing, then why is it a reasonable way to understand anything? Or as Parmenides might put it, how could one thing possibly not be another, if there is no not?

Now color is complicated in part because it is related to animal brains, which are themselves complicated. But “being in general” should not be complicated, because the whole idea is that we are talking about everything in general, not with the kind of detail that is needed to make things complicated. So there is a lot more hope of overcoming the “gap” in the case of being and distinction, than in the case of color and the appearance of color.

A potential explanation might be found in what I called the “existential theory of relativity.” As I said in that post, the existence of many things necessarily implies the existence of relationships. But this implication is a “before in understanding“. That is, we understand that one thing is not another before we consider the relationship of the two. If we consider what is before in causality, we will get a different result. On one hand, we might want to deny that there can be causality either way, because the two are simultaneous by nature: if there are many things, they are related, and if things are related, they are many. On the other hand, if we consider “not being something” as a way things are understood, and ask the cause of them being understood in this way, relation will turn out to be the cause. In other words, we have a direct response to the question posed above: why is it reasonable to think that one thing is not another, if not being is not a thing? The answer is that relation is a thing, and the existence of relation makes it reasonable to think of things as distinct from one another.

Someone will insist that this account is absurd, since things need to be distinct in order to be related. But this objection confuses the mode of being and the mode of understanding. Just as there will be a residual “gap” in the case of color, because a sense experience is not an intellectual experience, there is a residual gap here. Explaining color will not suddenly result in actually seeing color if you are blind. Likewise, explaining why we need the idea of distinction will not suddenly result in being able to understand the world without the idea of distinction. But the existence of the sense experience does not thereby falsify one’s explanation of color, and likewise here, the fact that we first need to understand things as distinct in order to understand them as related, does not prevent their relationship from being the specific reality that makes it reasonable to understand them as distinct.

Sense and Intellect

In the last two posts, I distinguished between the way a thing is, and the way a thing is known. We can formulate analogous distinctions between different ways of knowing. For example, there will be a distinction between “the way a thing is known by the senses,” and “the way a thing is known by the mind.” Or to give a more particular case, “the way this looks to the eyes,” is necessarily distinct from “the way this is understood.”

Similar consequences will follow. I pointed out in the last post that “it is the way it seems” will be necessarily false if it intends to identify the ways of being and seeming as such. In a similar way, “I understand exactly the way this thing looks to me,” will be necessarily false, if one intends to identify the way one understands with the way one sees with the eyes. Likewise, we saw previously that it does not follow that there is something (“the way it is”) that cannot be known, and in a similar way, it does not follow that there is something (“the way it looks”) that cannot be understood. But when one understands the way it is, one understands with one’s way of understanding, not with the thing’s way of being. And likewise, when one understands the way a thing looks, one understands with one’s way of understanding, not with the way it looks.

Failure to understand these distinctions or at least to apply them in practice is responsible for the confusion surrounding many philosophical problems. As a useful exercise, the reader might wish to consider how they apply to the thought experiment of Mary’s Room.