List of booleans #
In this file we prove lemmas about the number of falses and trues in a list of booleans. First
we prove that the number of falses plus the number of true equals the length of the list. Then
we prove that in a list with alternating trues and falses, the number of trues differs from
the number of falses by at most one. We provide several versions of these statements.