This commit is contained in:
2024-04-30 07:08:23 +02:00
commit a711247971
2043 changed files with 16874 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# -*- mode: snippet -*-
# key: Axi
# group: propositions
# name: Axiom
# expand-env: ((yas-indent-line 'fixed))
# --
Axiom $1 :
$0.

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# key: Conj
# group: propositions
# name: Conjecture
# --
Conjecture $1 : $0.

View File

@@ -0,0 +1,11 @@
# -*- mode: snippet -*-
# key: Cor
# group: propositions
# name: Corollary
# expand-env: ((yas-indent-line 'fixed))
# --
Corollary $1 :
$2.
Proof.
$0
Qed.

View File

@@ -0,0 +1,11 @@
# -*- mode: snippet -*-
# key: Exp
# group: propositions
# name: Example
# expand-env: ((yas-indent-line 'fixed))
# --
Example $1 :
$2.
Proof.
$0
Qed.

View File

@@ -0,0 +1,11 @@
# -*- mode: snippet -*-
# key: Fact
# group: propositions
# name: Fact
# expand-env: ((yas-indent-line 'fixed))
# --
Fact $1 :
$2.
Proof.
$0
Qed.

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# key: Hypos
# group: propositions
# name: Hypotheses
# --
Hypotheses $1 : $0.

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# key: Hypo
# group: propositions
# name: Hypothesis
# --
Hypothesis $1 : $0.

View File

@@ -0,0 +1,11 @@
# -*- mode: snippet -*-
# key: Ins
# group: propositions
# name: Instance
# expand-env: ((yas-indent-line 'fixed))
# --
Instance $1 :
$2.
Proof.
$0
Qed.

View File

@@ -0,0 +1,11 @@
# -*- mode: snippet -*-
# key: Lem
# group: propositions
# name: Lemma
# expand-env: ((yas-indent-line 'fixed))
# --
Lemma $1 :
$2.
Proof.
$0
Qed.

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# key: Param
# group: propositions
# name: Parameters
# --
Parameter $1 : $0.

View File

@@ -0,0 +1,11 @@
# -*- mode: snippet -*-
# key: Pro
# group: propositions
# name: Proposition
# expand-env: ((yas-indent-line 'fixed))
# --
Proposition $1 :
$2.
Proof.
$0
Qed.

View File

@@ -0,0 +1,11 @@
# -*- mode: snippet -*-
# key: Rem
# group: propositions
# name: Remark
# expand-env: ((yas-indent-line 'fixed))
# --
Remark $1 :
$2.
Proof.
$0
Qed.

View File

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

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# key: Var
# group: propositions
# name: Variable
# --
Variable $1 : $0.

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# key: Vars
# group: propositions
# name: Variables
# --
Variables $1 : $0.