-
Notifications
You must be signed in to change notification settings - Fork 8
/
equilibrium_mastermind.html
222 lines (143 loc) · 4.93 KB
/
equilibrium_mastermind.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
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
<!DOCTYPE html>
<html>
<head>
<title>Equilibrium Mastermind</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="fonts/quadon/quadon.css">
<link rel="stylesheet" href="fonts/gentona/gentona.css">
<link rel="stylesheet" href="slides_style_i.css">
<script type="text/javascript" src="assets/plotly/plotly-latest.min.js"></script>
</head>
<body>
<textarea id="source">
### Reality Transurfing: Chapter 1
<br>
<center>
![:scale 50%](images/neurodata_blue.png)
</center>
<center>
Joshua T. Vogelstein, PhD (<img src="assets/img/email-logo.png" align='top' width=25> [[email protected]](mailto:[email protected]),
<!-- <img src="images/Twitter_Logo_Blue.svg"/> -->
<img src="assets/img/twitter-logo.png" align='top' width=25><a href="https://twitter.com/neuro_data" >@neuro_data</a>) <br>
<!-- Jayanta Dey, Ali Geisa, Hayden Helm, Ronak Mehta, Will LeVine, -->
<!-- Carey E. Priebe<br> -->
[Biomedical Engineering](https://www.bme.jhu.edu/) | [Johns Hopkins University](https://www.jhu.edu/)
---
class: middle
Is 1+1=2 true?
---
![:scale 100%](https://upload.wikimedia.org/wikipedia/commons/2/27/Russell%2C_Whitehead_-_Principia_Mathematica_to_56.jpg)
---
### Page 379
![:scale 100%](https://upload.wikimedia.org/wikipedia/commons/d/d7/Principia_Mathematica_54-43.png)
---
### Axiomatic Set Theory
1. Axiom of extensionality
2. Axiom or regularity
3. Axiom schema of specification
4. Axiom of pairing
5. Axion of union
6. Axiom schema of replacement
7. Axiom of Infinity
8. Axiom of power set
9. Well-ordering theorem
---
### Quine: Two Dogmas of Empiricism
1. analytic truths: those truths indpendent of 'matters of fact'
2. synthetic truths: grounded in facts
Turns out, all truths are synthetic truths.
---
### Godel's Incompleteness Proofs
I am lying.
---
### Is .ye[1+1=2] true?
- under certain assumptions, .ye[$1+1 = 2$] is true
- under other assumptions, .ye[$1+1 = 2$] is false
- under other assumptions, .ye[$1+1 = 2$] is true but unprovable
- under other assumptions, .ye[$1+1 = 2$] is false but unprovable
- if that is the case for .ye[$1+1 = 2$], how much more so for any statement we make?
- in each moment, we get to .ye[choose] which system of beliefs we are operating from
---
### Limitations
This logic also applies to this argument itself.
---
### Appendix: Infinities
- how many integers?
- how many numbers between 0 and 1?
---
### .center[Questions]
<!-- <div class="small-container">
<img src="faces/ebridge.jpg"/>
<div class="centered">Eric Bridgeford</div>
</div>
<div class="small-container">
<img src="faces/pedigo.jpg"/>
<div class="centered">Ben Pedigo</div>
</div>
<div class="small-container">
<img src="faces/jaewon.jpg"/>
<div class="centered">Jaewon Chung</div>
</div> -->
.center[
<div class="small-container">
<img src="faces/yummy.jpg"/>
<div class="centered">yummy</div>
</div>
<div class="small-container">
<img src="faces/lion.jpg"/>
<div class="centered">lion</div>
</div>
<div class="small-container">
<img src="faces/owl.png"/>
<div class="centered">owl</div>
</div>
<div class="small-container">
<img src="images/family3.png"/>
<div class="centered">family</div>
</div>
<div class="small-container">
<img src="faces/earth.jpg"/>
<div class="centered">earth</div>
</div>
<div class="small-container">
<img src="faces/milkyway.jpg"/>
<div class="centered">milkyway</div>
</div>
]
<img src="images/kids_2021nov.png" width="15%" class="center-jms"/>
</textarea>
<!-- <script src="https://gnab.github.io/remark/downloads/remark-latest.min.js"></script> -->
<script src="remark-latest.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.5.1/katex.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.5.1/contrib/auto-render.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.5.1/katex.min.css">
<script type="text/javascript">
var options = {};
var renderMath = function () {
renderMathInElement(document.body);
// or if you want to use $...$ for math,
renderMathInElement(document.body, {
delimiters: [ // mind the order of delimiters(!?)
{ left: "$$", right: "$$", display: true },
{ left: "$", right: "$", display: false },
{ left: "\\[", right: "\\]", display: true },
{ left: "\\(", right: "\\)", display: false },
]
});
}
// remark.macros.scale = function (percentage) {
// var url = this;
// return '<img src="' + url + '" style="width: ' + '35%' + '" />';
// };
// var slideshow = remark.create({
// Set the slideshow display ratio
// Default: '4:3'
// Alternatives: '16:9', ...
// {
// ratio: '16:9',
// });
// var slideshow = remark.create({ratio: '16:9'}, options, renderMath);
var slideshow = remark.create(options, renderMath);
</script>
</body>
</html>