This is a follow-up to my question on axiomatizability of image mappings, here: Is the class of image mappings first-order axiomatizable?. I should have really asked this question first, for this is the question I really want answered. Is the class of image mappings axiomatizable by a set of equations and subset relations? And if so, is it axiomatizable by a finite such set? By a subset relation, I mean a sentence of the form $t \subseteq t'$, for some terms $t$ and $t'$.
2026-04-01 13:08:40.1775048920
Is the class of image mappings axiomatizable by equations and subset relations?
40 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in MODEL-THEORY
- What is the definition of 'constructible group'?
- Translate into first order logic: "$a, b, c$ are the lengths of the sides of a triangle"
- Existence of indiscernible set in model equivalent to another indiscernible set
- A ring embeds in a field iff every finitely generated sub-ring does it
- Graph with a vertex of infinite degree elementary equiv. with a graph with vertices of arbitrarily large finite degree
- What would be the function to make a formula false?
- Sufficient condition for isomorphism of $L$-structures when $L$ is relational
- Show that PA can prove the pigeon-hole principle
- Decidability and "truth value"
- Prove or disprove: $\exists x \forall y \,\,\varphi \models \forall y \exists x \,\ \varphi$
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
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?
Yes and no.
First of all, let me observe that given a powerset algebra $\mathcal{P}(S)$, a function $f\colon \mathcal{P}(S)\to \mathcal{P}(S)$ is the image mapping for a binary relation $R$ on $S$ if and only if $f$ preserves all unions.
Proof: It is easy to check that image mappings preserve all unions. Conversely, suppose $f$ preserves all unions. Define a binary relation $R$ on $S$ by $xRy$ if and only if $\{y\}\subseteq f(\{x\})$, and let $f'$ be the image mapping for $R$. It remains to show that $f = f'$. So take any $X\in \mathcal{P}(S)$. Since $f$ preserves unions, $$f(X) = f\left(\bigcup_{x\in X}\{x\}\right) = \bigcup_{x\in X} f(\{x\}).$$ So for any $y\in S$, ($y\in f(X)$) iff ($y\in f(\{x\})$ for some $x\in X$) iff ($xRy$ for some $x\in X$) iff ($y\in f'(X)$), and hence $f(X) = f'(X)$.
This characterization gives a partial positive answer to your question. $f$ preserving all unions is axiomatizable by a set of equations (the equations $f(\bigcup_{i\in I} x_i) = \bigcup_{i\in I} f(x_i)$ for all index sets $I$), but only if we have function symbols for arbitrary infinitary unions in our language. In your previous question, you said you wanted to consider powerset algebras in the language of Boolean algebras, namely $\{0,1,\cup,\cap,\setminus, \subseteq\}$, and here I assume the union symbol is binary. In fact, allowing infinitary unions takes us outside of first-order logic, where all function symbols have finite arity.
If you want to stay within a finitary framework and work with the language of Boolean algebras, your question has a negative answer. Note that any class axiomatized by a set of universally quantified atomic formulas (in this case equations and subset relations) is closed under homomorphic images. So it suffices to find a surjective homomorphism $(\mathcal{P}(S),f,0,1,\cup,\cap,\setminus,\subseteq) \to (\mathcal{P}(S'),f',0,1,\cup,\cap,\setminus,\subseteq)$ such that $f$ is an image mapping on $\mathcal{P}(S)$ but $f'$ is not an image mapping on $\mathcal{P}(S')$.
Let $S = \omega\sqcup \omega$, so $\mathcal{P}(S) \cong \mathcal{P}(\omega)\times \mathcal{P}(\omega')$, writing the second copy of $\omega$ as $\omega' = \{0',1',2',\dots\}$. Consider the relation $R = \{(n,n')\mid n\in \omega\}$ on $S$, and let $f$ be the image mapping for $R$. Thinking of $f$ as a unary function on $\mathcal{P}(\omega)\times \mathcal{P}(\omega')$, we have $f(A,B) = (\varnothing,A')$, where $A' = \{n'\mid n\in A\}$.
Let $S' = \omega\sqcup \{*\}$, so $\mathcal{P}(S') \cong \mathcal{P}(\omega)\times 2$. Pick a non-principal ultrafilter $\mathcal{U}$ on $\omega'$. This gives us a Boolean homomorphism $h_{\mathcal{U}}\colon \mathcal{P}(\omega')\to 2$, by $$h_{\mathcal{U}}(C) = \begin{cases} \{*\}&\text{if }C\in \mathcal{U}\\ \varnothing&\text{if }C\notin \mathcal{U}.\end{cases}$$ Define $f'$ on $\mathcal{P}(\omega)\times 2$ by $f'(A,B) = (\varnothing,h_{\mathcal{U}}(A'))$.
Now define a homomorphism $g\colon \mathcal{P}(\omega)\times \mathcal{P}(\omega')\to \mathcal{P}(\omega)\times 2$ by $g(A,B) = (A,h_\mathcal{U}(B))$. This is a product of two Boolean homomorphisms, so it is a Boolean homomorphism, and it is also a homomorphism in the language with the unary function symbol. Indeed, $$g(f(A,B)) = g(\varnothing,A') = (\varnothing,h_{\mathcal{U}}(A')) = f'(A,h_{\mathcal{U}}(B)) = f'(g(A,B)).$$
But $f'$ is not an image mapping on $\mathcal{P}(S')$, because it does not preserve arbitrary unions. For every $n\in \omega$, $\{n'\}\notin \mathcal{U}$ since $\mathcal{U}$ is non-principal, so $f'(\{n\},\varnothing) = (\varnothing, h_{\mathcal{U}}(\{n'\}) = (\varnothing,\varnothing)$. So $$\bigcup_{n\in \omega} f'(\{n\},\varnothing) = \bigcup_{n\in \omega}(\varnothing,\varnothing) = (\varnothing,\varnothing),$$ while $$f'\left(\bigcup_{n\in \omega} (\{n\},\varnothing)\right) = f'(\omega,\varnothing) = (\varnothing,h_{\mathcal{U}}(\omega)) = (\varnothing,\{*\}).$$
In my answer to the linked question, I showed that the class of image mappings is first-order definable within the class of powerset algebras, essentially by translating the "preserves arbitrary unions" condition to one that can be described by quantifying over the atoms of the algebra. But quantifying over the atoms requires a higher quantifier complexity - you can't play the same trick if you restrict yourself to universally quantified equations and subset relations.
An interesting follow-up question is whether this class can be defined by a universal first-order theory (i.e. by a theory made up of finite Boolean combinations of equations and subset relations). We would get a negative answer if we could find $h\colon (\mathcal{P}(S),f)\to (\mathcal{P}(S'),f')$ which an embedding of Boolean algebras expanded with a new unary function, and such that $f'$ preserves arbitrary unions but $f$ does not.