Equations
- One or more equations did not get rendered due to their size.
Instances For
@[implicit_reducible]
Equations
@[implicit_reducible]
Equations
- Phenomena.Politeness.Honorifics.instDecidableEqAMType x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Distribution across clause types (§3.1).
- rootOnly : Embeddability
- limitedEmbed : Embeddability
- freelyEmbed : Embeddability
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[implicit_reducible]
Equations
@[implicit_reducible]
Equations
- Phenomena.Politeness.Honorifics.instDecidableEqEmbeddability x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
@[implicit_reducible]
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[implicit_reducible]
Equations
- Phenomena.Politeness.Honorifics.instDecidableEqHonDomain x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
A single allocutive datum: one language's profile.
- language : String
- amType : AMType
- embeddability : Embeddability
- hasTV : Bool
Whether the language has a T/V pronoun distinction
- has3PHon : Bool
Whether 3rd person honorifics exist
- domain : HonDomain
Where honorification is realized
Instances For
@[implicit_reducible]
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[implicit_reducible]
def
Phenomena.Politeness.Honorifics.instDecidableEqAllocDatum.decEq
(x✝ x✝¹ : AllocDatum)
:
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
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
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
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
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
Equations
- One or more equations did not get rendered due to their size.
Instances For
theorem
Phenomena.Politeness.Honorifics.rootOnly_languages_exist :
∃ d ∈ allAllocData, d.embeddability = Embeddability.rootOnly
At least one language restricts allocutive marking to root clauses.
theorem
Phenomena.Politeness.Honorifics.freelyEmbed_languages_exist :
∃ d ∈ allAllocData, d.embeddability = Embeddability.freelyEmbed
At least one language freely embeds allocutive marking.
theorem
Phenomena.Politeness.Honorifics.all_have_verbal :
(allAllocData.all fun (d : AllocDatum) => d.domain == HonDomain.verbal || d.domain == HonDomain.both) = true
All allocutive languages in the survey mark the verbal domain (verbal or both).
theorem
Phenomena.Politeness.Honorifics.all_have_tv :
(allAllocData.all fun (d : AllocDatum) => d.hasTV) = true
All surveyed allocutive languages have a T/V pronoun distinction.