Attic/Prelude.thy
author urbanc
Sun, 12 Feb 2012 11:30:17 +0000
changeset 300 8524f94d251b
parent 170 b1258b7d2789
permissions -rw-r--r--
correct RAG

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