Documentation

ConNF.Counting.SupportOrbit

The orbit of a given ordered support.

Equations
Instances For
    Equations
    theorem ConNF.SupportOrbit.smul_mem_of_mem [ConNF.Params] {β : ConNF.Λ} [ConNF.ModelData β] {S : ConNF.Support β} {o : ConNF.SupportOrbit β} (ρ : ConNF.Allowable β) (h : S o) :
    ρ S o
    theorem ConNF.SupportOrbit.smul_mem_iff_mem [ConNF.Params] {β : ConNF.Λ} [ConNF.ModelData β] {S : ConNF.Support β} {o : ConNF.SupportOrbit β} (ρ : ConNF.Allowable β) :
    ρ S o S o
    theorem ConNF.SupportOrbit.eq_of_mem_orbit [ConNF.Params] {β : ConNF.Λ} [ConNF.ModelData β] {o₁ : ConNF.SupportOrbit β} {o₂ : ConNF.SupportOrbit β} {S₁ : ConNF.Support β} {S₂ : ConNF.Support β} (h₁ : S₁ o₁) (h₂ : S₂ o₂) (h : S₁ MulAction.orbit (ConNF.Allowable β) S₂) :
    o₁ = o₂
    theorem ConNF.SupportOrbit.inductionOn [ConNF.Params] {β : ConNF.Λ} [ConNF.ModelData β] {motive : ConNF.SupportOrbit βProp} (o : ConNF.SupportOrbit β) (h : ∀ (S : ConNF.Support β), motive (ConNF.SupportOrbit.mk S)) :
    motive o
    theorem ConNF.SupportOrbit.nonempty [ConNF.Params] {β : ConNF.Λ} [ConNF.ModelData β] (o : ConNF.SupportOrbit β) :
    {S : ConNF.Support β | S o}.Nonempty
    noncomputable def ConNF.SupportOrbit.out [ConNF.Params] {β : ConNF.Λ} [ConNF.ModelData β] (o : ConNF.SupportOrbit β) :
    Equations
    Instances For
      theorem ConNF.SupportOrbit.out_mem [ConNF.Params] {β : ConNF.Λ} [ConNF.ModelData β] (o : ConNF.SupportOrbit β) :
      o.out o
      def ConNF.SupportOrbit.Strong [ConNF.Params] [ConNF.BasePositions] [ConNF.Level] [ConNF.FOAAssumptions] {β : ConNF.Λ} [ConNF.LeLevel β] (o : ConNF.SupportOrbit β) :

      An orbit of ordered supports is strong if it contains a strong support.

      Equations
      • o.Strong = So, S.Strong
      Instances For