This files defines combine_at f g x which is an automorphism whose orbital
at x is the union of that of f and g.
Given automorphisms f and g and an element x,
combine_at f g x is an automorphism whose orbital at
x is the union of that of f and g.
Equations
- combine_at f g x = (orbital_at_non_decr f x).trans (orbital_at_non_decr g x)
Instances For
For any y, we have that y ≤ (combine_at f g x) y.
For any y in the orbital of x under f,
(orbital_at_non_decr f x) y ≤ (combine_at f g x) y.
For any y in the orbital of x under f,
(combine_at f g x).symm y ≤ (orbital_at_non_decr f x) y.
For any y in the orbital of x under f,
(combine_at f g x).symm y ≤ (orbital_at_non_decr g x) y.
For any y in the orbital of x under f,
(orbital_at_non_decr g x) y ≤ (combine_at f g x) y.
For any y and natural number n,
(orbital_at_non_decr f x)^n y ≤ (combine_at f g x)^n y.
For any y and natural number n,
(orbital_at_non_decr g x)^n y ≤ (combine_at f g x)^n y.
For any y and natural number n,
(combine_at f g x)^(-n) y ≤ (orbital_at_non_decr f x)^(-n) y.
For any y and natural number n,
(combine_at f g x)^(-n) y ≤ (orbital_at_non_decr g x)^(-n) y.
If there exists an integer z such that
(orbital_at_non_decr f x)^z x ≤ y, then
there exists an integer l such that
(combine_at f g x)^l x ≤ y.
If there exists an integer z such that
(orbital_at_non_decr g x)^z x ≤ y, then
there exists an integer l such that
(combine_at f g x)^l x ≤ y.
If there exists an integer z such that
y ≤ (orbital_at_non_decr f x)^z x, then
there exists an integer u such that
y ≤ (combine_at f g x)^u x.
If there exists an integer z such that
y ≤ (orbital_at_non_decr g x)^z x, then
there exists an integer u such that
y ≤ (combine_at f g x)^u x.
If there exists a y such that
(orbital_at_non_decr f x) x = y,
then there exists an integer l such that
(combine_at f g x)^l x ≤ y.
If there exists a y such that
(orbital_at_non_decr g x) x = y,
then there exists an integer l such that
(combine_at f g x)^l x ≤ y.
If there exists a y such that
(orbital_at_non_decr f x) x = y,
then there exists an integer u such that
y ≤ (combine_at f g x)^u x.
If there exists a y such that
(orbital_at_non_decr g x) x = y,
then there exists an integer u such that
y ≤ (combine_at f g x)^u x.
If y is in the orbital of x under f,
then y is in the orbital of x under combine_at f g x.
If y is in the orbital of x under g,
then y is in the orbital of x under combine_at f g x.
The union of the orbital of x under f
and the orbital of x under g is a subset
of the orbital of x under combine_at f g x.
The orbital of x under combine_at f g x is equal to
the union of the orbital of x under f and the
orbital of x under g.
If y is not in the orbital of x under combine_at f g x,
then (combine_at f g x) y = y.
If y is not in the orbital of x under (combine_at f g x),
then the orbital of y under (combine_at f g x) is {y}.
If combine_at f g x fixes x,
then it fixes everything.
If the orbital of y under combine_at f g x
is not {y}, then the
orbital of x under combine_at f g x
is not {x}.