A symbol to be used for variables of the subductionQuotientRing
i1 : R = QQ[x,y];
i2 : S = subring({x^2, y^2, x*y}, GeneratorSymbol => f) o2 = QQ[f_1..f_3], subring of R o2 : Subring
The object GeneratorSymbol is a symbol.