Currently I am reading following paper on link: https://arxiv.org/pdf/math/0509164v1.pdf On page 2 of this paper, authors have defined $[X]$ as the free commutative monoid generated by $n$ variables $X=\{x_1,\cdots,x_n\}$. What is the meaning of this? In next line authors have defined a morphism from $[X] \to F_2^n$ , what is the meaning of the morphism. What kind of elements are there in $[X]$? i.e. how the elements in this set will look like? Is it an algebraic structure w.r.t multiplication?
2026-05-10 17:14:56.1778433296
Meaning of free commutative monoid and morphism
68 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in MONOID
- What concept does a natural transformation between two functors between two monoids viewed as categories correspond to?
- Monoid but not a group
- In a finite monoid (M, $\circ$) if the identity element $e$ is the only idempotent element, prove that each element of the monoid is invertible.
- Maps between free commutative monoid monad and the free monoid monad
- Do Monoid Homomorphisms preserve the identity?
- Finitely Generated Free Group to Finitely Generated Free Monoid
- free commutative monoid monad
- Let $M$ be a monoid and let $M^*$ be the group of invertible elements of $M$. Prove the following...
- Monoid ring over a field is a finitely generated $k$-algebra
- a generalization of group (monoid with order-by-order invertible elements)
Related Questions in GROEBNER-BASIS
- Grobner basis of an ideal $I$
- Finite set of generators of monomial ideal form Gröbner basis
- The reduced basis for a binomial ideal is formed by binomials
- compute $ \operatorname{Spec}\mathbb{Z}[x,y]/(x^2+y^2-n) $
- Universal Gröbner basis for $I = \left<x - y^nz \,\, | \,\, n \in \mathbb{N}\right>$
- Changing basis of indeterminates in polynomial ring
- Gröbner basis of subideals
- Can a generating set for a polynomial ideal have less elements than a minimal Gröbner base?
- How do i computed the Groebner Basis for this ideal?
- How do I compute the reduced Groebner Basis?
Related Questions in MORPHISM
- Finitely Generated Free Group to Finitely Generated Free Monoid
- Describe the corresponding $k$-algebra homomorphism $\tilde{\varphi}:k[V]\to k[\mathbb{A}^1]$.
- Restriction of a morphism is a morphism
- Is a bijective morphism between affine varieties an isomorphism?
- Are continuous maps "weaker" than other morphisms?
- Formula of morphism $\pi $ to general element $K[x]/(m)$
- Morphism, functional equations and bijection
- Monomorphisms, unclear basic property, Functor
- Functors between morphism categories
- Isomorphism between two exact sequences
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
geometry
circles
algebraic-number-theory
functions
real-analysis
elementary-set-theory
proof-verification
proof-writing
number-theory
elementary-number-theory
puzzle
game-theory
calculus
multivariable-calculus
partial-derivative
complex-analysis
logic
set-theory
second-order-logic
homotopy-theory
winding-number
ordinary-differential-equations
numerical-methods
derivatives
integration
definite-integrals
probability
limits
sequences-and-series
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
$X$ is probably just the set of all so-called "formal sums" $$ a_1 x_1 + \ldots + a_n x_n $$ where the $a_i$ are nonnegative integers. The "sum" operation is defined by adding coefficients, and the zero element is the sum with all coefficients being zero.
If "formal sum" seems like nonsense to you, you could instead say that $X$ is the set of all functions from the set $\{1, \dots n\} \to \Bbb Z$ whose images consist of only nonnegative numbers. A typical function $f$ in this latter set corresponds to the formal sum in the earlier description via $a_i = f(i)$. Addition in this case is the usual addition of functions; the identity element is the constantly zero function.
As for the morphism: the obvious one would be
$$ (a_1, \ldots, a_n) \mapsto (a_1 \bmod 2, \ldots a_n \bmod 2). $$