Let $ N = {1,2,.....,n } $ be a set of elements called voters. Let $$C=\lbrace S : S \subseteq N \rbrace$$ be the set of all subsets of $N$. members of $C$ are called coalitions. let $f$ be a function from $C$ to $(0,1)$. A coalition $S \subseteq N$ is said to be winning if $f(S) = 1 $, it is said to be losing coalition if $f(S) = 0.$.Such a function f is called a voting game if the following conditions hold
(a) N is a winning coalition.
(b) the empty set is a losing coalition.
(c)if S is a winning coalition and if $S \subseteq S'$ , then S' is also winning.
(d)if both S and S' are winning coalitions , then S and S' have a common voter. Source
Show that a. The maximum number of winning coalitions of a voting game is $2^{n-1}$
b. Find a voting game for which number of winning coalition is $2^{n-1}$
I tried by checking if any element of $N$ is a winning coalition then its union with any other element of $N$ will also be a winning coalition. Thus there are two options for the remaining elements either become a part of winning coalition or not.Thus there are $2^{n-1}$ .I am not sure I am right in my reasoning and unable to prove that this indeed is maximum.Any ideas?Thanks.
Your example with $2^{n-1}$ winning coalitions is a good one.
To prove there are no more than $2^{n-1}$ winning coalitions, note that a subset and its complement cannot both be winning as they do not share a voter. As no more than half the subsets can be winning, the maximum number of winning coalitions is $\frac 12(2^n)=2^{n-1}$
There are other ways to get $2^{n-1}$ winning coalitions. Pick any odd number $k$ of voters to count. A winning coalition is any group that includes a majority of those voters. There are $2^{k-1}$ subsets of the $k$ that are a majority and you can add in any of the $2^{n-k}$ subsets of the voters that do not count. Any two winning coalitions will have at least one of the $k$ voters that count in common.