X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjotex.git;a=blobdiff_plain;f=examples.tex;h=98ddfd550b08ea4fd78301eb47c0aea19cb8de7a;hp=a491bd813ae521de8254498c3afe57f4cfca3dbf;hb=5c4f67545f0988d065f1d52f90eed9233562c9fc;hpb=7709fae36c4df0568e70a534c06caf8f566e033b diff --git a/examples.tex b/examples.tex index a491bd8..98ddfd5 100644 --- a/examples.tex +++ b/examples.tex @@ -103,6 +103,30 @@ The set of all bounded linear operators from $V$ to $W$ is $\boundedops[W]{V}$. If $W = V$, then we write $\boundedops{V}$ instead. + + The direct sum of $V$ and $W$ is $\directsum{V}{W}$, of course, + but what if $W = V^{\perp}$? Then we wish to indicate that fact by + writing $\directsumperp{V}{W}$. That operator should survive a + display equation, too, and the weight of the circle should match + that of the usual direct sum operator. + % + \begin{align*} + Z = \directsumperp{V}{W}\\ + \oplus \oplusperp \oplus \oplusperp + \end{align*} + % + Its form should also survive in different font sizes... + \Large + \begin{align*} + Z = \directsumperp{V}{W}\\ + \oplus \oplusperp \oplus \oplusperp + \end{align*} + \Huge + \begin{align*} + Z = \directsumperp{V}{W}\\ + \oplus \oplusperp \oplus \oplusperp + \end{align*} + \normalsize \end{section} \begin{section}{Listing}