Attic/Prelude.thy
author urbanc
Mon, 25 Jul 2011 13:33:38 +0000
changeset 170 b1258b7d2789
parent 35 Prelude.thy@d2ddce8b36fd
permissions -rw-r--r--
made the theories compatible with the existing developments in the AFP; old theories are in the directory Attic

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