Prelude.thy
author urbanc
Sat, 26 Feb 2011 15:44:38 +0000
changeset 142 f1fea2c2713f
parent 35 d2ddce8b36fd
permissions -rw-r--r--
changed one occurence of tagging function into tagging relation

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