Query:
Is there a recursive programme that can write out, for any given set
with just 2 variables, all it’s combinations and that of all it’s
subsets ?
—
Paul Healey


Query:
Is there a recursive programme that can write out, for any given set
with just 2 variables, all it’s combinations and that of all it’s
subsets ?
—
Paul Healey







Paul Healey wrote:
> Query:
> Is there a recursive programme that can write out, for any given set
> with just 2 variables,
What is a set with just 2 variables? { x : F(x,y,z) } (where F has all
and only the displayed variables free) comes to mind; but I’m not sure.
> all it’s combinations
What are the combinations of a set?
- Hide quoted text — Show quoted text -
> and that of all its
> subsets ?
> —
> Paul Healey