2015-04-16 16:24:53 +00:00
|
|
|
/-
|
|
|
|
Copyright (c) 2015 Microsoft Corporation. All rights reserved.
|
|
|
|
Released under Apache 2.0 license as described in the file LICENSE.
|
|
|
|
Author: Leonardo de Moura
|
|
|
|
|
2015-04-19 21:18:49 +00:00
|
|
|
Define countable types
|
2015-04-16 16:24:53 +00:00
|
|
|
-/
|
2015-04-19 21:18:49 +00:00
|
|
|
open function
|
2015-04-13 15:09:23 +00:00
|
|
|
|
2015-04-19 21:18:49 +00:00
|
|
|
definition countable (A : Type) : Prop := ∃ f : A → nat, injective f
|