Attic/Prelude.thy
author urbanc
Sat, 17 Dec 2011 13:32:11 +0000
changeset 259 aad64c63960e
parent 170 b1258b7d2789
permissions -rw-r--r--
updated urls to AFP

theory Prelude
imports Main
begin

(*
To make the theory work under Isabelle 2009 and 2011

Isabelle 2009: set_ext
Isabelle 2011: set_eqI

*)


lemma set_eq_intro:
  "(\<And>x. (x \<in> A) = (x \<in> B)) \<Longrightarrow> A = B"
by blast


end