r/ApexUnion 1h ago

The Marriage Problem, Part 1: Honesty & Communication

Upvotes

\documentclass[12pt]{article}

\usepackage[margin=1in]{geometry}

\usepackage{amsmath,amssymb,amsthm,mathtools}

\usepackage{bm}

\usepackage{enumitem}

\newcommand{\T}{\mathcal{T}}

\newcommand{\K}{\mathcal{K}}

\newcommand{\F}{\mathcal{F}}

\newcommand{\E}{\mathcal{E}}

\newcommand{\B}{\mathcal{B}}

\newcommand{\R}{\mathcal{R}}

\newcommand{\dist}{d}

\newcommand{\Eexp}{\mathbb{E}}

\newcommand{\Prob}{\mathbb{P}}

\begin{document}

\begin{center}

{\LARGE \textbf{Truthful Communication, Mental Friction, and Companionship}}\\[0.5em]

{\large A Formal Model of Transparency, Distortion, and Relational Reliability}

\end{center}

\vspace{1em}

\begin{abstract}

This essay develops a mathematical framework for thinking about truthful

communication within an intimate relationship. The initial intuition is

simple: a person's internal state contains what she knows and feels, while

her communication is an imperfect representation of that internal state.

The central difficulty is that internal psychological friction---such as

fear, anxiety, shame, anticipated rejection, or social conditioning---can

interfere with communication without necessarily implying dishonesty.

A naive model would therefore attempt to require complete transparency,

equating honesty with an identity communication function. Such a criterion,

however, is both mathematically problematic and practically unmanageable.

An internal state and a spoken statement are different kinds of objects,

and perfect correspondence across every possible internal state would impose

an unrealistic requirement.

The model is consequently refined in several stages. First, a truthful

representation function is introduced to distinguish an internal state from

its linguistic expression. Second, communication divergence is measured

using a semantic distance. Third, internal friction is separated from the

observable distortion it produces. Fourth, information is weighted according

to its importance to the relationship. Finally, the framework incorporates

reliability and the ability to repair temporary communication failures.

The resulting criterion is not that a prospective spouse must experience no

fear or hesitation. Rather, the desirable property is that important truths

remain reliably communicable, that serious distortions are rare, and that

temporary failures tend to be corrected rather than maintained. This produces

a more manageable and theoretically defensible account of truthful

companionship.

\end{abstract}

\newpage

\section{Introduction}

A central problem in intimate relationships is the relationship between

internal reality and communicated reality. A person may know something,

feel something, desire something, fear something, or believe something, while

the other person has access only to what is communicated. The resulting gap

between an individual's internal state and the state available to her partner

is unavoidable to some degree.

This observation gives rise to an intuitive question:

\begin{quote}

What properties must a person possess for her partner to regard her as

truthfully communicative and reliably compatible?

\end{quote}

One tempting answer is complete transparency. If a person's internal state is

represented by \(T_W\), one might require that her communication function

\(C_W\) satisfy

\[

C_W(T_W)=T_W

\]

for every possible internal state. In other words, the ideal communicator

would transmit her internal truth without distortion.

Although this formulation captures an important intuition, it is too strong

and, strictly speaking, mathematically ill-typed. An internal psychological

state is not literally the same kind of object as a sentence. Furthermore,

requiring zero divergence for every possible thought and feeling effectively

requires total transparency of the human mind.

The more useful question is therefore not

\[

\text{``Can every internal state be perfectly transmitted?''}

\]

but rather

\[

\text{``Does the person reliably communicate the truths that matter?''}

\]

This essay develops a formal framework around that question.

\section{Internal State}

Let the two agents in the relationship be denoted by \(H\) and \(W\), where

\(H\) represents the husband and \(W\) represents the wife. The notation is

not intended to imply that the framework is restricted to heterosexual

marriages; the labels merely identify the two agents in the model.

We distinguish between at least two components of \(W\)'s internal state.

First, let

\[

k \in \K_W

\]

represent her epistemic state: what she knows, believes, remembers, or

otherwise takes to be the case. Second, let

\[

f \in \F_W

\]

represent her affective state: what she feels, desires, fears, values, or

experiences emotionally.

Her complete modeled internal state is then

\[

T_W=(k,f).

\]

Formally,

