What does the symbol "⊇" mean? [closed]
Asked Answered
R

3

5

In the attached picture there's a symbol I don't understand. To understand additive functional dependency I need to know what the symbol means. Please advice?

alt text

It's the symbol where it says: "Suppose that X Y and that..."

= ?

Thanks!

Recommit answered 6/10, 2010 at 13:28 Comment(0)
H
8

It means "X is a superset of Y". The subset symbol is the same but flipped horizontally.

Hebetate answered 6/10, 2010 at 13:32 Comment(0)
R
11

This symbol is used in set theory to say that X is a superset of Y, ie. All elements of Y are contained within X. Note that X could be equal to Y in this meaning. Without the underlining on the symbol Y would be a strict subset of X meaning they cannot be equal

Russelrussell answered 6/10, 2010 at 13:31 Comment(0)
H
8

It means "X is a superset of Y". The subset symbol is the same but flipped horizontally.

Hebetate answered 6/10, 2010 at 13:32 Comment(0)
S
1

A ⊇ B -> Superset: A has the same elements as B, or more

A ⊃ B -> Proper Superset: A has B's elements and more

for example:

A ⊇ B -> {1, 2, 3} ⊇ {1, 2, 3}

A ⊃ B -> {1, 2, 3, 4} ⊃ {1, 2, 3}

Secrest answered 3/3, 2021 at 10:52 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.