feat(library/data/int/basic): create alias for int.int

This commit is contained in:
Leonardo de Moura 2014-09-09 13:15:06 -07:00
parent ba6dc59d5f
commit ff9a07500d

View file

@ -184,7 +184,7 @@ representative_map_idempotent_equiv proj_rel @proj_congr a
-- ## Definition of and basic theorems and definitions
definition int := image proj
definition int [protected] := image proj
notation `` := int
definition psub : × := fun_image proj
@ -776,5 +776,5 @@ mul_ne_zero_left (mul_comm a b ▸ H)
-- set_opaque lt true
-- set_opaque sign true
--transparent: sub ge gt
end int -- namespace int
abbreviation int := int.int