Questions: Existential Formulas and Preservation under Embeddings

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Graph G satisfies the sentence ∃x ∃y (x ≠ y ∧ E(x,y)). Graph H is formed by taking G and adding new vertices and edges. Must H also satisfy this sentence?

ANot necessarily — H might be a different graph that assigns different meanings to the variables x and y
BYes — the witness elements (the two adjacent vertices in G) are still present in H after embedding, so the existential sentence remains satisfied
COnly if H is isomorphic to G, since embeddings preserve structure only between isomorphic structures
DNot necessarily — adding edges to H might change the truth value of edge relation E for the original vertices
Question 2 Multiple Choice

Which of the following formulas is preserved under embeddings — meaning that if it holds in a structure A, it must hold in any structure B into which A embeds?

A∀x ∀y (E(x,y) → E(y,x)) [the graph is symmetric]
B∀x ¬E(x,x) [the graph has no self-loops]
C∃x ∃y ∃z (E(x,y) ∧ E(y,z) ∧ E(z,x)) [the graph contains a triangle]
D∀x ∃y E(x,y) [every vertex has at least one neighbor]
Question 3 True / False

The Łoś-Tarski theorem states that a formula is preserved under embeddings if and only if it is logically equivalent to an existential formula. This means the semantic property (preserved under embeddings) and the syntactic property (being existential) coincide exactly.

TTrue
FFalse
Question 4 True / False

The sentence 'this graph has no edges' — formally ∀x ∀y ¬E(x,y) — is an existential property because it makes a claim about the absence of witnesses.

TTrue
FFalse
Question 5 Short Answer

Explain in your own words why existential formulas are preserved upward under embeddings, while universal formulas are preserved downward under substructures. What is the underlying logical reason?

Think about your answer, then reveal below.