Changeset 3d9a64 in git


Ignore:
Timestamp:
Apr 16, 2018, 11:44:16 AM (5 years ago)
Author:
Karim Abou Zeid <karim23697@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
c0631ae6149e52d818a36d53440af6c8ccc715f9
Parents:
c1af7fb9ab8e720d1a1fed0afc5d8e134af9d107
Message:
Update fpadim_lib docu
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/fpaprops.lib

    rc1af7f r3d9a64  
    1818
    1919PROCEDURES:
    20   lpNoetherian(<GB>);     check whether A/<LM(GB)> is (left/right) noetherian
     20  lpNoetherian(<GB>);     check whether A/<LM(GB)> is (left/right) Noetherian
    2121  lpIsSemiPrime(<GB>);    check whether A/<LM(GB)> is semi prime
    2222  lpIsPrime(<GB>);        check whether A/<LM(GB)> is prime
     
    3333"USAGE: lpNoetherian(G); G an ideal in a Letterplace ring
    3434RETURN: 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)
    3940PURPOSE: Check whether the monomial algebra A/<LM(G)> is (left/right) noetherian
    4041ASSUME: - basering is a Letterplace ring
    4142@*      - G is a Groebner basis
    42 NOTE: A/<LM(G)> (left/right) noetherian implies A/<G> (left/right) noetherian
     43THEORY: lpNoetherian works with the monomial algebra A/<LM(G)>.
     44If it gives an affirmative answer for one of the properties, then it
     45holds for both A/<LM(G)> and A/<G>. However, a negative answer applies
     46only to A/<LM(G)> and not necessarily to A/<G>.
     47NOTE: Weak Noetherian means that two-sided ideals in A/<G> satisfy
     48the acc (ascending chain condition).
    4349"
    4450{
     
    203209ASSUME: - basering is a Letterplace ring
    204210      - G is a Groebner basis
     211THEORY: lpIsSemiPrime works with the monomial algebra A/<LM(G)>.
     212A positive answer holds for both A/<LM(G)> and A/<G>, while
     213a negative answer applies only to A/<LM(G)> and not necessarily to
     214A/<G>.
    205215"
    206216{
     
    304314ASSUME: - basering is a Letterplace ring
    305315      - G is a Groebner basis
     316THEORY: lpIsPrime works with the monomial algebra A/<LM(G)>.
     317A positive answer holds for both A/<LM(G)> and A/<G>, while
     318a negative answer applies only to A/<LM(G)> and not necessarily to A/<G>.
    306319"
    307320{
Note: See TracChangeset for help on using the changeset viewer.