FiSGO.PIrrepsSearch.build_bounds

build_bounds(n_range)[source]

Generic bounds on the prime powers of an n-dimensional (quasi)primitive group in characteristic zero, for any n on the given range.

See FiSGO.PIrrepsSearch.build_single_bound() for more details.

Caution

The end of the range is NOT included.

Parameters:

n_range (list[int] | int) – A pair of integers, the input of range(n_range[0], n_range[1]).

Return type:

list[int]

Returns:

List of bounds to the prime powers dividing the order of the group. Each entry of the list corresponds to a prime, in ascending order starting from 2.