callouty-theorem Example
This example Quarto markdown file demonstrates the use of the callouty-theorem
filter.
Examples
Proof (Proof of Proposition 1). We note that the primitive roots modulo \(n\) is exactly the generators of the group of units modulo \(n\). By the hypothesis, the group of units modulo \(n\) is cyclic, thus having \(\varphi(\varphi(n))\) generators.
Remark. Group theory greatly simplifies the proof of the theorem.
Solution 1 (Solution to Exercise 1). Use the fact that the group of units modulo \(p\) is cyclic.
On default behaviors
Corollary 1 (Default style) If you set the metadata of a theorem type to default
, it will be rendered like this.
Definition 1 (Default style without title) callout
can also be set to default
in the metadata.
Conjecture 1 (As is) Theorem types not specified in the metadata will be rendered as is.