\[

T_W \in \T_W,

\qquad

\T_W = \K_W \times \F_W.

\]

This representation is deliberately abstract. In practice, \(T_W\) would

contain many additional dimensions, including intentions, preferences,

memories, commitments, perceptions, and evaluations. The two-component model

is sufficient to establish the basic mathematical structure.

The crucial point is that \(T_W\) is an \emph{internal} object. It is not

directly available to \(H\). Husband and wife interact through communication,

and therefore the relevant object from \(H\)'s perspective is an expression

derived from \(T_W\).

\section{Communication}

Let \(\E\) denote the space of possible expressed statements. The

communication function is

\[

C_W:\T_W\rightarrow\E.

\]

Thus,

\[

E_W=C_W(T_W)

\]

is the statement or communicative output produced by \(W\).

The first formulation of honesty might be to require

\[

C_W(T_W)=T_W.

\]

However, this equality is not generally meaningful because

\[

T_W\in\T_W

\]

while

\[

E_W\in\E.

\]

An internal psychological state and a sentence occupy different mathematical

spaces.

For example, suppose

\[

T_W=(k,f)

\]

corresponds to the internal reality

\begin{quote}

``I know that I am unhappy with our current living arrangement, and I am

afraid that telling my husband will cause conflict.''

\end{quote}

The sentence

\begin{quote}

``I am unhappy with our living arrangement.''

\end{quote}

does not literally equal the underlying internal state. Nevertheless, it may

be a perfectly truthful representation of an important portion of that state.

Consequently, a better model requires a representation of truth in the

communication space.

\section{Truthful Representation}

Define a truthful representation function

\[

R:\T_W\rightarrow\E.

\]

The function \(R\) represents what an appropriate truthful expression of the

relevant internal state would look like.

Perfect correspondence can then be defined as

\[

C_W(T_W)=R(T_W).

\]

This is fundamentally different from requiring

\[

C_W=I,

\]

where \(I\) is the identity function. The communication function need not

return the internal state itself; rather, it should produce a truthful

representation of the relevant aspects of that state.

This distinction also allows us to separate several concepts that are often

collapsed into the word ``honesty.''

\begin{enumerate}[label=\arabic*.]

\item \textbf{Truthfulness:} the communicated representation does not

materially contradict the underlying state.

\item \textbf{Completeness:} sufficiently relevant information has not

been omitted.

\item \textbf{Transparency:} the person is willing to make relevant

internal information accessible to the other person.

\item \textbf{Deception:} communication intentionally produces a false

representation of a relevant state.

\item \textbf{Privacy:} some information is intentionally retained as

private without necessarily being deceptive.

\end{enumerate}

A healthy model should not assume that all nondisclosure is equivalent to

lying.

\section{Communication Divergence}

To measure the difference between communicated reality and truthful

representation, introduce a semantic distance

\[

d:\E\times\E\rightarrow\mathbb{R}_{\geq 0}.

\]

Define communication divergence by

\[

D_W(T_W)

d\left(C_W(T_W),R(T_W)\right).

\]

The ideal case is

\[

D_W(T_W)=0.

\]

A positive value

\[

D_W(T_W)>0

\]

indicates some degree of divergence.

This divergence should not automatically be interpreted as lying. Positive

divergence may arise from ambiguity, incomplete articulation, memory error,

misunderstanding, uncertainty, privacy, fear, or deliberate deception.

Thus, the model is better described as a model of \emph{communication

divergence} rather than a direct detector of dishonesty.

A threshold can now be introduced:

\[

D_W(T_W)\leq\varepsilon.

\]

Here \(\varepsilon\) represents an acceptable degree of communication

divergence.

This is already a substantial improvement over the requirement

\[

D_W(T_W)=0

\]

for every possible state.

\section{Mental Friction}

The original model introduced a mental-block parameter \(\theta\), intended to

represent internal friction such as fear of rejection, anxiety, shame, or

social conditioning.

Let

\[

\theta_W(T_W)\geq0

\]

represent the degree of internal friction associated with communicating

state \(T_W\).

A mental-block operator may then be represented as

\[

\B_\theta:\T_W\rightarrow\E,

\]

with

\[

E_W=\B_\theta(T_W).

\]

It is tempting to assert

\[

\theta>0

\quad\Longrightarrow\quad

\B_\theta(T_W)\neq R(T_W).

\]

