summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMax Schumacher <maximilianbschumacher@gmail.com>2021-03-21 15:31:37 +0100
committerGitHub <noreply@github.com>2021-03-21 15:31:37 +0100
commit2fe56c21fac52e781fc593c9557c8f77e2511224 (patch)
treeabf82dfa617e24714591933b40080e20bc6b5eef
parentac94321fefcbe5ddc386ffd12dd09d335e501254 (diff)
parentea6b3092dbd23e5ec1132a39e79d4a627d221403 (diff)
Merge pull request #4128 from sburris0/patch-1
[set-theory/en] use not equal ASCII symbol
-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 6be7aa00..ae8b5388 100644
--- a/set-theory.html.markdown
+++ b/set-theory.html.markdown
@@ -41,7 +41,7 @@ The cardinality, or size, of a set is determined by the number of items in the s
For example, if `S = { 1, 2, 4 }`, then `|S| = 3`.
### The Empty Set
-* The empty set can be constructed in set builder notation using impossible conditions, e.g. `∅ = { x : x =/= x }`, or `∅ = { x : x ∈ N, x < 0 }`;
+* The empty set can be constructed in set builder notation using impossible conditions, e.g. `∅ = { x : x ≠ x }`, or `∅ = { x : x ∈ N, x < 0 }`;
* the empty set is always unique (i.e. there is one and only one empty set);
* the empty set is a subset of all sets;
* the cardinality of the empty set is 0, i.e. `|∅| = 0`.