Documentation

Linglib.Syntax.RelativeClause.Basic

Relative clauses: structural core #

Theory-neutral types for cross-linguistic relative-clause data: the [KC77] Accessibility Hierarchy, the relative-clause position relative to the head noun, what occupies the relativized position (NP_rel), and the Marker schema fragments instantiate. Fragments use these to encode relative-clause markers and their distributional properties; phenomenon studies use them to verify typological generalizations like the Accessibility Hierarchy. Mirrors Case for case inventories.

Main declarations #

Implementation notes #

The contiguity machinery (contiguousOnAH, AHPosition.rank) mirrors Core.validInventory for the case hierarchy ([Bla94b]); the contiguousOnAH : Bool kernel with a ContiguousOnAH : Prop wrapper is the load-bearing form for the decide-checked case analyses in Studies/KeenanComrie1977.lean. Coverage predicates (Covers, IsContinuous, IsPrimary) are stated as Prop with Decidable instances — no parallel Bool projections.

Grammatical positions on the Accessibility Hierarchy #

Grammatical positions on the [KC77] Accessibility Hierarchy (AH).

The hierarchy ranks grammatical relations by their accessibility to relativization. Higher positions are more accessible: more languages can relativize them, and simpler strategies (gap) suffice.

Subject > DirectObject > IndirectObject > Oblique > Genitive > ObjComparison

  • subject : AHPosition

    Subject: the most accessible position. Virtually all languages with relative clauses can relativize subjects.

  • directObject : AHPosition

    Direct object: the second most accessible position.

  • indirectObject : AHPosition

    Indirect object: third position.

  • oblique : AHPosition

    Oblique: fourth position (instrumentals, locatives, etc.).

  • genitive : AHPosition

    Genitive: fifth position (possessors).

  • objComparison : AHPosition

    Object of comparison: the least accessible position ("the person [that I am taller than _]").

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

      The accessibility order on AHPosition (the scale mixin): p₁ ≤ p₂ iff p₁ is no more accessible than p₂. Lets HC₂ continuity and the PRC be stated through mathlib's Set.OrdConnected / IsUpperSet rather than bespoke rank arithmetic.

      Equations

      Position p1 is at least as accessible as p2 on the hierarchy.

      Equations
      Instances For

        Position p1 is strictly more accessible than p2.

        Equations
        Instances For

          All AH positions in descending order of accessibility.

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

            Relative-clause position #

            Position of the relative clause with respect to the head noun.

            Post-nominal is the dominant type cross-linguistically; pre-nominal correlates with OV word order; internally-headed and correlative (double-headed) types are rare but typologically significant.

            • postNominal : RCPosition

              Post-nominal: RC follows the head noun. E.g., English "the man [who left]", Arabic "ar-rajul [alladhi ghadara]".

            • preNominal : RCPosition

              Pre-nominal: RC precedes the head noun. E.g., Japanese "[ _ kaetta] hito", Korean "[ _ tteonagan] saram".

            • internallyHeaded : RCPosition

              Internally-headed: the head noun appears inside the RC. E.g., Bambara.

            • correlative : RCPosition

              Correlative (double-headed): the head noun appears both inside and outside the RC. E.g., Hindi-Urdu "jo aadmii aayaa, vo aadmii meraa bhaaii hai".

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

                NP_rel type (what occupies the relativized position) #

                What occupies the relativized position (NP_rel) inside the RC.

                This is the core of [KC77]'s ±case distinction: -case strategies delete NP_rel (gap), while +case strategies retain a pronominal element that bears case marking.

                • gap : NPRelType

                  Gap: NP_rel is deleted; no overt element at the extraction site. The "lightest" strategy. E.g., English "the man [that _ left]".

                • resumptive : NPRelType

                  Resumptive pronoun: NP_rel is a personal pronoun (usually bearing case). E.g., Arabic "al-madina [illi saafartu ila-ha]" 'the-city [that I-traveled to-it]'.

                • resumptiveMovement : NPRelType

                  Movement resumptive: a lower copy of an Ā-movement chain that is partially pronounced rather than fully deleted. Featurally reduced relative to a bound resumptive (e.g., personless in Swahili). Diagnosed by parasitic gap constructions. [Sco21]

                • resumptiveBound : NPRelType

                  Bound resumptive: a base-generated pronoun syntactically bound by the head of the relative clause. Not a movement copy — immune to chain reduction. Retains full person features. Diagnosed by obligatory presence inside adjunct islands. [Sco21]

                • relPronoun : NPRelType

                  Relative pronoun: NP_rel is a dedicated relative pronoun that typically fronts to clause-initial position and bears case. E.g., English "the man [who left]", German "der Mann [der ging]".

                • nonReduction : NPRelType

                  Non-reduction: NP_rel is a full NP — the head noun is repeated inside the RC. E.g., Bambara.

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

                    The movement/base-generation status of a resumptive pronoun, for languages where the two coexist morphologically ([Sco21] for Swahili, [Sic14] for Hebrew).

                    • movementCopy : ResumptiveKind

                      A partially-pronounced lower copy of an Ā-movement chain.

                    • bound : ResumptiveKind

                      A base-generated pronoun bound by the relative-clause head.

                    • unspecified : ResumptiveKind

                      A resumptive whose movement-vs-base-generation status is unspecified (pre-[Sco21] typology).

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

                        The resumptive kind of an NPRelType, or none for non-resumptive types. Refines the movement-vs-bound contrast; unlike a tri-state Option Bool, it keeps "unspecified resumptive" and "not a resumptive" as genuinely distinct outcomes.

                        Equations
                        Instances For

                          Realization #

                          What a single relative-clause derivation realizes, stated framework-neutrally: the relativized [KC77] AH position and the NP_rel type occupying it.

                          This is the hook by which a syntactic framework's derivation connects to the shared relativization substrate: HPSG's GAP/MOD derivation, Minimalism's trace + predicate-abstraction, etc. each project to a Realization, even though their derivation mechanisms are framework-specific and not unified. Distinct from the per-language WALS Profile (a typological survey of a language's strategies); a Realization describes one derivation.

                          • position : AHPosition

                            The relativized position on the Accessibility Hierarchy.

                          • npRel : NPRelType

                            What occupies the relativized position (gap, resumptive, …).

                          Instances For
                            def RelativeClause.instDecidableEqRealization.decEq (x✝ x✝¹ : Realization) :
                            Decidable (x✝ = x✝¹)
                            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.
                              Instances For

                                Relative-clause marker #

                                A relative clause marker or construction in a language.

                                Each marker introduces one type of relative clause with specific distributional properties. Fragments encode the actual linguistic objects — particles, pronouns, verbal suffixes — rather than typological strategy labels. The strategy classification is derived from marker properties in study files.

                                Examples:

                                • Welsh particle a (gap, -case, covers SU/DO)
                                • Finnish relative pronoun joka (+case, covers SU–GEN)
                                • Korean adnominal suffix -(n)ɨn (gap, -case, covers SU–OBL)
                                • form : String

                                  Surface form of the marker (e.g., "a", "joka", "that/∅", "-(n)ɨn").

                                • npRel : NPRelType

                                  What occupies the relativized position in this construction.

                                • bearsCaseMarking : Bool

                                  Whether the relative element bears case marking (±case).

                                • rcPosition : RCPosition

                                  Position of the RC with respect to the head noun.

                                • positions : List AHPosition

                                  Which grammatical positions can be relativized using this marker.

                                • headDefiniteness : Option Features.Definiteness.Definiteness

                                  Which head-NP definiteness context attests the marker (purely descriptive). Reuses Features.Definiteness.Definiteness rather than introducing a parallel enum. none if the language doesn't make a comparable definiteness contrast on relative-clause markers (the typical case) or if the data hasn't been encoded. Languages whose RC marker is attested in BOTH definite- and indefinite-headed contexts split into separate marker entries (one per context), so the field stays single-valued.

                                  The descriptive distinction is the one Arabic grammars draw (Wright 1896; Cantarino 1974; [Ryd05]): MSA alladhī with definite antecedents vs Ø-relative-pronoun with indefinite antecedents. Substrate makes no claim about syntactic mechanism.

                                • notes : String

                                  Additional notes.

                                Instances For
                                  Equations
                                  Instances For
                                    def RelativeClause.instReprMarker.repr :
                                    MarkerStd.Format
                                    Equations
                                    • One or more equations did not get rendered due to their size.
                                    Instances For

                                      Does this marker cover a given AH position?

                                      Equations
                                      Instances For

                                        Accessibility-Hierarchy contiguity (HC₂) #

                                        def RelativeClause.hasAHRank (positions : List AHPosition) (r : ) :
                                        Bool

                                        Whether a list of AH positions contains at least one position at rank r.

                                        Equations
                                        Instances For
                                          def RelativeClause.contiguousOnAH (positions : List AHPosition) :
                                          Bool

                                          A set of AH positions forms a contiguous segment on the hierarchy: for every pair of positions in the set, every intermediate rank is also represented.

                                          Mirrors Core.validInventory for the case hierarchy ([Bla94b]).

                                          This formalizes HC₂ of [KC77]: "Any RC-forming strategy must apply to a continuous segment of the AH."

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

                                            Prop wrapper around contiguousOnAH. The Bool-shaped definition is structural and load-bearing for the PRC general-proof case-analysis in Studies/KeenanComrie1977.lean; this Prop version is the canonical user-facing predicate.

                                            Equations
                                            Instances For

                                              A marker's positions form a contiguous segment of the AH.

                                              Equations
                                              Instances For

                                                A marker is primary in [KC77]'s sense if it can be used to relativize subjects. HC₁ requires every language to have at least one primary marker.

                                                Equations
                                                Instances For

                                                  Ordering theorems #

                                                  theorem RelativeClause.ah_rank_injective (a b : AHPosition) (h : a.rank = b.rank) :
                                                  a = b

                                                  The hierarchy rank is injective — no two positions share a rank. Combined with the natural order on ℕ, this makes the AH a total order.

                                                  All ranks are between 1 and 6.

                                                  Accessibility is reflexive (follows from on ℕ).

                                                  Accessibility is transitive (follows from on ℕ).

                                                  Extraction bridge #

                                                  Maps between Extraction.ExtractionTarget (5 structural positions from extraction morphology, in Typology/Extraction.lean) and AHPosition (6 positions on the [KC77] Accessibility Hierarchy). Both encode overlapping Ā-movement phenomena: extraction focuses on where extraction occurs (Mayan, Austronesian, Celtic Fragments); the AH focuses on what can be relativized. The bridge is partial: AHPosition.objComparison has no standard ExtractionTarget equivalent; ExtractionTarget.possessor maps to AHPosition.genitive.

                                                  ExtractionTarget → AH → ExtractionTarget is the identity.

                                                  AH → ExtractionTarget → AH is the identity for every position except objComparison (which has no ExtractionTarget).

                                                  Every non-objComparison AH position has an ExtractionTarget equivalent.