-
Notifications
You must be signed in to change notification settings - Fork 1
/
Falsifiable-Hypotheses-Pop-Quiz.html
153 lines (139 loc) · 10.5 KB
/
Falsifiable-Hypotheses-Pop-Quiz.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="icon" type="image/png" href="./images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="./images/favicon-16x16.png" sizes="16x16" />
<title>Pop Quiz: Falsifiable Hypotheses - SPK's Rationality Essays</title>
<link rel="stylesheet" type="text/css" href="./css/default.css" />
<link rel="stylesheet" type="text/css" href="./css/highlight.css" />
<!-- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> -->
<!-- <script type="text/javascript" src="/js/header-links.js"></script> -->
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link href="atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM/RSS Feed" />
<!-- Google Analytics stuff -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DEWF2J5BG8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-DEWF2J5BG8');
</script>
<script type="text/javascript" src="https://fast.fonts.net/jsapi/f7f47a40-b25b-44ee-9f9c-cfdfc8bb2741.js"></script>
</head>
<body>
<div id="header">
<div id="logo">
<a href="./">SPK's Rationality Essays</a>
</div>
<div id="navigation">
<a href="./">Home</a>
<a href="./notes.html">Notes</a>
<!-- <a href="/about.html">About</a> -->
<a href="./archive.html">Archive</a>
<a href="./atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM/RSS Feed">RSS</a>
</div>
</div>
<div id="content">
<h1 id="post-title">Pop Quiz: Falsifiable Hypotheses</h1>
<!-- <center><img src="https://fbcdn-sphotos-d-a.akamaihd.net/hphotos-ak-prn1/t31.0-8/p600x600/10257116_10202295769100492_2438594605053717342_o.jpg" height="400" width="300" class="sujeet-pic" alt="Sujeet pic" /></center> -->
<p>This is a short quiz for your course on Scientific Thinking.</p>
<p>Take time to think about your answer before peeking at the solution.</p>
<h1 id="have-your-cake-and-eat-it-too">Have your cake and eat it too</h1>
<p>From Robyn Dawes’s Rational Choice in an Uncertain World:</p>
<blockquote>
<p>Post-hoc fitting of evidence to hypothesis was involved in a most grievous chapter in United States history: the internment of Japanese-Americans at the beginning of the Second World War. When California governor Earl Warren testified before a congressional hearing in San Francisco on February 21, 1942, a questioner pointed out that there had been no sabotage or any other type of espionage by the Japanese-Americans up to that time. Warren responded, “I take the view that this lack [of subversive activity] is the most ominous sign in our whole situation. It convinces me more than perhaps any other factor that the sabotage we are to get, the Fifth Column activities are to get, are timed just like Pearl Harbor was timed… I believe we are just being lulled into a false sense of security.”</p>
</blockquote>
<p>So, Warren says that the Japanese-Americans were probably plotting to sabotage the US from inside. Somebody notes that they haven’t found any sabotage. Warren says that is an ominous sign - it convinces him even more.</p>
<p>What is the problem with Warren’s reasoning?</p>
<p class="hovertext">
<span class="first"> Solution <br /> <br /> <br /> </span> <span class="second"> Answer: There is no outcome that will falsify his belief. Take the hypothesis that a Fifth Column exists. Then, if you expect sabotage to be likely, then you must <em>necessarily</em> expect lack of sabotage to be unlikely - they are mutually exclusive. If you believe that a Fifth Column exists and you see no sabotage, that should decrease your confidence in that hypothesis. Instead, he says that it <em>increases</em> his confidence, as though he had predicted it all along. Wrong. He has an unfalsifiable belief and is using that to push a policy he wants. </span>
</p>
<h1 id="how-will-you-falsify-these-beliefs">How will you falsify these beliefs?</h1>
<p>Your friend says that he believes in astrology. How can you falsify that theory?</p>
<p class="hovertext">
<span class="first"> Solution <br /> <br /> <br /> </span> <span class="second"> One way could be to take someone whose horoscope predicts a good day. Then, make it bad - punch him in the face, throw eggs at him, whatever. The opposite is, of course, to take someone who’s supposed to be having a bad day, and then give them $1000 or whatever. </span>
</p>
<p>How can you falsify Newton’s Second Law of Motion?</p>
<p class="hovertext">
<span class="first"> Solution <br /> <br /> <br /> </span> <span class="second"> If you apply a net force of F to an object of mass m, the Law forbids that the object will have an acceleration of anything but F/m (ignoring experimental error). </span>
</p>
<p>A scientist comes to you and says that smoking causes cancer. What would falsify his theory? What about all the smokers who <em>haven’t</em> got cancer? Does that falsify his theory?</p>
<p class="hovertext">
<span class="first"> Solution <br /> <br /> <br /> </span> <span class="second"> If no chain-smokers ever got any lung cancer, that would be a severe blow to the theory. <br /> Next, note that not all smokers have to get cancer - there are a lot of factors that determine how likely you are to get cancer. As such, “smoke and you might get cancer” is a vague but falsifiable hypothesis - not very precise, but still forbids that no smokers get cancer. </span>
</p>
<blockquote>
<p>Person A: “No democracy will start a war.”</p>
<p>Person B: “But Iraq, Serbia, Bosnia, etc. have all launched wars.”</p>
<p>Person A: “Ah yes, but no true democracy will start a war.”</p>
</blockquote>
<p>What’s wrong with A’s theory?</p>
<p class="hovertext">
<span class="first"> Solution <br /> <br /> <br /> </span> <span class="second"> It is unfalsifiable. He will define all democracies who start wars as not true democracies. </span>
</p>
<p>A certain self-help author, who shall remain unnamed, says that if you follow the techniques in his book ($12.41 from Amazon), you will be able to build a lifestyle where you have to work only four hours per week. How can you possibly falsify his hypothesis? What do such authors do to protect themselves from being falsified?</p>
<p class="hovertext">
<span class="first"> Solution <br /> <br /> <br /> </span> <span class="second"> If you followed his techniques and still didn’t get a four-hour workweek, then his “theory” is wrong. So, he will make excuses saying that you didn’t <em>actually</em> follow all the techniques properly. </span>
</p>
<p>Consider this fable:</p>
<blockquote>
<p>If a tree falls in a forest and no one hears it, does it make a sound? One says, “Yes it does, for it makes vibrations in the air.” Another says, “No it does not, for there is no auditory processing in any brain.”</p>
</blockquote>
<p>What is wrong about their argument?</p>
<p class="hovertext">
<span class="first"> Solution <br /> <br /> <br /> </span> <span class="second"> They’re arguing about words. They have no differences in prediction. Think: do they expect different things from a vibration-detector or brain scan? Do they expect a sound recorder to play differently? </span>
</p>
<p>You get pimples on your face one day. Your friend says that it’s because you’ve been very stressed lately. That’s a good explanation, right? You <em>have</em> been stressed lately. What’s wrong with the theory, then?</p>
<p class="hovertext">
<span class="first"> Solution <br /> <br /> <br /> </span> <span class="second"> What about all the times you had stress and didn’t get pimples? Since you don’t generally notice the <em>lack</em> of pimples, you don’t remember what his theory predicts and thus don’t realize that it is falsified. This way, his theory is safe from being proved wrong. </span>
</p>
<h1 id="notes">Notes</h1>
<p>Most of the questions are from examples in Eliezer’s <a href="http://wiki.lesswrong.com/wiki/Mysterious_Answers_to_Mysterious_Questions">sequence</a> on Mysterious Answers to Mysterious Questions.</p>
<p>The CSS for the spoiler solutions is thanks to this <a href="http://stackoverflow.com/questions/16095644/toggle-text-display-using-pure-css-hover-pseudo-class">StackOverflow</a> question.</p>
<style type="text/css">
.hovertext {
background: grey;
}
/* Hide the second piece of text by default */
p.hovertext .second {
display:none;
}
/* Hide the first piece of text on hover */
p.hovertext:hover .first {
display:none;
}
/* Re-show the second piece of text on hover */
p.hovertext:hover .second {
display:inline;
}
</style>
<div class="info">Created: October 30, 2015</div>
<div class="info">Last modified: September 28, 2019</div>
<div class="info">Status: in-progress</div>
<div class="info"><b>Tags</b>: falsification quiz</div>
<br />
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'spkrationalitytrainingground'; // required: replace example with your forum shortname
var disqus_identifier = '/Falsifiable-Hypotheses-Pop-Quiz.html';
var disqus_title = 'Pop Quiz: Falsifiable Hypotheses';
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<script type="text/javascript" src="https://fast.fonts.net/jsapi/f7f47a40-b25b-44ee-9f9c-cfdfc8bb2741.js"></script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</div>
<div id="footer">
Site proudly generated by
<a href="http://jaspervdj.be/hakyll">Hakyll</a>
</div>
</body>
</html>