Somewhere I read that finite structures can be uniquely described (up to an isomorphism) using a sentence which is a conjunction of all atomic formulas, and their negation, and an another sentence that asserts the finiteness of the structure. Why this is true? How to prove it? What changes when the structure becomes of infinite cardinality?
2026-04-01 05:11:03.1775020263
Why finite structures are uniquely characterized?
646 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in ABSTRACT-ALGEBRA
- Feel lost in the scheme of the reducibility of polynomials over $\Bbb Z$ or $\Bbb Q$
- Integral Domain and Degree of Polynomials in $R[X]$
- Fixed points of automorphisms of $\mathbb{Q}(\zeta)$
- Group with order $pq$ has subgroups of order $p$ and $q$
- A commutative ring is prime if and only if it is a domain.
- Conjugacy class formula
- Find gcd and invertible elements of a ring.
- Extending a linear action to monomials of higher degree
- polynomial remainder theorem proof, is it legit?
- $(2,1+\sqrt{-5}) \not \cong \mathbb{Z}[\sqrt{-5}]$ as $\mathbb{Z}[\sqrt{-5}]$-module
Related Questions in LOGIC
- Theorems in MK would imply theorems in ZFC
- What is (mathematically) minimal computer architecture to run any software
- What formula proved in MK or Godel Incompleteness theorem
- Determine the truth value and validity of the propositions given
- Is this a commonly known paradox?
- Help with Propositional Logic Proof
- Symbol for assignment of a truth-value?
- Find the truth value of... empty set?
- Do I need the axiom of choice to prove this statement?
- Prove that any truth function $f$ can be represented by a formula $φ$ in cnf by negating a formula in dnf
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$
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 $\mathcal{A}$ is a finite structure of size $n$, in a finite language $\mathcal{L}$. Let's first note that we can write a sentence $\varphi_n$ which asserts "There are exactly $n$ many elements": $$\varphi_n\quad\equiv\quad \exists x_1\exists x_2 . . . \exists x_n((\bigwedge_{1\le i<j\le n} x_i\not=x_j)\wedge\forall y(\bigvee_{1\le i\le n}x_i=y)).$$ This sentence says "There are $n$ elements, which are distinct, and such that any additional element is equal to one of them." That is, there are exactly $n$ elements.
Now, note that this sentence actually does a bit more: it gives names for each of the $n$-many elements. Namely, for $\psi$ a formula in the variables $x_1, x_2, . . . , x_n$, let $\varphi_n^\psi$ be the sentence $$\varphi_n^\psi\quad\equiv\quad \exists x_1\exists x_2 . . . \exists x_n((\bigwedge_{1\le i<j\le n} x_i\not=x_j)\wedge\forall y(\bigvee_{1\le i\le n}x_i=y)\wedge \psi(x_1, . . . , x_n)).$$ So $\varphi_n^\psi$ says $$\mbox{"The universe consists of the distinct elements $x_1, x_2, . . . , x_n$; and the statement $\psi$ is true about them."}$$
Now, what kind of information can we cram into $\psi$? The answer is, all the information (since the language $\mathcal{L}$ is finite)! Specifically, let $\mathcal{A}=\{a_1, a_2, . . . , a_n\}$ (note that there are many ($n!$) ways to enumerate $\mathcal{A}$; we pick one arbitrarily here). Since $\mathcal{L}$ is finite, there are only finitely many atomic and negated atomic sentences in the parameters $a_1, . . . , a_n$ (this is a good exercise); that is, the atomic diagram $At(\mathcal{A})$ of $\mathcal{A}$ is finite. This means we can take the conjunction of all these finitely many sentences, and the result is a single first-order sentence $\theta$ in the language $\mathcal{L}$ . . .
. . . using $a_1, a_2, . . . , a_n$ as parameters. But that's okay! Let $\psi$ be the formula gotten from $\theta$ by replacing $a_i$ with the variable $x_i$; then $\psi$ is a formula in the language $\mathcal{L}$, with free variables $x_1, . . . , x_n$. Now consider the sentence $\varphi_n^\psi$. This sentence says that there are exactly $n$ many elements, and that the way these elements relate to each other is precisely the way the elements of $\mathcal{A}$ relate to each other.
Exercise. Suppose $\mathcal{B}\models\varphi_n^\psi$ via a variable assignment $x_i\mapsto b_i$. Then show that the map $f: \mathcal{B}\rightarrow\mathcal{A}: b_i\mapsto a_i$ is an isomorphism.
Where does this go wrong if infinity slips in?
Well, if the structure is infinite - say, countably infinite - then in order to build "$\varphi_{\aleph_0}$," we need to quantify over countably infinitely many variables! That is, we need to write something like $$\exists x_1\exists x_2 ...\exists x_n...$$ But we can't do that in first-order logic. Additionally, we need to take infinite conjunctions and disjunctions, when we assert that the $x_i$s are distinct and that every element of the universe is an $x_i$. Again, not doable in first-order logic. What we need to make that work is infinitary logic; namely, to completely pin down a structure of size $\kappa$ for $\kappa$ infinite, we need the infinitary logic $\mathcal{L}_{\kappa^+\kappa^+}$.
Interestingly, if we just want to pin down a size-$\kappa$ structure $\mathcal{A}$ amongst structures of size $\le\kappa$, we can get away with less! For example, if $\mathcal{A}$ is countable in a countable language then there is an $\mathcal{L}_{\omega_1\omega}$-sentence $\varphi$ - the Scott sentence of $\mathcal{A}$ - such that any countable $\mathcal{B}$ satisfying $\varphi$ is isomorphic to $\mathcal{A}$. But $\varphi$ may have uncountable models . . .
For finite structures in an infinite language, things aren't so bad, but they still break. Building $\varphi_n$ still works; but when we come to the $\theta$-part, we get into trouble. In an infinite language, there are not only finitely many atomic and negated atomic sentences with finitely many parameters! So we need to use an infinite conjunction here. Specifically, a finite structure in an infinite language of cardinality $\kappa$ can be pinned down by a sentence in the infinitary logic $\mathcal{L}_{\kappa^+\omega}$.
(As an example of a finite structure in an infinite language, consider the language with countably infinitely many unary predicate symbols $U_i$, and the structure $\mathcal{A}$ with one element $a$ such that $U_i(a)$ holds for every $i$. It's a good exercise to show that no single sentence in the language pins down $\mathcal{A}$ up to isomorphism.)
EDIT: Actually, though, this is a bit misleading as Alex Kruckman points out above. Since all we need in this case is an infinite conjunction, it is still the case that a finite structure in an arbitrary language is characterized by its first-order theory. While this is not in general equivalent to a single first-order sentence, this is still much much better than an arbitrary $\mathcal{L}_{\kappa^+\omega}$-sentence.