<proof>
– mathematical proofxml:lang
id
style/class
Possible Contents: heading?, (Text | inline element | block element)*>
Description: Inserts a mathematical proof. It is allowed everywhere where you could insert a floating figure.
If <heading>
is given, it is used instead of the default word
“Proof” at the beginning.
<proof> Indirect: ... <p>(Some magic happens.)</p> <p>This contradicts <ref refid="eqn:variance">equation</ref>.</p> </proof>
This yields:
Proof. Indirect: ... (Some magic happens.) This contradicts equation (4).