Theorems · Definition
Function.Semiconj
{α : Type u_1} → {β : Type u_2} → (α → β) → (α → α) → (β → β) → PropWe say that f : α → β semiconjugates ga : α → α to gb : β → β if f ∘ ga = gb ∘ f.
We use ∀ x, f (ga x) = gb (f x) as the definition, so given h : Function.Semiconj f ga gb and
a : α, we have h a : f (ga a) = gb (f a) and h.comp_eq : f ∘ ga = gb ∘ f.
- Defined in
- Mathlib.Logic.Function.Conjugate
- Cited by
- 82 results in Mathlib
- Foundations
- Depth 1 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites0
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
Nothing in Mathlib beyond the foundations.
Cited by85
Results whose statement or proof uses this declaration.
- Function.Commuteproof · cited by 54
- Function.Semiconj.eqstatement and proof · cited by 12
- Function.Semiconj.comp_eqstatement · cited by 11
- Function.Semiconj.iterate_rightstatement and proof · cited by 7
- Module.End.pow_restrictproof · cited by 6
- Function.Semiconj.set_imagestatement and proof · cited by 5
- Function.IsFixedPt.mapstatement and proof · cited by 3
- Function.Semiconj.filter_mapstatement and proof · cited by 3
- Function.Semiconj.id_leftstatement · cited by 3
- Function.Commute.semiconjstatement · cited by 2
- Dynamics.coverEntropyInf_image_of_comapstatement and proof · cited by 2
- Dynamics.coverEntropy_image_of_comapstatement and proof · cited by 2