Ecco alcuni casi ed esempi di modi per descriverli e classificarli in modo che possano essere analizzati nel loro complesso.
- A < B < C - Questo è un insieme ordinato distinto
- A = B < C - Questo è un insieme ordinato indistinto
- A > B < C - Questo è un insieme non ordinato
- A < B = C - Questo è un insieme ordinato indistinto
- A = B = C - Questo è un insieme ordinato indistinto
- A > B = C - Questo è un insieme ordinato indistinto
- A < B > C - Questo è un insieme non ordinato
- A = B > C - Questo è un insieme ordinato indistinto
- A > B > C - Questo è un insieme ordinato distinto
Afferra qualsiasi altra definizione terminologica che puoi pensare per insiemi e disponili su quei 9 casi e potresti trovare raggruppamenti più identificabili di quello che ho trovato usando solo 2 filtri (distinzione e ordine).
Sono sicuro che il lessico matematico è ricco di termini che potresti inserire su questi per descrivere gli insiemi.
Da Imposta teoria su Wikipedia (enfasi mia):
Equivalence and order relations are ubiquitous in mathematics, and the theory of mathematical relations can be described in set theory.
Considerando l'area che stai guardando, come ho detto, c'è molto in matematica per te da trovare qui. Ecco alcune cose che ti suggerirei di leggere su per darti una terminologia e un precedente precedente per lavorare da:
Rapporti transitivi :
For example, "is greater than," "is at least as great as," and "is equal to" (equality) are transitive relations:
whenever A > B and B > C, then also A > C
whenever A ≥ B and B ≥ C, then also A ≥ C
whenever A = B and B = C, then also A = C.
Proprietà commutativa (in relazione alle operazioni più grandi / meno / uguaglianze, la commutatività può aiutarti a derivare la transitività):
The term "commutative" is used in several related senses.[7][8]
-
A binary operation * on a set S is called commutative if:
x * y = y * x\qquad\mbox{for all }x,y\in S
Proprietà associativa (in relazione alle tue operazioni, l'associatività può aiutarti a derivare anche la transitività):
Within an expression containing two or more occurrences in a row of the same associative operator, the order in which the operations are performed does not matter as long as the sequence of the operands is not changed. That is, rearranging the parentheses in such an expression will not change its value. Consider, for instance, the following equations:
(5 + 2) + 1 = 5 + (2 + 1)=8
5 x (5 x 3) = (5 x 5) x 3=75