Can you help me determine how to know if a formula is preserved? My book has 3 sentences about it that being
- variables and named variables get the same value in the model and sub model
- "Exist" Quantifier formulas are preserved up
- "For all" Quantifier formulas are preserved down
That is all good and nice, but that still doesnt explain to me how to determine if a formula is preserved up, down or not at all
I have 3 examples: (excuse me i'm new here, and i dont know how to write formulas)
I had 3 formulas, and i turned them into pernex normal form, and now these are my examples
1.∀x∀y∀z(¬P(y)∨(P(x)∧Q(z)))
this one i determined that it preserves down because it only has forall quantifiers am i correct?
2.∃x∃y∀z(P(y)∨(P(x)∧Q(z)))
this one i dont know how to determine, because it has both exist and forall quantifiers and they are all related to a variable
3.∃x∀y∃z(P(y)∨(¬P(z)∨Q(x)))
this one i also dont know how to determine because it has both exist and forall quantifiers
can you explain to me how to determine if it is preserved up down or not at all ?