A∈SetA \in \textbf{Set}A∈Set
B∈SetB \in \textbf{Set}B∈Set
∀(x:x∈A:x∈B)\forall (x : x \in A : x \in B)∀(x:x∈A:x∈B)
Notation
A⊆BA \subseteq BA⊆B denotes Includes A B\textbf{Includes} \; A \; BIncludesAB.
pred Includes(A,B: set univ) { A in B }
Last updated 1 year ago