Mathlib Map

Theorems · Definition · group theory

MulAction.equivSubgroupOrbitsSetoidComap

{G : Type u} →
  {X : Type v} →
    [inst : Group G] →
      [inst_1 : MulAction G X] →
        (H : Subgroup G) →
          (ω : Quotient (MulAction.orbitRel G X)) →
            MulAction.orbitRel.Quotient ↥H ↑(MulAction.orbitRel.Quotient.orbit ω) ≃
              Quotient (Setoid.comap Subtype.val (MulAction.orbitRel (↥H) X))

A bijection between the quotient of the action of a subgroup H on an orbit, and a corresponding quotient expressed in terms of Setoid.comap Subtype.val.

Defined in
Mathlib.GroupTheory.GroupAction.Quotient
Cited by
0 results in Mathlib
Foundations
Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
GroupMulAction

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites12

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.