Processing Math: Done
jsMath

Basic Arithmetic

[:days4/projects/: Other SAGE Days 4 Project]

Test cases Read these as "an element of and an element of "

  1. Z[x]/ZQ[x] (not Frac(Z[x]))

  2. Q+Z[x]Q[x] and Z/5Z+Z[x]Z/5Z[x]

  3. Q*Z[x]Q[x]

  4. Q*Z/5Z error due to no morphism from all of Q into Z/5Z.

  5. Z[x]+Z[y] error due to unknown relation between x and y and ambiguous order

  6. Q[ζm]+Q[ζn]Q[ζlcm(m,n)] as cyclotomic fields are created with an embedding into Qˉ

  7. Fpn+Fpm works using Conway polynomials

  8. Z[x]+Q[y] same as 5 (minus the symmetry concerns)

Proposed model

One can view most desired natural coersions as functorial operations from some simpler base object. E.g.

Other