• Infinite Staircase Paradox
    Is is not the case that "logically impossible" implies "metaphysically impossible"?Ludwig V

    Yes.
  • Infinite Staircase Paradox
    So what are you arguing about?Ludwig V

    That the supertask is metaphysically impossible.
  • Infinite Staircase Paradox
    So we can agree that the consequent is false.Ludwig V

    Yes. And therefore the antecedent is necessarily false. The supertask is metaphysically impossible.
  • Infinite Staircase Paradox
    Clearly not by you. Could've easily included it. So why didn't you?Outlander

    Yes by me. I didn't include them because they're implied. But if you insist on making it explicit then I will.
  • Infinite Staircase Paradox
    You missed out "The lamp is either on or off at all times."Ludwig V

    The laws of noncontradiction and excluded middle are implied.
  • Infinite Staircase Paradox
    That seems to be true, so Benacerraf is right.Ludwig V

    It's not true, and so he's not right.

    These are our premises before we even consider if and when we push the button:

    P1. Nothing happens to the lamp except what is caused to happen to it by pushing the button
    P2. If the lamp is off and the button is pushed then the lamp is turned on
    P3. If the lamp is on and the button is pushed then the lamp is turned off
    P4. The lamp is off at 10:00

    From these we can then deduce:

    C1. The lamp is either on or off at all tn >= 10:00
    C2. The lamp is on at some tn > 10:00 iff the button was pushed at some ti > 10:00 and <= tn to turn it on and not then pushed at some tj > ti and <= tn to turn it off
    C3. If the lamp is on at some tn > 10:00 then the lamp is off at some tm > tn iff the button was pushed at some ti > tn and <= tm to turn it off and not then pushed at some tj > ti and <= tm to turn it on

    From these we can then deduce:

    C4. If the button is only ever pushed at 11:00 then the lamp is on at 12:00
    C5. If the button is only ever pushed at 11:00 and 11:30 then the lamp is off at 12:00
    C6. If the button is only ever pushed at 11:00, 11:30, 11:45, and so on ad infinitum, then the lamp is neither on nor off at 12:00 [contradiction]

    Benacerraf's "solution" is inconsistent with C2 and C3.
  • Infinite Staircase Paradox
    I don't know if a button is pushed or not at the terminal time. Who says it's not?fishfry

    C3 says it's not. If the button is only ever pushed at 23:00, 23:30, 23:45, and so on ad infinitum, then ipso facto the button is not pushed at midnight.

    The terminal state is arbitrary.fishfry

    Your arbitrary stipulation that the lamp is on or off at midnight is inconsistent with P1-P4.

    The lamp can only ever be on iff the button is pushed when the lamp is off to turn it on. The lamp can only ever be off iff either it is never turned on or the button is pushed when the lamp is on to turn it off. Midnight is no exception.
  • Infinite Staircase Paradox


    I address it all here. P1 is an implicit premise in Thomson's argument. He is asking "what happens to a lamp if we push its button an infinite number of times?", not "what happens to a lamp if we push its button an infinite number of times and then some arbitrary thing happens to it?".

    If your only way to make sense of a supertask is by introducing God or magic to fix the problem at the end then you haven't made sense of a supertask at all. You might as well try to resolve something like the grandfather paradox by doing the same. Time travel into the past isn't physically possible but granting its possibility for the sake of argument doesn't then entail that anything goes, but that seems to be your approach to this issue.
  • Infinite Staircase Paradox
    Why don't you just run the code and see?Ludwig V

    Because in reality a computer cannot perform two consecutive operations within 10-44 seconds.

    But we don't need to run the code. We can understand the logic of it and so know that there is no consistent answer. It cannot be true, cannot be false, and cannot be anything other than true or false.
  • Infinite Staircase Paradox
    But since you've put the argument in a list, I'd make explicit all the premises.TonesInDeepFreeze

    Sure.

    P1. Nothing happens to the lamp except what is caused to happen to it by pushing the button
    P2. If the lamp is off and the button is pushed then the lamp is turned on
    P3. If the lamp is on and the button is pushed then the lamp is turned off
    P4. The lamp is off at 22:00
    P5. The lamp is either on or off at midnight

    C1. If the button is only ever pushed at 23:00 then the lamp is on at midnight
    C2. If the button is only ever pushed at 23:00 and 23:30 then the lamp is off at midnight
    C3. If the button is only ever pushed at 23:00, 23:30, 23:45, and so on ad infinitum, then the lamp is ? at midnight

    It is essential to note that in each case we are being asked about the causal consequence of having pushed the button one or more times.

    No substitution for "?" in the consequent of C3 is either derivable from or consistent with the premises and the antecedent of C3. Therefore we must accept that it is impossible in principle to have performed the supertask.

    The following pseudocode provides a demonstration of C3 and is the correct way to interpret the logic of Thomson's lamp:

    var isLampOn = false
    
    function pushButton()
    {
      isLampOn = !isLampOn
    }
    
    var i = 120
    
    while (true) {
    
      wait i *= 0.5 // seconds
      
      pushButton()
    
    }
    
    echo isLampOn
    

    We are being asked what value is output by the line echo isLampOn (which allegedly will run after two minutes). The problem is that it cannot be true and cannot be false but cannot be anything other than true or false.

    Benacerraf's solution is akin to injecting some additional code after while (true) { ... }, assigning some arbitrary value to isLampOn, but in doing so he is no longer addressing the problem as posed.
  • Infinite Staircase Paradox
    Lamps that switch state in arbitrarily small intervals of time?fishfry

    This is the assumption we allow for to examine the possibility of supertasks.

    But it is still the case that the lamp cannot arbitrarily be on (whether at midnight or any other time). It can only be turned on by pushing a button when it is off. You continually ignore this fact when you talk about the mathematical value ω.
  • Infinite Staircase Paradox


    I understand how infinite sequences and limits work, as did Thomson. That is why I understand that an infinite sequence of button pushes before midnight is inconsistent with the lamp being either on or off at midnight.

    The problem is that you seem to fail to acknowledge how lamps work.
  • Infinite Staircase Paradox
    If "nothing other than pushing the button turns the lamp on or off," then at midnight, the button pusher pushes the button and turns the lamp on or off, per your premise.fishfry

    He doesn't push the button at midnight. He only pushes it at 23:00, 23:30, 23:45, and so on. This is an explicit premise of the problem.

    Also, pushing the button will only turn the lamp on if it was off and so to say that the button was pushed at midnight to turn it on is to say that the lamp was left off after having performed the supertask, which is false.
  • Infinite Staircase Paradox
    With the lamp, there is no possible way to assign a terminating value that makes any particular sense. Instead, absolutely any answer will do. On, Off, or as I facetiously said earlier, a plate of spaghetti; to emphasize the arbitrariness of the choice.fishfry

    The first sentence is true and is the proof that "supertasks are senseless" (as Thomson says).

    The second sentence is false. As mentioned several times, the implicit premises are that the lamp continues to exist (as a lamp) at midnight and that nothing other than pushing the button can turn the lamp on or off.

    We are being asked about the causal consequence of having performed a supertask. Your introduction of magic or God or some other entity or event at the end is a red herring.

    This is abundantly clear with the pseudocode I offered a month ago:

    var isLampOn = false
    
    function pushButton()
    {
      isLampOn = !isLampOn
    }
    
    var i = 120
    
    while (true) {
    
      wait i *= 0.5
      
      pushButton()
    
    }
    
    echo isLampOn
    

    The logic of this does not allow for echo isLampOn to output true or false or 'a plate of spaghetti'.

    Your "solution" is to inject some additional code after while (true) { ... }, assigning some arbitrary value to isLampOn, but in doing so you are no longer addressing the problem as posed.
  • Infinite Staircase Paradox
    Not just that it was off and then turned on, but rather that it was off at time t1 and on at time t2. That is, that it's not just a matter of the lamp having been off previously but rather that there is an off state that is an immediate predecessor of the on state and that that extends to 12:00 too so that for the lamp to be on at 12:00 there must be an immediate predecessor state in which the lamp was off, mutatis mutandis for the lamp being off at 12:00. Thomson mentions this. It's a premise that needs to be stated.TonesInDeepFreeze

    I also revised my post after posting it.

    The three implicit premises are:

    1) The lamp exists at 12:00 and as per the laws of excluded middle and noncontradiction is either on or off.

    2) If the lamp is off and the button is pushed then the lamp is turned on and if the lamp is on and the button is pushed then the lamp is turned off.

    3) Nothing other than pushing the button can affect the lamp.

    It therefore follows that if the lamp is on then it is on only because it was off and the button was pushed to turn it on. It makes no sense for a lamp to be on without having been turned on, and in this specific case it can only be turned on by pushing a button when it is off.

    Therefore if the lamp is on at midnight then it is on only because it was off and the button was pushed to turn it on. This is impossible if the infinite sequence 11:00, 11:30, 11:45, ... models the times that the button is pushed.

    (1) The first task is impossible to be performed. The second task is impossible to be performed. The third task is impossible to be performed ...

    Quantified:

    For all tasks, there is not a performance of any of them.

    I think that is not what you mean.

    (2) It is not possible for there to be a single performance of all the tasks.

    Quantified:

    There is not a performance that performs all the tasks.

    I surmise that is what you mean.

    I wouldn't write "it is impossible for the first task to be performed at 11:00, the second at 11:30, the third at 11:45, and so on" because it can be understood in sense (1).

    It is not possible for the first dancer to do a flip today, for the second dancer to do a flip tomorrow, and so on.

    I would take that to mean that none of the dancers can do a flip on their appointed day.
    TonesInDeepFreeze

    I am saying that it is impossible in principle for the infinite sequence 11:00, 11:30, 11:45, ... to model the times that the button is pushed.
  • Infinite Staircase Paradox
    As I mentioned, that is a premise that you don't include in your own argument. As I mentioned:

    "his argument includes the premise that there is a state at 12:00 and that that state must be determined by an immediate predecessor state but that there is no immediate predecessor state."

    I can't imagine anyone denying that there is no immediate predecessor state, but some partisans who don't accept the argument deny that the state at 12:00 must be determined by an immediate predecessor state. So you must include the premise that the state at 12:00 must be determined by an immediate predecessor state
    TonesInDeepFreeze

    The lamp exists at 12:00 and as per the laws of excluded middle and noncontradiction is either on or off.

    Given the way lamps work, or at least the lamp in this example, if the lamp is off and the button is pushed then the lamp is turned on and if the lamp is on and the button is pushed then the lamp is turned off.

    Nothing other than pushing the button can affect the lamp.

    Scenario 1
    The lamp is off at 10:00 and the button is only pushed at 11:00. Therefore the lamp is on at 12:00.

    Scenario 2
    The lamp is off at 10:00 and the button is only pushed at 11:00 and 11:30. Therefore the lamp is off at 12:00.

    Scenario 3
    The lamp is off at 10:00 and the button is only pushed at 11:00, 11:30, 11:45, and so on. Therefore the lamp is ? at 12:00.

    No substitution for "?" is either derivable or consistent. Therefore the button-pushing procedure in scenario 3 is proven impossible in principle.

    It's not a matter of continuousness but rather of density.TonesInDeepFreeze

    I don't know what this means.

    If you don't mean "Therefore, it is impossible for the first task to be performed at 11:00, the second at 11:30, the third at 11:45, and so on" then it should be considered scratched.TonesInDeepFreeze

    I do mean that.
  • Infinite Staircase Paradox
    But I wouldn't take P2 as a given without justification.TonesInDeepFreeze

    P2 is what Thomson's argument tries to prove. The lamp must be either on or off at 12:00, but if the button is pushed an infinite number of times between 11:00 and 12:00 then the lamp can neither be on nor off at 12:00. This is a contradiction. Therefore the button cannot be pushed an infinite number of times between 11:00 and 12:00.

    As I mentioned, C1, as you wrote it, is a non sequitur. That it is impossible for infinitely many tasks to be performed in finite time does not entail that there is a finite upper bound to how many tasks may be performed in finite time, let alone that each of the tasks is impossible to be performed. But maybe you didn't mean C1 as you wrote it.TonesInDeepFreeze

    This is the argument I am making:

    P1. If (A) it is possible for a button to be pushed at 11:00, 11:30, 11:45, and so on, then (B) it is possible for a button to be pushed an infinite number of times between 11:00 and 12:00
    P2. It is not the case that B
    C1. Therefore, it is not the case that A [from P1 and P2 via modus tollens]

    P3. If (C) it is possible for time to be continuous then A
    C2. Therefore, it is not the case that C [from C1 and P3 via modus tollens]

    C3. Therefore, it is necessary for time to be discrete [from C2]
  • Infinite Staircase Paradox
    @Metaphysician Undercover @TonesInDeepFreeze @fishfry

    I've moved your discussion on set ordering and the meaning of equality to this discussion.
  • Infinite Staircase Paradox
    I'm not firmly opining as to whether A implies BTonesInDeepFreeze

    Then let's rephrase P1 as a question.

    If the first task is performed at 11:00, the second at 11:30, the third at 11:45, and so on, then how many tasks are performed by 12:00?

    nor as to whether B is possible.TonesInDeepFreeze

    This is where Thomson's lamp comes in. His argument is that if B is performed then a contradiction follows; the lamp can neither be on nor off at 12:00 but must be either on or off at 12:00. Therefore B is proven impossible.

    I'm not sure whether the argument is modally validTonesInDeepFreeze

    I'm pretty sure it is. But if you prefer:

    P1. If (A) it is possible for the first task to be performed at 11:00, the second at 11:30, the third at 11:45, and so on, then (B) it is possible for infinitely many tasks to be performed by 12:00
    P2. It is not the case that B
    C1. Therefore, it is not the case that A

    First, though, what sense of 'possible' is meant? Thomson discusses physical possibility and logical possibility. If I'm not mistaken, he doesn't mention metaphysical possibility. Of course, discussion doen't have to be limited to Thomson's context, but 'metaphysical possibility' requires even more explication.TonesInDeepFreeze

    See subjunctive possibility:

    Logical possibility is usually considered the broadest sort of possibility; a proposition is said to be logically possible if there is no logical contradiction involved in its being true. "Dick Cheney is a bachelor" is logically possible, though in fact false; most philosophers have thought that statements like "If I flap my arms very hard, I will fly" are logically possible, although they are nomologically impossible. "Dick Cheney is a married bachelor," on the other hand, is logically impossible; anyone who is a bachelor is therefore not married, so this proposition is logically self-contradictory (though the sentence isn't, because it is logically possible for "bachelor" to mean "married man").

    Metaphysical possibility is either equivalent to logical possibility or narrower than it (what a philosopher thinks the relationship between the two is depends, in part, on the philosopher's view of logic). Some philosophers have held that discovered identities such as Kripke's "Water is H2O" are metaphysically necessary but not logically necessary (they would claim that there is no formal contradiction involved in "Water is not H2O" even though it turns out to be metaphysically impossible).

    Nomological possibility is possibility under the actual laws of nature. Most philosophers since David Hume have held that the laws of nature are metaphysically contingent—that there could have been different natural laws than the ones that actually obtain. If so, then it would not be logically or metaphysically impossible, for example, for you to travel to Alpha Centauri in one day; it would just have to be the case that you could travel faster than the speed of light. But of course there is an important sense in which this is not possible; given that the laws of nature are what they are, there is no way that you could do it. (Some philosophers, such as Sydney Shoemaker, have argued that the laws of nature are in fact necessary, not contingent; if so, then nomological possibility is equivalent to metaphysical possibility.)

    I am claiming that supertasks are more than just nomologically impossible. They are either logically impossible or metaphysically impossible. I say the latter simply because it's the weaker claim.
  • Infinite Staircase Paradox


    Where is the conflation in my argument? I'll set it out more clearly:

    P1. If (A) the first task is performed at 11:00, the second at 11:30, the third at 11:45, and so on, then (B) infinitely many tasks have been completed by 12:00
    P2. B is impossible
    C1. Therefore, A is impossible

    The argument is certainly valid; it's modus tollens. So are you saying that A doesn't entail B or are you saying that B is possible?
  • Infinite Staircase Paradox
    (1) We may question P2.TonesInDeepFreeze

    P2 is what Thomson tries to prove by introducing his lamp. Having performed infinitely many tasks entails a contradiction (the lamp must be either on or off but cannot be either).

    (2) C1 doesn't follow from P1 and P2.TonesInDeepFreeze

    It seems to be a straightforward modus tollens.

    If A then B
    B is impossible
    Therefore, A is impossible
  • Infinite Staircase Paradox
    It is incorrect to infer that infinitely many tasks may be completed in finite time from the premise that there is no finite upper bound to how many task may be completed in finite time. I would put it this way: For for any finite number of tasks, there may be a completion of all the tasks. But that does not imply that there may be a completion of all of infinitely many tasks.TonesInDeepFreeze

    So from this we make the following argument:

    P1. If the first task is performed at 11:00, the second at 11:30, the third at 11:45, and so on, then infinitely many tasks have been completed by 12:00
    P2. It is impossible to have completed infinitely many tasks
    C1. Therefore, it is impossible for the first task to be performed at 11:00, the second at 11:30, the third at 11:45, and so on.

    So what prevents the performance of the first task at 11:00, the second at 11:30, the third at 11:45, and so on? One answer is that it is metaphysically necessary that time is discrete with some smallest unit of time. At some point the time between task n and task n+1 is equal to the time between task n+1 and task n+2.

    Is there another answer that allows for continuous time?
  • Infinite Staircase Paradox
    Where in the paper does Thompson say that?TonesInDeepFreeze

    59ajihgqdgw9obiq.png

    And one may take it as a premise or as an established fact that there is a shortest distance and a shortest duration. But perhaps one may also logically take a hypothetical premise that that is not the case.TonesInDeepFreeze

    It is taking this hypothetical premise – that there is no smallest unit of space and time – that gives rise to such things as Zeno's Paradox, Bernadete's Paradox of the Gods, and Thomson's lamp.

    So if these arguments prove that contradictions follow if we assume that there is no smallest unit of space and time then as a refutation by contradiction it is proven that there is some smallest unit of space or time.
  • Infinite Staircase Paradox
    Did Thomson make that argument? Was that part of his answer to the paradox?TonesInDeepFreeze

    No, he only argued that "talk of super-tasks is senseless."

    I simply use this as a refutation by contradiction. If spacetime being infinitely divisible entails the metaphysical possibility of supertasks and if supertasks are metaphysically impossible then spacetime is not infinitely divisible.

    Although on this point there is perhaps some ambiguity in the phrase "infinitely divisible," a point that Thomson addresses:

    If something is infinitely divisible, and you are to say into how many parts it shall be divided, you have alternatives from which to choose. This is not to say that is one of them. And if something is infinitely divisible, then the operation of halving it or halving some part of it can be performed infinitely often. This is not to say that the operation can have been performed infinitely often.

    So I suppose what I mean to say is that within some finite section of space and time there cannot be an infinite succession of halfway points.

    In my mind this requires that there be some smallest unit of space and time, but I'm open to the possibility that it doesn't, and that I'm simply failing to fully grasp the notion of infinity. Perhaps this is related to the fact that is infinite but that every is finite.

    Although as I suspect that some quantum theory of gravity will be correct, and as such quantum theories require discrete spacetime (as far as I understand), I think that it's at least true that there is some smallest unit of space and time, even if it's not necessarily true.

    Mathematics doesn't say there is no limit to the ways objects may be divided.TonesInDeepFreeze

    That really depends on what you mean by "object". If you mean "physical object" then mathematics doesn't say anything about them at all, and whether or not some physical object is infinitely divisible is a matter for empirical investigation.

    As it stands one cannot have half a photon (or any point particle) and if spacetime is quantized then there is a limit to how far one can divide some section of it into two.
  • Infinite Staircase Paradox
    That's the first I've heard of any use of transfinite numbers in this thread. I don't think they are relevant - more, I very much hope they are not relevant.Ludwig V

    If we're talking about an infinite number of tasks being performed then we are talking about a transfinite number of tasks being performed.

    But space or time being infinitely divisible does not entail that supertasks are possible.Ludwig V

    I'm not talking about physical possibility. But even then, if space and time are infinitely divisible then motion is a physically possible supertask.

    Yes, that's what I thought. I think the concept of a valid paradox is a bit confusing.Ludwig V

    Then forget the word "paradox". If Thomson's argument is valid then it proves that supertasks are impossible.
  • Infinite Staircase Paradox
    Thompson says that there's a false premise, which is that infinitely many tasks cannot be completed in finite time. He says that there's no finite upper limit to the number of tasks that can be completed in finite time, but that not infinitely many can be completed in finite time.TonesInDeepFreeze

    So his paradox shows that the time between each task in a sequence cannot in principle be modelled by a geometric series, e.g. where the first task takes 1 minute, the second 30 seconds, the third 15 seconds, and so on, because if it were possible then it would be possible for an infinite number of tasks to be performed within 2 minutes.
  • Infinite Staircase Paradox
    I'm puzzled. I thought you thought that Thompson's paradox was flawed and therefore invalid - as Thompson did, didn't he?Ludwig V

    No, I think (as did he) that it successfully shows that supertasks are not possible.

    What does "paradox is valid" mean? Does it mean that the premises indeed entail a contradiction.TonesInDeepFreeze

    Yes. If space and/or time being infinitely divisible entails that supertasks are possible, and if supertasks being possible entails a contradiction, then it is proven that space and/or time are not infinitely divisible.

    The analogy with imaginary numbers and apples is amiss in this regard: Yes, apples are counted by integers, not imaginary numbers, so indeed imaginary numbers are not the correct kind of number to count with. But distances and durations are measured by real numbers, so smaller and smaller real numbers are not a difference in the kind of number.TonesInDeepFreeze

    In this case the mistake is in the application of transfinite numbers.
  • Infinite Staircase Paradox


    It's not that complicated. Imaginary numbers have a use – even in electrical engineering – but I cannot have an imaginary number of apples in my fridge.

    There's nothing wrong with maths, just sometimes an improper use of it. There is no smallest number, but if paradoxes like Zeno's and Thomson's are valid then it would suggest that there is a smallest unit of space and/or time – and that this isn't just a contingent fact about the physics of our world but something far more necessary.
  • Infinite Staircase Paradox
    My question was about mathematics not physics.TonesInDeepFreeze

    Then no, there is no smallest number.

    But then I'm not sure what relevance this question has to the matter at hand?
  • Infinite Staircase Paradox
    If there is a maximum number of divisions, then what is that maximum number?TonesInDeepFreeze

    That is an empirical matter:

    Einstein’s General Theory of Relativity describes the properties of gravity and assumes that space is a smooth, continuous fabric. Yet quantum theory suggests that space should be grainy at the smallest scales, like sand on a beach.

    One of the great concerns of modern physics is to marry these two concepts into a single theory of quantum gravity.

    Now, Integral has placed stringent new limits on the size of these quantum ‘grains’ in space, showing them to be much smaller than some quantum gravity ideas would suggest.

    ...

    Some theories suggest that the quantum nature of space should manifest itself at the ‘Planck scale’: the minuscule 10-35 of a metre, where a millimetre is 10-3 m.

    However, Integral’s observations are about 10,000 times more accurate than any previous and show that any quantum graininess must be at a level of 10-48 m or smaller.
  • Infinite Staircase Paradox
    Come on Michael. Fire Ologist explained the problem with "placing", and you said, we could assume that they are already placed. Now I show you the problem with "already placed", and you say we can assume placing. What's the point in switching back and forth, when both are shown to be problematic?Metaphysician Undercover

    We can assume that they simply exist in their places or we can assume that they are placed just before the runner reaches the next designated distance.

    What these "supertasks" show us is that there is a disconnect between the conceptual structures of mathematics and the concepts of the empirical, natural philosophy, (science).Metaphysician Undercover

    I agree. I am trying to prove this by accepting the assumptions of those who believe in supertasks and then showing that their assumptions entail a contradiction. This is how refutation by contradiction works, and is going to be more convincing than an argument that denies their assumptions outright.
  • Infinite Staircase Paradox
    To avoid the problem , you just assume the impossible. There is a limit to the number of sensors which can exist in that space, depending on the size of the sensors, Because a sensor takes up space. Or, are you assuming that an infinite number of sensors can fit in a finite space?Metaphysician Undercover

    The sensors are two dimensional with a width and height but no length. If spacetime is continuous and infinitely divisible, as is assumed, then an infinite number of two dimensional sensors can fit within finite space.

    But if you prefer then we can stipulate that only one sensor exists at a time, the next placed only when the previous has been passed.

    A thought experiment like this is perfectly appropriate in philosophy. See for example Bernadete's Paradox of the Gods which is similar in kind to mine.
  • Infinite Staircase Paradox
    The answer to the question is available, if only you would apply ordinary arithmetic to the problem.Ludwig V

    Then what is the answer?
  • Infinite Staircase Paradox
    Do you not understand what thought experiments are or how they're used?
  • Infinite Staircase Paradox
    So you never finish placing the sensors.Fire Ologist

    For the sake of the argument the sensors just exist at their locations. We don't have to place them. The thought experiment is only to examine the internal consistency of continuous space and time, not the practicality of carrying out the experiment.
  • Infinite Staircase Paradox
    There's also Thomson's paper if you haven't read it yet.
  • Infinite Staircase Paradox
    I’ve addressed all of these premises before. There is no half until after there is a whole. You don’t travel half a distance first then travel the second half and thereby complete the whole. To call a distance “half” you first call another distance “whole” and then cut it in half. The whole always comes first. So when Zeno says Achilles must first travel half, he forgot that Zeno already accounted for the whole so he could claim whatever shorter distance to be some fraction in relation to that whole.Fire Ologist

    2-dimensional sensors are placed after 100m, 150m, 175m, and so on. These sensors approach the 200m finish line but importantly no sensor is placed on the 200m finish line.

    When each sensor is passed the distance is displayed on a screen, as well as the time that the sensor was passed. This display remains until the next sensor is passed. Nothing else controls the behaviour of the screen.

    Say we run at a constant speed. We pass the 100m sensor at 12:00:10, the 150m sensor at 12:00:15, the 175m sensor at 12:00:17.5, and so on.

    When we reach the 200m finish line at 12:00:20, what distance and what time is displayed on the screen?

    There is no sensor on the 200m finish line and so neither 200m nor 12:00:20 will display, and the screen won't turn into a plate of spaghetti.
  • Infinite Staircase Paradox
    In the supertasks article, they mention a “hotel with a countably infinite number of rooms”. Right there, at the premise, what does “countably infinite” point to? That’s nonsense.Fire Ologist

    See countable sets.
  • Infinite Staircase Paradox


    You should look up “refutation by contradiction”.
  • Infinite Staircase Paradox
    So why do you disagree with the other things I’m saying?Fire Ologist

    You claimed that the supertask described in Thomson’s lamp does not entail a contradiction. It does, as shown by that previous post.

    This contradiction proves that supertasks are impossible.