# -*- mode: snippet -*-
|
|
# key: The
|
|
# group: propositions
|
|
# name: Theorem
|
|
# expand-env: ((yas-indent-line 'fixed))
|
|
# --
|
|
Theorem $1 :
|
|
$2.
|
|
Proof.
|
|
$0
|
|
Qed.
|