FiSGO.OrderSearch
Module implementing order search functions.
Functions
Given a list of simple groups, returns only those whose order is less than or equal to a given bound. |
|
Adds two lists of integers of the same length pointwise. |
|
Given a positive integer 'max_power' and a prime number 'prime', the function calculates which is the largest number n such that prime^max_power divides n!. |
|
Returns a list of all exceptional Steinberg \({}^2E_6(q^2)\), simple groups of Lie type, whose order divides prime_bounds and is less than or equal to abs_bound. |
|
Returns a list of all exceptional Steinberg \({}^3D_4(q^3)\), simple groups of Lie type, whose order divides prime_bounds and is less than or equal to abs_bound. |
|
Returns a list of all simple alternating groups \(\mathrm{A}_n\) whose order divides prime_bounds and is less than or equal to abs_bound. |
|
Returns a list of all classical Chevalley \(A_n(q)\), simple groups of Lie type, whose order divides prime_bounds and is less than or equal to abs_bound. |
|
Returns a list of all classical Chevalley \(B_n(q)\), simple groups of Lie type, whose order divides prime_bounds and is less than or equal to abs_bound. |
|
Returns a list of all classical Chevalley \(C_n(q)\), simple groups of Lie type, whose order divides prime_bounds and is less than or equal to abs_bound. |
|
Returns a list of all classical Chevalley \(D_n(q)\), simple groups of Lie type, whose order divides prime_bounds and is less than or equal to abs_bound. |
|
Returns a list of all exceptional Chevalley \(E_6(q)\), simple groups of Lie type, whose order divides prime_bounds and is less than or equal to abs_bound. |
|
Returns a list of all exceptional Chevalley \(E_7(q)\), simple groups of Lie type, whose order divides prime_bounds and is less than or equal to abs_bound. |
|
Returns a list of all exceptional Chevalley \(E_8(q)\), simple groups of Lie type, whose order divides prime_bounds and is less than or equal to abs_bound. |
|
Returns a list of all exceptional Chevalley \(F_4(q)\), simple groups of Lie type, whose order divides prime_bounds and is less than or equal to abs_bound. |
|
Returns a list of all exceptional Chevalley \(G_2(q)\), simple groups of Lie type, whose order divides prime_bounds and is less than or equal to abs_bound. |
|
Returns a list of all Ree \({}^2F_4(2^{2n+1})\) groups, simple groups of Lie type, whose order divides prime_bounds and is less than or equal to abs_bound. |
|
Returns a list of all Ree \({}^2G_2(3^{2n+1})\) groups, simple groups of Lie type, whose order divides prime_bounds and is less than or equal to abs_bound. |
|
Returns a list of all classical Steinberg \({}^2A_n(q^2)\), simple groups of Lie type, whose order divides prime_bounds and is less than or equal to abs_bound. |
|
Returns a list of all classical Steinberg \({}^2D_n(q^2)\), simple groups of Lie type, whose order divides prime_bounds and is less than or equal to abs_bound. |
|
Returns a list of all sporadic simple groups whose order divides prime_bounds and is less than or equal to abs_bound. |
|
Returns a list of all Suzuki \({}^2B_2(2^{2n+1})\) groups, simple groups of Lie type, whose order divides prime_bounds and is less than or equal to abs_bound. |
|
Returns the Tits group \({}^2F_4(2)'\) if its order divides prime_bounds and is less than or equal to abs_bound. |
|
Generic function with the procedure to find exceptional Chevalley groups whose order divides prime_bounds and is less than or equal to abs_bound. |
|
Given a simple group code and a bound, determines if the group order divides the given bound. |
|
Given a list of simple group objects or a list of simple group codes, returns a new list clear of duplicates. |
|
Given two tuples originating from PrimesHandler.prime_scanner with the same upper_bound, returns the division of both decompositions. |
|
Decorator for logging candidate search functions. |
|
The function returns the exponent corresponding to the maximum power of 'prime' that divides prime*n. |
|
Given the partial factorization of a number and a bound to the factorized part, the function checks if the given factorization satisfies the bound. |
|
Given two tuples originating from PrimesHandler.prime_scanner with the same upper_bound (or same length), returns the product of both decompositions. |
|
Returns a list of all simple groups whose order divides prime_bounds and is less than or equal to abs_bound. |
|
Given a positive integer 'bound' it returns the largest integer n such that n! <= bound. |
|
Substracts two lists of integers with the same length pointwise. |