Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now for "May imply with", we also hide implications which already follow from the other filter. For example, before: gap> ShowImpliedFilters(IsFinitelyGeneratedGroup); ... +IsNilpotentGroup IsSupersolvableGroup IsSolvableGroup IsPolycyclicGroup IsNilpotentByFinite After this change: gap> ShowImpliedFilters(IsFinitelyGeneratedGroup); ... +IsNilpotentGroup IsPolycyclicGroup Indeed, IsNilpotentGroup already implies IsSolvableGroup and IsNilpotentByFinite on its own.
- Loading branch information