Stereotype Content Model #
@cite{fiske-cuddy-glick-2007}
The SCM property space: 6 properties organized as 3 bipolar dimensions
(competence, warmth, solidarity). The SocialDimension type (axis
labels) and SCMProperty type (pole endpoints) live here rather than
in Core/SocialMeaning.lean because they are specific to the SCM
theoretical framework.
Types #
SCMProperty: the 6 pole endpoints (competent, incompetent, warm, cold, solidary, antiSolidary)SocialDimension: the 3 axis labels (competence, warmth, antiSolidarity)scmSpace: the SCM property space with 3 incompatibility pairs
Key results #
scm_persona_count: exactly 8 personae (2^3 from 3 binary dimensions)scm_incomp_symm,scm_incomp_irrefl: structural well-formedness
The 6 property endpoints of the SCM: two poles for each of the three dimensions.
These are the values that a persona can take — a persona selects one pole from each dimension (e.g., competent + warm + solidary).
- competent : SCMProperty
- incompetent : SCMProperty
- warm : SCMProperty
- cold : SCMProperty
- solidary : SCMProperty
- antiSolidary : SCMProperty
Instances For
Equations
- Sociolinguistics.SCM.instBEqSCMProperty.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Social-meaning dimensions, grounded in @cite{fiske-cuddy-glick-xu-2002} @cite{fiske-cuddy-glick-2007}'s universal dimensions of social cognition.
competence: precision, intelligence, reliability, education — Fiske et al.'s competence dimension; BSB2022's "Status" PCA factor (articulate, intelligent, confident, trustworthy)warmth: friendliness, spontaneity, casualness, approachability — Fiske et al.'s warmth dimension; BSB2022's "Solidarity" PCA factor (friendly, cool, laid-back, likeable)antiSolidarity: pedantic, uptight — the negative pole of warmth, factored out as an independent PCA component in BSB2022 because pedantic/uptight load separately from the positive warmth scales
- competence : SocialDimension
- warmth : SocialDimension
- antiSolidarity : SocialDimension
Instances For
Equations
- Sociolinguistics.SCM.instBEqSocialDimension.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Which dimension a pole belongs to.
Equations
- Sociolinguistics.SCM.SCMProperty.competent.dimension = Sociolinguistics.SCM.SocialDimension.competence
- Sociolinguistics.SCM.SCMProperty.incompetent.dimension = Sociolinguistics.SCM.SocialDimension.competence
- Sociolinguistics.SCM.SCMProperty.warm.dimension = Sociolinguistics.SCM.SocialDimension.warmth
- Sociolinguistics.SCM.SCMProperty.cold.dimension = Sociolinguistics.SCM.SocialDimension.warmth
- Sociolinguistics.SCM.SCMProperty.solidary.dimension = Sociolinguistics.SCM.SocialDimension.antiSolidarity
- Sociolinguistics.SCM.SCMProperty.antiSolidary.dimension = Sociolinguistics.SCM.SocialDimension.antiSolidarity
Instances For
Whether a pole is the positive end of its dimension.
Equations
- Sociolinguistics.SCM.SCMProperty.competent.isPositive = true
- Sociolinguistics.SCM.SCMProperty.warm.isPositive = true
- Sociolinguistics.SCM.SCMProperty.solidary.isPositive = true
- Sociolinguistics.SCM.SCMProperty.incompetent.isPositive = false
- Sociolinguistics.SCM.SCMProperty.cold.isPositive = false
- Sociolinguistics.SCM.SCMProperty.antiSolidary.isPositive = false
Instances For
Two SCM properties are incompatible iff they are opposite poles of the same dimension: competent/incompetent, warm/cold, solidary/antiSolidary.
Equations
- Sociolinguistics.SCM.scmIncompatible Sociolinguistics.SCM.SCMProperty.competent Sociolinguistics.SCM.SCMProperty.incompetent = true
- Sociolinguistics.SCM.scmIncompatible Sociolinguistics.SCM.SCMProperty.incompetent Sociolinguistics.SCM.SCMProperty.competent = true
- Sociolinguistics.SCM.scmIncompatible Sociolinguistics.SCM.SCMProperty.warm Sociolinguistics.SCM.SCMProperty.cold = true
- Sociolinguistics.SCM.scmIncompatible Sociolinguistics.SCM.SCMProperty.cold Sociolinguistics.SCM.SCMProperty.warm = true
- Sociolinguistics.SCM.scmIncompatible Sociolinguistics.SCM.SCMProperty.solidary Sociolinguistics.SCM.SCMProperty.antiSolidary = true
- Sociolinguistics.SCM.scmIncompatible Sociolinguistics.SCM.SCMProperty.antiSolidary Sociolinguistics.SCM.SCMProperty.solidary = true
- Sociolinguistics.SCM.scmIncompatible x✝¹ x✝ = false
Instances For
The SCM property space: 6 properties with 3 incompatibility pairs (opposite poles of each dimension).
Equations
- One or more equations did not get rendered due to their size.
Instances For
The SCM has exactly 8 personae (2^3 from 3 binary dimensions).
Incompatible properties are always on the same dimension.
Incompatible properties always have opposite polarity.