This chapter describes the function `PartitionsIntoBlockDesigns' which can
classify partitions of (the block multiset of) a given block design into
(the block multisets of) block designs having user-specified properties.
We also describe `MakeResolutionsComponent' which is useful for the
special case when the desired partitions are resolutions.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \Section{Partitioning a block design into block designs}
\>PartitionsIntoBlockDesigns( <param> )
Let <D> equal `<param>.blockDesign'. This function returns a list
of partitions of (the block multiset of) <D>. Each element of <PL> is a
record with one component `partition', and, in most cases, a component
`autGroup'. The `partition' component gives a list <P> of block designs,
all with the same point set as <D>, such that the list of (the block
multisets of) the designs in `<P>.partition' forms a partition of (the
block multiset of) <D>. The component `<P>.autGroup', if bound, gives
the automorphism group of the partition, which is the stabilizer of the
partition in the automorphism group of <D>. The precise interpretation
of the output depends on <param>, described below.
The required components of <param> are `blockDesign', `v', `blockSizes',
and `tSubsetStructure'.
`<param>.blockDesign' is the block design to be partitioned.
`<param>.v' must be a positive integer, and specifies that for each block
design in each partition in <PL>, the points are 1,...,`<param>.v'.
It is required that `<param>.v' be equal to `.blockDesign.v'.
`<param>.blockSizes' must be a set of positive integers, and specifies
that the block sizes of each block design in each partition in <PL>
will be contained in `<param>.blockSizes'.
`<param>.tSubsetStructure' must be a record, having
components `t', `partition', and `lambdas'.
Let <t> be `<param>.tSubsetStructure.t', let be
`<param>.tSubsetStructure.partition', and let be
`<param>.tSubsetStructure.lambdas'. Then must be a non-negative
integer, <partition> must be a list of non-empty sets of <t>-subsets of
`[1..<param>.v]', forming an ordered partition of all the -subsets of
`[1..<param>.v]', and must be a list of distinct non-negative
integers (not all zero) of the same length as <partition>. This specifies
that for each design in each partition in <PL>, each <t>-subset in
`<partition>[<i>]' will occur exactly `[]' times, counted
over all blocks of the design. For binary designs, this means that each
<t>-subset in `<partition>[<i>]' is contained in exactly `[]'
blocks. The `partition' component is optional if has length 1.
We require that <t> is less than or equal to each element of
`<param>.blockSizes', and that each block of `.blockDesign'
contains at least <t> distinct elements.
The optional components of <param> are used to specify additional
constraints on the partitions in <PL>, or to change default parameter
values. These optional components are `r', `b', `blockNumbers',
`blockIntersectionNumbers', `blockMaxMultiplicities', `isoGroup',
`requiredAutSubgroup', and `isoLevel'. Note that the last three of these
optional components refer to the partitions and not to the block designs
in a partition.
`<param>.r' must be a positive integer, and specifies that in each design
in each partition in <PL>, each point must occur exactly `<param>.r'
times in the list of blocks.
`<param>.b' must be a positive integer, and specifies that each design
in each partition in <PL> has exactly `<param>.b' blocks.
`<param>.blockNumbers' must be a list of non-negative integers. The -th
element in this list specifies the number of blocks whose size is equal to
`<param>.blockSizes[<i>]' (in each design in each partition in ). The
length of `<param>.blockNumbers' must equal that of `.blockSizes',
and at least one entry of `<param>.blockNumbers' must be positive.
`<param>.blockIntersectionNumbers' must be a symmetric matrix of sets
of non-negative integers, the `[<i>][<j>]'-element of which specifies
the set of possible sizes for the intersection of a block $B$ of size
`<param>.blockSizes[<i>]' with a different block (but possibly a repeat of
$B$) of size `<param>.blockSizes[<j>]' (in each design in each partition
in <PL>). In the case of multisets, we take the multiplicity of an
element in the intersection to be the minimum of its multiplicities in
the multisets being intersected; for example, the intersection of
`[1,1,1,2,2,3]' with `[1,1,2,2,2,4]' is `[1,1,2,2]', having size 4.
The dimension of `<param>.blockIntersectionNumbers' must equal the length
of `<param>.blockSizes'.
`<param>.blockMaxMultiplicities' must be a list of non-negative
integers, the <i>-th element of which specifies an upper bound on the
multiplicity of a block whose size is equal to `<param>.blockSizes[<i>]'
(for each design in each partition in <PL>). The length of
`<param>.blockMaxMultiplicities' must equal that of `.blockSizes'.
`<param>.isoGroup' must be a subgroup of the automorphism group of
`<param>.blockDesign'. We consider two elements of to be
*equivalent* if they are in the same orbit of `<param>.isoGroup'
(in its action on multisets of block multisets). The default for
`<param>.isoGroup' is the automorphism group of `.blockDesign'.
`<param>.requiredAutSubgroup' must be a subgroup of `.isoGroup',
and specifies that each partition in <PL> must be invariant under
`<param>.requiredAutSubgroup' (in its action on multisets of block
multisets). The default for `<param>.requiredAutSubgroup' is the trivial
permutation group.
`<param>.isoLevel' must be 0, 1, or 2 (the default is 2). The value 0
specifies that <PL> will contain at most one partition, and will contain
one partition with the required properties if and only if such a partition
exists; the value 1 specifies that <PL> will contain (perhaps properly)
a list of `<param>.isoGroup' orbit-representatives of the required
partitions; the value 2 specifies that <PL> will consist precisely of
`<param>.isoGroup'-orbit representatives of the required partitions.
For an example, we first classify up to isomorphism the 2-(15,3,1)
designs invariant under a semi-regular group of automorphisms of order 5,
and then use `PartitionsIntoBlockDesigns' to classify all the resolutions
of these designs, up to the actions of the respective automorphism groups
of the designs.
This function computes resolutions of the block design <D>, and stores
the result in `<D>.resolutions'. If the component `.resolutions'
already exists then it is ignored and overwritten.
This function returns no value.
A *resolution* of a block design $D$ is a partition of the blocks into
subsets, each of which forms a partition of the point set. We say that
two resolutions $R$ and $S$ of $D$ are *isomorphic* if there is an element
$g$ in the automorphism group of $D$, such that the $g$-image of $R$
is $S$. (Isomorphism defines an equivalence relation on the set of
resolutions of $D$.)
The parameter <isolevel> (default 2) determines how many resolutions are
computed: <isolevel>=2 means to classify up to isomorphism, <isolevel>=1
means to determine at least one representative from each isomorphism
class, and <isolevel>=0 means to determine whether or not <D> has
a resolution.
When this function is finished, `<D>.resolutions' will have the following
three components:
`list': a list of distinct partitions into block designs forming resolutions
of <D>;
`pairwiseNonisomorphic': `true', `false' or `"unknown"', depending on the
resolutions in `list' and what is known. If =0 or =2
then this component will be `true';
`allClassesRepresented': `true', `false' or `"unknown"', depending on the
resolutions in `list' and what is known. If =1 or =2
then this component will be `true'.
Note that `<D>.resolutions' may be changed to contain more information
as a side-effect of other functions in the {\DESIGN} package.
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.