Relationships

Started on September 2, 2021

The decision of whether or not to break-up with someone at any given time can probably be expressed as a polynomial (i.e. ax^i + by^j + cz^k + ...) where the coefficients (a, b, ...) are the weights of how important the factors (x, y, ...) are to the individual (for simplicity, we'll use "you"). If the sum of all of the terms in this polynomial is smaller than some constant ψ (where 0 < ψ < 1), then you feel as though it makes sense to break up with your partner. If the sum is greater than ψ, then you feel as though you should stay with your partner. The factors are your perception1 of their various traits. For example, x could be your partner's attitude toward saving money, y could be the physical attraction you have to your partner, z could be your partner's capacity for empathy or patience, etc. If a factor is unimportant to you, it'll have a small coefficient (i.e. it plays a small role in determining the outcome).

read more

Although it's likely that all decisions thinking beings make could be represented this way (notice what's being explored here is essentially identical to general classification problems in machine learning, we'll stick with using relationships as a means of exploring the polynomial's ability to represent the way we think.

In addition to the primary terms of the polynomial, we also have "bias" terms which are added in and treated the exact same in our decision making as the fundamental (or sometimes even objective) factors. These could pull the decision toward breaking up (racist views, a stigma against their educational background, etc.) or away from breaking up (avoiding the pain of separating finances, avoiding figuring out who is going to move out and who will continue paying for the lease, etc.)

A wonderful benefit of discussing one's relationship with friends, a therapist, or even a stranger is that when they evaluate this polynomial, they are often not subject to (or subject to different but probably less strongly weighted) bias terms. The better they are at being objective/the more training they have in this (e.g. a psychologist), the smaller and smaller weighted their bias terms are. Moreover, the more removed they are from your life (e.g. a stranger) the fewer bias terms they're likely to have since your action will have no effect on them. This permits them with a profound ability to provide very solid advice, but here's the issue: they can't possibly know or experience all of what you've experienced in the relationship. There lies the catch: your friends / therapist aren't subject to your bias terms, but they don't have the complete information; you have the complete information, but you're subject to your bias terms.

One approach to this issue is documentation: to the best of your ability, document objectively the variety of terms (factors) that you believe come into play for you and how important they are to you (weights), then provide this documentation to as many of your friends as possible and ask them to evaluate whether they think your partner is someone you should stay with. This documentation could come in the form of a written summary of the relationship (long-form), a pro/cons list (short-form), or perhaps something even more quantititative. A reduced but equivalent version of this problem that can be used to good effect is creating only a cons list and check if the sum of the terms is greater than (1 - ψ). Discussing this documentation with as many trusted people as possible is also advised, as it appears merely the process of discussion is essentially an act of "learning" (i.e. an adjustment process on the weights of the factors). This weight adjustment process also appears in machine learning and is referred to as training a Perceptron in supervised learning.

One might wonder then: why doesn't one just always follow the raw advice of their friends? That is another issue: it seems as though it's difficult to make any decision if it feels like that decision isn't coming from within (likely as a way of protection against undue influence by others). Perhaps this is why the Socratic method or even "reverse psychology"2 is such an effective form of learning: it lightly tricks the mind into thinking that it is the origination of the idea or belief, and so that idea or belief can be trusted and acted upon. This is also likely why we often kick ourselves for not listening to others in hindsight once we've discovered that they were right: we simply couldn't make the same conclusion as them because of our bias terms. In hindsight, the bias terms have gone to zero, which means we have perfect clarity since we have none of the bias and all of the information, so the solution seems obvious (hence the expression "hindsight is 20/20"). Finally, after breaking up, it seems as though one starts to highly (sometimes over) value the attributes that they felt were missing from their former partner (that is, they have "learned" and positively adjusted the weights of the these factors in the polynomial)3.

As mentioned above, sometimes this learning (for an open-minded person) can come from discussion with friends, therapy, or strangers. However, there is no substitute for self-discovery when it comes to learning. Over time, random environmental events will trend the factors in the polynomial (which, remember, are the percieved values) toward their true values, just like the law of large numbers says that the percent of heads when flipping a coin will tend toward 50% as the number of flips goes to infinity (in essense: as time evolves, truth emerges). An example of a random environmental event: your partner getting a dream job in another state and having to decide what to choose between you and their career. An event like this is simply an acceleration of what would have been discovered eventually anyway provided enough time and other random (perhaps less consequential) environmental events, such as deciding how much to spend on a new television (which would help uncover the true difference in attitude toward saving money). These acceleration events are undoubtably painful, often for both parties, because it requires a change in perception and can even induce anxiety, as a concern might grow that the true values of these terms are simply so great that a break-up will inevitably ensue (which of course is anxiety-inducing because of the sunk cost of the relationship, the fear of a now unknown future, etc.). When an argument between you and your partner appears unresolvable (an impasse is reached) and rational argument and explanation appears unable to bridge the gap, it's likely that the true value of a term has been uncovered. If this term is highly weighted for a party, then this impasse can be extrodinarily painful and may result in a break-up. If the term is highly weighted for only one partner, the other partner will experience the ultimate acceleration event: being broken up with non-amicably, which forces a rapid change in perception and anticipated-future that is intensely painful (just like the unanticipated death of a family member). If the term is highly weighted for both partners, it's likely the break-up will be closer to mutual.

A couple of additional thoughts:


  1. It's imperative to note that this is your perception of their trait, not the true value of the trait. The less you know about the person, the larger the difference between these two values might be.
  2. Thank you to Amelia Grace Ward for a discussion that led to this insight.
  3. Thank you to Monty Evans and Hannah Nayowith for discussions that led to this insight.
  4. Thank you to Nora Kaybe for a discussion that led to this insight.