From: RF Todd <R.F.Todd@sms.ed.ac.uk>
Hi,
I have just been trying to type the following into Isabelle in order
to prove it, if it is provable, but it comes up with an error and i am
not sure why:
(\<forall>x y. (S y \<longrightarrow> F x)) \<longrightarrow>
(\<exists>y. S y \<longrightarrow> \<forall>x. F x)
Rachel
From: Tjark Weber <tjark.weber@gmx.de>
Try using parentheses around "\<forall>x. F x":
lemma "(\<forall>x y. (S y \<longrightarrow> F x)) \<longrightarrow>
(\<exists>y. S y \<longrightarrow> (\<forall>x. F x))"
by auto
Tjark
From: Andrei Popescu <uuomul@yahoo.com>
this is pretty awesome you should look into this http://t.co/2c7wNQ4r
~*Advertisement
Last updated: Nov 21 2024 at 12:39 UTC