Pronoun Space

My pronouns are: \(\frac{1}{\sqrt{5}}\overrightarrow{\text{it/its}} + \frac{2}{\sqrt{5}}\overrightarrow{\text{she/her}}\), an element of a pronoun vector space!

Ever wanted an overcomplicated more accurate way to represent your pronouns in your bio? Felt limited by the ambiguity of a single list like she/they? This solution is so obvious and terrible in hindsight.

Each set of pronouns is a basis vector, with magnitude of the vector representing how much you like each pronoun being used.

Create your own here!

The inputs are used as coefficients, with the bottom vector being normalized.

Pronoun Vector Space Pedantry

To demonstrate this is a vector space, let us first define it more carefully. Let us call the space \(V_p\). We start with \(n\) individual pronoun sets (e.g. she/her, they/them, xe/xer). We define these as unit vectors in \(V_p\), forming the set \(B\), which is a subset of \(V_p\). Since we represent all pronoun vectors as a sum of scalars times unique basis vectors, any \(v \in V_p\) can be rewritten as, $$v=\sum_{i=1}^n c_i b_i : c_i \in \mathbb{R}, b_i \in B$$ The ordering of both basis vectors and their corresponding coefficients is arbitrary, but remains consistent for all vectors. Here, we arbitrarily choose to order basis vectors alphabetically be their pronoun set name. For \(v, w \in V_p\), let \(c_v\) be \(c\) for \(v\) and \(c_w\) to be \(c\) for \(w\). Then, let us define addition of two vectors as follows: $$v+w=\sum_{i=1}^n ({c_v}_i + {c_w}_i)b_i$$ Let us define multiplication of a vector \(v \in V_p\) by a scalar \(s \in \mathbb{R}\) as follows: $$sv = \sum_{i=1}^n (sc_i) b_i$$
Proving the vector space properties. (Click to expand.)

Addition is commutative

We want to show that \(\forall v, w \in V_p, v+w=w+v\). Let us use the definition of addition on \(v+w\): $$v+w=\sum_{i=1}^n ({c_v}_i + {c_w}_i)b_i$$ Note that \({c_v}_i\) and \({c_w}_i\) are both real numbers. Since addition of real numbers is commutative, \({c_v}_i + {c_w}_i = {c_w}_i + {c_v}_i \). Hence, $$v+w=\sum_{i=1}^n ({c_w}_i + {c_v}_i)b_i$$ Note the right-hand side is \(w+v\) by definition, so \(v+w=w+v\).

Addition is associative

We want to show that \(\forall u,v,w \in V_p, u+(v+w)=(u+v)+w\). By definition: $$u+(v+w) = u+\sum_{i=1}^n ({c_v}_i + {c_w}_i)b_i$$ Let us note that \(v+w\) is a vector, with coefficients \({c_v}_i+{c_w}_i\). By applying the definition of addition between \(u\) and \(v+w\): $$u+(v+w)=\sum_{i=1}^n ({c_u}_i+({c_v}_i + {c_w}_i))b_i$$ Since \({c_u}_i, {c_v}_i, {c_w}_i\in\mathbb{R}\), and real number addition is associative so $${c_u}_i+({c_v}_i + {c_w}_i) = ({c_u}_i+{c_v}_i) + {c_w}_i$$ Therefore, $$u+(v+w)=\sum_{i=1}^n (({c_u}_i+{c_v}_i) + {c_w}_i)b_i=\sum_{i=1}^n ({c_u}_i+{c_v}_i)b_i+w=(u+v)+w$$

Additive identity

We want to show that there is a vector \(\vec{0}\in V_p\) such that \(\forall v\in V_p, \vec{0}+v=v\). This can be done by construction, as it is the vector for which \(c_i=0\) (for all \(i\) such that \(1\leq i \leq n\)). This vector is also known as the nonoun vector. $$\vec{0}+v=\sum_{i=1}^n (0 + {c_v}_i)b_i\sum_{i=1}^n ({c_v}_i)b_i=v$$

Additive inverse

We want to show that for each \(v\in V_p\) there is a vector \(-v\in V_p\) such that \(-v+v=\vec{0}\). This can be, once again, done by construction: for a given vector \(v\), let \(-v\) be the vector such that \({c_{-v}}_i=-{c_{v}}_i\). $$-v+v=\sum_{i=1}^n ({c_{-v}}_i + {c_v}_i)b_i=\sum_{i=1}^n (-{c_v}_i + {c_v}_i)b_i=\sum_{i=1}^n 0b_i$$ Thus, \(-v+v\) is nothing but the nonoun vector, \(\vec{0}\).

Multiplicative identity

We want to show that \(1\) has the property \(1v=v\) for all \(v\in V_p\). We can show this directly: $$1v = \sum_{i=1}^n (1c_i) b_i = \sum_{i=1}^n c_i b_i = v$$

Multiplication is associative

We want to show that \(d(ev) = (de)v\) for any scalars \(d, e\in\mathbb{R}\) and any vector \(v\in V_p\). We can show this directly: $$d(ev) = d(\sum_{i=1}^n (ec_i) b_i) = \sum_{i=1}^n (d(ec_i)) b_i = \sum_{i=1}^n ((de)c_i) b_i = (de)v$$

Multiplication is linear

We want to show \(av+aw=a(v+w))\) for any scalar \(a\in\mathbb{R}\) and vector \(v\in V_p\). We can show this directly (… are you noticing a pattern here?): $$av+aw = \sum_{i=1}^n (a{c_v}_i) b_i + \sum_{i=1}^n (a{c_w}_i) b_i=\sum_{i=1}^n (a{c_v}_i + a{c_w}_i) b_i$$ $$=\sum_{i=1}^n (a({c_v}_i + {c_w}_i)) b_i = a\sum_{i=1}^n ({c_v}_i + {c_w}_i) b_i = a(v+w)$$

Multiplication distributes over addition

We want to show \(dv+ev=(d+e)v\) for any scalars \(d, e\in\mathbb{R}\) and vector \(v\in V_p\). Once again, we can show this directly (I swear this is the last time): $$dv+ev=\sum_{i=1}^n (dc_i) b_i + \sum_{i=1}^n (ec_i) b_i = \sum_{i=1}^n (dc_i + ec_i) b_i$$ $$= \sum_{i=1}^n ((d+e)(c_i))b_i=(d+e)\sum_{i=1}^n ((d+e)(c_i))b_i=(d+e)v$$

This was a tad pointless

While we did show that the pronoun space is indeed a vector space, we could have avoided all this by showing this structure is identical to \(\mathbb{R}^n\), but that is no fun :).