/usr/share/doc/cadabra/reserved/prod.tex is in cadabra 1.46-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | \cdbreserved{prod}{}
Denotes a generic product of objects. The parser translates objects
separated by whitespace or by a ``\verb|*|'' symbol to products.
The default properties of \verb|\prod| are
\begin{verbatim}
\prod{#}::Distributable.
\prod{#}::IndexInherit.
\prod{#}::CommutingAsProduct.
\prod{#}::DependsInherit.
\prod{#}::WeightInherit(label=all, type=Multiplicative).
\prod{#}::NumericalFlat.
\end{verbatim}
~
\cdbseeprop{AntiCommuting}
\cdbseeprop{NonCommuting}
\cdbseealgo{prodsort}
|