You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
general relativity does not round Newton more carefully.
102
+
it changes what gravity is.
103
+
104
+
Newton did not round gravity.
105
+
Newton modeled it.
106
+
107
+
that is different from $1/3 \approx 0.3333$.
108
+
109
+
there exact value exists.
110
+
display was just shortened.
111
+
112
+
so i started wanting symbol for that.
113
+
not generic approximate equality.
114
+
display precision equality.
115
+
116
+
something like $a \dot= b$.
117
+
118
+
i have not seen it in any engineering textbooks so far.
119
+
but i like it.
120
+
dot feels like decimal point.
121
+
equality sign with decimal damage.
122
+
123
+
meaning:
124
+
b is displayed finite precision representative of a.
125
+
126
+
so $1/3 \dot= 0.3333$ would not mean "one third is vaguely close to 0.3333".
127
+
it would mean:
128
+
exact value is one third.
129
+
printed value is rounded.
130
+
131
+
a [math.stackexchange thread](https://math.stackexchange.com/questions/3986879/correct-usage-of-equiv-and-doteq) makes the point from the other side:
132
+
133
+
> $\equiv$ and $\doteq$ are used in many different ways in many different areas of mathematics, so there's no single established definition on what they mean. do you know if the use of these symbols is "standard" in the field you are working in? ie, are you getting them from a particular textbook or paper?
134
+
> -- Atticus Stonestrom
135
+
136
+
137
+
138
+
the answerer's first instinct is to ask which textbook or field you took them from. which is precisely my situation. but "i haven't seen it" does not imply "it is free to be specified". my $\dot=$ is just $\doteq$, and that glyph is already overloaded ; in some communities $\doteq$ even means "defined as". so stamping another meaning onto it would not reduce ambiguity. it would add to it.
139
+
140
+
but then again.
141
+
maybe that distinction often does not matter.
142
+
143
+
if number is good enough for decision, knowing whether inexactness came from rounding, measurement, or computation may add no useful information.
144
+
for investment table, maybe 0.909 is just 0.909.
145
+
good enough to compare alternatives.
146
+
nobody needs philosophical breakdown of discount factor.
147
+
148
+
that is probably why $\approx$ survives.
149
+
it is vague, but efficient.
150
+
it says "do not treat this as exact" and leaves reason to context.
151
+
152
+
maybe people do care why something is approximate.
$\dot=$ would expand narrowly, but only if i define it first.
169
+
170
+
without shared context, it is just another weird glyph.
171
+
172
+
this reminds me of programming.
173
+
`0`, `null`, and `undefined` can all look like "nothing" from far away.
174
+
but they are different nothings.
175
+
`zero` is value.
176
+
`null` is intentional absence.
177
+
`undefined` is not provided.
178
+
collapse them and you get bugs.
179
+
180
+
same here.
181
+
collapse rounding, measurement, numerical error, and model error into $\approx$, and you lose information.
182
+
183
+
sometimes that loss is fine.
184
+
sometimes it is whole point.
185
+
186
+
$\approx$ says:
187
+
close enough.
188
+
189
+
$\dot=$ could say:
190
+
equal, after display precision did damage.
191
+
192
+
or shorter:
193
+
$\approx$ hides error.
194
+
$\dot=$ names compression.
195
+
196
+
somewhere along way i also learned $ \Box $.
197
+
198
+
little square at end of proof.
199
+
not part of argument.
200
+
more like punctuation.
201
+
done.
202
+
proof complete.
203
+
204
+
i like that.
205
+
it is honest about closure.
206
+
proof had target, reached it, marks end.
207
+
208
+
approximation notation feels like inverse.
209
+
$\approx$ does not close anything.
210
+
it opens metadata.
211
+
approximate why?
212
+
213
+
rounded?
214
+
measured?
215
+
estimated?
216
+
modeled?
217
+
computed?
218
+
stored in floating point?
219
+
truncated?
220
+
221
+
maybe that is why $\Box$ feels satisfying.
222
+
it marks certainty.
223
+
and maybe that is why $\approx$ feels slippery.
224
+
it marks uncertainty, but refuses to say what kind.
225
+
226
+
$$
227
+
\Box
228
+
$$
229
+
12
230
## 19.05.2026
13
231
14
232
started playing chess myself again after watching god-tier play of hikaru, levi, magnus ; thought i understood chess by watching. tried blitz and brutally realized i didn't.
0 commit comments