Monday, August 31, 2026

From Propositions to Consistency

From Propositions to Consistency

From Propositions to Consistency

1. A Propositional World

Consider five concepts: a cat, a dolphin, a fish, a lizard, and a bird. We may ask simple yes-or-no questions about them: Does it feed its young with milk? Does it live underwater? Does it have four legs?

Concept p1p_1: milk p2p_2: underwater p3p_3: four legs
cat 1 0 1
dolphin 1 1 0
fish 0 1 0
lizard 0 0 1
bird 0 0 0

Let CC denote the set of concepts and PP the set of propositions. Each proposition pPp\in P is a Boolean-valued function on CC:

p:C{0,1}.p:C\to\{0,1\}.

We call

W=(C,P)W=(C,P)

a propositional world.

A proposition tells us whether something is true or false for each concept in CC.

2. What Does Consistent Mean?

Now choose a set of propositions

PP.P'\subseteq P.

For example, take the three propositions “feeds its young with milk,” “lives underwater,” and “has four legs.” A basic question immediately appears:

Is P consistent?\boxed{\text{Is }P'\text{ consistent?}}

Our everyday intuition is that a set of propositions is consistent when its propositions can all be true together.

The three propositions above seem perfectly consistent. There is no apparent contradiction in imagining an animal that satisfies all three.

Consistency means the possibility of joint truth.

3. A Natural Guess

How can we turn this intuition into mathematics?

Since every proposition is a function on CC, the most immediate idea is to look for a concept xCx\in C for which every proposition in PP' is true.

This suggests

P is consistent?xC: p(x)=1 for all pP.P'\text{ is consistent}\quad\stackrel{?}{\Longleftrightarrow}\quad\exists x\in C:\ p(x)=1\text{ for all }p\in P'.

The reasoning is natural: if the propositions can all be true together, perhaps there should be something for which they are all true.

Joint possibility seems to suggest a common realization.

4. The Guess Fails

Return to our three propositions: milk, underwater, and four legs.

Looking at the table, no concept in CC satisfies all three:

xC: p(x)=1 for all pP.\nexists x\in C:\ p(x)=1\text{ for all }p\in P'.

But this does not make the three propositions inconsistent. Nothing contradictory prevents us from imagining an animal that lives underwater, has four legs, and feeds its young with milk.

The problem is therefore the proposed equivalence. We confused what can be jointly true with what is already jointly realized in CC.

One direction remains valid:

xC: p(x)=1 for all pPP is consistent.\exists x\in C:\ p(x)=1\text{ for all }p\in P'\quad\Longrightarrow\quad P'\text{ is consistent}.

But the converse need not hold.

What is realized in CC may be only part of what is consistent.

5. The Consistency Family

This failure suggests a change of viewpoint. Instead of trying to define consistency entirely through the concepts already contained in CC, we record directly which sets of propositions are consistent.

Let

ConsP(P),\mathrm{Cons}\subseteq\mathcal P(P),

where

PConsP'\in\mathrm{Cons}

means that the propositions in PP' can all be true together.

There is one immediate structural requirement. If PP' is consistent, then removing some propositions cannot create a contradiction. Hence

PCons,QPQCons.P'\in\mathrm{Cons},\quad Q\subseteq P'\quad\Longrightarrow\quad Q\in\mathrm{Cons}.

Our propositional world is therefore enriched from

W=(C,P)W=(C,P)

to

W=(C,P,Cons).\boxed{W=(C,P,\mathrm{Cons}).}

Consistency is no longer identified with realization in CC; it is represented by its own family Cons\mathrm{Cons}.

6. The Realizability Family

Although realization in CC is not enough to characterize all consistency, it still gives us an important source of consistent sets.

Collect all sets of propositions that have a common realization in CC:

RC:={PP:xC, p(x)=1 for all pP}.\mathcal R_C:=\left\{P'\subseteq P:\exists x\in C,\ p(x)=1\text{ for all }p\in P'\right\}.

This family has the same downward property. Indeed, take PRCP'\in\mathcal R_C and QPQ\subseteq P'. By definition, there exists xCx\in C such that every proposition in PP' is true at xx. Since QPQ\subseteq P', the same xx also makes every proposition in QQ true. Therefore

QRC.Q\in\mathcal R_C.

Thus

PRC,QPQRC.P'\in\mathcal R_C,\quad Q\subseteq P'\quad\Longrightarrow\quad Q\in\mathcal R_C.

Moreover, every set with a common realization is certainly consistent, so

RCCons.\boxed{\mathcal R_C\subseteq\mathrm{Cons}.}

The inclusion may be strict: some sets of propositions may be consistent even though nothing currently contained in CC realizes them.

Realization generates consistency, but does not necessarily exhaust it.

Popular Posts