Prelude.thy
author zhang
Thu, 27 Jan 2011 12:35:06 +0000
changeset 42 f809cb54de4e
parent 35 d2ddce8b36fd
permissions -rw-r--r--
Trying to solve the confict

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