Hacker News new | ask | show | jobs
by drostie 5038 days ago
It is only "broken" if you assume incorrectly that the goal of science is to Discover Truth. Moreover it is broken in a more direct way: there exist certain models which are mathematically equivalent but which describe contradictory states of being. A reasonably good example of this is heliocentrism vs. geocentrism: classical mechanics allows you to say "the Earth is at the center of the Solar System, there are gravitational, Coriolis and centrifugal forces around it affecting all of the stuff in space", but it also allows you to say "The Sun-Jupiter barycentre is at the center of the Solar System, and the only force we need is gravity." There is no experiment which can distinguish between those two; they are mathematically equivalent.

(A slightly better example comes from quantum mechanics. In the "Schrodinger picture" there is a "wavefunction of the universe" which changes from moment to moment, while the definitions of space and momentum stay the same. In the "Heisenberg picture" the wavefunction stays the same while the definitions of space and momentum change. You would think there would be an ontological difference to the question, "is the state of the universe different from the state of the big bang?" but, in fact, on this description there is no observable difference, and science could never settle the question.)

This does not reduce science to a religion; science simply studies the observable differences and must be content with not knowing everything -- which most scientists are already content with, since they have to deal with matters of uncertainty and the distinctions between correlations and causations.

Dark Matter does interact with other things, but it does so indirectly, because it has mass and therefore warps spacetime. This is not actually the first use of gravitational lensing to observe dark matter; in fact, earlier it had been used to settle the question of whether dark matter felt any electromagnetic force at all, by looking at galaxy collisions. The prediction would be that the dark matter clouds of two galaxies would more or less "go through each other" in a collision while the luminous stuff would "bump into each other". This was observed as early as 6 years ago, see http://chandra.harvard.edu/photo/2006/1e0657/ .

We certainly can show you, and we can explain to you what it is. The only problem is the same problem that neutrinos have: it's just very hard to detect these particles because they don't have an electric charge and therefore don't care about the electrons which make all the rest of chemistry happen. Our best tool for understanding dark matter is still gravity; its a force which we know the dark matter feels.

1 comments

> ... there exist certain models which are mathematically equivalent but which describe contradictory states of being. A reasonably good example of this is heliocentrism vs. geocentrism: classical mechanics allows you to say "the Earth is at the center of the Solar System, there are gravitational, Coriolis and centrifugal forces around it affecting all of the stuff in space", but it also allows you to say "The Sun-Jupiter barycentre is at the center of the Solar System, and the only force we need is gravity." There is no experiment which can distinguish between those two; they are mathematically equivalent.

How do heliocentrism and geocentrism represent "contradictory states of being"? They are trivially related to one another, and are mathematically equivalent as you point out. They represent a simple example of geometric relativity.

Consider a gravitational slingshot maneuver, a way to harvest some of a planet's orbital momentum to accelerate a passing spacecraft. If you make the planet the frame of reference, or the sun, or the spacecraft, the math and physics come out the same. No "contradictory states of being".

> A slightly better example comes from quantum mechanics. In the "Schrodinger picture" there is a "wavefunction of the universe" which changes from moment to moment, while the definitions of space and momentum stay the same. In the "Heisenberg picture" the wavefunction stays the same while the definitions of space and momentum change.

No,. this isn't really a "better example" -- Dirac demonstrated the mathematical equivalence of Schrodinger's wave mechanics and Heisenberg's matrix mechanics. Again, the difference is only apparent and superficial.

What's different in both cases is ontology, which is a fancy way of saying how things actually are. It may help to think of how you would program a computer to simulate either universe, or for that matter it may help to reduce the computation to something much simpler, like the following two functions:

    def odd_sum(n):
        return sum(range(1, 2*int(n), 2))

    def square(n):
        m = int(n)
        return 0 if m <= 0 else m ** 2
Those two functions are mathematically indistinguishable if all you are doing is putting in various values. There happens to be a vast mathematical identity that the sum of the first n odd numbers is the n'th square number, allowing for that indistinguishability. But to claim that they're exactly the same realization of this function is obviously mistaken.

Similarly, there is a qualitative difference between a wavefunction of the universe which changes and a wavefunction of the universe which does not change. It does not matter that the two positions can be made mathematically equivalent; one is X and one is not-X, and science is permanently incapable of figuring out which it really is.