Back to Symbolic Math (SymEngine)
sym.isProperSubset
Checks if set a is a proper subset of set b.
Syntax
sym.isProperSubset(a, b)
Description
Checks if set a is a proper subset of set b.
Parameters
| Name | Description |
|---|---|
| a | - Potential proper subset. |
| b | - Potential superset. |
Returns
boolean