Documentation

Linglib.Phenomena.TenseAspect.Studies.Egressy2026

@cite{egressy-2026}: Size-Sensitive Sequence of Tense in Hungarian #

@cite{egressy-2026}

Empirical data from @cite{egressy-2026}, who shows that Hungarian is a partial SOT language: the simultaneous reading of past-under-past is available in structurally small complements (TP, without hogy 'that') but blocked in full CP complements (with hogy).

Key Empirical Findings #

  1. CP complements (with hogy): shifted reading only

    • Ági tudta, hogy Mari beteg volt. → only "Mari was sick before Ági knew"
  2. Bare TP complements (no hogy): both shifted and simultaneous readings

    • Ági tudta Marit betegnek. → ambiguous: shifted or simultaneous
  3. Temporal adverb diagnostics: akkor 'then' forces temporal anchoring and disambiguates complement size effects

  4. Williams Cycle: Hungarian is mid-cycle — CP has become opaque to tense Agree while TP remains transparent

Data Organization #

Theory-neutral empirical judgments, followed by bridge theorems connecting these to @cite{zeijlstra-2012}'s Agree-based SOT theory: fragment grounding, complement-size mapping, per-datum predictions, Williams Cycle classification, and temporal adverb diagnostics.

Hungarian complement types distinguished by structural size.

The key empirical distinction: complements with the overt complementizer hogy 'that' are full CPs; complements without hogy are structurally smaller (TP-sized).

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

      Whether the complement type includes the complementizer hogy.

      Equations
      Instances For

        An empirical SOT judgment: a past-under-past sentence with its complement type and available readings.

        Each entry records:

        • The matrix verb
        • The complement type (CP with hogy vs bare TP)
        • Whether the simultaneous reading is available
        • Whether the shifted reading is available (always true)
        • matrixVerb : String

          Matrix verb (Hungarian)

        • matrixGloss : String

          Matrix verb gloss

        • complementType : HungarianComplementType

          Complement type

        • example_ : String

          Example sentence

        • shiftedGloss : String

          English translation (shifted reading)

        • simultaneousGloss : Option String

          English translation (simultaneous reading, if available)

        • simultaneousAvailable : Bool

          Is the simultaneous reading available?

        • shiftedAvailable : Bool

          Is the shifted reading available? (always true)

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

              CP complements (with hogy): shifted only #

              @cite{egressy-2026}, ex. (9): Ági tud-t-a, hogy Mari beteg vol-t. 'Ági know-PST-3SG that Mari sick be-PST' → Shifted only: Mari was sick before Ági's knowing

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

                @cite{egressy-2026}, ex. (11a): Ági mond-t-a, hogy Mari beteg vol-t. 'Ági say-PST-3SG that Mari sick be-PST' → Shifted only in full CP

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

                  @cite{egressy-2026}, ex. (11b): Ági hit-t-e, hogy Mari beteg vol-t. 'Ági believe-PST-3SG that Mari sick be-PST' → Shifted only in full CP

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

                    Bare TP complements (without hogy): both readings #

                    @cite{egressy-2026}, ex. (10): Ági tud-t-a Mari-t beteg-nek. 'Ági know-PST-3SG Mari-ACC sick-DAT' → Both readings: shifted and simultaneous

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

                      All CP complement judgments block the simultaneous reading.

                      Bare TP judgments allow the simultaneous reading.

                      All judgments have the shifted reading available.

                      No CP judgment has the simultaneous reading.

                      All bare TP judgments have the simultaneous reading.

                      Prove that the string literals in Data.lean match the Fragment entries. This ensures the data is derived from fragments, not independently stipulated.

                      The bare TP tudta also matches the past definite form. (Both CP and bare TP examples use definite conjugation with tud.)

                      Map Hungarian complement types to structural complement sizes.

                      • hogy-CP → full CP (fValue 6, phase-sized, opaque)
                      • bare TP → TP (fValue 2, sub-phase, transparent)
                      Equations
                      Instances For

                        For each empirical judgment, prove that the observed availability of the simultaneous reading matches what availableReadingsBySize predicts for the complement type.

                        Helper: check if a judgment's simultaneous availability matches the theoretical prediction. The prediction is: simultaneous is available iff the complement is transparent to tense Agree.

                        Equations
                        Instances For

                          tudta + hogy-CP: no simultaneous reading, as predicted.

                          mondta + hogy-CP: no simultaneous reading, as predicted.

                          hitte + hogy-CP: no simultaneous reading, as predicted.

                          tudta + bare TP: simultaneous reading available, as predicted.

                          All judgments match predictions.

                          English, by contrast, is full SOT — both readings in all complement types.

                          Equations
                          Instances For

                            The temporal adverb előző nap 'the day before' forces the shifted reading. In hogy-CP complements (where only shifted is available), this is compatible. In bare TP complements (where both readings are available), it selects the shifted reading. This provides independent evidence that the CP complement really does lack the simultaneous reading, rather than there being some other blocking effect.

                            előző nap is compatible with hogy-CP (shifted-only) complements, because it itself forces the shifted reading.

                            aznap 'that day' can diagnose the simultaneous reading in bare TP, because it is compatible with both readings.

                            Hungarian akkor 'then' shifts perspective, like all cross-linguistic "then" adverbs.

                            @cite{egressy-2026} uses the definite/indefinite conjugation split as independent evidence for complement size. hogy-CP triggers definite conjugation; bare complements may allow indefinite.

                            The fragment entries record both conjugation forms, so we can verify
                            that the matrix verb forms in the data entries are the expected
                            conjugation type.