Last updated 9 months ago
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 }