Set :- An unordered collection of different, well defined objects.
Multiset :- An unordered collection of well defined objects.
That is a Set is a Multiset with distinct objects only.
Touple :- A permutation of well defined objects.
Equivalence Class :- Its a set S, with respect to a relation '~', such that
& ∀ x,y,z ∈ S:-
Partial Order :- Its a set S, with respect to a relation '≥', such that
& ∀ x,y,z ∈ S:-
These above concepts are very important.
Multiset :- An unordered collection of well defined objects.
That is a Set is a Multiset with distinct objects only.
Touple :- A permutation of well defined objects.
Equivalence Class :- Its a set S, with respect to a relation '~', such that
& ∀ x,y,z ∈ S:-
- Reflexive : x ~ x
- Symmetric :x ~ y ⇒ y ~ x
- Transitive : x ~ y and y ~ z ⇒ x ~ z
Partial Order :- Its a set S, with respect to a relation '≥', such that
& ∀ x,y,z ∈ S:-
- Reflexive : x ≥ x
- Anti-symmetric :x ≥ y and y ≥ x ⇒ y = x
- Transitive : x ≥ y and y ≥ z ⇒ x ≥ z
These above concepts are very important.