Message Boards Message Boards

1
|
5229 Views
|
1 Reply
|
2 Total Likes
View groups...
Share
Share this post:

[?] Define an algebra via generators?

Posted 6 years ago

Hi all,

I want to define an algebra $A$ over the field of complex numbers via generators. After that I want to calculate (multiply and sum) some tensors in $A\otimes A$. How could I define my algebra?

More details: Let $n$ be a natural number $\ge 1$. My algebra should be given by generators $g^{\pm}_i$ for $i=1,...,n$ (so I have $2n$ generators). One relation should for example be $g^+_ig^+_j=-g^+_jg^+_i$ and $g^-_ig^-_j=-g_j^-g^-_i$.

It would be quite nice if someone can tell me how to do that.

Thank you very much. BG

POSTED BY: V. Dupoy

You are best off finding a representation of your algebra (e.g. if it is associative then maybe you can find a matrix representation), but there is something you can do with generators and relations.

Note that it is the relations part that is tricky. If you never cared if two expressions were equal then you can represent multiplication symbolically e.g. f[x,y] being x times y (or use NonCommutativeMultiply instead of f). You can use ordinary + for addition and at least Plus will simplify as expected. You can also give an Output form for f[x,y] so it displays nicely.

One thing you can try with relations is to use the optional second argument in Simplify. This example comes from the documentation under Applications and it shows that f must be commutative if it satisfies the Wolfram Axiom (which is the difficult step in showing that f has to be a Boolean Algebra).

Simplify[f[a, b] == f[b, a], ForAll[{p, q, r}, f[f[f[p, q], r], f[p, f[f[p, r], p]]] == r]]
POSTED BY: Todd Rowland
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract