isStronglyStableIdeal I
Examples:
i1 : E=QQ[e_1..e_4,SkewCommutative=>true] o1 = E o1 : PolynomialRing, 4 skew commutative variables
i2 : isStronglyStableIdeal ideal {e_2*e_3} o2 = false
i3 : isStronglyStableIdeal ideal {e_1*e_2,e_1*e_3,e_2*e_3} o3 = true
The object isStronglyStableIdeal is a method function.