X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fhelp%2FC%2Fdeclarative_tactics_quickref.xml;h=002a7a376bbd4037391b17975ee1ab4e7a01b348;hb=f63e9358746f82de0dd07d60bdf82fdc0fae2101;hp=2d09883af5b7647b6218fcf0788a5e6ceb0652ac;hpb=4d23367f20acec9c043c6b81b660ea65ff6f155e;p=helm.git diff --git a/helm/software/matita/help/C/declarative_tactics_quickref.xml b/helm/software/matita/help/C/declarative_tactics_quickref.xml index 2d09883af..002a7a376 100644 --- a/helm/software/matita/help/C/declarative_tactics_quickref.xml +++ b/helm/software/matita/help/C/declarative_tactics_quickref.xml @@ -5,66 +5,70 @@ &tactic; ::= - we need to prove term + assume id : sterm | - we proceed by induction on term to prove term + by induction hypothesis we know term ( id ) | - assume id : sterm + case id [( id : term )] … | - by term done + justification done | - by induction hypothesis we know term ( id ) + justification let id + : term such that term + ( id ) | - by term we proved term - ( id ) + [obtain id | conclude term] = term [auto_params | using term | using once term | proof] [done] | - case id ( id : term ) + suppose term ( id + ) [ that is equivalent to term ] | - by term let id - : term such that term - ( id ) + the thesis becomes term | - [obtain id | conclude term] = term by [ term | _ [(auto_params)]] [done] + we need to prove term + [(id + )] + [ or equivalently term] | - suppose term ( id - ) [ that is equivalent to term ] + we proceed by cases on term to prove term | - the thesis becomes sterm + we proceed by induction on term to prove term | - we proceed by cases on term to prove term + justification we proved term + ( id + )