Linear energy transfer: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>Monkbot
en>Drpickem
m Corrected one misspelling of 'Washington'
Line 1: Line 1:
{{Unreferenced|date=December 2009}}
/* By default, MathML is exposed to accessibility tools and displayed in Gecko
Suppose that <math>(\mathcal C,\otimes,I)</math> and <math>(\mathcal D,\bullet, J)</math> are two [[monoidal category|monoidal categories]] and
  browsers. You can force visual rendering with the following style: */
:<math>(F,m):(\mathcal C,\otimes,I)\to(\mathcal D,\bullet, J)</math> and <math>(G,n):(\mathcal C,\otimes,I)\to(\mathcal D,\bullet, J)</math>
.mwe-math-mathml-a11y {
are two [[lax monoidal functor]]s between those categories.
    clip: auto;
 
    overflow: visible;
A '''monoidal natural transformation'''
    position: static;
:<math>\theta:(F,m)\Rightarrow(G,n)</math>
    width: auto;
between those functors is a [[natural transformation]] <math>\theta:F\Rightarrow G</math> between the underlying functors such that the diagrams
    height: auto;
:[[Image:Monoidal nat transfo mult.png]] {{spaces|10}} and {{spaces|8}} [[Image:Monoidal nat transfo unit.png]]
    opacity: 1;
commute for every objects <math>A</math> and <math>B</math> of <math>\mathcal C</math>.
}
 
.mwe-math-fallback-image-inline, .mwe-math-fallback-image-display {
A '''symmetric monoidal natural transformation''' is a monoidal natural transformation between [[symmetric monoidal functor]]s.
    display: none !important;
 
}
{{DEFAULTSORT:Monoidal Natural Transformation}}
[[Category:Monoidal categories]]

Revision as of 18:07, 11 February 2014

/* By default, MathML is exposed to accessibility tools and displayed in Gecko
   browsers. You can force visual rendering with the following style: */
.mwe-math-mathml-a11y {
    clip: auto;
    overflow: visible;
    position: static;
    width: auto;
    height: auto;
    opacity: 1;
}
.mwe-math-fallback-image-inline, .mwe-math-fallback-image-display {
    display: none !important;
}