Skip To Article

All proof directives can be included using the prf:kind pattern, where the proof directives are shown in Table 1. The directive is enumerated by default and can take in an optional title argument which is shown in brackets after the proof.

Here is an example of a {prf:theorem} with a custom title:

Table 1:Proof kinds that can be used as directives

prf:algorithmprf:axiomprf:conjecture
prf:corollaryprf:criteriaprf:definition
prf:exampleprf:lemmaprf:observation
prf:propertyprf:propositionprf:proof
prf:remarkprf:theorem

proof directive

Alias: prf:proof, prf:theorem, prf:axiom, prf:lemma, prf:definition, prf:criterion, prf:remark, prf:conjecture, prf:corollary, prf:algorithm, prf:example, prf:property, prf:observation, prf:proposition, prf:assumption

Directive Argument (parsed)
No description
Directive Body (parsed, required)
No description
Options
class (string)

Annotate the proof with a set of space-delimited class names.

label (string)

Label the proof to be cross-referenced or explicitly linked to.

Alias: name
enumerated (boolean)

Turn on/off the numbering for the specific proof

Alias: numbered
enumerator (string)

Explicitly set the proof number

Alias: number
nonumber (boolean)

Legacy flag to disable numbering of proofs; equivalent to enumerated: false

Referencing Proofs

You can refer to a proof using the standard link syntax:

Hiding Proof Content

To hide the directive, simply add :class: dropdown as a directive option.

Example

Proof Examples

Proofs

Source: Adapted from QuantEcon

Theorems

Source: QuantEcon

Axioms

Source: Stachurski (2009)

Lemmas

Source: QuantEcon

Definitions

Source: QuantEcon

Criteria

Source: Wikipedia

Remarks

Source: QuantEcon

Conjectures

Corollaries

Source: QuantEcon

Algorithms

Source: Wikipedia

Examples

Source: QuantEcon

Properties

Observations

Propositions

Assumptions

References
  1. Stachurski, J. (2009). Economic Dynamics: Theory and Computation (Vol. 1). The MIT Press. https://ideas.repec.org/b/mtp/titles/0262012774.html
MyST MarkdownMyST Markdown
Community-driven tools for the future of technical communication and publication, part of Jupyter.