This file contains everything about 1-sum of binary matroids.
Matrix
-level 1-sum for matroids defined by their standard representation matrices.
Equations
- Matrix_1sumComposition A₁ A₂ = Matrix.fromBlocks A₁ 0 0 A₂
Instances For
StandardRepresentation
-level 1-sum of two matroids.
It checks that everything is disjoint (returned as .snd
of the output).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Binary matroid M
is a result of 1-summing M₁
and M₂
(should be equivalent to disjoint sums).
Equations
Instances For
Matroid constructed from a valid 1-sum of binary matroids is the same as disjoint sum of matroids constructed from them.
A valid 1-sum of binary matroids is commutative.
Any 1-sum of regular matroids is a regular matroid. This is the first of the three parts of the easy direction of the Seymour's theorem.
If a regular matroid is a 1-sum, then the left summand of the 1-sum is regular.
If a regular matroid is a 1-sum, then the right summand of the 1-sum is regular.