Commit 5859fbe
committed
Tweak ShowImpliedFilters some more
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.1 parent dd60f28 commit 5859fbe
1 file changed
+20
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
| 304 | + | |
304 | 305 | | |
305 | 306 | | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | 307 | | |
316 | 308 | | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
317 | 328 | | |
318 | 329 | | |
319 | 330 | | |
| |||
0 commit comments