All switching does is change which envelope is picked; the switcher is thus committed both to thinking that switching is advantageous and indifferent. — Snakes Alive
That doesn't model the case we're considering, which is that we know we have £10. — Michael
<?php $switch = $no_switch = 0; for ($i = 1; $i <= 1000000; ++$i) { // set X $X = random_int(1, 100); // randomly select whether you get the X or the 2X $choice = random_int(0, 1) ? 1 : 2; // if you swap, you get the other one, duh $swap = 1 + $choice % 2; // If we switch $switch += $X * $swap; // If we don't switch $no_switch += $X * $choice; } echo 'Switch: £' . number_format($switch) . PHP_EOL; echo 'No Switch: £' . number_format($no_switch);
So you're saying that before I look I can say that there's a 50% chance that my envelope is envelope X but after looking I can't? — Michael
4. From 2 and 3, there's a 50% chance that my £10 envelope is the X envelope and a 50% chance that my £10 envelope is the 2X envelope. — Michael
The answer to that seems quite simple; we feel forces, but we do not see them — Janus
But Hume says we don't see causality — Janus
(1) We can only think about what we have experience of.
(2) We only have experience of particulars — Srap Tasmaner
I'd say this is really a question for phenomenology, not for psychology, or at least, only secondarily for psychology. — Janus
I would say they are claims about epistemology. Can epistemological claims be settled by psychology (or neuroscience)? I don't know. Not yet, anyway. — Marchesk
We perceive a world of individuals, yet our language is full of universal categories of properties and relations. So how do we reconcile the two? — Marchesk
Why is an absolute guarantee necessary? — Bliss
If acquiring the stag is only possible by killing it, then killing it is the action which allows for acquiring it, and is therefore the goal. — Bliss
Using my example, even if there's no explicit agreement about one person shooting first, they both need know to shoot if the other does, and that understanding is itself the agreement. — Bliss
I observe, that it will be for my interest to leave another in the possession of his goods, provided he will act in the same manner with regard to me. He is sensible of a like interest in the regulation of his conduct. When this common sense of interest is mutually expressed, and is known to both, it produces a suitable resolution and behaviour. And this may properly enough be called a convention or agreement betwixt us, though without the interposition of a promise; since the actions of each of us have a reference to those of the other, and are performed upon the supposition, that something is to be performed on the other part. Two men, who pull the oars of a boat, do it by an agreement or convention, though they have never given promises to each other. Nor is the rule concerning the stability of possession the less derived from human conventions, that it arises gradually, and acquires force by a slow progression, and by our repeated experience of the inconveniences of transgressing it. On the contrary, this experience assures us still more, that the sense of interest has become common to all our fellows, and gives us a confidence of the future regularity of their conduct: And it is only on the expectation of this, that our moderation and abstinence are founded. In like manner are languages gradually established by human conventions without any promise. In like manner do gold and silver become the common measures of exchange, and are esteemed sufficient payment for what is of a hundred times their value. — Hume, Treatise 3.2.2
the two people need to agree upon a way to coordinate their efforts — Bliss
I already did. — Jeremiah
How do you feel about changing "can acquire" to "can independently acquire"? — Bliss
my argument is that the action is taken by individuals in the group, not "the group" itself, and that the individuals entrusted with taking the action are the representatives of the group — Bliss
Consequently, the actions an individual can take are limited by the wealth an individual can acquire. — Bliss
such that at least one member has the wealth required to take the desired action, every group necessarily redistributes its collective wealth among its members. — Bliss
Or does it make a difference if he knows beforehand that the experimenter has flipped a fair coin to determine which of {1, 2} and {2, 4} is to be used? — Michael
Surely in lieu of any evidence to suggest that one of {1, 2} and {2, 4} is more likely he should consider their probabilities equal? — Michael
{1,2} {2,4} Big 1/4 1/4 Small 1/4 1/4
I'd like to hear more from you on this argument. While I don't think there is a single point at which basic reasoning becomes philosophy, I would be interested in hearing what you believe philosophy to be as opposed to what the philosophy of is such that it seems ridiculous to claim that those engaged in some activity obviously do not have philosophical beliefs. — Moliere
The problem then is not just the force multipliers, but the environment in which our children are raised which promotes this version of 'human nature' and not any other, more desirable version. — Pseudonym
it seems to me that in practicing such-and-such we already have some philosophical notions being put into practice — Moliere
Actually, I don't think we have to be able to in principle determine the truth of a proposition to say it's meaningful. — Marchesk