Re: powerset with cardinality of 3^n



David R Tribble wrote:
>> This can be done if we treat the members of S as strings formed
>> from some alphabet of symbols. For simplicity, we'll use the
>> alphabet of decimal digits {0,1,2,...,9}, which limits our elements
>> to strings of digits, i.e., decimal integers.
>> ...

Ross A. Finlayson wrote:
> Maybe you are considering multivalent (multi-valued) logic.
>
> If you have a set, and it's the union of two sets of identical
> elements, for example Russell's socks, it contains only one element. A
> multiset can contain multiple copies of identical elements, and is
> different than a set, from pure set theory.

Something like that, yes. I was trying to come up with a way for each
element to have three (or more) values in any given subset, besides
the binary "present" and "not present". Multivalued logic would work,
which is essentially equivalent to what I've done using element
strings.

(I believe I've heard a multiset called a "bag" somewhere before,
but don't quote me on that.)

There's nothing earth-shattering here, just an interesting little
exercise in powersets and cardinalities.

It would get really interesting is if we could construct subsets
where we could derive an infinite number of values from each original
element. Then the cardinality of our resulting w-powerset would
probably be larger than the regular powerset.

.



Relevant Pages

  • Re: String Sort???
    ... Since the elements of the array are Strings, ... In reality the correct way to sort strings is dependent on Locale. ... And to your credit lexicographic is sometimes called alphabetic, but the use of the term alphabet there is the mathematical meaning of alphabet not the natural meaning that most people would use. ...
    (comp.lang.java.programmer)
  • Re: wffs definition
    ... wffs of a language L are defined as a subset of the set of strings over the alphabet of L (i.e. finite sequences of symbols of L) as ...
    (sci.math)
  • uncountable set maps 1 to 1 to a countable set
    ... To me it looks like powerset of some countable set ... Let us say S1 is set of all strings over alphabet. ... We can make an enumerator for S4 by listing elements in the order of ...
    (comp.theory)
  • UnCountable set maps one to one to a countable set paradox
    ... To me it looks like powerset of some countable set ... Let us say S1 is set of all strings over alphabet. ... We can make an enumerator for S4 by listing elements in the order of ...
    (sci.math)