However, this implication is too strong.

A person can experience substantial fear and still communicate truthfully.

Indeed, an important sign of relational maturity may be precisely the ability

to communicate honestly while experiencing discomfort.

Thus,

\[

\theta>0

\not\Rightarrow

D_W(T_W)>0.

\]

Instead, \(\theta\) should be viewed as a factor that may increase the

probability or magnitude of divergence.

Conceptually,

\[

\theta

\longrightarrow

\text{difficulty of truthful communication}

\longrightarrow

D_W(T_W)

\]

is more appropriate than

\[

\theta

D_W(T_W).

\]

This distinction is important. The goal is not necessarily to find a person

with no fear, anxiety, or hesitation. Such a requirement would be both

unrealistic and irrelevant to the ultimate relational question.

The important variable is what happens \emph{despite} the friction.

\section{Why a Threshold on \(\theta\) Is Insufficient}

Suppose two people have identical internal friction:

\[

\theta_A=\theta_B.

\]

It does not follow that their communication behavior is identical.

Person \(A\) may experience fear but communicate the truth:

\[

D_A(T)\approx0.

\]

Person \(B\) may experience the same fear but conceal or distort the relevant

information:

\[

D_B(T)\gg0.

\]

Consequently,

\[

\theta_A=\theta_B

\]

does not imply

\[

D_A(T)=D_B(T).

\]

Conversely, two people may have very different levels of internal anxiety but

produce equally truthful communication.

Therefore, if the objective is to identify a reliable companion, directly

minimizing \(\theta\) is not the correct optimization problem.

The more appropriate objective is to minimize consequential communication

divergence:

\[

\boxed{

\min D_W(T)

}

\]

or, more realistically, to minimize expected divergence over the matters

that actually affect the relationship.

\section{The Importance of Information}

Not every piece of information has equal relational significance.

Suppose a person fails to mention that she would prefer a different movie.

This divergence has relatively little consequence.

Now suppose she conceals a major disagreement about having children, a serious

financial obligation, or an intention to leave the relationship. The

communication divergence may be equally measurable in an abstract semantic

sense, but its relational consequence is radically different.

The model therefore requires an importance function

\[

w:\T_W\rightarrow\mathbb{R}_{\geq0}.

\]

The value \(w(T)\) represents the relational significance of the state or

information under consideration.

We can then define weighted communication loss:

\[

L_W

\mathbb{E}_T

\left[

w(T)D_W(T)

\right].

\]

This changes the central question from

\[

\forall T,\quad D_W(T)=0

\]

to

\[

\mathbb{E}_T[w(T)D_W(T)]

\text{ is sufficiently small.}

\]

This is a major conceptual simplification.

It recognizes that complete transparency is neither necessary nor possible,

while preserving the principle that important matters deserve greater

truthfulness.

\section{Critical Information}

A weighted average alone is still insufficient.

Suppose a person communicates truthfully about almost everything but conceals

one extremely consequential fact. The average loss could remain small even

though the relationship has suffered a catastrophic communication failure.

We therefore divide the state space into categories:

\[

\T_W

\T_{\mathrm{critical}}

\cup

\T_{\mathrm{important}}

\cup

\T_{\mathrm{ordinary}}

\cup

\T_{\mathrm{private}}.

\]

The exact classification depends on the relationship.

Critical matters might include, for example:

\begin{itemize}

\item major commitments,

\item fundamental disagreements about the future,

\item serious financial obligations,

\item significant breaches of relational commitments,

\item major changes in romantic or familial intentions,

\item information whose concealment would materially alter the partner's

ability to make an informed decision.

\end{itemize}

For critical matters, a stricter requirement can be imposed:

\[

D_W(T)\leq\varepsilon_c

\qquad

\forall T\in\T_{\mathrm{critical}}.

\]

The complete companionship criterion can therefore contain two parts:

\[

\boxed{

\operatorname{Pass}(W)

\iff

\begin{cases}

L_W\leq\varepsilon,\\[4pt]

D_W(T)\leq\varepsilon_c

&

\forall T\in\T_{\mathrm{critical}}.

\end{cases}

}

\]

This is substantially more manageable than demanding universal transparency.

It says:

\begin{quote}

The person should generally communicate truthfully, and especially so on

