summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xarticle/math-science-and-philosophy.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/article/math-science-and-philosophy.html b/article/math-science-and-philosophy.html
index 4ff5140..b9e2b93 100755
--- a/article/math-science-and-philosophy.html
+++ b/article/math-science-and-philosophy.html
@@ -156,7 +156,7 @@ nature that physics is supposed to be.</p>
 <p>I had a brief chat with Mr. Coxon and he aclled how the existence of
 neutrinos were predicted “mathematically” before they were
 experimentally discovered physically. I do not know the history of all
-this (MuonNeutrino could explain further), but Mr. Coxon said that physicists
+this, but Mr. Coxon said that physicists
 looked at a phenomenon (I believe that was beta decay) and went like:
 “where did that missing energy go”? and proposed that there was a
 particle called a neutrino that fills in the missing gap.
@@ -225,7 +225,7 @@ class="math inline"><i>A</i></span> (i. e. physics is squishy) is both
 true and false. Thus, <span class="math inline"><i>A</i> = 1</span>
 and <span class="math inline"><i>A</i> = 0</span> are both true. Then,
 take a random statement <span class="math inline"><i>B</i></span>
-(let’s say “MuonNeutrino likes humanities”). Thus we have <span
+(let’s say “Z likes humanities”). Thus we have <span
 class="math inline"><i>A</i> + <i>B</i> = 1</span> where <span
 class="math inline">+</span> is a boolean “or” operator because <span
 class="math inline"><i>A</i> = 1</span> and <span
@@ -237,7 +237,7 @@ class="math inline"><i>B</i></span> must be 1 (if <span
 class="math inline"><i>B</i></span> is zero, then <span
 class="math inline">0 + 0 = 0</span>). Thus, if we can prove that
 “physics is squishy” and “physics is not squishy” (without differences
-in definition), then we can literally prove that “MuonNeutrino likes
+in definition), then we can literally prove that “Z likes
 humanities”. Other from not defining subjective things like “squishy”
 and “is” (in terms of psychology), we can’t get around this easily, and
 everything would be provable, which would not be fun for
@@ -258,8 +258,8 @@ which sometimes simply summarizes ideas already expressed by others.
 Please see the attached reading materials for details. Works of Eugene
 Wigner were especially helpful.</p>
 <p>Contributors include many YK Pao School students and faculty.
-Insightful conversations with friends, including Muon Neutrino
-<strong>:)</strong>, have given me great inspiration in the ideas
+Insightful conversations with friends
+have given me great inspiration in the ideas
 expressed in this article and discussions are still ongoing. For privacy
 reasons other names aren’t listed, but I would be happy to put names on
 here at request/suggestion.</p>
tik.com> 2014-07-31 02:27:41 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2014-07-31 02:27:41 -0700 44 - now 'deref' is a bit of metadata on any operand rather than a special op' href='/akkartik/mu/commit/mu.arc?h=hlt&id=b20165a89034e3ff6bf3959529c4dec4bab11f40'>b20165a8 ^
73978d2f ^


980e1bf3 ^



b9fef047 ^
dbe8d436 ^

b9fef047 ^









980e1bf3 ^


b9fef047 ^

980e1bf3 ^
c8a8fb6e ^
d90d6629 ^
980e1bf3 ^

b9fef047 ^
980e1bf3 ^
b9fef047 ^

b20165a8 ^
c41a0c27 ^
ff8b3afd ^
d90d6629 ^
b83c85c8 ^
d90d6629 ^

ff8b3afd ^
ff8b3afd ^
8ccc6ebf ^
ff8b3afd ^





d90d6629 ^












































0cd4bfc8 ^
d90d6629 ^



0cd4bfc8 ^
b83c85c8 ^

d90d6629 ^

f9dd51f6 ^





d90d6629 ^









d90d6629 ^


39dd5cd4 ^
d90d6629 ^



d90d6629 ^


ff8b3afd ^

aa0ce16f ^
e74ff413
6215fec2 ^








b794da7f ^



6215fec2 ^

























b794da7f ^



b90a10d2 ^
6215fec2 ^


b794da7f ^
b90a10d2 ^
b794da7f ^



b90a10d2 ^
b794da7f ^



b90a10d2 ^
6215fec2 ^























c72d8310 ^
f37b3ab4 ^
c72d8310 ^
e74ff413
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