Talk:PlanetPhysics/Algebra Formed From a Category

From Wikiversity
Jump to navigation Jump to search

Original TeX Content from PlanetPhysics Archive[edit source]

%%% This file is part of PlanetPhysics snapshot of 2011-09-01 %%% Primary Title: algebra formed from a category %%% Primary Category Code: 02.10.-v %%% Filename: AlgebraFormedFromACategory.tex %%% Version: 1 %%% Owner: rspuzio %%% Author(s): rspuzio %%% PlanetPhysics is released under the GNU Free Documentation License. %%% You should have received a file called fdl.txt along with this file. %%% If not, please write to gnu@gnu.org. \documentclass[12pt]{article} \pagestyle{empty} \setlength{\paperwidth}{8.5in} \setlength{\paperheight}{11in}

\setlength{\topmargin}{0.00in} \setlength{\headsep}{0.00in} \setlength{\headheight}{0.00in} \setlength{\evensidemargin}{0.00in} \setlength{\oddsidemargin}{0.00in} \setlength{\textwidth}{6.5in} \setlength{\textheight}{9.00in} \setlength{\voffset}{0.00in} \setlength{\hoffset}{0.00in} \setlength{\marginparwidth}{0.00in} \setlength{\marginparsep}{0.00in} \setlength{\parindent}{0.00in} \setlength{\parskip}{0.15in}

\usepackage{html}

% this is the default PlanetPhysics preamble. as your knowledge % of TeX increases, you will probably want to edit this, but % it should be fine as is for beginners.

% almost certainly you want these \usepackage{amssymb} \usepackage{amsmath} \usepackage{amsfonts}

% used for TeXing text within eps files %\usepackage{psfrag} % need this for including graphics (\includegraphics) %\usepackage{graphicx} % for neatly defining theorems and propositions %\usepackage{amsthm} % making logically defined graphics %\usepackage{xypic}

% there are many more packages, add them here as you need them

% define commands here

\begin{document}

Given a \htmladdnormallink{category}{http://planetphysics.us/encyclopedia/Cod.html} $\mathcal{C}$ and a ring $R$, one can construct an

algebra $\mathcal{A}$ as follows. Let $\mathcal{A}$ be the set of all formal finite linear combinations of the form \[\sum_i c_i e_{a_i, b_i, \mu_i},\] where the coefficients $c_i$ lie in $R$ and, to every pair of \htmladdnormallink{objects}{http://planetphysics.us/encyclopedia/TrivialGroupoid.html} $a$ and $b$ of $\mathcal{C}$ and every \htmladdnormallink{morphism}{http://planetphysics.us/encyclopedia/TrivialGroupoid.html} $\mu$ from $a$ to $b$, there corresponds a basis element $e_{a,b,\mu}$. Addition and \htmladdnormallink{scalar}{http://planetphysics.us/encyclopedia/Vectors.html} multiplication are defined in the usual way. Multiplication of elements of $\mathcal{A}$ may be defined by specifying how to multiply basis elements. If $b \not= c$, then set $e_{a, b, \phi} \cdot e_{c, d, \psi} = 0$; otherwise set $e_{a, b, \phi} \cdot e_{b, c, \psi} = e_{a, c, \psi \circ \phi}$. Because of the associativity of \htmladdnormallink{composition}{http://planetphysics.us/encyclopedia/Cod.html} of morphisms, $\mathcal{A}$ will be an associative algebra over $R$.

Two instances of this construction are worth noting. If $G$ is a \htmladdnormallink{group}{http://planetphysics.us/encyclopedia/TrivialGroupoid.html}, we may regard $G$ as a category with one object. Then this construction gives us the group algebra of $G$. If $P$ is a partially ordered set, we may view $P$ as a category with at most one morphism between any two objects. Then this construction provides us with the incidence algebra of $P$.

\end{document}