This is a follow up to my previous question on universal algebra and decidability, here: Is it decidable if a finite set of equations have only trivial models?. In that question, the answerer said that it is undecidable in the general case if a set of equations is consistent i.e. has only one-element models. However, I now want to ask about a special case of that question. Suppose we are given a single unary operation symbol $f$ and no other operation symbols. Is it decidable if a given finite set $S$ of equations in $f$ is consistent? What about if we have two unary operations $f$ and $g$? What about more than two?
2026-02-23 12:06:18.1771848378
Follow up to a previous universal algebra question on decidability of consistency
73 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in UNIVERSAL-ALGEBRA
- What does it mean - "to derive" operation from some existing one on a particular set?
- Question on the composition of homomorphisms
- Algebraic theories, the category Set, and natural transformations
- Subdirect product of algebras
- Subdirect products
- Can we axiomatize a field starting with the binary operations and only “equational” axioms?
- What is non-algebraic structure
- $K$-free lattice on two generators where $K=\{$two element lattice$\}$
- Characterizing the algebras on $\mathbb(Z)/2\mathbb(Z)$
- Graphs in a regular category
Related Questions in DECIDABILITY
- Deciding wether a language is regular, in the arithmetic hierarchy
- SAT preserving conversion of statement to existential one
- The elementary theory of finite commutative rings
- Is the sign of a real number decidable?
- Relation between the monadic and two-variable fragment of first order logic
- Literature about decidable and undecidable theories
- Flaw in self-referential proof that all languages are undecidable
- A recursively enumerable theory without a decidable set of axioms.
- Proving decidability of $(\mathbb N, +)$ with Quantifier elimination and evaluating basic formulas
- Showing that Presburger arithmetic is decidable by deciding if $\mathbb N \models \varphi$, but does it give provability in the axioms?
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
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
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?
Suppose we are given a single unary operation symbol $f$ and no other operation symbols. Is it decidable if a given finite set $$ of equations in $f$ is consistent?
Yes.
Any consistent set of identities in the language of one unary operation has a $2$-element model $\langle \{0,1\}; f\rangle$ where either (i) $f$ is the identity function or (ii) $f$ is a constant function. Therefore, to show that $S$ is consistent, it suffices to test whether either of these types of algebras is a model of $S$.
$S$ holds in $\langle \{0,1\},f\rangle$ when $f$ is the identity function unless some identity in $S$ has the form $f^m(x_i)\approx f^n(x_j)$, with $m,n\geq 0$ and $x_i\neq x_j$. (That is, $S$ holds in this model unless some identity in $S$ involves two distinct variables, in which case $S$ does not hold in this model.)
$S$ holds in $\langle \{0,1\},f\rangle$ when $f$ is the constant function unless some identity in $S$ has the form $f^m(x_i)\approx f^n(x_j)$ or $f^n(x_j)\approx f^m(x_i)$, with $m=0<n$ and with $x_i=x_j$ allowed. (That is, $S$ holds in this model unless some identity in $S$ has a variable on one side and a higher-weight term on the other side.)
Appendix.
Here is a sketch of how to show that any consistent set $S$ of identities in the language of one unary operation has a $2$-element model.
Let $\mathcal V$ be the class of models of $S$, and assume that $\mathcal V$ is nontrivial. The statement that $\mathcal V$ is nontrivial is equivalent to the statement that the $2$-generated free algebra in $\mathcal V$ has more than one element.
If $\mathcal V$ contains a nontrivial model $A$ where $f$ is not surjective, then $A$ has a congruence with two classes, $\textrm{image}(f), A-\textrm{image}(f)$, the quotient modulo this congruence has two elements, and $f$ is constant on this quotient. This quotient is a $2$-element model in $\mathcal V$ with $f$ constant.
If $f$ is surjective on every model of $\mathcal V$, then argue that $f$ must be a permutation on some nontrivial model $B$ (e.g. the $2$-generated free algebra). Define a congruence on $B^2$ which has the diagonal of $B^2$ as one class and the off-diagonal of $B^2$ as the other class.) The quotient of $B^2$ modulo this congruence is a $2$-element model in $\mathcal V$ on which $f$ is the identity function.