]> matita.cs.unibo.it Git - helm.git/commitdiff
Alias required now ??
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 23 Oct 2009 07:20:59 +0000 (07:20 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 23 Oct 2009 07:20:59 +0000 (07:20 +0000)
helm/software/matita/nlibrary/sets/sets.ma

index 0e2dd418d3c19ef4e00d02e02c8ed15c79175734..113654ad330de847908ae68b3fcf65faaf9c3033 100644 (file)
@@ -323,6 +323,7 @@ nlemma first_omomorphism_theorem_functions1:
  #A; #B; #f; #x; napply refl;
 nqed.
 
+alias symbol "eq" = "setoid eq".
 ndefinition surjective ≝
  λA,B.λS: ext_powerclass A.λT: ext_powerclass B.λf:unary_morphism A B.
   ∀y. y ∈ T → ∃x. x ∈ S ∧ f x = y.