mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-28 09:42:35 +03:00
Merge pull request #4604 from stanbar/patch-1
[set-theory/en] Add the vertical bar qualifier explanation
This commit is contained in:
commit
c5368366f5
@ -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".
|
||||
|
Loading…
Reference in New Issue
Block a user