1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-12 17:54:26 +02:00

Merge pull request #4604 from stanbar/patch-1

[set-theory/en] Add the vertical bar qualifier explanation
This commit is contained in:
Marcel Ribeiro Dantas
2023-02-24 23:04:24 -03:00
committed by GitHub

View File

@@ -17,7 +17,7 @@ Set theory is a branch of mathematics that studies sets, their operations, and t
* the cross operator, `×`, means "the Cartesian product of".
### Qualifiers
* the colon qualifier, `:`, means "such that";
* the colon, `:`, or the vertical bar `|` qualifiers are interchangeable and mean "such that";
* the membership qualifier, `∈`, means "belongs to";
* the subset qualifier, `⊆`, means "is a subset of";
* the proper subset qualifier, `⊂`, means "is a subset of but is not equal to".