inductive proof of size of power sets
hi everybody,
i have written an inductive proof of the statement that for any set 
 | = 2 ^ {|S|} )
I am using my own notation for denoting set union with a disjoint set of cardinality 1, because it is such a convenience. is there some standard way of doing this? any tips/corrections, mathematical, stylistic, or notational will be highly appreciated.
Let  = |\wp(S)|)
and let
denote
where
is some set disjoint from
and where
, so that we can write
| 
The following holds trivially for
and we will assume it to hold for any arbitrary set
as well
![[\frac{\psi(S + 1)}{2} = 2 ^ {|S|}] \wedge [\psi(S) = 2 ^ {|S|}]](http://latex.codecogs.com/png.latex?[\frac{\psi(S + 1)}{2} = 2 ^ {|S|}] \wedge [\psi(S) = 2 ^ {|S|}])
thus the following also holds for any 
 = 2 ^ {|S|})
we take as our inductive hypothesis that
![[\psi(S) = 2 ^ {|S|}] \rightarrow [\psi(S + 1) = 2^{|S + 1|}]](http://latex.codecogs.com/png.latex?[\psi(S) = 2 ^ {|S|}] \rightarrow [\psi(S + 1) = 2^{|S + 1|}])
recall that for any set
we assume
}{2} = 2 ^ {|S|})
which we can rearrange as follows
 = 2 \times 2^{|S|})
 = 2^{|S| + 1})
 = 2^{|S + 1|})
which proves the inductive step and the theorem.
thank again for any tips