# HG changeset patch # User hoelzl # Date 1283427137 -7200 # Node ID ee78849c16243b3c2843edc6cb5d90af627d8c77 # Parent b3a9b6734663530188903852b606b530241efa37 NEWS diff -r b3a9b6734663 -r ee78849c1624 NEWS --- a/NEWS Thu Sep 02 11:54:09 2010 +0200 +++ b/NEWS Thu Sep 02 13:32:17 2010 +0200 @@ -204,6 +204,9 @@ derive instantiated and simplified equations for inductive predicates, similar to inductive_cases. +* "bij f" is now an abbreviation of "bij_betw f UNIV UNIV". surj_on is a +generalization of surj, and "surj f" is now a abbreviation of "surj_on f UNIV". +The theorems bij_def and surj_def are unchanged. *** FOL ***