Documentation

Linglib.Theories.Sociolinguistics.PropertySpace

Property Spaces and Personae (@cite{burnett-2019}, Definitions 3.1–3.3) #

@cite{burnett-2019}

Burnett's formalization of @cite{eckert-2008}'s indexical field as a property space — a set of social properties with incompatibility constraints — from which personae emerge as maximal consistent subsets.

Core concepts #

Property space (Def. 3.1): A finite set of properties plus a symmetric, irreflexive incompatibility relation. Two properties are incompatible if they cannot co-occur in any coherent persona (e.g., "competent" and "incompetent").

Consistency (Def. 3.2): A set of properties is consistent if no two distinct members are incompatible.

Persona (Def. 3.3): A maximal consistent subset of the property space — a persona that takes a stance on every dimension (every bipolar pair has exactly one pole selected).

A property space (Burnett Def. 3.1): a finite set of social properties with a symmetric, irreflexive incompatibility relation.

Incompatible properties cannot co-occur in any coherent persona. For example, "competent" and "incompetent" are incompatible: a coherent persona selects one pole of each bipolar dimension.

Instances For

    A set of properties is consistent if no two distinct members are incompatible (Burnett Def. 3.2).

    Equations
    Instances For

      A persona (Burnett Def. 3.3): a maximal consistent subset of the property space. Every dimension is decided — a persona takes a stance on each bipolar opposition.

      The maximality condition ensures that a persona is as specific as possible: you can't add any property without creating an incompatibility.

      Instances For

        Enumerate all personae by filtering the powerset for maximal consistent subsets.

        For small property spaces (like the SCM with 6 properties), this is tractable. The result is a Finset (Finset ps.Property) containing exactly the property sets of all personae.

        Equations
        Instances For