Possible worlds with different formal semantics

intuitionistic-logiclogicmodal-logicphilosophyquantifiers

I want to ask a basic question regarding modal logic: is it formally possible that a statement such as $$\forall x(P(x)\vee\neg P(x))$$ is true at a world $w_1$, but not in another world $w_2$?

For instance, is it possible that the logic at world $w_1$ is classical, but the logic at world $w_2$ is intuitionistic? If so, can $w_1$ have access to $w_2$? There is obviously some quantification ambiguity here but I am interested in the answer to this question in all cases.

EDIT: Coming back to this question I think I was near the concept of an "impossible world", i.e. a world in a non-normal modal logic which could violate classical logical principles. So the answer to my question would be "no" for normal modal logics, but it may happen in some non-normal ones. Furthermore, impossible worlds are not accessible from the possible ones, which answers the second part of my question.

Best Answer

This answer is a response to a previous wording of the question, which got changed quite substantially after the edit. To make sense of this answer and see why it is not off-topic, please refer to the previous version of the question in the edit history.

Your question is very confusing...

First of all, "$\forall p (p \lor \neg p)$" is not a well-formed formula in either standard (first-order) propositional or predicate logic. What is $p$ supposed to be?
If it is a propositional variable (= a variable that stands for a truth value; only exists in propositional logic), then it can't get bound by a quantifier like $\forall$.
If it is an individual variable (= a variable that stands for an object from the domain of discourse; only exists in predicate logic), then it can't be combined with connectives like $\neg, \lor$.
As pointed out in the comments, higher-order propositional logic does allow for quantification over propositions; if this indeed what you mean, then your formula is well-formed; in any case all of the answers in my post will still apply.
However, I strongly suspect you're interested in "ordinary" first-order propositional and predicate modal logic, so I suppose you mean $\forall x (P(x) \lor \neg P(x))$.

To answer your questions:

Is it formally possible that a statement [...] is true at a world 𝑤1, but not in another world 𝑤2?

Yes. This is the whole point of modal logic: The truth value of a statement varies depending on different states/worlds, whether these states be interpreted as points in time, alternate universe or the like. If the truth value of every statement were always the same across all states, then having different states in the first place would be somewhat useless.
Statements are always evaluated relative to a particular world; truth in a model amounts to truth in all worlds of that model; universal truth amounts to truth in all models. Lastly, semantic notions such as truth are always defined relative to a particular logic (like classical or intuitionistic logic); there is no cross-logic universal definition of truth.

For instance, is it possible that the logic at world 𝑤1 is classical, but the logic at world 𝑤2 is intuitionistic?

No. The basic semantics based on which truth is computed doesn't change within one and the same model. Either all worlds are evaluated in a classical semantics or all worlds are evaluated in an intuitionistic semantics. It can be that statements have different truth values in different worlds, but then that's because different atomic propositions are assumed to be true and different worlds assumed to be accessible at these worlds, not because the entire logic used to evaluate the statements is exchanged.

If so, can 𝑤1 have access to 𝑤2?

Which world has access to which is completely independent of which statements are true at which world. In fact, the converse is the case: First one defines which world has access to which by one's own liking, then which statements are true at which world (partially) depends on how the accessibility relation is defined.

There is obviously some quantification ambiguity here

No. Assuming you mean $\forall x (P(x) \lor \neg P(x))$, the statement is completely unambiguous. Only natural language has ambiguities; a statement in a formal language like predicate logic is always unambiguous -- this is one of the reasons to use formal languages in the first place. It could be that the statement above is the formalization of one of more readings of an ambiguous natural language statement which also has other possible formalizations, but the predicate logic formula itself is unambiguous.

but I am interested in the answer to this question in all cases,

Which question exactly?

it doesn't matter whether the domain of the quantifiers is constant throughout, or can change in different possible worlds

Yes, models with constant domains vs. models with varying domains may give rise to different interpretations of the same formula. But this isn't ambiguity: Ambiguity means that one statement can have two different interpretations, depending on the reading, in one and the same model and world. Choosing a different possible world or model to evaluate the statement in and getting a different truth value doesn't mean that the statement is ambiguous, it just means that it's not universally true; and choosing an altogether different logic (like intuitionistic vs. classical logic) even less means that anything is ambiguous -- it just means that different logics do different things, which is why different logics exist in the first place.

In short:

Possible worlds with different formal semantics

No, different worlds can not "have a different formal semantics" in that you can switch to a completely different logic to evaluate truth in when going from one world to the other. You decide for a logic to work in, you define a model with its worlds, accessibility relation, domain(s) and atomic truth assignment, then you can start evaluating statements world by world.
Different worlds can have different truth values for the same statement -- and this is the whole point of introducing the notion of a possible world at all -- depending on a) which basic propositions you defined to hold at each world and b) which worlds you defined as accessible from that world. Here is a very brief introduction and example of what this looks like in the propositional logical case.

There are some fundamental misconceptions in your questions about how modal logic and even ordinary predicate logic works. I suggest you start simple and read a thorough introduction to standard classical logic and modal propositional logic to get a solid understanding of the basics, before diving into more advanced topics like intuitionistic logic and modal predicate logic. This is a rather gentle introduction to classical propositional and predicate logic. Here are some book recommendations for modal logic.


Re. your comments:

I meant quantification ambiguity purely in the sense that I have not specified whether it has constant or varying domain, not that there must be some sort of underlying vagueness in the semantics.

OK, "ambiguity" is usually understood in the sense explained above.
As for constant vs. varying domains, as said, yes, in general, that makes a difference for sentences that are contingent (= true in some models and false in others). It makes no difference for tautologies and contradictions -- so it depends on the particular sentence you're looking at.

I did mean for p to be a proposition, but I just wanted to use a statement which will illustrate my question, i.e. whether excluded middle can hold in one world and fail in another.

In that case, you don't need quantification over propositions, and not even predicate logic: You just need to ask whether the formula scheme $\phi \lor \neg \phi$ (where $\phi$ is a meta-linguistic variable for an arbitrary atomic or complex sentence) is valid, i.e. whether all the instance of this scheme (such as $p \lor \neg p, q \lor \neg q, (p \land q) \lor \neg (p \land q), \ldots $) are true in all models.

Modal logics are a conservative extension of their underlying logic, meaning that all the tautologies of classical logic are still valid in classical modal logic, i.e. true in all models, i.e. true in all worlds of each model. So if your are talking about modal classical logic, then since $\phi \lor \neg \phi$ is a classical tautology, under a classical interpretation of modal logic (which is what we usually mean when we talk about just "modal logic") there will be no possible world where it is false.

However, it now seems you are talking about modal-like (Kripke) semantics for intuitionistic predicate logic, where models consist of possible worlds that can be thought of as knowledge states. This is not the same as modal classical or intuitionistic logic as discussed above, where I assumed a semantics that can interpret a language augmented with modal operators $\Box, \Diamond$. However, Kripke models for IL resemble models of modal logic and the interpretation of the quantifiers is much like the interpretation of the modal operators; in fact the Kripke semantics of non-modal intuitionistic logic can be described in terms of axioms in modal classical logic, hence the confusion.