Changeset 3d9a64 in git
- Timestamp:
- Apr 16, 2018, 11:44:16 AM (5 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- c0631ae6149e52d818a36d53440af6c8ccc715f9
- Parents:
- c1af7fb9ab8e720d1a1fed0afc5d8e134af9d107
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/fpaprops.lib
rc1af7f r3d9a64 18 18 19 19 PROCEDURES: 20 lpNoetherian(<GB>); check whether A/<LM(GB)> is (left/right) noetherian20 lpNoetherian(<GB>); check whether A/<LM(GB)> is (left/right) Noetherian 21 21 lpIsSemiPrime(<GB>); check whether A/<LM(GB)> is semi prime 22 22 lpIsPrime(<GB>); check whether A/<LM(GB)> is prime … … 33 33 "USAGE: lpNoetherian(G); G an ideal in a Letterplace ring 34 34 RETURN: int 35 @* 0 not noetherian 36 @* 1 left noetherian 37 @* 2 right noetherian 38 @* 3 noetherian 35 @* 0 not Noetherian 36 @* 1 left Noetherian 37 @* 2 right Noetherian 38 @* 3 Noetherian 39 @* 4 weak Noetherian (TODO) 39 40 PURPOSE: Check whether the monomial algebra A/<LM(G)> is (left/right) noetherian 40 41 ASSUME: - basering is a Letterplace ring 41 42 @* - G is a Groebner basis 42 NOTE: A/<LM(G)> (left/right) noetherian implies A/<G> (left/right) noetherian 43 THEORY: lpNoetherian works with the monomial algebra A/<LM(G)>. 44 If it gives an affirmative answer for one of the properties, then it 45 holds for both A/<LM(G)> and A/<G>. However, a negative answer applies 46 only to A/<LM(G)> and not necessarily to A/<G>. 47 NOTE: Weak Noetherian means that two-sided ideals in A/<G> satisfy 48 the acc (ascending chain condition). 43 49 " 44 50 { … … 203 209 ASSUME: - basering is a Letterplace ring 204 210 - G is a Groebner basis 211 THEORY: lpIsSemiPrime works with the monomial algebra A/<LM(G)>. 212 A positive answer holds for both A/<LM(G)> and A/<G>, while 213 a negative answer applies only to A/<LM(G)> and not necessarily to 214 A/<G>. 205 215 " 206 216 { … … 304 314 ASSUME: - basering is a Letterplace ring 305 315 - G is a Groebner basis 316 THEORY: lpIsPrime works with the monomial algebra A/<LM(G)>. 317 A positive answer holds for both A/<LM(G)> and A/<G>, while 318 a negative answer applies only to A/<LM(G)> and not necessarily to A/<G>. 306 319 " 307 320 {
Note: See TracChangeset
for help on using the changeset viewer.