Math, asked by kalyani1116, 6 months ago

is any set subset to itself ? explanation​

Answers

Answered by Tanmayrajput05
14

Any set is a subset of itself, but not a proper subset. (X ⊆ X is true, and X ⊊ X is false for any set X.) The empty set { }, denoted by ∅, is also a subset of any given set X. It is also always a proper subset of any set except itself.

&lt;!DOCTYPE html&gt;</p><p>&lt;html&gt;</p><p>&lt;head&gt;</p><p>&lt;title&gt;Traffic Light&lt;/title&gt;</p><p>&lt;/head&gt;</p><p>&lt;body&gt;</p><p></p><p>&lt;h1&gt;&lt;/h1&gt;</p><p>&lt;p&gt;&lt;/p&gt;</p><p></p><p>&lt;div</p><p></p><p>style="width:100.5px;height:320px;border:3px solid #000;"&gt;</p><p></p><p>&lt;button onclick=circle2.style.fill="yellow";&gt;&lt;Change Lights</p><p>&lt;button onclick=circle1.style.fill="transparent";&gt;&lt;Change Lights</p><p>&lt;button onclick=circle2.style.fill="transparent";&gt;&lt;Change Lights</p><p>&lt;button onclick=circle3.style.fill="green";&gt;Change Lights</p><p></p><p>&lt;/button&gt;</p><p></p><p>&lt;svg id="svg1" style="width: 3.5in; height: 1in"&gt;</p><p>&lt;circle id="circle1" r="40" cx="50" cy="50" style="fill: red; stroke: black;      stroke-width: 2"/&gt;</p><p>&lt;/svg&gt;</p><p></p><p>&lt;svg id="svg2" style="width: 3.5in; height: 1in"&gt;</p><p>&lt;circle id="circle2" r="40" cx="50" cy="50" style="fill: transparent; stroke: black; stroke-width: 2"/&gt;</p><p>&lt;/svg&gt;</p><p></p><p>&lt;svg id="svg3"style="width: 3.5in; height: 1in"&gt;</p><p>&lt;circle id="circle3" r="40" cx="50" cy="50" style="fill: transparent; stroke: black; stroke-width: 2"/&gt;</p><p>&lt;/svg&gt;</p><p></p><p>&lt;/script&gt;</p><p>&lt;/div&gt; </p><p>&lt;/body&gt;</p><p>&lt;/html&gt;

Similar questions