Lets say you have a set S = {1, 2, 3}

  • Thread starter Thread starter IKonquer
  • Start date Start date
  • Tags Tags
    Set
IKonquer
Messages
47
Reaction score
0
Lets say you have a set S = {1, 2, 3}

The subsets would be the following:
{} (nullset)
{1}, {2,}, {3}
{1, 2}, {2, 3}, {1, 3}
{1, 2, 3}

Would {1, 2} be considered the same subset as {2, 1}?
 
Physics news on Phys.org


IKonquer said:
Lets say you have a set S = {1, 2, 3}

The subsets would be the following:
{} (nullset)
{1}, {2,}, {3}
{1, 2}, {2, 3}, {1, 3}
{1, 2, 3}

Would {1, 2} be considered the same subset as {2, 1}?

yes - the set {1, 2} is equal to {2, 1}.
 


You can verify that they are the same set (prove is such a formal word...)
Since the power set of S is the set set of all subsets of S, and the power set has 2^n elements, (n being the number of elements in S), you know you should have 8 subsets in this example. If {1,2} is a different set than {2,1}, you'd have more sets than allowed, so they must be the same.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top