Hello, second post here! I am starting to really enjoy Discrete, but I am still getting snagged on a few thought processes. Hopefully the more I do, the easier it gets!
A little assistance would be very grateful!
Question: For each positive integer, let
denote the set of all binary sequences of length
. For example,
= { (0, 0), (0, 1), (1, 0), (1, 1) } (for each positive integer
,
contains
elements). Use mathematical induction to prove that for every positive integer
, there are exactly 2^(n−1) elements of
that contain an even number of entries equal to 1. For example, in
, the elements with an even number of entries equal to 1 are (0, 0) and (1, 1) (the first sequence has 0 entries equal to 1, and 0 is even, while the second sequence has 2 entries equal to 1). Thus
has 2 = 2^(2−1) sequences with an even number of entries equal to 1.
Answer: Letdenote the predicate "Every set of binary sequences of length
has exactly 2^(n-1) elements which have an even number of entries equal to 1".
We set n* >= 1, as n* < 1 would result in, say in the example of n* = 0, 2^(0-1) < 1.
We try PMI2
need to prove
(1)is True.
(2) For all n, n >= 1 [,
,
, ...
] ->
(1):
= {(0), (1)}. In
, we see that there is contained one case of an even numbered entry, that of (0), which is in sync with 2^(n-1) -> 2^(1-1) = 2^0 = 1. Thus, by inspection,
is True.
(2) To prove (2), let n >= 1 be such that [,
,
, ...
] are all true.
_____
This is as far as I've been able to reach. First I'd like to apologize for my lack of knowledge around the math wrap system, as I am sure many of things that I did not properly format have better looking alternatives.
Secondly, I just want to express my "hunches" on the possible answer, just so you can hone in onto my thought process and give suggestions to improve my mathematical outlook. I am thinking that it might have to do with how P(n+1) allows S(n+1) to produce 2^n results, as 2^((n+1) - 1) = 2^n.
Also, as in almost all beginner mathematical questions, I'm sure that there are multiple ways of completing this question, but I would like to stress that I would be grateful if any assistance I receive stick roughly to the format I've presented, as it's what I know.
Thanks!


LinkBack URL
About LinkBacks



