summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarcel Ribeiro Dantas <ribeirodantasdm@gmail.com>2023-02-24 23:04:24 -0300
committerGitHub <noreply@github.com>2023-02-24 23:04:24 -0300
commitc5368366f5dd143a2edf39ad182574aa21023f7a (patch)
treeec8ce84c5c595301f3629515786f77e8dfb319ac
parent43c30b20c8e6e3a7be2306a1ef414a0187ce0b97 (diff)
parent2b4c8854bfb1034983a228ba6ba098c0f5320d2e (diff)
Merge pull request #4604 from stanbar/patch-1
[set-theory/en] Add the vertical bar qualifier explanation
-rw-r--r--set-theory.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/set-theory.html.markdown b/set-theory.html.markdown
index d55ab7d5..f89345c0 100644
--- a/set-theory.html.markdown
+++ b/set-theory.html.markdown
@@ -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".