Coding-Theory Preliminaries #
Linear combination of the rows of u according to the tensor product of r:
[tensor_product r i] ·|u₀|
|u₁|
|⋮|
|u_{2^ϑ-1}|
= ∑_{i=0}^{2^ϑ-1} (multilinearWeight r i) • u_i
Instances For
The set of column indices where two matrices differ.
Instances For
An m×n matrix has full rank if the submatrix consisting of columns 1 through m has rank m.
Affine line at origin u: {u + α • v : α ∈ F}, the line through u with direction v.
This definition is used in Theorems 1.4, 4.1, 5.1, [BCIKS20] and Lemma 4.4, [AHIV22].
Instances For
Affine subspace from base origin and direction generators.
Constructs the affine subspace {origin + span{directions}}.
Used in Theorem 1.6, [BCIKS20].
Instances For
Vector addition action on affine subspaces.
A translate of a finite affine subspace is finite.
The affine span of a set is finite over a finite field.
The image of a function Fin k → α over Finset.univ is nonempty when k ≠ 0.
A translate of a nonempty affine subspace is nonempty.
The carrier set of the affine span of the image of a function U : Fin k → ι → F.
This is the set of all affine combinations of U 0, U 1, ..., U (k-1).
Instances For
Affine subspace carriers are Fintype when the ambient space is Fintype
Affine subspaces constructed with mk' are always nonempty
Evaluate the polynomial curve generated by u at parameter r.
Instances For
(Parameterised) polynomial curve, Thm 1.5, [BCIKS20]:
Let u := {u₀, ..., u_{k-1}} be a collection of vectors with coefficients in a semiring.
The polynomial curve of degree k-1 generated by u is the set of linear
combinations of the form {∑ i ∈ k, r ^ i • u_i | r ∈ F}.
Instances For
A polynomial curve over a finite field, as a Finset. Requires DecidableEq ι and
DecidableEq F to be able to construct the Finset.
Instances For
A polynomial curve over a nonempty finite field contains at least one point.
The diagonal of s × s has the same cardinality as s.