Documentation

Linglib.Phenomena.Copulas.Studies.Stassen2013

Phenomena.Copulas.Studies.Stassen2013 #

@cite{stassen-2013} @cite{hengeveld-1992} @cite{pustet-2003}

Cross-linguistic copula and predication analysis anchored on @cite{stassen-2013}'s four WALS chapters (117 predicative possession, 118 predicative adjectives, 119 nominal-vs-locational predication, 120 zero copula). The 20-language CopulaProfile sample tests the cross- chapter implications Stassen draws (e.g. nonverbal nominal predication correlates with zero copula availability) plus areal patterns (Western European cluster, East Asian verbal-adjective cluster, Semitic restricted-zero pattern).

Stassen's central observation #

Predication is not uniform across predicate types: many languages use fundamentally different strategies for adjectival ("The book is red"), nominal ("She is a doctor"), and locational ("The cat is on the mat") predication. The copula, where it exists, is best understood as a family of strategies deployed differently across predicate types, not a single phenomenon.

Contents #

Out of scope #

The substrate types (PredAdjStrategy, CopulaProfile, WALS converters, corpus-only theorems) live in Linglib/Typology/Copulas.lean. Partee's compositional BE type-shift bridge to copula typology is in Phenomena/Copulas/Studies/Partee1987.lean.

