feat(library/data/int/basic): create alias for int.int
This commit is contained in:
parent
ba6dc59d5f
commit
ff9a07500d
1 changed files with 2 additions and 2 deletions
|
@ -184,7 +184,7 @@ representative_map_idempotent_equiv proj_rel @proj_congr a
|
||||||
|
|
||||||
-- ## Definition of ℤ and basic theorems and definitions
|
-- ## Definition of ℤ and basic theorems and definitions
|
||||||
|
|
||||||
definition int := image proj
|
definition int [protected] := image proj
|
||||||
notation `ℤ` := int
|
notation `ℤ` := int
|
||||||
|
|
||||||
definition psub : ℕ × ℕ → ℤ := fun_image proj
|
definition psub : ℕ × ℕ → ℤ := fun_image proj
|
||||||
|
@ -776,5 +776,5 @@ mul_ne_zero_left (mul_comm a b ▸ H)
|
||||||
-- set_opaque lt true
|
-- set_opaque lt true
|
||||||
-- set_opaque sign true
|
-- set_opaque sign true
|
||||||
--transparent: sub ge gt
|
--transparent: sub ge gt
|
||||||
|
|
||||||
end int -- namespace int
|
end int -- namespace int
|
||||||
|
abbreviation int := int.int
|
||||||
|
|
Loading…
Reference in a new issue