-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIntroToPhil.aux
968 lines (968 loc) · 83.6 KB
/
IntroToPhil.aux
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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
\relax
\providecommand*{\memsetcounter}[2]{}
\providecommand\hyper@newdestlabel[2]{}
\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument}
\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined
\global\let\oldnewlabel\newlabel
\gdef\newlabel#1#2{\newlabelxx{#1}#2}
\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}}
\AtEndDocument{\ifx\hyper@anchor\@undefined
\let\newlabel\oldnewlabel
\fi}
\fi}
\global\let\hyper@last\relax
\gdef\HyperFirstAtBeginDocument#1{#1}
\providecommand\HyField@AuxAddToFields[1]{}
\providecommand\HyField@AuxAddToCoFields[2]{}
\providecommand\BKM@entry[2]{}
\providecommand\babel@aux[2]{}
\@nameuse{bbl@beforestart}
\abx@aux@refcontext{nty/global//global/global}
\providecommand\@newglossary[4]{}
\@newglossary{main}{glg}{gls}{glo}
\providecommand\@glsorder[1]{}
\providecommand\@istfilename[1]{}
\@istfilename{IntroToPhil.ist}
\@glsorder{word}
\babel@aux{american}{}
\BKM@entry{id=1,open,dest={6E616D652E30},srcline={6}}{5461626C655C3034306F665C303430436F6E74656E7473}
\BKM@entry{id=2,open,dest={636861707465722A2E32},srcline={1}}{507265666163653A5C3034305768795C30343053747564795C3034305068696C6F736F7068793F}
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{Preface: Why Study Philosophy?}{vii}{chapter*.2}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Questions Philosophers are Prone to Ask:}{viii}{section*.3}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Why Study Philosophy?}{viii}{section*.4}\protected@file@percent }
\abx@aux@cite{0}{philervwelder2}
\abx@aux@segm{0}{0}{philervwelder2}
\abx@aux@cite{0}{weldersvphilers}
\abx@aux@segm{0}{0}{weldersvphilers}
\abx@aux@cite{0}{philermoney}
\abx@aux@segm{0}{0}{philermoney}
\BKM@entry{id=3,open,dest={706172742E31},srcline={1}}{495C303430576861745C30343069735C3034305068696C6F736F7068793F}
\@writefile{toc}{\contentsline {part}{\partnumberline {I}What is Philosophy?}{1}{part.1}\protected@file@percent }
\BKM@entry{id=4,open,dest={636861707465722A2E36},srcline={4}}{506172745C303430313A5C303430576861745C3034305068696C6F736F7068795C30343049735C303430616E645C30343049736E2774}
\newlabel{ch.modone}{{\M@TitleReference {I}{What is Philosophy?}}{2}{What is Philosophy?}{part.1}{}}
\@writefile{toc}{\mbox {}\hrulefill \par }
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{Part 1: What Philosophy Is and Isn't}{2}{chapter*.6}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Part 1.1: How Does One Do Philosophy?}{5}{section*.7}\protected@file@percent }
\newlabel{s:p1.1}{{\M@TitleReference {I}{Part 1.1: How Does One Do Philosophy?}}{5}{Part 1.1: How Does One Do Philosophy?}{section*.7}{}}
\@writefile{toc}{\contentsline {subsection}{Part 1.1.1: Truth}{7}{section*.8}\protected@file@percent }
\newlabel{s:p1.1.1}{{\M@TitleReference {I}{Part 1.1.1: Truth}}{7}{Part 1.1.1: Truth}{section*.8}{}}
\newlabel{truth1}{{\M@TitleReference {1}{Part 1.1.1: Truth}}{7}{Part 1.1.1: Truth}{Item.1}{}}
\newlabel{truth2}{{\M@TitleReference {2}{Part 1.1.1: Truth}}{7}{Part 1.1.1: Truth}{Item.2}{}}
\abx@aux@cite{0}{HarryPotter1}
\abx@aux@segm{0}{0}{HarryPotter1}
\abx@aux@cite{0}{AnnaKarenina}
\abx@aux@segm{0}{0}{AnnaKarenina}
\abx@aux@cite{0}{Sherlock}
\abx@aux@segm{0}{0}{Sherlock}
\@writefile{toc}{\contentsline {subsection}{Part 1.1.2: Truth and Meaning}{9}{section*.9}\protected@file@percent }
\newlabel{s:p1.1.2}{{\M@TitleReference {I}{Part 1.1.2: Truth and Meaning}}{9}{Part 1.1.2: Truth and Meaning}{section*.9}{}}
\newlabel{ambi1}{{\M@TitleReference {3}{Part 1.1.2: Truth and Meaning}}{9}{Part 1.1.2: Truth and Meaning}{Item.3}{}}
\newlabel{ambi2}{{\M@TitleReference {4}{Part 1.1.2: Truth and Meaning}}{9}{Part 1.1.2: Truth and Meaning}{Item.4}{}}
\newlabel{ambi3}{{\M@TitleReference {5}{Part 1.1.2: Truth and Meaning}}{9}{Part 1.1.2: Truth and Meaning}{Item.5}{}}
\newlabel{ambi4}{{\M@TitleReference {6}{Part 1.1.2: Truth and Meaning}}{9}{Part 1.1.2: Truth and Meaning}{Item.6}{}}
\@writefile{toc}{\contentsline {subsection}{Simplified Breakdown}{11}{section*.10}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{The connection}{12}{section*.11}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Part 1.2: Arguments}{12}{section*.12}\protected@file@percent }
\newlabel{s:p1.2}{{\M@TitleReference {I}{Part 1.2: Arguments}}{12}{Part 1.2: Arguments}{section*.12}{}}
\abx@aux@cite{0}{ArgumentClinic}
\abx@aux@segm{0}{0}{ArgumentClinic}
\newlabel{linecook1}{{\M@TitleReference {1}{Part 1.2: Arguments}}{15}{Part 1.2: Arguments}{ExampleArg.0.1}{}}
\newlabel{linecook2}{{\M@TitleReference {2}{Part 1.2: Arguments}}{15}{Part 1.2: Arguments}{ExampleArg.0.2}{}}
\newlabel{boston3}{{\M@TitleReference {3}{Part 1.2: Arguments}}{16}{Part 1.2: Arguments}{ExampleArg.0.3}{}}
\newlabel{boston4}{{\M@TitleReference {4}{Part 1.2: Arguments}}{16}{Part 1.2: Arguments}{ExampleArg.0.4}{}}
\@writefile{toc}{\contentsline {subsection}{Part 1.2.1: Deductive Validity}{19}{section*.13}\protected@file@percent }
\newlabel{s:p1.2.1}{{\M@TitleReference {I}{Part 1.2.1: Deductive Validity}}{19}{Part 1.2.1: Deductive Validity}{section*.13}{}}
\newlabel{socrates1}{{\M@TitleReference {5}{Part 1.2.1: Deductive Validity}}{20}{Part 1.2.1: Deductive Validity}{ExampleArg.0.5}{}}
\newlabel{mammals2}{{\M@TitleReference {6}{Part 1.2.1: Deductive Validity}}{20}{Part 1.2.1: Deductive Validity}{ExampleArg.0.6}{}}
\newlabel{raining3}{{\M@TitleReference {7}{Part 1.2.1: Deductive Validity}}{20}{Part 1.2.1: Deductive Validity}{ExampleArg.0.7}{}}
\newlabel{socrates4}{{\M@TitleReference {8}{Part 1.2.1: Deductive Validity}}{20}{Part 1.2.1: Deductive Validity}{ExampleArg.0.8}{}}
\newlabel{cookies5}{{\M@TitleReference {9}{Part 1.2.1: Deductive Validity}}{20}{Part 1.2.1: Deductive Validity}{ExampleArg.0.9}{}}
\newlabel{raining6}{{\M@TitleReference {10}{Part 1.2.1: Deductive Validity}}{20}{Part 1.2.1: Deductive Validity}{ExampleArg.0.10}{}}
\newlabel{cookies5}{{\M@TitleReference {11}{Part 1.2.1: Deductive Validity}}{21}{Part 1.2.1: Deductive Validity}{ExampleArg.0.11}{}}
\@writefile{toc}{\contentsline {subsection}{Part 1.2.2: Inductive Strength}{22}{section*.14}\protected@file@percent }
\newlabel{s:p1.2.2}{{\M@TitleReference {11}{Part 1.2.2: Inductive Strength}}{22}{Part 1.2.2: Inductive Strength}{section*.14}{}}
\@writefile{toc}{\contentsline {section}{Part 1.3: Common Argument Structures In Philosophy}{25}{section*.15}\protected@file@percent }
\newlabel{s:p1.3}{{\M@TitleReference {11}{Part 1.3: Common Argument Structures In Philosophy}}{25}{Part 1.3: Common Argument Structures In Philosophy}{section*.15}{}}
\@writefile{toc}{\contentsline {subsection}{Part 1.3.1: Modus Ponens}{26}{section*.16}\protected@file@percent }
\newlabel{s:p1.3.1}{{\M@TitleReference {11}{Part 1.3.1: Modus Ponens}}{26}{Part 1.3.1: Modus Ponens}{section*.16}{}}
\@writefile{toc}{\contentsline {subsection}{Part 1.3.2: Modus Tollens}{27}{section*.17}\protected@file@percent }
\newlabel{s:p1.3.2}{{\M@TitleReference {11}{Part 1.3.2: Modus Tollens}}{27}{Part 1.3.2: Modus Tollens}{section*.17}{}}
\@writefile{toc}{\contentsline {subsection}{Part 1.3.3: Disjunctive Syllogism}{28}{section*.18}\protected@file@percent }
\newlabel{s:p1.3.3}{{\M@TitleReference {11}{Part 1.3.3: Disjunctive Syllogism}}{28}{Part 1.3.3: Disjunctive Syllogism}{section*.18}{}}
\@writefile{toc}{\contentsline {subsection}{Part 1.3.4: Hypothetical Syllogism}{29}{section*.19}\protected@file@percent }
\newlabel{s:p1.3.4}{{\M@TitleReference {11}{Part 1.3.4: Hypothetical Syllogism}}{29}{Part 1.3.4: Hypothetical Syllogism}{section*.19}{}}
\@writefile{toc}{\contentsline {subsection}{Combining the Structures}{29}{section*.20}\protected@file@percent }
\abx@aux@cite{0}{Curtis1}
\abx@aux@segm{0}{0}{Curtis1}
\@writefile{toc}{\contentsline {section}{Part 1.4: Fallacies and Biases}{30}{section*.21}\protected@file@percent }
\newlabel{s:p1.4}{{\M@TitleReference {11}{Part 1.4: Fallacies and Biases}}{30}{Part 1.4: Fallacies and Biases}{section*.21}{}}
\@writefile{toc}{\contentsline {subsection}{Ad Hominem Fallacy}{31}{section*.22}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Strawman Fallacy}{32}{section*.23}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Part 1.5: Critical Thinking}{34}{section*.24}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Consistency}{34}{section*.25}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Coherency}{37}{section*.26}\protected@file@percent }
\abx@aux@cite{0}{physicallaw}
\abx@aux@segm{0}{0}{physicallaw}
\@writefile{toc}{\contentsline {subsection}{Empirical Thinking}{38}{section*.27}\protected@file@percent }
\BKM@entry{id=5,open,dest={636861707465722A2E3238},srcline={1}}{506C61746F27735C30343041706F6C6F6779}
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{Plato's Apology}{40}{chapter*.28}\protected@file@percent }
\BKM@entry{id=6,open,dest={636861707465722A2E3239},srcline={459}}{506172745C303430323A5C3034304C6966655C303430616E645C30343054696D65735C3034306F665C303430536F637261746573}
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{Part 2: Life and Times of Socrates}{67}{chapter*.29}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Birth and Parents}{67}{section*.30}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Education}{68}{section*.31}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{"Adult" Socrates}{69}{section*.32}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Military Career}{69}{section*.33}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Family Man}{70}{section*.34}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Part 2.1: Trials in Athens}{71}{section*.35}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{How Trials Worked in Athens}{71}{section*.36}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Initiation of Criminal Proceedings}{72}{section*.37}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{The Preliminary Hearing (Anakrisis)}{72}{section*.38}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{The Trial}{73}{section*.39}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{The Final Phase}{74}{section*.40}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Part 2.2: Socrates' Defense/Arguments}{75}{section*.41}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{The Charges}{75}{section*.42}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Socrates' Method}{76}{section*.43}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Socrates' Questions}{76}{section*.44}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Corrupting the Youth}{77}{section*.45}\protected@file@percent }
\BKM@entry{id=7,open,dest={706172742E32},srcline={1}}{49495C30343049735C30343044656174685C3034304261645C303430466F725C3034305468655C303430506572736F6E5C30343057686F5C303430446965643F}
\@writefile{toc}{\contentsline {part}{\partnumberline {II}Is Death Bad For The Person Who Died?}{82}{part.2}\protected@file@percent }
\BKM@entry{id=8,open,dest={636861707465722A2E3437},srcline={1}}{44656174685C30343042795C30343054686F6D61735C3034304E6167656C}
\abx@aux@cite{0}{Nagel2}
\abx@aux@segm{0}{0}{Nagel2}
\newlabel{ch.modtwo}{{\M@TitleReference {II}{Is Death Bad For The Person Who Died?}}{83}{Is Death Bad For The Person Who Died?}{part.2}{}}
\@writefile{toc}{\mbox {}\hrulefill \par }
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{Death By Thomas Nagel}{83}{chapter*.47}\protected@file@percent }
\newlabel{death}{{\M@TitleReference {II}{Death By Thomas Nagel}}{83}{Death By Thomas Nagel}{chapter*.47}{}}
\BKM@entry{id=9,open,dest={636861707465722A2E3438},srcline={5}}{506172745C303430333A5C303430486F775C303430446F65735C3034304E6167656C5C303430446566696E655C30343044656174683F}
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{Part 3: How Does Nagel Define Death?}{94}{chapter*.48}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Part 3.1: Is Death Bad for The Person Who Died?'}{96}{section*.49}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{The Problem and Nagel's Take}{96}{section*.50}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Part 3.2 The Three Objections to Nagel's Stance}{97}{section*.51}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Can anything be bad for a person if it is not unpleasant to them?}{98}{section*.52}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{When we are dead, we don’t experience anything, there is no subject of the experience, so can we say that anything is good or bad for a person when they don’t exist?}{99}{section*.53}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Why is there a difference between nonexistence prior to birth and nonexistence after birth?}{99}{section*.54}\protected@file@percent }
\BKM@entry{id=10,open,dest={706172742E33},srcline={1}}{4949495C303430576861745C30343069735C3034305468655C3034304D696E643F5C303430576861745C30343069735C3034307468655C303430426F64793F}
\@writefile{toc}{\contentsline {part}{\partnumberline {III}What is The Mind? What is the Body?}{101}{part.3}\protected@file@percent }
\BKM@entry{id=11,open,dest={636861707465722A2E3536},srcline={1}}{5468655C3034304D696E642D426F64795C30343050726F626C656D5C30343062795C30343054696D5C3034304372616E65}
\abx@aux@cite{0}{Crane1}
\abx@aux@segm{0}{0}{Crane1}
\@writefile{toc}{\mbox {}\hrulefill \par }
\newlabel{ch.modthree}{{\M@TitleReference {III}{What is The Mind? What is the Body?}}{102}{What is The Mind? What is the Body?}{part.3}{}}
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{The Mind-Body Problem by Tim Crane}{102}{chapter*.56}\protected@file@percent }
\newlabel{mindbodyprob}{{\M@TitleReference {III}{The Mind-Body Problem by Tim Crane}}{102}{The Mind-Body Problem by Tim Crane}{chapter*.56}{}}
\abx@aux@cite{0}{Lewis1}
\abx@aux@segm{0}{0}{Lewis1}
\abx@aux@cite{0}{Lewis2}
\abx@aux@segm{0}{0}{Lewis2}
\abx@aux@cite{0}{Davidson1}
\abx@aux@segm{0}{0}{Davidson1}
\abx@aux@cite{0}{Kim1}
\abx@aux@segm{0}{0}{Kim1}
\abx@aux@cite{0}{Horgan1}
\abx@aux@segm{0}{0}{Horgan1}
\abx@aux@cite{0}{Davidson2}
\abx@aux@segm{0}{0}{Davidson2}
\abx@aux@cite{0}{Crane2}
\abx@aux@segm{0}{0}{Crane2}
\abx@aux@cite{0}{Jackson1}
\abx@aux@segm{0}{0}{Jackson1}
\abx@aux@cite{0}{McGinn1}
\abx@aux@segm{0}{0}{McGinn1}
\abx@aux@cite{0}{Nagel1}
\abx@aux@segm{0}{0}{Nagel1}
\abx@aux@cite{0}{Chalmers1}
\abx@aux@segm{0}{0}{Chalmers1}
\abx@aux@cite{0}{Lewis3}
\abx@aux@segm{0}{0}{Lewis3}
\abx@aux@cite{0}{Jackson2}
\abx@aux@segm{0}{0}{Jackson2}
\abx@aux@cite{0}{Robinson1}
\abx@aux@segm{0}{0}{Robinson1}
\abx@aux@cite{0}{Lewis4}
\abx@aux@segm{0}{0}{Lewis4}
\abx@aux@cite{0}{Dennett1}
\abx@aux@segm{0}{0}{Dennett1}
\abx@aux@cite{0}{Churchland1}
\abx@aux@segm{0}{0}{Churchland1}
\BKM@entry{id=12,open,dest={636861707465722A2E3537},srcline={5}}{506172745C303430343A5C3034305468655C3034304D696E642D426F64795C30343050726F626C656D}
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{Part 4: The Mind-Body Problem}{108}{chapter*.57}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Part 4.1: Substance Dualism}{109}{section*.58}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Substance:}{110}{section*.59}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{The Mary's Room Thought Experiment}{111}{section*.60}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{How Do These Substances Interact?}{113}{section*.61}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{Pre-Established Harmony}{114}{section*.62}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Part 4.2: Monism/Physicalism}{115}{section*.63}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Reductive Physicalism}{116}{section*.64}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Non-Reductive Physicalism}{117}{section*.65}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Current Developments}{119}{section*.66}\protected@file@percent }
\BKM@entry{id=13,open,dest={636861707465722A2E3637},srcline={1}}{4D696E64732C5C303430427261696E735C303430616E645C30343050726F6772616D735C30343062795C3034304A6F686E5C303430536561726C65}
\abx@aux@cite{0}{Searle1}
\abx@aux@segm{0}{0}{Searle1}
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{Minds, Brains and Programs by John Searle}{121}{chapter*.67}\protected@file@percent }
\newlabel{mindsbrainsprograms}{{\M@TitleReference {III}{Minds, Brains and Programs by John Searle}}{121}{Minds, Brains and Programs by John Searle}{chapter*.67}{}}
\@writefile{toc}{\contentsline {section}{Abstract}{121}{section*.68}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Minds, Brains, and Programs}{122}{section*.69}\protected@file@percent }
\abx@aux@cite{0}{Schank1}
\abx@aux@segm{0}{0}{Schank1}
\abx@aux@cite{0}{Winograd1}
\abx@aux@segm{0}{0}{Winograd1}
\abx@aux@cite{0}{Weizen1}
\abx@aux@segm{0}{0}{Weizen1}
\abx@aux@cite{0}{Pylyshyn1}
\abx@aux@segm{0}{0}{Pylyshyn1}
\abx@aux@cite{0}{McCarthy1}
\abx@aux@segm{0}{0}{McCarthy1}
\abx@aux@cite{0}{Fodor1}
\abx@aux@segm{0}{0}{Fodor1}
\abx@aux@cite{0}{Newell1}
\abx@aux@segm{0}{0}{Newell1}
\BKM@entry{id=14,open,dest={636861707465722A2E3730},srcline={182}}{506172745C303430353A5C30343043616E5C3034304D616368696E65735C3034305468696E6B3F}
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{Part 5: Can Machines Think?}{150}{chapter*.70}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Artificial Intelligence and the Mind-Body Problem}{150}{section*.71}\protected@file@percent }
\abx@aux@cite{0}{SEPAI}
\abx@aux@segm{0}{0}{SEPAI}
\@writefile{toc}{\contentsline {section}{Weak Vs Strong Artificial Intelligence}{151}{section*.72}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Roger Schank's AI}{153}{section*.73}\protected@file@percent }
\abx@aux@cite{0}{BlueBrown}
\abx@aux@segm{0}{0}{BlueBrown}
\abx@aux@cite{0}{JillWatson1}
\abx@aux@segm{0}{0}{JillWatson1}
\@writefile{toc}{\contentsline {section}{The Chinese Room Thought Experiment}{156}{section*.74}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Strong AI Claims and Replies}{158}{section*.75}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Other Potential AI Formats and Rebuttals}{160}{section*.76}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{The Systems Reply}{160}{section*.77}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{The Robot Reply}{161}{section*.78}\protected@file@percent }
\abx@aux@cite{0}{extrahistory2012}
\abx@aux@segm{0}{0}{extrahistory2012}
\@writefile{toc}{\contentsline {subsection}{The Brain Simulator Reply}{162}{section*.79}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{The Combination Reply}{162}{section*.80}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{The Other Minds Reply}{163}{section*.81}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{The Many Mansions Reply}{164}{section*.82}\protected@file@percent }
\BKM@entry{id=15,open,dest={706172742E34},srcline={1}}{49565C303430446F5C30343057655C303430486176655C303430467265655C30343057696C6C3F5C303430576861745C30343069735C30343069743F}
\@writefile{toc}{\contentsline {part}{\partnumberline {IV}Do We Have Free Will? What is it?}{166}{part.4}\protected@file@percent }
\BKM@entry{id=16,open,dest={636861707465722A2E3834},srcline={4}}{506172745C303430363A5C3034305468655C303430467265655C30343057696C6C5C303430446562617465}
\newlabel{ch.modFour}{{\M@TitleReference {IV}{Do We Have Free Will? What is it?}}{167}{Do We Have Free Will? What is it?}{part.4}{}}
\@writefile{toc}{\mbox {}\hrulefill \par }
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{Part 6: The Free Will Debate}{167}{chapter*.84}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Part 6.1: Free Will and (Moral) Responsibility}{168}{section*.85}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Part 6.2: The Free Will Debate}{170}{section*.86}\protected@file@percent }
\BKM@entry{id=17,open,dest={636861707465722A2E3837},srcline={49}}{506172745C303430373A5C30343044657465726D696E69736D2C5C303430496E636F6D7061746962696C69736D2C5C303430616E645C303430486172645C30343044657465726D696E69736D}
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{Part 7: Determinism, Incompatibilism, and Hard Determinism}{172}{chapter*.87}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Part 7.1 Determinism}{172}{section*.88}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Incompatibilism}{174}{section*.89}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Part 7.2: Hard Determinism}{174}{section*.90}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{An Argument for Hard Determinism}{175}{section*.91}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{1. The past controls the present and the future.}{175}{section*.92}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{2. You can't control the past.}{176}{section*.93}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{3. You can't control the way the past controls the present and the future.}{176}{section*.94}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{4. So, you can't control the present and the future.}{177}{section*.95}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{5. If the way the present is and the future will be are outside of my control, you aren't not morally responsible for it.}{177}{section*.96}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{6. Therefore, you aren't morally responsible for anything (AKA, No Free Will)}{178}{section*.97}\protected@file@percent }
\BKM@entry{id=18,open,dest={636861707465722A2E3938},srcline={89}}{506172745C303430383A5C303430576861745C30343049665C30343057655C30343044656E6965645C30343044657465726D696E69736D3F}
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{Part 8: What If We Denied Determinism?}{179}{chapter*.98}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Part 8.1: Libertarianism}{179}{section*.99}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{An argument for Libertarianism}{180}{section*.100}\protected@file@percent }
\BKM@entry{id=19,open,dest={636861707465722A2E313031},srcline={113}}{506172745C303430393A5C303430436F6D7061746962696C69736D5C303430616E645C303430536F66745C30343044657465726D696E69736D}
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{Part 9: Compatibilism and Soft Determinism}{182}{chapter*.101}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Part 9.1: Soft Determinism}{182}{section*.102}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{The Flash Definition}{184}{section*.103}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Revised Definition}{185}{section*.104}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{The Revised Revised Definition}{186}{section*.105}\protected@file@percent }
\BKM@entry{id=20,open,dest={636861707465722A2E313036},srcline={1}}{4172655C3034304C6962657274617269616E69736D5C303430616E645C303430506879736963616C69736D5C303430436F6D70617469626C653F}
\abx@aux@cite{0}{Wisniewski1}
\abx@aux@segm{0}{0}{Wisniewski1}
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{Are Libertarianism and Physicalism Compatible?}{187}{chapter*.106}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{By Davis Smith}{187}{section*.107}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Abstract}{187}{section*.108}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Introduction}{188}{section*.109}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Terms}{189}{section*.110}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Determinism}{189}{section*.111}\protected@file@percent }
\abx@aux@cite{0}{Popper1}
\abx@aux@segm{0}{0}{Popper1}
\abx@aux@cite{0}{Barrett1}
\abx@aux@segm{0}{0}{Barrett1}
\@writefile{toc}{\contentsline {subsection}{Physicalism}{190}{section*.112}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Free Will}{191}{section*.113}\protected@file@percent }
\abx@aux@cite{0}{Frankfurt1}
\abx@aux@segm{0}{0}{Frankfurt1}
\abx@aux@cite{0}{Widerker1}
\abx@aux@segm{0}{0}{Widerker1}
\@writefile{toc}{\contentsline {subsection}{Libertarianism}{192}{section*.114}\protected@file@percent }
\abx@aux@cite{0}{Frankfurt1}
\abx@aux@segm{0}{0}{Frankfurt1}
\abx@aux@cite{0}{Fischer1}
\abx@aux@segm{0}{0}{Fischer1}
\@writefile{toc}{\contentsline {section}{The Argument}{193}{section*.115}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Part 1: If Libertarianism is true, then there are some actions such that the doer could have done otherwise and the action was within the doer's control.}{193}{section*.116}\protected@file@percent }
\abx@aux@cite{0}{Austin1}
\abx@aux@segm{0}{0}{Austin1}
\@writefile{toc}{\contentsline {subsection}{Part 2: If Physicalism is true, then for any action, that action is either deterministic or non-deterministic.}{195}{section*.117}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Part 3: If an action is deterministic, then the doer could not have done otherwise and if an action is non-deterministic, the action is not within the doer’s control.}{196}{section*.118}\protected@file@percent }
\abx@aux@cite{0}{Searle1}
\abx@aux@segm{0}{0}{Searle1}
\abx@aux@cite{0}{Elzein1}
\abx@aux@segm{0}{0}{Elzein1}
\@writefile{toc}{\contentsline {section}{Conclusion: If Libertarianism is true, then Physicalism is false.}{199}{section*.119}\protected@file@percent }
\BKM@entry{id=21,open,dest={636861707465722A2E313230},srcline={1}}{4172655C3034304475616C69736D5C303430616E645C3034304C6962657274617269616E69736D5C303430436F6D70617469626C653F}
\abx@aux@cite{0}{Wisniewski1}
\abx@aux@segm{0}{0}{Wisniewski1}
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{Are Dualism and Libertarianism Compatible?}{200}{chapter*.120}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{By Davis Smith}{200}{section*.121}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Abstract}{200}{section*.122}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Introduction}{201}{section*.123}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Terms}{202}{section*.124}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Determinism}{202}{section*.125}\protected@file@percent }
\abx@aux@cite{0}{Popper1}
\abx@aux@segm{0}{0}{Popper1}
\abx@aux@cite{0}{Barrett1}
\abx@aux@segm{0}{0}{Barrett1}
\@writefile{toc}{\contentsline {subsection}{Dualism}{203}{section*.126}\protected@file@percent }
\abx@aux@cite{0}{Balaguer2}
\abx@aux@segm{0}{0}{Balaguer2}
\abx@aux@cite{0}{Frankfurt1}
\abx@aux@segm{0}{0}{Frankfurt1}
\abx@aux@cite{0}{Widerker1}
\abx@aux@segm{0}{0}{Widerker1}
\@writefile{toc}{\contentsline {subsection}{Libertarianism}{204}{section*.127}\protected@file@percent }
\abx@aux@cite{0}{Franklin1}
\abx@aux@segm{0}{0}{Franklin1}
\abx@aux@cite{0}{Frankfurt1}
\abx@aux@segm{0}{0}{Frankfurt1}
\abx@aux@cite{0}{Fischer1}
\abx@aux@segm{0}{0}{Fischer1}
\@writefile{toc}{\contentsline {section}{The Argument}{206}{section*.128}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Part 1: If Libertarianism is true, then there are some actions such that the actor could have physically done otherwise and had control over.}{206}{section*.129}\protected@file@percent }
\abx@aux@cite{0}{Austin1}
\abx@aux@segm{0}{0}{Austin1}
\@writefile{toc}{\contentsline {subsection}{Part 2: If Dualism is true, then there are three places where the indeterminacy could appear in an actor’s action; either A) in the physical substance, B) in the mental substance, or C) in the interaction between the mental and the physical substances.}{208}{section*.130}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{Part 2A: If there is physical-indeterminacy, then it decreases the control the actor has over their actions.}{208}{section*.131}\protected@file@percent }
\abx@aux@cite{0}{Searle1}
\abx@aux@segm{0}{0}{Searle1}
\abx@aux@cite{0}{Elzein1}
\abx@aux@segm{0}{0}{Elzein1}
\@writefile{toc}{\contentsline {subsubsection}{Part 2B: If there is mental-indeterminacy, then it decreases the control the actor has over their actions.}{210}{section*.132}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{Part 2C: If there is interaction-indeterminacy, then it decreases the control the actor has over their actions.}{211}{section*.133}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Part 3: So, if Dualism is true, then indeterminacy decreases the control an actor has over their actions.}{211}{section*.134}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Conclusion: If Dualism is true, then Libertarianism is false.}{212}{section*.135}\protected@file@percent }
\BKM@entry{id=22,open,dest={706172742E35},srcline={1}}{565C303430446F65735C303430476F645C30343045786973743F5C30343049665C303430736F2C5C3034307768795C30343069735C30343074686572655C3034306576696C3F}
\@writefile{toc}{\contentsline {part}{\partnumberline {V}Does God Exist? If so, why is there evil?}{213}{part.5}\protected@file@percent }
\BKM@entry{id=23,open,dest={636861707465722A2E313337},srcline={4}}{506172745C30343031303A5C303430417267756D656E74735C303430666F725C3034307468655C3034306578697374656E63655C3034306F665C303430476F64}
\newlabel{ch.modfive}{{\M@TitleReference {V}{Does God Exist? If so, why is there evil?}}{214}{Does God Exist? If so, why is there evil?}{part.5}{}}
\@writefile{toc}{\mbox {}\hrulefill \par }
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{Part 10: Arguments for the existence of God}{214}{chapter*.137}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{The Design Argument}{215}{section*.138}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{The Argument}{216}{section*.139}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{1. There are complex structures in the natural world.}{216}{section*.140}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{2. If there are complex structures in the natural world, then they must have had a designer.}{216}{section*.141}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{3. If there is such a designer, then that designer is God.}{217}{section*.142}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{4. If that designer is God, then God exists.}{217}{section*.143}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{Therefore, God exists.}{217}{section*.144}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Problems with the Design Argument}{217}{section*.145}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Problem 1: The Weakness of the Analogy}{217}{section*.146}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Problem 2: Evolution}{218}{section*.147}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Problem 3: Limitation of the conclusion}{218}{section*.148}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{The Fine-Tuning Argument}{219}{section*.149}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{1. The universe is suitable for human evolution.}{220}{section*.150}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{2. There are three ways that this could have happened: by chance, by necessity, or by design.}{220}{section*.151}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{3. The odds of this happening by chance are almost 0.}{220}{section*.152}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{4. There is no reason to think that the laws of nature could not have been otherwise.}{220}{section*.153}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{5. So, the world must be so suitable by design.}{221}{section*.154}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{6. If it happened by design, there must have been a designer.}{221}{section*.155}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{7. If there was a designer, then that designer was God.}{221}{section*.156}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{8. So, that designer was God.}{221}{section*.157}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{9. Therefore, God exists.}{221}{section*.158}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Problems with The Fine Tuning Argument}{221}{section*.159}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{The Lottery Objection}{222}{section*.160}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Limitation of the Conclusion}{222}{section*.161}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Scientific Progress}{223}{section*.162}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Exotic Life}{223}{section*.163}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{The First Cause Argument}{224}{section*.164}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{1. Everything has a cause other than itself.}{224}{section*.165}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{2. Everything which is a cause has itself a cause other than itself (directly or indirectly).}{225}{section*.166}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{3. There are things which exist.}{225}{section*.167}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{4. So, there must have been a first cause to kick start the chain.}{226}{section*.168}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{5. If there was a first cause, that cause was God.}{226}{section*.169}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{6. Therefore, God exists.}{226}{section*.170}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Problems with the First Cause Argument}{226}{section*.171}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Problem 1: Self-contradictory}{226}{section*.172}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Problem 2: Not a proof}{227}{section*.173}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Problem 3: Limitations of the conclusion}{228}{section*.174}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{The Ontological Argument}{229}{section*.175}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Anselm’s Ontological Argument}{230}{section*.176}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{1. God is the greatest possible being.}{231}{section*.177}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{2. Any existing being will be greater in some respects than a non-existing being.}{231}{section*.178}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{3. The greatest possible being cannot have anything greater than it in any respects.}{232}{section*.179}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{4. So, if the greatest possible being does not exist, then there are things which are greater than it in some respects.}{232}{section*.180}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{5. So, the greatest possible being exists.}{232}{section*.181}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{6. Therefore, God exists.}{232}{section*.182}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Problems for the Ontological Argument}{233}{section*.183}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Problem 1: The Perfect Island}{233}{section*.184}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Problem 2: Existence is not a property}{234}{section*.185}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Problem 3: Evil}{235}{section*.186}\protected@file@percent }
\BKM@entry{id=24,open,dest={636861707465722A2E313837},srcline={311}}{506172745C30343031313A5C303430416E5C303430417267756D656E745C303430416761696E73745C3034307468655C3034304578697374656E63655C3034306F665C303430476F64}
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{Part 11: An Argument Against the Existence of God}{236}{chapter*.187}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{The Saints and Heroes Response}{238}{section*.188}\protected@file@percent }
\abx@aux@cite{0}{Hick1}
\abx@aux@segm{0}{0}{Hick1}
\abx@aux@cite{0}{Rouzati1}
\abx@aux@segm{0}{0}{Rouzati1}
\abx@aux@cite{0}{Leibniz1}
\abx@aux@segm{0}{0}{Leibniz1}
\abx@aux@cite{0}{Augustine1}
\abx@aux@segm{0}{0}{Augustine1}
\@writefile{toc}{\contentsline {section}{The Artful Analogy}{239}{section*.189}\protected@file@percent }
\abx@aux@cite{0}{Plantinga1}
\abx@aux@segm{0}{0}{Plantinga1}
\@writefile{toc}{\contentsline {section}{The Free Will Defense}{240}{section*.190}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{1. Any world with free will is better than one without.}{241}{section*.191}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{2. Any world with free will is going to have some evils (suffering) in it.}{242}{section*.192}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{3. God made the best of all possible worlds.}{242}{section*.193}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{4. So, God made a world with free will.}{242}{section*.194}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{5. Therefore, God allows for evil as it's the result of free will.}{242}{section*.195}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Connection with previous content:}{243}{section*.196}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{A Few Initial Replies to the Free Will Defense: How good is Free Will? Do we even have it?}{243}{section*.197}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Is Free Will that Good?}{243}{section*.198}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Do We Actually Have it?}{244}{section*.199}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Free Will Without Evil}{245}{section*.200}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Miracles}{246}{section*.201}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{The Problem of Natural Evil}{247}{section*.202}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Saints and Heroes for The Problem of Natural Evil}{248}{section*.203}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{The Artful Analogy for The Problem of Natural Evil}{248}{section*.204}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{The Fall Reply}{249}{section*.205}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{The Demon Reply}{250}{section*.206}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{The Punishment Reply}{250}{section*.207}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{The Good-Needs-Evil Reply}{251}{section*.208}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{The Beneficial Laws of Nature Defense}{251}{section*.209}\protected@file@percent }
\BKM@entry{id=25,open,dest={706172742E36},srcline={1}}{56495C303430576861745C30343069735C3034304B6E6F776C656467653F5C303430486F775C303430446F5C30343057655C3034304B6E6F775C3034305468696E67733F}
\@writefile{toc}{\contentsline {part}{\partnumberline {VI}What is Knowledge? How Do We Know Things?}{253}{part.6}\protected@file@percent }
\BKM@entry{id=26,open,dest={636861707465722A2E323131},srcline={1}}{4D656469746174696F6E735C3034306F6E5C30343046697273745C3034305068696C6F736F7068795C30343062795C30343052656E5C3335315C303430446573636172746573}
\abx@aux@cite{0}{Descartes1}
\abx@aux@segm{0}{0}{Descartes1}
\newlabel{ch.modsix}{{\M@TitleReference {VI}{What is Knowledge? How Do We Know Things?}}{254}{What is Knowledge? How Do We Know Things?}{part.6}{}}
\@writefile{toc}{\mbox {}\hrulefill \par }
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{Meditations on First Philosophy by Ren\'e Descartes}{254}{chapter*.211}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Meditation I OF THE THINGS OF WHICH WE MAY DOUBT.}{254}{section*.212}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Meditation II OF THE NATURE OF THE HUMAN MIND; AND THAT IT IS MORE EASILY KNOWN THAN THE BODY.}{260}{section*.213}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Meditation III OF GOD: THAT HE EXISTS.}{270}{section*.214}\protected@file@percent }
\BKM@entry{id=27,open,dest={636861707465722A2E323135},srcline={5}}{506172745C30343031323A5C30343052656E5C3335315C3034304465736361727465732C5C3034304C6966652C5C30343054696D65732C5C303430616E645C3034304D656469746174696F6E73}
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{Part 12: Ren\'e Descartes, Life, Times, and Meditations}{287}{chapter*.215}\protected@file@percent }
\abx@aux@cite{0}{Descartes1}
\abx@aux@segm{0}{0}{Descartes1}
\BKM@entry{id=28,open,dest={636861707465722A2E323136},srcline={39}}{506172745C30343031333A5C303430416E5C3034304F766572766965775C3034306F665C303430446573636172746573275C3034304D656469746174696F6E735C3034306F6E5C30343046697273745C3034305068696C6F736F706879}
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{Part 13: An Overview of Descartes' Meditations on First Philosophy}{291}{chapter*.216}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{The First Meditation}{292}{section*.217}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{The dream case (this is section 6)}{295}{section*.218}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{God and Deception}{296}{section*.219}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{The Evil Demon Case (this is section 12)}{296}{section*.220}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Descartes' Second Meditation}{297}{section*.221}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Commentary:}{299}{section*.222}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Descartes' Third Meditation}{301}{section*.223}\protected@file@percent }
\BKM@entry{id=29,open,dest={636861707465722A2E323234},srcline={151}}{506172745C30343031343A5C3034304B6E6F776C656467655C303430616E645C3034304A757374696669636174696F6E}
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{Part 14: Knowledge and Justification}{304}{chapter*.224}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Foundationalism}{307}{section*.225}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Infnite Regress Theory}{309}{section*.226}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Coherentism}{310}{section*.227}\protected@file@percent }
\BKM@entry{id=30,open,dest={706172742E37},srcline={1}}{5649495C30343049735C3034304D6F72616C6974795C30343043756C747572616C6C795C30343052656C61746976653F}
\@writefile{toc}{\contentsline {part}{\partnumberline {VII}Is Morality Culturally Relative?}{313}{part.7}\protected@file@percent }
\BKM@entry{id=31,open,dest={636861707465722A2E323239},srcline={1}}{5468655C3034304368616C6C656E67655C3034306F665C30343043756C747572616C5C30343052656C6174697669736D5C30343062795C3034304A616D65735C30343052616368656C73}
\abx@aux@cite{0}{Rachels1}
\abx@aux@segm{0}{0}{Rachels1}
\newlabel{ch.modseven}{{\M@TitleReference {VII}{Is Morality Culturally Relative?}}{314}{Is Morality Culturally Relative?}{part.7}{}}
\@writefile{toc}{\mbox {}\hrulefill \par }
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{The Challenge of Cultural Relativism by James Rachels}{314}{chapter*.229}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{2.1 How Different Cultures Have Different Moral Codes}{314}{section*.230}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{2.2 Cultural Relativism}{316}{section*.231}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{2.3 The Cultural Differences Argument}{318}{section*.232}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{2.4 The Consequences of Taking Cultural Relativism Seriously}{320}{section*.233}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{1. We could no longer say that the customs of other societies are morally inferior to our own.}{321}{section*.234}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{2. We could decide whether actions are right or wrong just by consulting the standards of our society.}{321}{section*.235}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{3. The idea of moral progress is called into doubt.}{322}{section*.236}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{2.5 Why There Is Less Disagreement Than It Seems}{323}{section*.237}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{2.6 How All Cultures Have Some Values in Common}{325}{section*.238}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{2.7 Judging a Cultural Practice to Be Undesirable}{327}{section*.239}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Is There a Culture-Neutral Standard of Right and Wrong?}{329}{section*.240}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Why Thoughtful People May Nevertheless Be Reluctant to Criticize Other Cultures.}{330}{section*.241}\protected@file@percent }
\BKM@entry{id=32,open,dest={636861707465722A2E323432},srcline={5}}{506172745C30343031353A5C303430576861745C30343069735C3034304D6F72616C5C30343052656C6174697669736D3F}
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{Part 15: What is Moral Relativism?}{332}{chapter*.242}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Going Meta}{332}{section*.243}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{The Start of Moral Relativism}{334}{section*.244}\protected@file@percent }
\abx@aux@cite{0}{Herodotus1}
\abx@aux@segm{0}{0}{Herodotus1}
\@writefile{toc}{\contentsline {section}{The Cultural Difference Argument}{335}{section*.245}\protected@file@percent }
\abx@aux@cite{0}{HalfaLife}
\abx@aux@segm{0}{0}{HalfaLife}
\@writefile{toc}{\contentsline {section}{The Cultural Differences argument}{337}{section*.246}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Problem 1: It isn't a good argument}{338}{section*.247}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Problem 2: Cultural Oppression}{339}{section*.248}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{The Cultural Imperialism Argument}{339}{section*.249}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Cultural Imperialism}{339}{section*.250}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{The Cultural Imperialism Argument}{340}{section*.251}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{The Problem}{342}{section*.252}\protected@file@percent }
\abx@aux@cite{0}{Enoch1}
\abx@aux@segm{0}{0}{Enoch1}
\@writefile{toc}{\contentsline {section}{Tests to Tell Whether You are \emph {actually} a Relativist}{343}{section*.253}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{The First Test: The Spinach Test}{343}{section*.254}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{The Second Test: The Disagreement Test}{345}{section*.255}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{The Third Test: The What-If Test}{347}{section*.256}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Consequences of Taking Moral Relativism Seriously}{349}{section*.257}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{The Criticism Problem}{349}{section*.258}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{The Sheeple Problem}{351}{section*.259}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{The Progress Problem}{352}{section*.260}\protected@file@percent }
\BKM@entry{id=33,open,dest={636861707465722A2E323631},srcline={306}}{506172745C30343031363A5C303430536F2C5C30343049665C3034304D6F72616C5C30343052656C6174697669736D5C30343069735C30343057726F6E672C5C303430576861745C3034304E6578743F}
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{Part 16: So, If Moral Relativism is Wrong, What Next?}{355}{chapter*.261}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{If culture's don't choose, what is morality?}{355}{section*.262}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Who decides who's right in moral conflict?}{356}{section*.263}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Where do moral truths come from?}{358}{section*.264}\protected@file@percent }
\abx@aux@cite{0}{Appiah1}
\abx@aux@segm{0}{0}{Appiah1}
\@writefile{toc}{\contentsline {section}{What about forcing them onto another culture?}{359}{section*.265}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Moral Nihilism}{360}{section*.266}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Error Theory}{360}{section*.267}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{For Error Theory to be Correct}{361}{section*.268}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Expressivism}{362}{section*.269}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Three Concerns for Expressivism:}{364}{section*.270}\protected@file@percent }
\BKM@entry{id=34,open,dest={706172742E38},srcline={1}}{564949495C303430486F775C30343053686F756C645C303430495C3034304163743F}
\@writefile{toc}{\contentsline {part}{\partnumberline {VIII}How Should I Act?}{367}{part.8}\protected@file@percent }
\BKM@entry{id=35,open,dest={636861707465722A2E323732},srcline={4}}{506172745C30343031373A5C3034304E6F726D61746976655C303430457468696373}
\newlabel{ch.modeight}{{\M@TitleReference {VIII}{How Should I Act?}}{368}{How Should I Act?}{part.8}{}}
\@writefile{toc}{\mbox {}\hrulefill \par }
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{Part 17: Normative Ethics}{368}{chapter*.272}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Ethical Theories}{369}{section*.273}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{The Scientific Method for Ethics}{370}{section*.274}\protected@file@percent }
\BKM@entry{id=36,open,dest={636861707465722A2E323735},srcline={46}}{506172745C30343031383A5C3034305574696C6974617269616E69736D}
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{Part 18: Utilitarianism}{372}{chapter*.275}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Why People Like This Theory}{375}{section*.276}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Concerns for Utilitarianism}{377}{section*.277}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{The Porky the Pig Problem Problem}{378}{section*.278}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{The Reply to Porky}{380}{section*.279}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{The Utility Monster Objection}{380}{section*.280}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{The Organ Harvest Problem}{382}{section*.281}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Rule Utilitarianism}{383}{section*.282}\protected@file@percent }
\BKM@entry{id=37,open,dest={636861707465722A2E323833},srcline={159}}{506172745C30343031393A5C3034304B616E7469616E69736D}
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{Part 19: Kantianism}{386}{chapter*.283}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{The Principle From Humanity}{388}{section*.284}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Means Vs Mere-Means}{389}{section*.285}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Problems for Humanity}{391}{section*.286}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Taxation}{391}{section*.287}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Lying}{391}{section*.288}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{The Rendering Aid Problem}{392}{section*.289}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{The Principle from Universalizability}{393}{section*.290}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{The Traffic Jam Problem}{395}{section*.291}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{The Breaking Promises Problem}{396}{section*.292}\protected@file@percent }
\BKM@entry{id=38,open,dest={636861707465722A2E323933},srcline={1}}{5468655C3034304D6F72616C5C3034305374617475735C3034306F665C303430426C6F6F6462656E64696E675C30343062795C30343044617669735C303430536D697468}
\abx@aux@cite{0}{puppetmaster}
\abx@aux@segm{0}{0}{puppetmaster}
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{The Moral Status of Bloodbending by Davis Smith}{397}{chapter*.293}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Introduction}{397}{section*.294}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{The Ethical Theories}{398}{section*.295}\protected@file@percent }
\abx@aux@cite{0}{Bentham1}
\abx@aux@segm{0}{0}{Bentham1}
\abx@aux@cite{0}{Mill1}
\abx@aux@segm{0}{0}{Mill1}
\@writefile{toc}{\contentsline {section}{The Utilitarian Account}{399}{section*.296}\protected@file@percent }
\abx@aux@cite{0}{Bentham1}
\abx@aux@segm{0}{0}{Bentham1}
\abx@aux@cite{0}{Bentham1}
\abx@aux@segm{0}{0}{Bentham1}
\abx@aux@cite{0}{Omashu1}
\abx@aux@segm{0}{0}{Omashu1}
\abx@aux@cite{0}{Omashu1}
\abx@aux@segm{0}{0}{Omashu1}
\abx@aux@cite{0}{Divide1}
\abx@aux@segm{0}{0}{Divide1}
\abx@aux@cite{0}{Lovers1}
\abx@aux@segm{0}{0}{Lovers1}
\abx@aux@cite{0}{Kant1}
\abx@aux@segm{0}{0}{Kant1}
\abx@aux@cite{0}{Kant1}
\abx@aux@segm{0}{0}{Kant1}
\@writefile{toc}{\contentsline {section}{The Kantian Account}{402}{section*.297}\protected@file@percent }
\abx@aux@cite{0}{Iceberg1}
\abx@aux@segm{0}{0}{Iceberg1}
\abx@aux@cite{0}{Warriors1}
\abx@aux@segm{0}{0}{Warriors1}
\abx@aux@cite{0}{Scroll1}
\abx@aux@segm{0}{0}{Scroll1}
\abx@aux@cite{0}{Beach1}
\abx@aux@segm{0}{0}{Beach1}
\abx@aux@cite{0}{Return1}
\abx@aux@segm{0}{0}{Return1}
\abx@aux@cite{0}{Awakening1}
\abx@aux@segm{0}{0}{Awakening1}
\abx@aux@cite{0}{Awakening1}
\abx@aux@segm{0}{0}{Awakening1}
\abx@aux@cite{0}{puppetmaster}
\abx@aux@segm{0}{0}{puppetmaster}
\@writefile{toc}{\contentsline {section}{The Theories Applied to Bloodbending}{405}{section*.298}\protected@file@percent }
\abx@aux@cite{0}{puppetmaster}
\abx@aux@segm{0}{0}{puppetmaster}
\abx@aux@cite{0}{puppetmaster}
\abx@aux@segm{0}{0}{puppetmaster}
\abx@aux@cite{0}{puppetmaster}
\abx@aux@segm{0}{0}{puppetmaster}
\abx@aux@cite{0}{Beck1}
\abx@aux@segm{0}{0}{Beck1}
\abx@aux@cite{0}{Sozen1}
\abx@aux@segm{0}{0}{Sozen1}
\@writefile{toc}{\contentsline {section}{Conclusion}{412}{section*.299}\protected@file@percent }
\BKM@entry{id=39,open,dest={706172742E39},srcline={1}}{49585C303430576861745C30343041626F75745C3034305265616C5C303430576F726C645C30343043617365733F}
\@writefile{toc}{\contentsline {part}{\partnumberline {IX}What About Real World Cases?}{413}{part.9}\protected@file@percent }
\BKM@entry{id=40,open,dest={636861707465722A2E333031},srcline={1}}{5468655C3034304D6F72616C5C303430616E645C3034304C6567616C5C3034305374617475735C3034306F665C30343041626F7274696F6E5C30343062795C3034304D6172795C30343057617272656E}
\abx@aux@cite{0}{Warren1}
\abx@aux@segm{0}{0}{Warren1}
\newlabel{ch.modnine}{{\M@TitleReference {IX}{What About Real World Cases?}}{414}{What About Real World Cases?}{part.9}{}}
\@writefile{toc}{\mbox {}\hrulefill \par }
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{The Moral and Legal Status of Abortion by Mary Warren}{414}{chapter*.301}\protected@file@percent }
\abx@aux@cite{0}{Noonan1}
\abx@aux@segm{0}{0}{Noonan1}
\abx@aux@cite{0}{Noonan2}
\abx@aux@segm{0}{0}{Noonan2}
\abx@aux@cite{0}{Thomson1}
\abx@aux@segm{0}{0}{Thomson1}
\abx@aux@cite{0}{Thomson1}
\abx@aux@segm{0}{0}{Thomson1}
\@writefile{toc}{\contentsline {section}{Part I}{418}{section*.302}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Part II}{423}{section*.303}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{1. On the Definition of “Human”}{424}{section*.304}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{2. Defining the Moral Community}{425}{section*.305}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{3. Fetal Development and the Right to Life}{428}{section*.306}\protected@file@percent }
\abx@aux@cite{0}{Hayes1}
\abx@aux@segm{0}{0}{Hayes1}
\@writefile{toc}{\contentsline {subsection}{4. Potential Personhood and the Right to Life}{431}{section*.307}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Postscript on Infanticide, February 26, 1982}{433}{section*.308}\protected@file@percent }
\BKM@entry{id=41,open,dest={636861707465722A2E333039},srcline={5}}{506172745C30343032303A576861745C30343069735C303430616E5C30343041626F7274696F6E3F}
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{Part 20:What is an Abortion?}{438}{chapter*.309}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Is it morally permissible to have an abortion?}{439}{section*.310}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Framing the Problem}{440}{section*.311}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{The Fundamental Question}{444}{section*.312}\protected@file@percent }
\BKM@entry{id=42,open,dest={636861707465722A2E333133},srcline={81}}{506172745C30343032313A5C3034305468655C30343041626F7274696F6E5C3034304465626174655C3034305C2850726F2D43686F6963655C29}
\abx@aux@cite{0}{Thomson1}
\abx@aux@segm{0}{0}{Thomson1}
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{Part 21: The Abortion Debate (Pro-Choice)}{445}{chapter*.313}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Assume That a Fetus is a Person}{445}{section*.314}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{What does this case get us? }{448}{section*.315}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{The Results of the Violinist Case and the Problems}{448}{section*.316}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{The Pro-Life Response}{450}{section*.317}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{Restricting the Outcome}{451}{section*.318}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Prove That a Fetus is Not a Person}{451}{section*.319}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Warren's Criteria for Personhood}{454}{section*.320}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Feature 1: Consciousness}{455}{section*.321}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{Is this thing conscious?}{455}{section*.322}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{Are we the only conscious things?}{455}{section*.323}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{Why does this matter?}{456}{section*.324}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Feature 2: Reasoning}{456}{section*.325}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{Does this thing have reasoning?}{456}{section*.326}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{Are we the only reasoning creatures?}{457}{section*.327}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{Why does this matter?}{457}{section*.328}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Feature 3: Self-Motivated Activity}{457}{section*.329}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{Is this thing 'free'?}{458}{section*.330}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{Are we the only 'free' things?}{459}{section*.331}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{Why does this matter?}{459}{section*.332}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Feature 4: Communication}{460}{section*.333}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{Can this thing communicate?}{460}{section*.334}\protected@file@percent }
\abx@aux@cite{0}{tedtalksdirector2013}
\abx@aux@segm{0}{0}{tedtalksdirector2013}
\abx@aux@cite{0}{tededucation2014}
\abx@aux@segm{0}{0}{tededucation2014}
\@writefile{toc}{\contentsline {subsubsection}{Are we the only talkers?}{461}{section*.335}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{Why does this matter?}{462}{section*.336}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Feature 5: Self-Awareness}{462}{section*.337}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{Is this thing self-aware?}{463}{section*.338}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{Are we the only ones self-aware?}{463}{section*.339}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{Why does it matter?}{464}{section*.340}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{An Interesting Tangent}{464}{section*.341}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{Primates and (some) New-World Monkeys}{465}{section*.342}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{Cetaceans}{466}{section*.343}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{Extraterrestrials and Advanced AI}{467}{section*.344}\protected@file@percent }
\BKM@entry{id=43,open,dest={636861707465722A2E333435},srcline={1}}{495C3034305761735C3034304F6E63655C303430615C30343046657475735C30343062795C303430416C6578616E6465725C3034305072757373}
\abx@aux@cite{0}{Pruss1}
\abx@aux@segm{0}{0}{Pruss1}
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{I Was Once a Fetus by Alexander Pruss}{468}{chapter*.345}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{INTRODUCTION}{468}{section*.346}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{1. I WAS ONCE A FETUS}{469}{section*.347}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{2. IF I WAS A FETUS, IT WOULD HAVE BEEN WRONG TO KILL THAT FETUS}{477}{section*.348}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{3. IF IT WAS WRONG TO KILL ME WHEN I WAS A FETUS, IT WAS WRONG TO KILL ANYONE WHEN HE IS A FETUS}{482}{section*.349}\protected@file@percent }
\BKM@entry{id=44,open,dest={636861707465722A2E333530},srcline={288}}{506172745C30343032323A5C3034305468655C30343041626F7274696F6E5C3034304465626174655C3034305C2850726F2D4C6966655C29}
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{Part 22: The Abortion Debate (Pro-Life)}{484}{chapter*.350}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{I was once a fetus}{485}{section*.351}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{If I was a fetus, it would have been wrong to kill that fetus}{487}{section*.352}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Pruss' way of showing that it's wrong to kill that fetus}{487}{section*.353}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{An Argument Which He Could Have Used}{488}{section*.354}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{If it was wrong to kill me when I was a fetus, then it was wrong to kill anyone when they were a fetus}{490}{section*.355}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{But I was wanted!}{492}{section*.356}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Pruss' Reply}{493}{section*.357}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{But I didn't endanger my mommy!}{493}{section*.358}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Pruss' Reply}{493}{section*.359}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{But I was a healthy fetus!}{494}{section*.360}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Pruss' Reply}{495}{section*.361}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{A Reply to this Reply}{495}{section*.362}\protected@file@percent }
\BKM@entry{id=45,open,dest={706172742E3130},srcline={1}}{585C303430576861745C30343061626F75745C3034306475746965735C303430746F5C303430616E696D616C735C303430616E645C3034306675747572655C30343067656E65726174696F6E733F}
\@writefile{toc}{\contentsline {part}{\partnumberline {X}What about duties to animals and future generations?}{496}{part.10}\protected@file@percent }
\BKM@entry{id=46,open,dest={636861707465722A2E333634},srcline={4}}{506172745C30343032333A5C3034305665676574617269616E69736D2F566567616E69736D}
\newlabel{ch.modten}{{\M@TitleReference {X}{What about duties to animals and future generations?}}{497}{What about duties to animals and future generations?}{part.10}{}}
\@writefile{toc}{\mbox {}\hrulefill \par }
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{Part 23: Vegetarianism/Veganism}{497}{chapter*.364}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Why are People Vegetarian?}{498}{section*.365}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{The Animal Suffering Argument}{499}{section*.366}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Descartes' Reply}{500}{section*.367}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{The Mind-Body Problem and Ethics}{500}{section*.368}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Some Replies to this Objection}{501}{section*.369}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Physicalism:}{502}{section*.370}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{Related Objection:}{502}{section*.371}\protected@file@percent }
\abx@aux@cite{0}{Bentham1}
\abx@aux@segm{0}{0}{Bentham1}
\@writefile{toc}{\contentsline {subsection}{Darwinism:}{503}{section*.372}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Utilitarianism:}{503}{section*.373}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{To Get Out of These Worries}{504}{section*.374}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Speciesism and Anti-Speciesism}{504}{section*.375}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Arguments for Speciesism}{505}{section*.376}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{Christianity/Abrahamic Stances:}{506}{section*.377}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{Tu Quoque:}{506}{section*.378}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{The Children Analogy:}{507}{section*.379}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Anti-Speciesism}{508}{section*.380}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Animal Rights}{509}{section*.381}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Some criticisms of animal rights}{510}{section*.382}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Rights Imply Responsibilities:}{511}{section*.383}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{A Reply}{511}{section*.384}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Direct Vs Indirect Duties to Animals}{511}{section*.385}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Some Replies to Indirect Duties}{512}{section*.386}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{Implausibility:}{513}{section*.387}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{Untested and Unconfirmed Empirical Claim:}{513}{section*.388}\protected@file@percent }
\BKM@entry{id=47,open,dest={636861707465722A2E333839},srcline={142}}{506172745C30343032343A5C303430576861745C3034304172655C3034304F75725C3034304475746965735C303430746F5C3034304675747572655C30343047656E65726174696F6E733F}
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{Part 24: What Are Our Duties to Future Generations?}{515}{chapter*.389}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Intergenerational Justice/Ethics}{516}{section*.390}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Limiting choices:}{516}{section*.391}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Unidirectional Benefit:}{518}{section*.392}\protected@file@percent }
\abx@aux@cite{0}{baby2}
\abx@aux@segm{0}{0}{baby2}
\abx@aux@cite{0}{baby1}
\abx@aux@segm{0}{0}{baby1}
\@writefile{toc}{\contentsline {subsection}{Power to bring them into being:}{520}{section*.393}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{The Non-Identity Problem}{522}{section*.394}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{An action is wrong only if it makes a person (morally relevant being) worse off than otherwise.}{522}{section*.395}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{Historical Example (Ethics concerning contemporaneous peoples)}{523}{section*.396}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{An action which brings a person into existence such that they couldn’t have been made otherwise and their life is at least marginally better than never being born, can’t have made them worse off than otherwise.}{524}{section*.397}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{Bio-dome Bob}{525}{section*.398}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{Sunshine Sally}{526}{section*.399}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Two Potential Ways Out (there are problems with each)}{526}{section*.400}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Averagism}{527}{section*.401}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Totalism}{528}{section*.402}\protected@file@percent }
\BKM@entry{id=48,open,dest={706172742E3131},srcline={1}}{58495C303430576861745C30343069735C3034306A7573746963653F5C303430576861745C30343069735C303430657175616C6974793F}
\@writefile{toc}{\contentsline {part}{\partnumberline {XI}What is justice? What is equality?}{529}{part.11}\protected@file@percent }
\BKM@entry{id=49,open,dest={636861707465722A2E343034},srcline={4}}{506172745C30343032353A5C303430506F6C69746963616C5C3034305068696C6F736F706879}
\newlabel{ch.modeleven}{{\M@TitleReference {XI}{What is justice? What is equality?}}{530}{What is justice? What is equality?}{part.11}{}}
\@writefile{toc}{\mbox {}\hrulefill \par }
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{Part 25: Political Philosophy}{530}{chapter*.404}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{So what is equality exactly?}{531}{section*.405}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Equality of Money}{533}{section*.406}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Utilitarian Considerations}{533}{section*.407}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Kantian-style Thinking}{534}{section*.408}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Equality of Money (Problems)}{535}{section*.409}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Problem 1: Impractical and Short-lived}{535}{section*.410}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Problem 2: Different people deserve different amounts}{536}{section*.411}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Problem 3: Different people have different needs.}{536}{section*.412}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Problem 4: It is not right to redistribute.}{536}{section*.413}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Equality of Opportunity}{537}{section*.414}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Reverse Discrimination (Problems)}{539}{section*.415}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Problem 1: It is actually anti-egalitarian!}{540}{section*.416}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Problem 2: Resentment}{541}{section*.417}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Problem 3: It attacks the symptom, but not the cause.}{541}{section*.418}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Equality of Political Power}{542}{section*.419}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Direct Democracies}{543}{section*.420}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Representative Democracies}{543}{section*.421}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Democracies (Problems)}{545}{section*.422}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Problem 1: It’s an illusion}{545}{section*.423}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Problem 2: Voters are not experts}{546}{section*.424}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{Problem 3: The Paradox of Democracy}{547}{section*.425}\protected@file@percent }
\BKM@entry{id=50,open,dest={73656374696F6E2A2E343237},srcline={24}}{417070656E6469636573}
\BKM@entry{id=51,open,dest={617070656E6469782A2E343238},srcline={1}}{436F6D6D6F6E5C303430426961736573}
\@writefile{toc}{\contentsline {part}{Appendices}{550}{section*.427}\protected@file@percent }
\@writefile{toc}{\mbox {}\hrulefill \par }
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{Common Biases}{550}{appendix*.428}\protected@file@percent }
\newlabel{s:biases}{{\M@TitleReference {XI}{Common Biases}}{550}{Common Biases}{appendix*.428}{}}
\@writefile{toc}{\contentsline {section}{Confirmation Bias}{551}{section*.429}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Self-Interest Bias}{553}{section*.430}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Affect Bias}{554}{section*.431}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Selective-Attention Bias}{557}{section*.432}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Negativity Bias}{557}{section*.433}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Resistance Bias}{558}{section*.434}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Belief Bias}{559}{section*.435}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Availability Bias}{562}{section*.436}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Bandwagon Bias}{563}{section*.437}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{First-Person Bias}{564}{section*.438}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Ethnocentricim and Stereotyping}{566}{section*.439}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{False Consensus Bias}{567}{section*.440}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Externalization Bias}{568}{section*.441}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Substitution Bias}{569}{section*.442}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{Anchoring Bias}{571}{section*.443}\protected@file@percent }
\BKM@entry{id=52,open,dest={73656374696F6E2A2E343434},srcline={1}}{476C6F7373617279}
\@writefile{toc}{\contentsline {chapter}{Glossary}{573}{section*.444}\protected@file@percent }
\newlabel{ch.biblio}{{\M@TitleReference {XI}{Anchoring Bias}}{580}{Anchoring Bias}{appendix*.445}{}}
\BKM@entry{id=53,open,dest={617070656E6469782A2E343436},srcline={34}}{4269626C696F677261706879}
\@writefile{toc}{\contentsline {chapter}{Bibliography}{586}{appendix*.446}\protected@file@percent }
\memsetcounter{lastsheet}{597}
\memsetcounter{lastpage}{586}
\abx@aux@read@bbl@mdfivesum{26BDABE9327596FF558A33C2C2983E9C}
\abx@aux@defaultrefcontext{0}{BlueBrown}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Appiah1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{ArgumentClinic}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Augustine1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Austin1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Balaguer2}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Barrett1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Bentham1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{SEPAI}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Chalmers1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Churchland1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Crane2}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Crane1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Curtis1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Davidson1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Davidson2}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Dennett1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Descartes1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Sherlock}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{baby1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Elzein1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Enoch1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{extrahistory2012}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{physicallaw}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Fischer1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Fodor1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Frankfurt1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Franklin1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{HalfaLife}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Hayes1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Herodotus1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Hick1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Horgan1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Jackson2}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Jackson1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Kant1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Beck1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Kim1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Leibniz1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Lewis1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Lewis3}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Lewis2}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Lewis4}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{McCarthy1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{McGinn1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Mill1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{baby2}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Nagel1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Nagel2}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Newell1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Noonan1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Noonan2}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Plantinga1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Popper1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Pruss1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Pylyshyn1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Rachels1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Return1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{philervwelder2}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Robinson1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Rouzati1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{HarryPotter1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Schank1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Searle1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{weldersvphilers}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Sozen1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{JillWatson1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{tededucation2014}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{tedtalksdirector2013}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Awakening1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Beach1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Iceberg1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Lovers1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Divide1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Omashu1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{puppetmaster}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Warriors1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Scroll1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Thomson1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{AnnaKarenina}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Warren1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{philermoney}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Weizen1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Widerker1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Winograd1}{nty/global//global/global}
\abx@aux@defaultrefcontext{0}{Wisniewski1}{nty/global//global/global}
\gdef \@abspage@last{597}