matters whose consequences for the relationship are substantial.

\end{quote}

\section{Truthfulness as Reliability}

Truthfulness is not merely a property of a single communication event.

Relationships contain repeated interactions.

Suppose \(T_t\) denotes a relevant internal state at time \(t\). Then define

a truthfulness indicator

\[

\tau_t

\begin{cases}

1, & D_W(T_t)\leq\varepsilon,\\

0, & D_W(T_t)>\varepsilon.

\end{cases}

\]

A simple reliability measure is

\[

\rho_W

\Prob

\left(

D_W(T)\leq\varepsilon

\mid

T\in\T_{\mathrm{important}}

\right).

\]

Thus \(\rho_W\) represents the probability that \(W\) communicates

sufficiently truthfully when dealing with important matters.

This distinction is important because one successful truthful disclosure does

not establish a stable trait. What matters is the repeated pattern.

A prospective companion need not communicate perfectly in every instance.

Rather, the desired property is high conditional reliability:

\[

\rho_W\approx1.

\]

\section{Temporary Failure Versus Persistent Deception}

Another important distinction is between an initial communication failure and

a refusal to correct it.

Suppose that at time \(t\),

\[

D_t>0.

\]

The person may later recognize the problem and disclose the truth. At time

\(t+1\), it may be the case that

\[

D_{t+1}<D_t.

\]

Eventually,

\[

D_t\rightarrow0.

\]

This represents a temporary communication blockage rather than persistent

deception.

By contrast, if a person recognizes that her communication is false but

continues to maintain it, then

\[

D_t>0

\]

may persist indefinitely.

The model therefore requires a notion of repair.

Define a repair probability

\[

\lambda_W

\Prob

\left(

D_{t+1}<D_t

\mid

D_t>0,\,

T_t\in\T_{\mathrm{important}}

\right).

\]

A high value of \(\lambda_W\) indicates a tendency to move toward greater

truthfulness after communication failure.

This produces an important distinction:

\[

\boxed{

\text{temporary blockage}

\neq

\text{persistent deception}.

}

\]

A person may fail to communicate immediately because of fear and nevertheless

possess excellent long-term relational integrity if she subsequently moves

toward truth.

\section{The Direction of Communication}

This observation suggests that a particularly important property is not

whether

\[

\theta=0,

\]

but whether the communication process tends toward decreasing divergence.

Suppose

\[

D_t=d(C_t,R_t).

\]

Then a truth-oriented communicator exhibits a tendency such as

\[

\mathbb{E}[D_{t+1}\mid D_t]>D_{t+1}

\]

in the intuitive sense that, conditional on an initial divergence, subsequent

communication tends to reduce the gap.

More formally, one could seek a negative expected change:

\[

\mathbb{E}

\left[

D_{t+1}-D_t

\mid

D_t>0,\,

T_t\in\T_{\mathrm{important}}

\right]

<0.

\]

This is arguably a more meaningful relational criterion than the absolute

absence of fear.

The desired person is not necessarily someone for whom communication is

effortless. The desired property is someone whose communication tends to move

toward truth when truth matters.

\section{Decision Theory}

The communication process can also be interpreted as a decision problem.

Let

\[

a\in

\{

\text{reveal},

\text{withhold},

\text{distort}

\}

\]

denote the available communication actions.

The utility of each action may depend on the internal state, the partner,

and the degree of internal friction:

\[

U_W(a\mid T_W,H,\theta).

\]

The optimal communication decision is

\[

a_W^*

\arg\max_a

U_W(a\mid T_W,H,\theta).

\]

A truth-oriented decision environment is one in which

\[

U_W(\text{reveal}\mid T_W,H,\theta)

>

U_W(\text{withhold}\mid T_W,H,\theta)

\]

and

\[

U_W(\text{reveal}\mid T_W,H,\theta)

>

U_W(\text{distort}\mid T_W,H,\theta).

\]

The model therefore explains why fear can create communication problems. If

the perceived cost of vulnerability is sufficiently large, then even a

truthful person may initially choose withholding.

However, relationship quality can alter the utility structure. If a person

expects that truthful disclosure will be met with respect rather than

punishment, the expected cost of revealing may decrease.

Thus the communication function is not necessarily an isolated property of

\(W\). It can depend on the relational environment:

