Hello,

On 06/28/2018 11:44 PM, Dylan Melville wrote:
Also, the version Im using is HOL - Light

On Jun 28, 2018, at 5:38 PM, Dylan Melville <dylanmelvi...@gmail.com> wrote:

Is there a tactic for splitting conjoined assumptions into separate assumptions?

In HOL-Light you can try using CONJ_PAIR[1] for an assumption of the form A /\ B and CONJUNCTS[2] for finitely many conjuncts. These can then be added back using ASSUME_TAC.

Alternatively you can use CONJUNCTS_THEN[3] in combination with ASSUME_TAC.


Hope this helps.

Best regards,


Heiko


[1]: http://www.cl.cam.ac.uk/~jrh13/hol-light/HTML/CONJ_PAIR.html

[2]: http://www.cl.cam.ac.uk/~jrh13/hol-light/HTML/CONJUNCTS_UPPERCASE.html

[3]:http://www.cl.cam.ac.uk/~jrh13/hol-light/HTML/CONJUNCTS_THEN.html


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
hol-info mailing list
hol-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hol-info

Reply via email to