Template:L theorems: Difference between revisions
From Event-B
Jump to navigationJump to search
imported>Mathieu m New page: <noinclude> ==Usage== Template use to typeset a theorem in an event-b listing. (use Template:l_invariant) ==Example== {{l_machine|AntiCollide}} {{l_refines|Safety}} {{l_sees|Network}... |
imported>Mathieu mNo edit summary |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
==Usage== | ==Usage== | ||
Template use to typeset a | Template use to typeset a thorem clause in an event-b listing. | ||
==Example== | ==Example== | ||
Line 10: | Line 10: | ||
{{l_Variables|v1}} | {{l_Variables|v1}} | ||
{{l_variable|v2}} | {{l_variable|v2}} | ||
{{l_invariants}} | |||
{{l_invariant|inv1|v2 <math>\in</math> BOOL}} | |||
{{l_theorems}} | {{l_theorems}} | ||
{{l_theorem|inv1|v2 <math>\in</math> BOOL}} | {{l_theorem|inv1|v2 <math>\in</math> BOOL}} | ||
Line 17: | Line 19: | ||
==Template== | ==Template== | ||
</noinclude><!-- | </noinclude><!-- | ||
--> | --><p class="typeset-l_clause" >THEOREMS</p> |
Latest revision as of 11:21, 26 February 2009
Usage
Template use to typeset a thorem clause in an event-b listing.
Example
MACHINE
AntiCollide
REFINES
Safety
SEES
Network
Acyclic
VARIABLES
v1
v2
INVARIANTS
inv1 :
v2 BOOL
THEOREMS
inv1 :
v2 BOOL
END
Template
THEOREMS