Documentation

Linglib.Studies.Embick2010

Localism versus globalism in morphology and phonology #

[embick-2010]: contextual allomorphy holds only between concatenated nodes that are active in the same cycle of Spell-Out — the C₁-LIN theory. The category-defining heads are cyclic; merging one spells out the cyclic domains in its complement, so a cyclic head and the noncyclic heads attached to it are realized in the cycle of the next cyclic head, with the complement of the inner one inactive (the Domain and Activity Corollaries), and nodes with null exponents are pruned from the concatenation statements. Latin perfect agreement takes its special endings only when a null present tense is pruned between it and Asp[perf] (§3.1.1); a theme vowel reads the conjugation class of the node it is concatenated with — the root's across a null v, -ess's otherwise (§3.1.2); root-attached n has root-determined allomorphs and the gerund's n none, while -ity and -ation are potentiated by the -able and -ize they follow (§2.2, §3.3); past tense and plural see the root across pruned categorizers (§2.2–2.3); and Hindi Voice shows root-determined allomorphy in the transitive but only its default in the indirect causative, two cycles up (§3.2.2).

Main definitions #

Main results #

The heads of the case studies: the categorizers, active and passive Voice, the theme position, and the inflectional heads.

Instances For
    @[instance_reducible]
    instance Embick2010.instDecidableEqHead :
    DecidableEq Head
    Equations
    def Embick2010.instReprHead.repr :
    HeadStd.Format
    Equations
    Instances For
      @[instance_reducible]
      Equations

      A head occurrence with its exponent, empty when null.

      • head : Head
      • exponent : String
      Instances For
        def Embick2010.instDecidableEqMorpheme.decEq (x✝ x✝¹ : Morpheme) :
        Decidable (x✝ = x✝¹)
        Equations
        Instances For
          def Embick2010.instReprMorpheme.repr :
          MorphemeStd.Format
          Equations
          • One or more equations did not get rendered due to their size.
          Instances For

            The category-defining heads are the cyclic heads.

            Equations
            Instances For

              A null exponent, pruned from concatenation.

              Equations
              Instances For

                The case studies #

                Whether the book attests the conditioning or excludes it.

                Instances For
                  @[instance_reducible]
                  Equations
                  @[instance_reducible]
                  Equations
                  def Embick2010.instReprClaim.repr :
                  ClaimStd.Format
                  Equations
                  Instances For
                    @[instance_reducible]
                    Equations
                    structure Embick2010.Row :

                    A word, the head whose realization is at issue, what conditions it — the root, or another head — and the book's verdict.

                    Instances For
                      @[instance_reducible]
                      Equations
                      def Embick2010.instReprRow.repr :
                      RowStd.Format
                      Equations
                      • One or more equations did not get rendered due to their size.
                      Instances For
                        def Embick2010.Morpheme.ofLabel (exp : String) :
                        StringOption Morpheme
                        Equations
                        Instances For
                          def Embick2010.positionOfLabel :
                          StringOption

                          A position among the heads, innermost first.

                          Equations
                          Instances For
                            def Embick2010.rootNames :
                            List String

                            The roots of the pool, indexed by first occurrence.

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

                                The conditioning relations of §2.2–2.3, §3.1–3.3.

                                Equations
                                Instances For

                                  Predictions #

                                  theorem Embick2010.root_rows (r : Row) :
                                  r rowsr.conditioner = none(r.spine.SeesRoot cyclic phonNull r.target r.claim = Claim.attested)

                                  Root-determined allomorphy is attested exactly where the target sees the root: the first cycle, across pruned heads only.

                                  theorem Embick2010.head_rows (r : Row) :
                                  r rows∀ (j : Fin r.spine.heads.length), r.conditioner = some j(r.spine.Sees cyclic phonNull r.target j r.claim = Claim.attested)

                                  Head-determined allomorphy is attested exactly where the target sees the conditioning head: present at its insertion and concatenated with it.

                                  theorem Embick2010.perfect_one_cycle (r : Row) :
                                  r rowsr.spine.root = { index := List.idxOf "AM" rootNames }∀ (j : Fin r.spine.heads.length), r.conditioner = some jr.spine.Coactive cyclic r.target j (r.spine.Sees cyclic phonNull r.target j ∀ (k : Fin r.spine.heads.length), j < kk < r.targetphonNull r.spine.heads[k])

                                  The Latin perfects share one cycle: agreement is coactive with Asp[perf] throughout, and only the overt tense of the non-indicative forms intervenes (§3.1.1).