Counterfactual Conditional Translation¶
Semantic translation method — instantiates Sense-Experience Reduction Protocol
Rewrites an object-claim as a set of if-you-did-X-you-would-experience-Y conditionals, pinning its meaning to what specified access would encounter.
Counterfactual Conditional Translation is the archetype's core rewrite move: it takes a claim about some object, property, or hidden state and restates it as a set of conditionals of the form "if an observer did X under conditions C, they would encounter E." Its defining idea — the one no sibling shares — is that it is pure translation: it changes the claim's grammatical form from an assertion about a thing into a bundle of experiential predictions, and stops there. It does not go and look, build an instrument, tabulate rivals, or judge whether the claim survived. It only converts a statement that floats free of evidence into one whose meaning is explicitly indexed to an observer, an access condition, and an expected experience — so that everything downstream has something concrete to test.
Example¶
A buyer's agent is handed the seller's claim: "the foundation is sound." On its own the sentence is untestable — "sound" could mean anything. Counterfactual Conditional Translation rewrites it as a small set of indexed conditionals: if a licensed inspector walked the perimeter in daylight, they would see no crack wider than roughly a hairline; if they set a laser level across the slab, they would read less than about a half-inch of deflection end to end; if they pressed a moisture meter to the base of each wall, it would read dry. Each conditional names who does the observing, under what conditions, and what they would encounter.
The output is not a verdict — nobody has inspected anything yet — but the claim is now cashed out. "Sound" has become a handful of specified encounters, and the vague dispute ("is it really sound?") has turned into a list of checks a sibling mechanism can actually run. If the seller balks at any one conditional, that itself reveals which part of "sound" was doing the hidden work.
How it works¶
- Fix the target and the vantage. State the claim exactly, then name whose perspective the conditionals are written from — an inspector, a lay buyer, a specific instrument's operator — because the same claim cashes out differently for different observers.
- Index each conditional to an access condition. Every "you would encounter E" is tied to a stated how and under what circumstances; an unindexed conditional is not yet a translation.
- Enumerate the encounters, not the mechanism. Produce the experiential predictions the claim commits to, without yet explaining the underlying physics or gathering data.
- Leave the truth-value open. The product is a set of conditionals with blanks where the observations will go — the rewrite succeeds even if every conditional later turns out false.
Tuning parameters¶
- Perspective width — whether conditionals are written for one privileged observer or for any competent observer. Narrow ties the claim to expertise; wide makes it public but coarser.
- Condition specificity — how tightly each access condition is pinned (bright daylight vs. "good light"). Tighter conditionals are testable but narrower; looser ones travel further but blur.
- Granularity — one summary conditional or many fine-grained ones. Finer decomposition catches where a claim only partly cashes out, at the cost of length.
- Modality spread — how many senses or readings the translation invokes. Spreading across sight, touch, and instrument reading guards against a claim that is confirmable one way and empty another.
- Idealization allowance — how much to permit "in principle" access (an observer who could get arbitrarily close). Too much and the conditionals stop being reachable by anyone real.
When it helps, and when it misleads¶
Its strength is that it drains vagueness at the source. A claim that resisted argument because nobody agreed what would settle it becomes a checklist of specified encounters, and disagreements relocate to the honest question of which encounter actually obtains. This is the practical core of the verification principle — that a claim's content is bound up with what would confirm it[1] — used as a drafting tool rather than a theory of meaning.
Its failure mode is treating the translation as though it had done the confirming. A tidy set of conditionals can lend a claim an air of having been tested when nothing has been observed yet; the rewrite is a setup, not a result. It is also easily run backwards — conditionals reverse-engineered to be trivially satisfiable, so the claim "passes" by construction. And a claim can be genuinely meaningful yet resist clean translation (moral or aesthetic claims especially), so an empty conditional set is evidence about this method's reach, not proof the claim is nonsense. The discipline is to keep the conditionals answerable-in-fact and to hand them to a probe or protocol rather than declaring victory on the rewrite alone.
How it implements the components¶
target_claim_statement— takes the raw object-claim as the input it operates on and states it precisely enough to be rewritten.observer_or_participant_perspective— fixes whose vantage each conditional is written from, since access is always someone's.access_condition_frame— indexes every conditional to a stated set of access conditions.counterfactual_experience_conditionals— its primary output: the if-then experiential predictions themselves.
It does not build the disconfirming contrast set (that's Disconfirming Condition Probe), engineer a real observation procedure (that's Observation Protocol Design), or label the claim's semantic status (that's Operational Definition Table and Access Boundary Annotation).
Related¶
- Instantiates: Sense-Experience Reduction Protocol — this method performs the archetype's defining reduction, turning an object-claim into experiential conditionals.
- Sibling mechanisms: Sensory Walkthrough · Observation Protocol Design · Disconfirming Condition Probe · Experience Prediction Matrix · Instrument Readout Mapping · Operational Definition Table · Phenomenological Interview · Intersubjective Replication Check · Proxy Validity Audit · Access Boundary Annotation · Ethical Non-Production Rule
Notes¶
The translation is upstream of almost everything else in the archetype: it produces the conditionals that a probe stresses, a protocol operationalizes, and a prediction matrix compares across rivals. Keeping it a distinct step — rewrite first, test later — is what stops a team from arguing about a claim's truth before they have agreed what the claim even predicts.
References¶
[1] The idea that the meaning of an empirical claim is tied to the observations that would confirm or disconfirm it — the verification principle of logical positivism (associated with A. J. Ayer's Language, Truth and Logic). This method borrows the principle as a practical rewrite rule, without inheriting the positivists' stronger and much-criticised claim that unverifiable statements are strictly meaningless. ↩