lean4-htt/old_library/data/countable.lean
2016-09-21 11:43:28 -07:00

10 lines
275 B
Text

/-
Copyright (c) 2015 Microsoft Corporation. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Author: Leonardo de Moura
Define countable types
-/
open function
definition countable (A : Type) : Prop := ∃ f : A → nat, injective f