English (Indo-European, Germanic). Adjectives non-verbal (require be), nominal predication uses verbal copula be, same copula for nominal and locational, no zero copula.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    French (Indo-European, Romance). Le livre est rouge; Elle est medecin.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      German (Indo-European, Germanic). Das Buch ist rot; Sie ist Arztin.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        Spanish (Indo-European, Romance). DIFFERENT copulas: ser (nominal/ permanent) vs estar (locational/temporary).

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For

          Russian (Indo-European, Slavic). Zero copula in present (Ona vrach); byt' in past. RESTRICTED zero: present only.

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For

            Arabic (Standard) (Afro-Asiatic, Semitic). Present-tense zero copula (hiya tabiba); kaana for past.

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For

              Hebrew (Afro-Asiatic, Semitic). Pronominal copula hu/hi/hem/hen in present; haya for past.

              Equations
              • One or more equations did not get rendered due to their size.
              Instances For

                Hungarian (Uralic). Zero copula in 3rd person present (O orvos), van in other persons/tenses.

                Equations
                • One or more equations did not get rendered due to their size.
                Instances For

                  Japanese (Japonic). MIXED adjectives (i-adjectives verbal, na-adjectives need da); nominal predication uses da/desu.

                  Equations
                  • One or more equations did not get rendered due to their size.
                  Instances For

                    Korean (Koreanic). Verbal adjectives (ppalgah-da); nominal predication via copula -i-da.

                    Equations
                    • One or more equations did not get rendered due to their size.
                    Instances For

                      Mandarin Chinese (Sino-Tibetan). Verbal adjectives (shu hong); nominal predication via shi; locational via zai.

                      Equations
                      • One or more equations did not get rendered due to their size.
                      Instances For

                        Turkish (Turkic). Verbal adjectives; copular suffix -dIr for nominals (often dropped in 3rd person present).

                        Equations
                        • One or more equations did not get rendered due to their size.
                        Instances For

                          Swahili (Niger-Congo, Bantu). Particle ni for affirmative nominal predication; widespread zero copula in many contexts.

                          Equations
                          • One or more equations did not get rendered due to their size.
                          Instances For

                            Hindi-Urdu (Indo-European, Indo-Aryan). Copula hona for both nominal and locational; no zero copula.

                            Equations
                            • One or more equations did not get rendered due to their size.
                            Instances For

                              Tagalog (Austronesian). Widespread zero copula (doktor siya); ay is a topic marker, not a true copula.

                              Equations
                              • One or more equations did not get rendered due to their size.
                              Instances For

                                Irish (Indo-European, Celtic). Two copulas: is (nominal/identity) vs ta (attributive/locational) — classic split.

                                Equations
                                • One or more equations did not get rendered due to their size.
                                Instances For

                                  Finnish (Uralic). Copula olla for all predication types; no zero copula.

                                  Equations
                                  • One or more equations did not get rendered due to their size.
                                  Instances For

                                    Quechua (Quechuan). Copular suffixes -mi/-n; ka- in past/future.

                                    Equations
                                    • One or more equations did not get rendered due to their size.
                                    Instances For

                                      Yoruba (Niger-Congo, Atlantic-Congo). Verbal adjectives; widespread zero copula for nominal predication.

                                      Equations
                                      • One or more equations did not get rendered due to their size.
                                      Instances For

                                        Thai (Tai-Kadai). Verbal adjectives; verbal copula pen for nominals; yuu for locational.

                                        Equations
                                        • One or more equations did not get rendered due to their size.
                                        Instances For

                                          The 20-language sample.

                                          Equations
                                          • One or more equations did not get rendered due to their size.
                                          Instances For

                                            Count of languages in a list matching a predicate.

                                            Equations
                                            Instances For

                                              @cite{stassen-2013}'s implicational universal in the sample: if a language has non-verbal nominal predication, it allows some form of zero copula. Holds without exception in this sample.

                                              Contrapositive of Stassen's implication: if zero copula is impossible, the language uses verbal nominal predication.

                                              Cross-chapter: in the sample, languages with widespread zero copula always use non-verbal nominal predication (logically expected: if zero copula is the norm, predication IS non-verbal).

                                              In the sample, no language has mixed adjectives AND non-verbal noun predication. Mixed-adjective languages use verbal nominal copulas.

                                              Languages with verbal adjectives often pair with non-verbal nouns (the verbal-adjective strategy eliminates the need for a copula with adjectives but does not provide a copula for nouns).

                                              Languages with restricted zero copula in the sample all have overt past-tense copula forms (Russian, Arabic, Hungarian, Turkish).

                                              theorem Phenomena.Copulas.Studies.Stassen2013.verbal_adj_tends_nomloc_split :
                                              have verbalAdj := List.filter (fun (x : Typology.Copulas.CopulaProfile) => x.hasVerbalAdj) allLanguages; have splitNomLoc := List.filter (fun (x : Typology.Copulas.CopulaProfile) => x.hasNomLocSplit) verbalAdj; splitNomLoc.length > verbalAdj.length / 2

                                              Languages with verbal adjectives tend to split nominal and locational predication. Most verbal-adjective sample languages have different nom-loc strategies.

                                              theorem Phenomena.Copulas.Studies.Stassen2013.copula_required_tends_identical :
                                              have required := List.filter (fun (x : Typology.Copulas.CopulaProfile) => x.alwaysRequiresCopula) allLanguages; have identical := List.filter (fun (x : Typology.Copulas.CopulaProfile) => x.nomLoc == Typology.Copulas.NomLocStrategy.identical) required; identical.length required.length / 2

                                              Languages where the copula is always required tend to use the same copula for nominal and locational predication.

                                              A split predication language uses different strategies for at least two of: adjectival, nominal, and locational predication.

                                              Equations
                                              • One or more equations did not get rendered due to their size.
                                              Instances For

                                                Spanish and Irish exemplify the clearest nom-loc splits: both have two distinct copulas that partition predicate types.

                                                Mandarin exemplifies a three-way split: adjectives are verbal (no copula), nouns require shi, locations use zai.

                                                Languages that split nominal and locational predication have at least one copula form recorded in the profile.

                                                Western European languages (English, French, German) share a common profile: non-verbal adjectives, verbal nominal copula, no zero copula. The "Standard Average European" pattern.

                                                Equations
                                                • One or more equations did not get rendered due to their size.
                                                Instances For

                                                  East and Southeast Asian languages all have verbal or mixed adjectives.

                                                  Equations
                                                  • One or more equations did not get rendered due to their size.
                                                  Instances For

                                                    Semitic languages (Arabic, Hebrew) share a profile: non-verbal adjectives, non-verbal nominal predication, restricted zero copula (present tense only).

                                                    Equations
                                                    Instances For