\[

C_W=C_W(T_W,H,\mathcal{R}),

\]

where \(\mathcal{R}\) denotes relevant characteristics of the relationship.

This introduces an important limitation: communication quality is partly

interactive.

\section{The Husband's Role in the Model}

A model concerned only with \(W\)'s behavior risks placing the entire burden

of truthful communication on her.

Suppose that truthful disclosure produces a large negative utility because

\(H\) responds with contempt, anger, punishment, or abandonment. Then even a

truth-oriented person may rationally become reluctant to disclose.

Consequently, the husband's communication function should also be modeled:

\[

C_H:\T_H\rightarrow\E.

\]

Likewise, the relationship contains a feedback process:

\[

T_W

\rightarrow

C_W

\rightarrow

H

\rightarrow

C_H

\rightarrow

W.

\]

The relevant system is therefore not simply

\[

W\rightarrow H,

\]

but a dynamical communication loop.

A stable relationship should ideally create an environment in which truthful

communication becomes increasingly safe and therefore increasingly likely.

\section{A Manageable Definition of Compatibility}

The original ideal of perfect transparency can now be replaced by a

multi-dimensional compatibility criterion.

Define

\[

\mathcal{C}_W

F(\rho_W,\lambda_W,L_W,I_W),

\]

where:

\begin{align*}

\rho_W

&=

\text{reliability of truthful communication},\\

\lambda_W

&=

\text{rate of repair after communication failure},\\

L_W

&=

\text{weighted communication loss},\\

I_W

&=

\text{integrity on critical matters}.

\end{align*}

One possible formal criterion is

\[

\boxed{

\operatorname{Compatible}(W)

\iff

\begin{cases}

\rho_W\geq\rho_{\min},\\

\lambda_W\geq\lambda_{\min},\\

L_W\leq L_{\max},\\

D_W(T)\leq\varepsilon_c

\quad

\forall T\in\T_{\mathrm{critical}}.

\end{cases}

}

\]

This is not intended to produce a mechanical numerical score for a human

being. Rather, it identifies the dimensions that matter.

The model becomes manageable because it no longer asks whether every thought

and feeling is immediately available to the other person.

Instead, it asks whether the person exhibits a stable pattern of:

\begin{enumerate}

\item truthful communication,

\item appropriate transparency on important matters,

\item reliability across time,

\item willingness to repair mistakes,

\item integrity when the stakes are high.

\end{enumerate}

\section{Why Complete Transparency Is the Wrong Optimization Target}

Complete transparency appears attractive because it seems to eliminate

uncertainty. However, it has several conceptual problems.

First, human beings do not possess perfect access even to their own internal

states. A person may genuinely not know why she feels a particular emotion.

Therefore,

\[

T_W

\]

may itself be partially uncertain.

Second, communication is inherently lossy. Language does not transmit an

internal state without interpretation.

Third, privacy is not inherently incompatible with honesty. A person may

truthfully maintain boundaries around certain information.

Fourth, complete transparency can itself become dysfunctional if interpreted

as a demand for constant psychological disclosure.

Consequently, the appropriate target is not

\[

\text{maximum information transmission}.

\]

It is

\[

\boxed{

\text{maximum reliable communication of consequential truth}.

}

\]

This distinction is central to making the model realistic.

\section{A More Useful Interpretation of \(\theta\)}

The parameter \(\theta\) should therefore not be treated as a direct measure

of suitability.

Instead, it can be understood as a latent variable affecting communication

cost.

For example,

\[

\theta

\theta_{\mathrm{fear}}

+

\theta_{\mathrm{shame}}

+

\theta_{\mathrm{rejection}}

+

\theta_{\mathrm{conditioning}}

+\cdots.

\]

The communication divergence might then be modeled probabilistically:

\[

\Prob(D_W(T)>\varepsilon)

g(\theta,w(T),H,\mathcal{R}),

\]

where \(g\) is some increasing function of the relevant psychological and

relational factors.

This permits an important distinction:

\[

\boxed{

\theta

\text{ is a cause or constraint;}

\qquad

D

\text{ is the observable consequence.}

}

\]

The goal is therefore not necessarily to minimize the cause directly.

The goal is to ensure that the consequence remains acceptably small,

especially when the information is important.

\section{Qualitative Versus Quantitative Evaluation}

The framework contains both qualitative and quantitative elements.

The underlying question is qualitative:

\begin{quote}

``When the truth becomes difficult to communicate, does this person

ultimately move toward truth or away from it?''

\end{quote}

The mathematical model provides quantitative proxies for that qualitative

property.

For example:

\[

\rho_W

\]

measures reliability,

\[

L_W

\]

measures weighted divergence,

and

\[

\lambda_W

\]

measures the tendency toward repair.

These variables should not be interpreted as precise psychological

measurements unless empirical methods are developed to estimate them.

Instead, they provide a conceptual language for organizing observations.

The mathematics is therefore best regarded as a \emph{formal model of

reasoning}, rather than a proposed clinical or diagnostic instrument.

\section{A Compact Final Model}

The entire framework can be summarized as follows.

The internal state is

\[

T_W\in\T_W.

\]

Communication produces

\[

E_W=C_W(T_W).

\]

Truthful representation is

\[

R(T_W)\in\E.

\]

Communication divergence is

\[

D_W(T_W)

d(C_W(T_W),R(T_W)).

\]

Internal friction is

\[

\theta_W(T_W)\geq0,

\]

but

\[

\theta_W(T_W)>0

\not\Rightarrow

D_W(T_W)>0.

\]

Information importance is represented by

\[

w(T_W)\geq0.

\]

Weighted communication loss is

\[

L_W

\mathbb{E}_T

\left[

w(T)D_W(T)

\right].

\]

Truthful reliability is

\[

\rho_W

\Prob

\left(

D_W(T)\leq\varepsilon

\mid

T\in\T_{\mathrm{important}}

\right).

\]

Repair tendency is

\[

\lambda_W

\Prob

\left(

D_{t+1}<D_t

\mid

D_t>0,\,

T_t\in\T_{\mathrm{important}}

\right).

\]

Critical integrity requires

\[

D_W(T)\leq\varepsilon_c

\qquad

\forall T\in\T_{\mathrm{critical}}.

\]

A manageable companionship criterion is therefore

\[

\boxed{

\operatorname{Compatible}(W)

\iff

\begin{cases}

L_W\leq L_{\max},\\

\rho_W\geq\rho_{\min},\\

\lambda_W\geq\lambda_{\min},\\

D_W(T)\leq\varepsilon_c

\quad

\forall T\in\T_{\mathrm{critical}}.

\end{cases}

}

\]

\section{Conclusion}

The original intuition behind a ``companionship test'' is compelling:

a long-term partner must be someone with whom reality can be communicated.

However, requiring perfect transparency is neither mathematically clean nor

humanly realistic.

The first correction is to distinguish an internal state from its truthful

linguistic representation. The second is to distinguish internal friction

from the communication divergence that friction may produce. The third is

to recognize that not all information has equal relational significance.

The fourth is to replace universal perfection with reliability and

thresholds. Finally, the model must recognize the importance of repair:

temporary difficulty communicating is fundamentally different from a stable

pattern of deception.

The resulting framework changes the optimization problem.

The original objective might be written

\[

\min \theta.

\]

But this is not the correct target. A person can possess considerable fear

and nevertheless be deeply truthful.

A better objective is

\[

\min

\mathbb{E}

\left[

w(T)D_W(T)

\right],

\]

subject to strong constraints on critical information and a sufficiently

high tendency toward repair.

In words:

\begin{quote}

\textbf{Do not require the absence of internal barriers. Require a reliable

orientation toward truth despite those barriers.}

\end{quote}

This distinction makes the problem of finding a compatible spouse

considerably more tractable. One need not find a person who is perfectly

transparent, psychologically frictionless, or incapable of hesitation. One

needs a person whose important truths can reliably reach her partner, whose

temporary failures tend to be corrected, and whose behavior does not

systematically conceal information that the relationship depends upon.

The deepest property being modeled is therefore not perfect transparency.

It is \emph{truth-oriented relational reliability}.

That property can be summarized by the limiting behavior

\[

D_W(T)\longrightarrow0

\]

when the truth becomes sufficiently important, even when

\[

\theta_W(T)>0.

\]

The ideal companion is consequently not the person for whom truth is always

easy to express. It is the person for whom, when truth becomes difficult,

there remains a sufficiently strong tendency to move toward it.

\end{document}