Theorems · Theorem
Function.Semiconj.trans
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {fab : α → β} {fbc : β → γ} {ga : α → α} {gb : β → β} {gc : γ → γ},
Function.Semiconj fab ga gb → Function.Semiconj fbc gb gc → Function.Semiconj (fbc ∘ fab) ga gcIf fab : α → β semiconjugates ga to gb and fbc : β → γ semiconjugates gb to gc,
then fbc ∘ fab semiconjugates ga to gc.
See also Function.Semiconj.comp_left for a version with reversed arguments.
- 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.
- Function.Semiconjstatement and proof · cited by 82
- Function.Semiconj.eqproof · cited by 12
Cited by2
Results whose statement or proof uses this declaration.
- Function.Semiconj.comp_leftproof · cited by 2
- Function.Semiconj.iterate_leftproof · cited by 0