Theorems · Theorem · order theory
Function.sSup_div_semiconj
∀ {α : Type u_1} {G : Type u_4} [inst : CompleteLattice α] [inst_1 : Group G] (f₁ f₂ : G →* α ≃o α) (g : G),
Function.Semiconj (fun x => ⨆ g', (f₁ g')⁻¹ ((f₂ g') x)) ⇑(f₂ g) ⇑(f₁ g)Consider two actions f₁ f₂ : G → α → α of a group on a complete lattice by order
isomorphisms. Then the map x ↦ ⨆ g : G, (f₁ g)⁻¹ (f₂ g x) semiconjugates each f₁ g' to f₂ g'.
This is a version of Proposition 5.4 from [Étienne Ghys, Groupes d'homéomorphismes du cercle et
cohomologie bornée][ghys87:groupes].
- Defined in
- Mathlib.Order.SemiconjSup
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 29 from the axioms · uses propext, Quot.sound
- Assumes
- CompleteLatticeGroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Groupstatement and proof · cited by 6,238
- MonoidHomstatement and proof · cited by 3,629
- iSupstatement · cited by 2,415
- CompleteLatticestatement and proof · cited by 1,048
- OrderIsostatement and proof · cited by 874
- Function.Semiconjstatement · cited by 82
- isLUB_iSupproof · cited by 6
- Function.semiconj_of_isLUBproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.