Mathlib Map

Theorems · Theorem

Function.Semiconj.comp_right

∀ {α : Type u_1} {β : Type u_2} {f : α → β} {ga ga' : α → α} {gb gb' : β → β},
  Function.Semiconj f ga gb → Function.Semiconj f ga' gb' → Function.Semiconj f (ga ∘ ga') (gb ∘ gb')

If f semiconjugates ga to gb and ga' to gb', then it semiconjugates ga ∘ ga' to gb ∘ gb'.

Defined in
Mathlib.Logic.Function.Conjugate
Cited by
2 results in Mathlib
Foundations
Depth 5 from the axioms · uses propext

Around this declaration

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

Cites2

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

Cited by2

Results whose statement or proof uses this declaration.