this post was submitted on 27 Jun 2024
783 points (95.2% liked)

Science Memes

10480 readers
2729 users here now

Welcome to c/science_memes @ Mander.xyz!

A place for majestic STEMLORD peacocking, as well as memes about the realities of working in a lab.



Rules

  1. Don't throw mud. Behave like an intellectual and remember the human.
  2. Keep it rooted (on topic).
  3. No spam.
  4. Infographics welcome, get schooled.


Research Committee

Other Mander Communities

Science and Research

Biology and Life Sciences

Physical Sciences

Humanities and Social Sciences

Practical and Applied Sciences

Memes

Miscellaneous

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] myslsl 65 points 3 months ago (1 children)

He is right. 1 approximates 1 to any accuracy you like.

[–] [email protected] 25 points 3 months ago (4 children)

Is it true to say that two numbers that are equal are also approximately equal?

[–] SpeakerToLampposts 28 points 3 months ago

I recall an anecdote about a mathematician being asked to clarify precisely what he meant by "a close approximation to three". After thinking for a moment, he replied "any real number other than three".

[–] mpa92643 23 points 3 months ago (2 children)

"Approximately equal" is just a superset of "equal" that also includes values "acceptably close" (using whatever definition you set for acceptable).

Unless you say something like:

a ≈ b ∧ a ≠ b

which implies a is close to b but not exactly equal to b, it's safe to presume that a ≈ b includes the possibility that a = b.

[–] [email protected] 5 points 3 months ago (1 children)

Can I get a citation on this? Because it doesn't pass the sniff test for me. https://en.wikipedia.org/wiki/Approximation

[–] mpa92643 20 points 3 months ago (1 children)
[–] [email protected] 4 points 3 months ago (1 children)

ISO is not a source for mathematical definitions

[–] mpa92643 22 points 3 months ago (1 children)

It's a definition from a well-respected global standards organization. Can you name a source that would provide a more authoritative definition than the ISO?

There's no universally correct definition for what the ≈ symbol means, and if you write a paper or a proof or whatever, you're welcome to define it to mean whatever you want in that context, but citing a professional standards organization seems like a pretty reliable way to find a commonly-accepted and understood definition.

[–] [email protected] 19 points 3 months ago* (last edited 3 months ago)

Tbh I'm just impressed you:

A) knew there was an iso standard

  1. went to the effort of locating it

iii) posted it in respectful manner, and

e) are correct.

[–] [email protected] 3 points 3 months ago* (last edited 3 months ago)

assert np.isClose(3, 3)

[–] myslsl 6 points 3 months ago* (last edited 3 months ago)

Yes, informally in the sense that the error between the two numbers is "arbitrarily small". Sometimes in introductory real analysis courses you see an exercise like: "prove if x, y are real numbers such that x=y, then for any real epsilon > 0 we have |x - y| < epsilon." Which is a more rigorous way to say roughly the same thing. Going back to informality, if you give any required degree of accuracy (epsilon), then the error between x and y (which are the same number), is less than your required degree of accuracy

[–] [email protected] 5 points 3 months ago

It depends on the convention that you use, but in my experience yes; for any equivalence relation, and any metric of "approximate" within the context of that relation, A=B implies A≈B.