refactor(library/data/nat/wf): mark theorem as transparent

It doesn't really help since
        le_imp_lt_or_eq, succ_le_cancel, lt_imp_le_succ and or.elim
are still opaque
This commit is contained in:
Leonardo de Moura 2014-11-10 12:52:02 -08:00
parent 1f92751c4d
commit 189e5e6b48

View file

@ -4,7 +4,7 @@
import data.nat.order logic.wf
open nat eq.ops
theorem lt.wf [instance] : well_founded lt :=
definition lt.wf [instance] : well_founded lt :=
well_founded.intro
(take n, nat.induction_on n
(acc.intro zero (λ (y : nat) (H : y < 0),