Difference between revisions of "Template:L theorem"

From Event-B
Jump to navigationJump to search
imported>Mathieu
m (New page: <noinclude> ==Usage== Template use to typeset a thorem clause in an event-b listing. ==Example== {{l_machine|AntiCollide}} {{l_refines|Safety}} {{l_sees|Network}} {{l_component|Acyclic}} ...)
 
imported>Mathieu
m
 
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
 
==Usage==
 
==Usage==
Template use to typeset a thorem clause in an event-b listing.
+
Template use to typeset a theorem in an event-b listing. (use [[:Template:l_invariant]])
 
==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 19: Line 17:
 
==Template==
 
==Template==
 
</noinclude><!--
 
</noinclude><!--
--><p class="typeset-l_clause" >THEOREMS</p>
+
-->{{l_invariant|{{{1}}}|{{{2}}}}}

Latest revision as of 11:21, 26 February 2009

Usage

Template use to typeset a theorem in an event-b listing. (use Template:l_invariant)

Example

MACHINE

AntiCollide

REFINES

Safety

SEES

Network

Acyclic

VARIABLES

v1

v2

THEOREMS

inv1 :
v2 \in BOOL

END

Template

{{{1}}} :

{{{2}}}