Remix.run Logo
bayesnet 13 hours ago

I don’t think I have ever seen ∋ used to mean “such that” so I was very confused until I got to the explanation (as it were; why CONTAINS AS MEMBER is being used to mean “such that” is never explained).

oa335 10 hours ago | parent | next [-]

as a math major i had the same confusion; for such that i use "s.t.". but apparently peano used ∋ to mean such that:

https://math.stackexchange.com/questions/15455/backwards-eps...

dabraham1248 6 hours ago | parent | prev | next [-]

Same. I recalled pipe being used for "such that". But [per wikipedia](https://en.wikipedia.org/wiki/Glossary_of_mathematical_symbo...), that's specifically "set-builder notation", and the _last one_ of the twelve instances of the string "such that" on the page (though I don't know if they're ordered by usage, "alphabetically", or what).

frank_nitti 10 hours ago | parent | prev | next [-]

Interesting, my experience in classes using set theory was the opposite, where ∋ only meant “such that” and ∈ only meant “is a member of”.

Learning programming syntax at the same time made it frustrating to learn that math symbols were less strictly defined and less universal, that it was best to write proofs/derivations/etc in plain English in many cases instead of the neat symbols

JohnKemeny 10 hours ago | parent | prev | next [-]

It also doesn't make much sense

> There exists a raven such that the vector of hours.

The vector of hours what?

brulx126 10 hours ago | parent [-]

The correct statement seems to be: raven = vector of hour hand

But maybe that sounded too simple?

MarkusQ 5 hours ago | parent | prev [-]

This isn't quite what's going on. A better reading might be "which is a";

"Ǝx s.t. x∈ℕ" (there exists an x such that x is in the naturals) is just being shortened to "Ǝx∋ℕ" (there exists an x in the naturals), or there exists an x which is in the naturals.

It's not really that different from the normal usage.

drdeca 5 hours ago | parent | next [-]

If that’s it, why is it using ∋ rather than ∈? I would expect “Ǝx∈ℕ”.

pwdisswordfishq 4 hours ago | parent | prev [-]

> Ǝx∋ℕ

"There is an x such that the set of natural numbers is a member of x"?