Skip to main content
Search type Search syntax
Tags [tag]
Exact "words here"
Author user:1234
user:me (yours)
Score score:3 (3+)
score:0 (none)
Answers answers:3 (3+)
answers:0 (none)
isaccepted:yes
hasaccepted:no
inquestion:1234
Views views:250
Code code:"if (foo != bar)"
Sections title:apples
body:"apples oranges"
URL url:"*.example.com"
Saves in:saves
Status closed:yes
duplicate:no
migrated:no
wiki:no
Types is:question
is:answer
Exclude -[tag]
-apples
For more details on advanced search visit our help page
Results tagged with
Search options not deleted user 782192

For elementary questions on set theory. Topics include intersections and unions, differences and complements, De Morgan's laws, Venn diagrams, relations and countability.

0 votes
1 answer
81 views

What is the proper name for an "ordered partition" of an "ordered set"?

Suppose I have an ordered set $X$ with a finite number of elements. Say, for instance, $S = \{0.16, 0.34, 1.15, 3.16, 5.7\}$. Note that for "ordered set" I mean that the set elements are ordered start …
fennel's user avatar
  • 35
-2 votes
2 answers
55 views

Notation: set X whose elements are smaller than each elements of set Y

Does there exist some notation to indicate that all elements of a set X are smaller than all elements of a set Y?
fennel's user avatar
  • 35
-1 votes
2 answers
66 views

Notation: function returning the element of a partition containing $x$

Suppose $Y=\{y_1,\ldots,y_m\}$ partitions the set $X=\{x_1,\ldots,x_n\}$. I would like to define a function $y: X \to Y$ which returns $y \in Y$ if and only if $x \in y$. Is there a way to write this …
fennel's user avatar
  • 35