Best practice would probably be to write

  `!n. n <= C’ ==> n <> w` by METIS_TAC[]

You can also look at things like Q.SUBGOAL_THEN

Michael

On 13 May 2014, at 6:01 pm, masoume tajvidi <mas.tajv...@gmail.com> wrote:

> Hi ,
> I have a subgoal like this:
>
>     F
>     ------------------------------------
>       0.  (winner' = w) ⇒ (winner = w)
>       1.  Max_vote C' v' = (winner,max)
>       2.  Max_vote C' v = (winner',max')
>       3.  LENGTH v' = LENGTH v
>       4.  w ≠ 0
>       5.  ∀n. n < LENGTH v ⇒ (EL n v' = w) ∨ (EL n v = EL n v')
>       6.  Count w v > max'
>       7.  T
>       8.  Count w v' = max
>       9.  SUC C' = w
>       10.  Count w v' ≥ Count w v
>       11.  winner' ≤ C'
>       12.  winner ≤ C'
>       13.  (SUC C' = w) ⇒ ∀n. n ≤ C' ⇒ n ≠ w
>
> I need to reach ∀n. n ≤ C' ⇒ n ≠ w  as another assumption.
> I think from Assumption 9 and 13 it is inferable,  but do not know what 
> Tactic to use.
> Could anybody suggest me some Tactics?
>
>  Thank you:)
>
>
> ------------------------------------------------------------------------------
> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
> Instantly run your Selenium tests across 300+ browser/OS combos.
> Get unparalleled scalability from the best Selenium testing platform available
> Simple to use. Nothing to install. Get started now for free."
> http://p.sf.net/sfu/SauceLabs_______________________________________________
> hol-info mailing list
> hol-info@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/hol-info


________________________________

The information in this e-mail may be confidential and subject to legal 
professional privilege and/or copyright. National ICT Australia Limited accepts 
no liability for any damage caused by this email or its attachments.
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
hol-info mailing list
hol-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hol-info

Reply via email to