Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
postscript
Browse files Browse the repository at this point in the history
  • Loading branch information
darijgr committed Jan 20, 2016
1 parent 48c8515 commit a7bcbad
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/sage/algebras/orlik_solomon.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,14 @@ class OrlikSolomonAlgebra(CombinatorialFreeModule):
for all `S = \left\{ j_1 < j_2 < \cdots < j_t \right\} \in C(M)`,
where `\widehat{e}_{j_i}` means that the term `e_{j_i}` is being
omitted. (The notation `\partial e_S` is not a coincidence, as
omitted. The notation `\partial e_S` is not a coincidence, as
`\partial e_S` is actually the image of
`e_S := e_{j_1} \wedge e_{j_2} \wedge \cdots \wedge e_{j_t}` under the
unique derivation `\partial` of `E` which sends all `e_x` to `1`.)
unique derivation `\partial` of `E` which sends all `e_x` to `1`.
It is easy to see that `\partial e_S \in J(M)` not only for circuits
`S`, but also for any dependent set `S` of `M`.
`S`, but also for any dependent set `S` of `M`. Moreover, every
dependent set `S` of `M` satisfies `e_S \in J(M)`.
The *Orlik-Solomon algebra* `A(M)` is the quotient `E / J(M)`. This is
a graded finite-dimensional skew-commutative `R`-algebra. Fix
Expand Down Expand Up @@ -281,6 +282,7 @@ def subset_image(self, S):
sage: OS = M4.orlik_solomon_algebra(QQ)
sage: OS.subset_image(frozenset({2,3,4}))
OS{0, 2, 3} + OS{0, 3, 4}
# Argh, this is isomorphic to M. Need a better example.
.. TODO::
Expand Down

0 comments on commit a7bcbad

Please sign in to comment.