Attic/Prelude.thy
author urbanc
Fri, 20 Apr 2012 11:45:06 +0000
changeset 348 bea94f1e6771
parent 170 b1258b7d2789
permissions -rw-r--r--
made changes for another journal submission of the MH-paper

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