Theorems · Theorem · group theory
AddAction.quotient_preimage_image_eq_union_add
∀ {G : Type u_1} {α : Type u_2} [inst : AddGroup G] [inst_1 : AddAction G α] (U : Set α),
Quotient.mk' ⁻¹' Quotient.mk' '' U = ⋃ g, (fun x => g +ᵥ x) '' UWhen you take a set U in α, push it down to the quotient, and pull back, you get the union
of the orbit of U under G.
- Defined in
- Mathlib.GroupTheory.GroupAction.Defs
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 66 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Set.imagestatement and proof · cited by 5,609
- Set.preimagestatement and proof · cited by 4,946
- AddGroupstatement and proof · cited by 4,410
- Set.iUnionstatement and proof · cited by 2,483
- Set.extproof · cited by 2,266
- HVAdd.hVAddstatement and proof · cited by 1,820
- AddActionstatement and proof · cited by 820
- Set.mem_iUnionproof · cited by 212
- Set.mem_preimageproof · cited by 190
- Set.mem_imageproof · cited by 131
- AddAction.orbitRelstatement and proof · cited by 47
Cited by3
Results whose statement or proof uses this declaration.
- isOpenMap_quotient_mk'_addproof · cited by 3
- MeasureTheory.AddQuotientMeasureEqMeasurePreimage.sigmaFiniteQuotientproof · cited by 1
- AddAction.isClosedMap_quotientproof · cited by 0