1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-13 18:24:39 +02:00

Add the vertical bar qualifier explanation

The vertical bar qualifier explanation is missing, but it's widely used interchangeably with the colon qualifier. Even it the text you use "|" so it should be explained as well.
This commit is contained in:
Stanislaw Baranski
2023-02-23 19:27:00 +01:00
committed by GitHub
parent 43c30b20c8
commit 2b4c8854bf

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". * the cross operator, `×`, means "the Cartesian product of".
### Qualifiers ### 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 membership qualifier, `∈`, means "belongs to";
* the subset qualifier, `⊆`, means "is a subset of"; * the subset qualifier, `⊆`, means "is a subset of";
* the proper subset qualifier, `⊂`, means "is a subset of but is not equal to". * the proper subset qualifier, `⊂`, means "is a subset of but is not equal to".