Fixed points of a self-map #
We prove some simple lemmas about IsFixedPt and ∘, iterate, and Semiconj.
Tags #
fixed point
If x is a fixed point of f and g is a left inverse of f, then x is a fixed
point of g.
If g semiconjugates fa to fb, then it sends fixed points of fa to fixed points
of fb.
Any two maps f : α → β and g : β → α are inverse of each other on the sets of fixed points
of f ∘ g and g ∘ f, respectively.
Any map f sends fixed points of g ∘ f to fixed points of f ∘ g.
Given two maps f : α → β and g : β → α, g is a bijective map between the fixed points
of f ∘ g and the fixed points of g ∘ f. The inverse map is f, see invOn_fixedPoints_comp.
If self-maps f and g commute, then they are inverse of each other on the set of fixed points
of f ∘ g. This is a particular case of Function.invOn_fixedPoints_comp.
If self-maps f and g commute, then f is bijective on the set of fixed points of f ∘ g.
This is a particular case of Function.bijOn_fixedPoints_comp.
If self-maps f and g commute, then g is bijective on the set of fixed points of f ∘ g.
This is a particular case of Function.bijOn_fixedPoints_comp.